Update of /cvsroot/plib/plib/demos/simon/astropong
In directory usw-pr-cvs1:/tmp/cvs-serv8527
Modified Files:
astropong.psl
Log Message:
Added copyright notices and copying permission statement
Index: astropong.psl
===================================================================
RCS file: /cvsroot/plib/plib/demos/simon/astropong/astropong.psl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- astropong.psl 15 Sep 2002 00:02:51 -0000 1.1
+++ astropong.psl 15 Sep 2002 02:31:49 -0000 1.2
@@ -1,3 +1,26 @@
+/*
+ AstroPong - A 3D Pong Game
+ Copyright (C) 2002 Oliver Baker
+
+ 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
+
+ For further information visit http://plib.sourceforge.net
+
+ $Id$
+*/
+
#define ARENA_SIZE 8.0 /* meters */
#define ARENA_LENGTH 10.0 /* meters */
|