[Quantproject-developers] QuantProject/t5_Testing/b1_ADT/LinearAlgebra TestLinearSystemSolver.cs,
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2011-01-06 19:35:03
|
Update of /cvsroot/quantproject/QuantProject/t5_Testing/b1_ADT/LinearAlgebra In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28640/t5_Testing/b1_ADT/LinearAlgebra Modified Files: TestLinearSystemSolver.cs Log Message: Copyright notice has been added Index: TestLinearSystemSolver.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/t5_Testing/b1_ADT/LinearAlgebra/TestLinearSystemSolver.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TestLinearSystemSolver.cs 28 Mar 2010 16:52:35 -0000 1.1 --- TestLinearSystemSolver.cs 6 Jan 2011 19:34:55 -0000 1.2 *************** *** 1,9 **** /* ! * Created by SharpDevelop. ! * User: Glauco ! * Date: 3/21/2010 ! * Time: 8:10 PM ! * ! * To change this template use Tools | Options | Coding | Edit Standard Headers. */ --- 1,22 ---- /* ! QuantProject - Quantitative Finance Library ! ! TestLinearSystemSolver.cs ! Copyright (C) 2010 ! 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. */ |