Update of /cvsroot/plib/plib/examples/src/sl
In directory usw-pr-cvs1:/tmp/cvs-serv26203/src/sl
Modified Files:
example.cxx mod_demo.cxx
Log Message:
Added copyright notices and copying permission statement
Index: example.cxx
===================================================================
RCS file: /cvsroot/plib/plib/examples/src/sl/example.cxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- example.cxx 13 Jul 2000 17:05:36 -0000 1.3
+++ example.cxx 1 Sep 2002 12:04:51 -0000 1.4
@@ -1,3 +1,25 @@
+/*
+ PLIB - A Suite of Portable Game Libraries
+ Copyright (C) 2001 Steve 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$
+*/
#include <plib/sl.h>
Index: mod_demo.cxx
===================================================================
RCS file: /cvsroot/plib/plib/examples/src/sl/mod_demo.cxx,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- mod_demo.cxx 7 Nov 2001 23:24:27 -0000 1.6
+++ mod_demo.cxx 1 Sep 2002 12:04:51 -0000 1.7
@@ -1,3 +1,25 @@
+/*
+ PLIB - A Suite of Portable Game Libraries
+ Copyright (C) 2001 Steve 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$
+*/
#include <plib/sl.h>
|