[Quantproject-developers] QuantProject/t5_Testing/b1_ADT Sum.cs, 1.1, 1.2
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2010-01-31 19:15:07
|
Update of /cvsroot/quantproject/QuantProject/t5_Testing/b1_ADT In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv13561/t5_Testing/b1_ADT Modified Files: Sum.cs Log Message: The license statement has been added Index: Sum.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/t5_Testing/b1_ADT/Sum.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Sum.cs 31 Jan 2010 19:00:45 -0000 1.1 --- Sum.cs 31 Jan 2010 19:14:58 -0000 1.2 *************** *** 1,10 **** /* ! * Created by SharpDevelop. ! * User: Glauco ! * Date: 1/31/2010 ! * Time: 7:26 PM ! * ! * To change this template use Tools | Options | Coding | Edit Standard Headers. ! */ using System; --- 1,23 ---- /* ! QuantProject - Quantitative Finance Library ! ! Sum.cs ! Copyright (C) 2003 ! Glauco Siliprandi ! ! This program is free software; you can redistribute it and/or ! modify it under the terms of the GNU General Public License ! as published by the Free Software Foundation; either version 2 ! of the License, or (at your option) any later version. ! ! This program is distributed in the hope that it will be useful, ! but WITHOUT ANY WARRANTY; without even the implied warranty of ! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! GNU General Public License for more details. ! ! You should have received a copy of the GNU General Public License ! along with this program; if not, write to the Free Software ! Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ! */ using System; |