From: <sv...@ww...> - 2005-08-28 21:49:46
|
Author: stormbringer Date: 2005-08-28 14:49:40 -0700 (Sun, 28 Aug 2005) New Revision: 1617 Removed: trunk/CSP/CSPSim/Demo/Win/csp_license.txt Modified: trunk/CSP/CSPSim/Demo/Win/InstallScript_CSPSim-Demo-0.5.nsi Log: Changed the NSIS script to include the licence file from the demo dir Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1617 Modified: trunk/CSP/CSPSim/Demo/Win/InstallScript_CSPSim-Demo-0.5.nsi =================================================================== --- trunk/CSP/CSPSim/Demo/Win/InstallScript_CSPSim-Demo-0.5.nsi 2005-08-28 21:35:14 UTC (rev 1616) +++ trunk/CSP/CSPSim/Demo/Win/InstallScript_CSPSim-Demo-0.5.nsi 2005-08-28 21:49:40 UTC (rev 1617) @@ -75,7 +75,7 @@ ;LogSet on ;License page -LicenseData "csp_license.txt" +LicenseData "./CSPSim-Demo-0.5/COPYING" LicenseForceSelection radiobuttons ;Show install details. Deleted: trunk/CSP/CSPSim/Demo/Win/csp_license.txt =================================================================== --- trunk/CSP/CSPSim/Demo/Win/csp_license.txt 2005-08-28 21:35:14 UTC (rev 1616) +++ trunk/CSP/CSPSim/Demo/Win/csp_license.txt 2005-08-28 21:49:40 UTC (rev 1617) @@ -1,90 +0,0 @@ -The package contains the main CSPSim application and several supporting -libraries. The following summarizes the copyright and licensing terms -of the various components, with links to the associated websites where -the source code can be obtained. Licenses for data files can be found -in the associated directories. Please report any errors or ommisions -on the forums at http://csp.sf.net/forum. - -CSPSim -Copyright 2002-2005 The Combat Simulator Project -Licensed under the terms of the GNU General Public License version 2 or -later. -http://csp.sf.net/forum - -SimData -Copyright 2002-2005 Mark Rose <mk...@us...> -Licensed under the terms of the GNU General Public License version 2 or -later. -http://csp.sf.net/forum - -SDL -Copyright 1997-2002 Sam Lantinga -Licensed under the terms of the GNU Library General Public License version -2 or later. -http://www.libsdl.org/ - -SDL_image -Copyright 1997-2001 Sam Lantinga -Licensed under the terms of the GNU Library General Public License version -2 or later. -http://www.libsdl.org/projects/SDL_image/ - -OpenThreads -OpenThread library, Copyright 2002-2003 The Open Thread Group -Licensed under the terms of the GNU Library General Public License version -2.1 or later. -http://openthreads.sourceforge.net/ - -Producer -Copyright 2002 Don Burns -Licensed under the terms of the GNU Library General Public License. -http://www.andesengineering.com/Producer/ - -OpenSceneGraph -Copyright 1998-2005 Robert Osfield -Licensed under the terms of the OpenSceneGraph Public License (OSGPL) version -0.0 or later. -http://www.openscenegraph.org/ - -Demeter -Licensed under the terms of the GNU Library General Public License version -2 or later. -Copyright 2002 Clay Fowler -http://sourceforge.net/projects/demeter/ - -Python (executable and various core modules) -Copyright 2001, 2002, 2003 Python Software Foundation. -Copyright 2000 BeOpen.com. -Copyright 1995-2001 Corporation for National Research Initiatives. -Copyright 1991-1995 Stichting Mathematisch Centrum. -Each copyright holder provides a different license, all of which are certified -Open Source and GNU GPL-compatible; see LICENSES/python. -http://python.org/ - -GNU Common C++ -Copyright 1999-2003 Open Source Telecom Corporation. -Licensed under the terms of the GNU General Public License version 2 or -later. -http://www.gnu.org/software/commoncpp/ - -LibSigC++ -Copyright 2002, The libsigc++ Development Team -Licensed under the terms of the GNU Library General Public License version -2 or later. -http://libsigc.sourceforge.net/ - -zlib -Copyright 1995-1998 Jean-loup Gailly and Mark Adler -See LICENSES/zlib -http://www.gzip.org/zlib/ - -libjpeg -Copyright 1991-1998, Thomas G. Lane -See LICENSES/libjpeg for the license. -http://www.ijg.org/ - -libpng -Copyright 1998-2004 Glenn Randers-Pehrson -See LICENSES/libpng for the license. -http://libpng.sourceforge.net/ - |