From: Don S. <ri...@us...> - 2004-04-09 01:14:57
|
Update of /cvsroot/phpwsbb/phpwsbb/class In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24639/class Modified Files: Forum.php Manager.php Message.php Runtime.php Thread.php Log Message: Changed headers to be GPL compliant Index: Thread.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/class/Thread.php,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** Thread.php 2 Apr 2004 16:48:50 -0000 1.48 --- Thread.php 9 Apr 2004 01:01:43 -0000 1.49 *************** *** 1,11 **** <?php /** ! * PHPWSBB_Thread * ! * Thread class for phpwsBB * * @author Don Seiler <do...@NO...> - * @copyright Copyright © 2003-2004, Don Seiler - * @license http://www.gnu.org/licenses/gpl.txt * @version $Id$ */ --- 1,23 ---- <?php /** ! * phpwsBB * ! * See docs/AUTHORS and docs/COPYRIGHT for relevant info. ! * ! * 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 * * @author Don Seiler <do...@NO...> * @version $Id$ */ Index: Message.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/class/Message.php,v retrieving revision 1.53 retrieving revision 1.54 diff -C2 -d -r1.53 -r1.54 *** Message.php 5 Apr 2004 20:43:41 -0000 1.53 --- Message.php 9 Apr 2004 01:01:43 -0000 1.54 *************** *** 1,11 **** <?php /** ! * PHPWSBB_Message * ! * Message class for phpwsBB * * @author Don Seiler <do...@NO...> - * @copyright Copyright © 2003-2004, Don Seiler - * @license http://www.gnu.org/licenses/gpl.txt * @version $Id$ */ --- 1,23 ---- <?php /** ! * phpwsBB * ! * See docs/AUTHORS and docs/COPYRIGHT for relevant info. ! * ! * 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 * * @author Don Seiler <do...@NO...> * @version $Id$ */ Index: Manager.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/class/Manager.php,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** Manager.php 2 Apr 2004 17:09:19 -0000 1.33 --- Manager.php 9 Apr 2004 01:01:43 -0000 1.34 *************** *** 1,11 **** <?php /** ! * PHPWSBB_Manager * ! * Manager class for phpwsBB * * @author Don Seiler <do...@NO...> - * @copyright Copyright © 2003-2004, Don Seiler - * @license http://www.gnu.org/licenses/gpl.txt * @version $Id$ */ --- 1,23 ---- <?php /** ! * phpwsBB * ! * See docs/AUTHORS and docs/COPYRIGHT for relevant info. ! * ! * 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 * * @author Don Seiler <do...@NO...> * @version $Id$ */ Index: Forum.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/class/Forum.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** Forum.php 2 Apr 2004 16:47:21 -0000 1.20 --- Forum.php 9 Apr 2004 01:01:43 -0000 1.21 *************** *** 1,11 **** <?php /** ! * PHPWSBB_Forum * ! * Forum class for phpwsBB * * @author Don Seiler <do...@NO...> - * @copyright Copyright © 2003-2004, Don Seiler - * @license http://www.gnu.org/licenses/gpl.txt * @version $Id$ */ --- 1,23 ---- <?php /** ! * phpwsBB * ! * See docs/AUTHORS and docs/COPYRIGHT for relevant info. ! * ! * 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 * * @author Don Seiler <do...@NO...> * @version $Id$ */ Index: Runtime.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/class/Runtime.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Runtime.php 18 Mar 2004 04:02:15 -0000 1.8 --- Runtime.php 9 Apr 2004 01:01:43 -0000 1.9 *************** *** 1,11 **** <?php /** ! * PHPWSBB_Runtime * ! * Runtime class for phpwsBB * * @author Don Seiler <do...@NO...> - * @copyright Copyright © 2003-2004, Don Seiler - * @license http://www.gnu.org/licenses/gpl.txt * @version $Id$ */ --- 1,23 ---- <?php /** ! * phpwsBB * ! * See docs/AUTHORS and docs/COPYRIGHT for relevant info. ! * ! * 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 * * @author Don Seiler <do...@NO...> * @version $Id$ */ |