[Plib-cvs] plib/examples/src/ssg/tux WavingFlag.cxx,1.6,1.7 WavingFlag.h,1.1,1.2 WavingFlagDemo.cxx,
Brought to you by:
sjbaker
From: Sebastian U. <ud...@us...> - 2002-09-01 12:04:56
|
Update of /cvsroot/plib/plib/examples/src/ssg/tux In directory usw-pr-cvs1:/tmp/cvs-serv26203/src/ssg/tux Modified Files: WavingFlag.cxx WavingFlag.h WavingFlagDemo.cxx tux_example.cxx Log Message: Added copyright notices and copying permission statement Index: WavingFlag.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/ssg/tux/WavingFlag.cxx,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- WavingFlag.cxx 1 Sep 2002 06:57:59 -0000 1.6 +++ WavingFlag.cxx 1 Sep 2002 12:04:52 -0000 1.7 @@ -1,3 +1,27 @@ +/* + 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$ +*/ + + #ifdef WIN32 # include <windows.h> #else Index: WavingFlag.h =================================================================== RCS file: /cvsroot/plib/plib/examples/src/ssg/tux/WavingFlag.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- WavingFlag.h 10 Aug 2000 00:45:31 -0000 1.1 +++ WavingFlag.h 1 Sep 2002 12:04:52 -0000 1.2 @@ -1,3 +1,27 @@ +/* + 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$ +*/ + + #ifndef _WAVINGFLAG_ #define _WAVINGFLAG_ @@ -17,4 +41,4 @@ int size; }; -#endif \ No newline at end of file +#endif Index: WavingFlagDemo.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/ssg/tux/WavingFlagDemo.cxx,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- WavingFlagDemo.cxx 1 Sep 2002 06:57:59 -0000 1.5 +++ WavingFlagDemo.cxx 1 Sep 2002 12:04:52 -0000 1.6 @@ -1,3 +1,27 @@ +/* + 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$ +*/ + + #ifdef WIN32 # include <windows.h> #else Index: tux_example.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/ssg/tux/tux_example.cxx,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- tux_example.cxx 1 Sep 2002 06:57:59 -0000 1.4 +++ tux_example.cxx 1 Sep 2002 12:04:52 -0000 1.5 @@ -1,3 +1,27 @@ +/* + 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 <stdio.h> #include <stdlib.h> #include <ctype.h> |