From: <sv...@ww...> - 2006-04-14 06:14:55
|
Author: mkrose Date: 2006-04-13 23:14:46 -0700 (Thu, 13 Apr 2006) New Revision: 1890 Added: trunk/csp/dist/win/demo/makedemo.py trunk/csp/dist/win/demo/template/ trunk/csp/dist/win/demo/template/COPYING Removed: trunk/csp/dist/win/demo/template/COPYING Log: Begin porting demo files to the new path. Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1890 Copied: trunk/csp/dist/win/demo/makedemo.py (from rev 1884, trunk/csp/demo/win/makedemo.py) Copied: trunk/csp/dist/win/demo/template (from rev 1872, trunk/csp/demo/win/template) Deleted: trunk/csp/dist/win/demo/template/COPYING =================================================================== --- trunk/csp/demo/win/template/COPYING 2006-04-03 06:58:13 UTC (rev 1872) +++ trunk/csp/dist/win/demo/template/COPYING 2006-04-14 06:14:46 UTC (rev 1890) @@ -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/ - Copied: trunk/csp/dist/win/demo/template/COPYING (from rev 1884, trunk/csp/demo/win/template/COPYING) |