Thread: [Plib-cvs] plib/src/ssgAux ssgAux.cxx,1.4,1.5 ssgAux.h,1.16,1.17 ssgaFire.cxx,1.4,1.5 ssgaFire.h,1.2
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2002-09-02 06:05:52
|
Update of /cvsroot/plib/plib/src/ssgAux In directory usw-pr-cvs1:/tmp/cvs-serv22099/plib/src/ssgAux Modified Files: ssgAux.cxx ssgAux.h ssgaFire.cxx ssgaFire.h ssgaLensFlare.cxx ssgaLensFlare.h ssgaLensFlareTexture.cxx ssgaParticleSystem.cxx ssgaParticleSystem.h ssgaPatch.cxx ssgaShapes.cxx ssgaShapes.h ssgaTeapot.cxx ssgaWaveSystem.cxx ssgaWaveSystem.h Log Message: Changed copyright messages to run from 1998 to 2002. Index: ssgAux.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/ssgAux/ssgAux.cxx,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- ssgAux.cxx 7 Nov 2001 23:51:10 -0000 1.4 +++ ssgAux.cxx 2 Sep 2002 06:05:49 -0000 1.5 @@ -1,6 +1,6 @@ /* PLIB - A Suite of Portable Game Libraries - Copyright (C) 2001 Steve Baker + Copyright (C) 1998,2002 Steve Baker This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public Index: ssgAux.h =================================================================== RCS file: /cvsroot/plib/plib/src/ssgAux/ssgAux.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- ssgAux.h 31 Aug 2002 08:00:41 -0000 1.16 +++ ssgAux.h 2 Sep 2002 06:05:49 -0000 1.17 @@ -1,6 +1,6 @@ /* PLIB - A Suite of Portable Game Libraries - Copyright (C) 2001 Steve Baker + Copyright (C) 1998,2002 Steve Baker This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public Index: ssgaFire.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/ssgAux/ssgaFire.cxx,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- ssgaFire.cxx 30 Aug 2002 12:51:21 -0000 1.4 +++ ssgaFire.cxx 2 Sep 2002 06:05:49 -0000 1.5 @@ -1,3 +1,24 @@ +/* + PLIB - A Suite of Portable Game Libraries + Copyright (C) 1998,2002 Steve Baker + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; 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 + +*/ #include "ssg.h" #include "ssgAux.h" Index: ssgaFire.h =================================================================== RCS file: /cvsroot/plib/plib/src/ssgAux/ssgaFire.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- ssgaFire.h 28 Aug 2002 04:58:03 -0000 1.2 +++ ssgaFire.h 2 Sep 2002 06:05:49 -0000 1.3 @@ -1,3 +1,24 @@ +/* + PLIB - A Suite of Portable Game Libraries + Copyright (C) 1998,2002 Steve Baker + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; 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 */ + + #include "ssgAux.h" Index: ssgaLensFlare.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/ssgAux/ssgaLensFlare.cxx,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- ssgaLensFlare.cxx 30 Aug 2002 12:51:21 -0000 1.3 +++ ssgaLensFlare.cxx 2 Sep 2002 06:05:49 -0000 1.4 @@ -1,3 +1,24 @@ +/* + PLIB - A Suite of Portable Game Libraries + Copyright (C) 1998,2002 Steve Baker + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; 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 + +*/ #include "ssgAux.h" Index: ssgaLensFlare.h =================================================================== RCS file: /cvsroot/plib/plib/src/ssgAux/ssgaLensFlare.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ssgaLensFlare.h 24 Aug 2002 16:56:53 -0000 1.1 +++ ssgaLensFlare.h 2 Sep 2002 06:05:49 -0000 1.2 @@ -1,3 +1,24 @@ +/* + PLIB - A Suite of Portable Game Libraries + Copyright (C) 1998,2002 Steve Baker + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; 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 */ + + #include "ssgaShapes.h" Index: ssgaLensFlareTexture.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/ssgAux/ssgaLensFlareTexture.cxx,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ssgaLensFlareTexture.cxx 24 Aug 2002 16:56:53 -0000 1.1 +++ ssgaLensFlareTexture.cxx 2 Sep 2002 06:05:49 -0000 1.2 @@ -1,3 +1,24 @@ +/* + PLIB - A Suite of Portable Game Libraries + Copyright (C) 1998,2002 Steve Baker + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; 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 + +*/ static unsigned char lens_flare_texture [] = { Index: ssgaParticleSystem.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/ssgAux/ssgaParticleSystem.cxx,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- ssgaParticleSystem.cxx 28 Aug 2002 04:58:03 -0000 1.8 +++ ssgaParticleSystem.cxx 2 Sep 2002 06:05:49 -0000 1.9 @@ -1,3 +1,24 @@ +/* + PLIB - A Suite of Portable Game Libraries + Copyright (C) 1998,2002 Steve Baker + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; 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 + +*/ #include "ssgAux.h" Index: ssgaParticleSystem.h =================================================================== RCS file: /cvsroot/plib/plib/src/ssgAux/ssgaParticleSystem.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- ssgaParticleSystem.h 28 Aug 2002 04:58:03 -0000 1.5 +++ ssgaParticleSystem.h 2 Sep 2002 06:05:49 -0000 1.6 @@ -1,3 +1,24 @@ +/* + PLIB - A Suite of Portable Game Libraries + Copyright (C) 1998,2002 Steve Baker + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; 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 */ + + class ssgaParticle { Index: ssgaPatch.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/ssgAux/ssgaPatch.cxx,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- ssgaPatch.cxx 4 Aug 2002 05:53:44 -0000 1.4 +++ ssgaPatch.cxx 2 Sep 2002 06:05:49 -0000 1.5 @@ -1,6 +1,6 @@ /* PLIB - A Suite of Portable Game Libraries - Copyright (C) 2001 Steve Baker + Copyright (C) 1998,2002 Steve Baker This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public Index: ssgaShapes.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/ssgAux/ssgaShapes.cxx,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- ssgaShapes.cxx 4 Aug 2002 05:53:44 -0000 1.22 +++ ssgaShapes.cxx 2 Sep 2002 06:05:49 -0000 1.23 @@ -1,6 +1,6 @@ /* PLIB - A Suite of Portable Game Libraries - Copyright (C) 2001 Steve Baker + Copyright (C) 1998,2002 Steve Baker This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public Index: ssgaShapes.h =================================================================== RCS file: /cvsroot/plib/plib/src/ssgAux/ssgaShapes.h,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- ssgaShapes.h 30 Aug 2002 12:52:03 -0000 1.13 +++ ssgaShapes.h 2 Sep 2002 06:05:49 -0000 1.14 @@ -1,6 +1,6 @@ /* PLIB - A Suite of Portable Game Libraries - Copyright (C) 2001 Steve Baker + Copyright (C) 1998,2002 Steve Baker This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public Index: ssgaTeapot.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/ssgAux/ssgaTeapot.cxx,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- ssgaTeapot.cxx 4 Aug 2002 05:53:44 -0000 1.5 +++ ssgaTeapot.cxx 2 Sep 2002 06:05:49 -0000 1.6 @@ -1,6 +1,6 @@ /* PLIB - A Suite of Portable Game Libraries - Copyright (C) 2001 Steve Baker + Copyright (C) 1998,2002 Steve Baker This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public Index: ssgaWaveSystem.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/ssgAux/ssgaWaveSystem.cxx,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- ssgaWaveSystem.cxx 30 Aug 2002 12:51:21 -0000 1.9 +++ ssgaWaveSystem.cxx 2 Sep 2002 06:05:49 -0000 1.10 @@ -1,7 +1,7 @@ /* PLIB - A Suite of Portable Game Libraries - Copyright (C) 2001 Steve Baker + Copyright (C) 1998,2002 Steve Baker This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public Index: ssgaWaveSystem.h =================================================================== RCS file: /cvsroot/plib/plib/src/ssgAux/ssgaWaveSystem.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- ssgaWaveSystem.h 6 Aug 2002 19:26:19 -0000 1.4 +++ ssgaWaveSystem.h 2 Sep 2002 06:05:49 -0000 1.5 @@ -1,3 +1,24 @@ +/* + PLIB - A Suite of Portable Game Libraries + Copyright (C) 1998,2002 Steve Baker + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; 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 */ + + #include "ssgaShapes.h" |