[Quantproject-developers] QuantProject/b2_DataAccess DataBaseLocator.cs,1.1,1.2
Brought to you by:
glauco_1
|
From: <mi...@us...> - 2004-01-11 19:07:52
|
Update of /cvsroot/quantproject/QuantProject/b2_DataAccess In directory sc8-pr-cvs1:/tmp/cvs-serv11560/b2_DataAccess Modified Files: DataBaseLocator.cs Log Message: Added GPL reminder to the class Index: DataBaseLocator.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b2_DataAccess/DataBaseLocator.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DataBaseLocator.cs 10 Nov 2003 19:05:45 -0000 1.1 --- DataBaseLocator.cs 11 Jan 2004 19:07:44 -0000 1.2 *************** *** 1,2 **** --- 1,24 ---- + /* + QuantProject - Quantitative Finance Library + + DataBaseLocator.cs + Copyright (C) 2003 + Marco Milletti + + 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; using System.Xml; |