Thread: [phpMP-CVS] CVS: phpMP/includes auth.php,1.10,1.11 core.php,1.12,1.13 dba.php,1.5,1.6 functions.php,
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2002-04-23 08:14:58
|
Update of /cvsroot/phpmp/phpMP/includes In directory usw-pr-cvs1:/tmp/cvs-serv20908/includes Modified Files: auth.php core.php dba.php functions.php parser.php template.php Log Message: Changed license; added double-include security. Index: auth.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/includes/auth.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** auth.php 11 Apr 2002 06:19:11 -0000 1.10 --- auth.php 23 Apr 2002 08:14:55 -0000 1.11 *************** *** 23,27 **** ******************************************************************************* ! This software is provided under the BSD software license. A copy of the license should have been included with this software, located in the Docs folder. Feel free to redistribute and/or modify it according to the --- 23,27 ---- ******************************************************************************* ! This software is provided under the GPL software license. A copy of the license should have been included with this software, located in the Docs folder. Feel free to redistribute and/or modify it according to the Index: core.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/includes/core.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** core.php 10 Apr 2002 21:22:02 -0000 1.12 --- core.php 23 Apr 2002 08:14:55 -0000 1.13 *************** *** 23,27 **** ******************************************************************************* ! This software is provided under the BSD software license. A copy of the license should have been included with this software, located in the Docs folder. Feel free to redistribute and/or modify it according to the --- 23,27 ---- ******************************************************************************* ! This software is provided under the GPL software license. A copy of the license should have been included with this software, located in the Docs folder. Feel free to redistribute and/or modify it according to the Index: dba.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/includes/dba.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** dba.php 10 Apr 2002 21:22:02 -0000 1.5 --- dba.php 23 Apr 2002 08:14:55 -0000 1.6 *************** *** 23,27 **** ******************************************************************************* ! This software is provided under the BSD software license. A copy of the license should have been included with this software, located in the Docs folder. Feel free to redistribute and/or modify it according to the --- 23,27 ---- ******************************************************************************* ! This software is provided under the GPL software license. A copy of the license should have been included with this software, located in the Docs folder. Feel free to redistribute and/or modify it according to the Index: functions.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/includes/functions.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** functions.php 11 Apr 2002 05:40:15 -0000 1.8 --- functions.php 23 Apr 2002 08:14:55 -0000 1.9 *************** *** 23,27 **** ******************************************************************************* ! This software is provided under the BSD software license. A copy of the license should have been included with this software, located in the Docs folder. Feel free to redistribute and/or modify it according to the --- 23,27 ---- ******************************************************************************* ! This software is provided under the GPL software license. A copy of the license should have been included with this software, located in the Docs folder. Feel free to redistribute and/or modify it according to the Index: parser.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/includes/parser.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** parser.php 10 Apr 2002 21:22:02 -0000 1.4 --- parser.php 23 Apr 2002 08:14:55 -0000 1.5 *************** *** 23,27 **** ******************************************************************************* ! This software is provided under the BSD software license. A copy of the license should have been included with this software, located in the Docs folder. Feel free to redistribute and/or modify it according to the --- 23,27 ---- ******************************************************************************* ! This software is provided under the GPL software license. A copy of the license should have been included with this software, located in the Docs folder. Feel free to redistribute and/or modify it according to the Index: template.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/includes/template.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -r1.13 -r1.14 *** template.php 11 Apr 2002 05:40:15 -0000 1.13 --- template.php 23 Apr 2002 08:14:55 -0000 1.14 *************** *** 23,27 **** ******************************************************************************* ! This software is provided under the BSD software license. A copy of the license should have been included with this software, located in the Docs folder. Feel free to redistribute and/or modify it according to the --- 23,27 ---- ******************************************************************************* ! This software is provided under the GPL software license. A copy of the license should have been included with this software, located in the Docs folder. Feel free to redistribute and/or modify it according to the |