From: Don S. <ri...@us...> - 2004-04-09 01:14:56
|
Update of /cvsroot/phpwsbb/phpwsbb/boost In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24639/boost Modified Files: install.php uninstall.php update.php Log Message: Changed headers to be GPL compliant Index: uninstall.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/boost/uninstall.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** uninstall.php 23 Mar 2004 03:57:45 -0000 1.6 --- uninstall.php 9 Apr 2004 01:01:43 -0000 1.7 *************** *** 1,12 **** <?php /** ! * uninstall.php * ! * Called by Boost to remove module from phpWS. Removes tables and ! * any images or files added by the users. * * @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: install.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/boost/install.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** install.php 2 Apr 2004 16:27:46 -0000 1.16 --- install.php 9 Apr 2004 01:01:43 -0000 1.17 *************** *** 1,12 **** <?php /** ! * install.php * ! * Called by Boost during install. Will run sql commands and perform ! * other necessary functions for proper installation. * * @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: update.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/boost/update.php,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** update.php 2 Apr 2004 16:27:46 -0000 1.29 --- update.php 9 Apr 2004 01:01:43 -0000 1.30 *************** *** 1,11 **** <? /** ! * update.php * ! * Called by Boost during update. Does necessary file/database mods. * * @author Don Seiler <do...@NO...> - * @copyright Copyright © 2003-2004, Don Seiler - * @license http://www.gnu.org/licenses/gpl.txt * @version $Id$ */ --- 1,23 ---- <? /** ! * 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$ */ |