From: Don S. <ri...@us...> - 2004-04-09 01:14:57
|
Update of /cvsroot/phpwsbb/phpwsbb/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24639/conf Modified Files: boost.php controlpanel.php help.php layout.php manager.php menuman.php search.php Log Message: Changed headers to be GPL compliant Index: controlpanel.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/conf/controlpanel.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** controlpanel.php 7 Apr 2004 21:17:13 -0000 1.5 --- controlpanel.php 9 Apr 2004 01:01:43 -0000 1.6 *************** *** 1,11 **** <?php /** ! * controlpanel.php * ! * Defines variables used by Control Panel * * @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: search.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/conf/search.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** search.php 2 Mar 2004 02:40:48 -0000 1.3 --- search.php 9 Apr 2004 01:01:43 -0000 1.4 *************** *** 1,11 **** <?php /** ! * search.php * ! * Defines vars used by Search module indicate how and what to search. * * @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: boost.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/conf/boost.php,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** boost.php 2 Apr 2004 16:27:47 -0000 1.27 --- boost.php 9 Apr 2004 01:01:43 -0000 1.28 *************** *** 1,11 **** <?php /** ! * boost.php * ! * Defines variables used by Boost * * @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/conf/manager.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** manager.php 29 Mar 2004 04:40:53 -0000 1.7 --- manager.php 9 Apr 2004 01:01:43 -0000 1.8 *************** *** 1,11 **** <?php /** ! * manager.php * ! * Defines arrays used by Manager for lists and templates. * * @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: layout.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/conf/layout.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** layout.php 2 Mar 2004 02:40:48 -0000 1.4 --- layout.php 9 Apr 2004 01:01:43 -0000 1.5 *************** *** 1,11 **** <?php /** ! * layout.php * ! * Defines layout variables for body and blocks. * * @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: menuman.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/conf/menuman.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** menuman.php 2 Apr 2004 02:30:10 -0000 1.4 --- menuman.php 9 Apr 2004 01:01:43 -0000 1.5 *************** *** 1,11 **** <?php /** ! * menuman.php * ! * Defines a "Module Default" entry for menuman * * @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: help.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/conf/help.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** help.php 29 Mar 2004 04:06:47 -0000 1.9 --- help.php 9 Apr 2004 01:01:43 -0000 1.10 *************** *** 1,11 **** <?php /** ! * help.php * ! * Defines help items for use in phpwsBB with Help module * * @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$ */ |