jan Wed Jan 9 09:50:45 2002 EDT
Modified files:
/phpdoc/scripts genfuncindex.php genfunclist.sh genfuncsummary.sh
process.php revcheck.php sort_aliases.php
Log:
added or renewed license header
Index: phpdoc/scripts/genfuncindex.php
diff -u phpdoc/scripts/genfuncindex.php:1.2 phpdoc/scripts/genfuncindex.php:1.3
--- phpdoc/scripts/genfuncindex.php:1.2 Sun Jan 6 17:28:59 2002
+++ phpdoc/scripts/genfuncindex.php Wed Jan 9 09:50:45 2002
@@ -1,34 +1,22 @@
<?php
/*
-#
# +----------------------------------------------------------------------+
-# | PHP HTML Embedded Scripting Language Version 3.0 |
+# | PHP Version 4 |
# +----------------------------------------------------------------------+
-# | Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
+# | Copyright (c) 1997-2002 The PHP Group |
# +----------------------------------------------------------------------+
-# | This program is free software; you can redistribute it and/or modify |
-# | it under the terms of one of the following licenses: |
-# | |
-# | A) 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. |
-# | |
-# | B) the PHP License as published by the PHP Development Team and |
-# | included in the distribution in the file: LICENSE |
-# | |
-# | 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 both licenses referred to here. |
-# | If you did not, or have any questions about PHP licensing, please |
-# | contact [EMAIL PROTECTED] |
+# | This source file is subject to version 2.02 of the PHP licience, |
+# | that is bundled with this package in the file LICENCE and is |
+# | avalible through the world wide web at |
+# | http://www.php.net/license/2_02.txt. |
+# | If uou did not receive a copy of the PHP license and are unable to |
+# | obtain it through the world wide web, please send a note to |
+# | [EMAIL PROTECTED] so we can mail you a copy immediately |
# +----------------------------------------------------------------------+
# | Authors: Hartmut Holzgraefe <[EMAIL PROTECTED]> |
# +----------------------------------------------------------------------+
#
-# $Id: genfuncindex.php,v 1.2 2002/01/06 22:28:59 hholzgra Exp $
+# $Id: genfuncindex.php,v 1.3 2002/01/09 14:50:45 jan Exp $
*/
?>
<index id='index.functions'>
Index: phpdoc/scripts/genfunclist.sh
diff -u phpdoc/scripts/genfunclist.sh:1.1 phpdoc/scripts/genfunclist.sh:1.2
--- phpdoc/scripts/genfunclist.sh:1.1 Sun Jan 6 10:42:31 2002
+++ phpdoc/scripts/genfunclist.sh Wed Jan 9 09:50:45 2002
@@ -1,34 +1,23 @@
#!/bin/sh
#
# +----------------------------------------------------------------------+
-# | PHP HTML Embedded Scripting Language Version 3.0 |
+# | PHP Version 4 |
# +----------------------------------------------------------------------+
-# | Copyright (c) 1997,1998 PHP Development Team (See Credits file) |
+# | Copyright (c) 1997-2002 The PHP Group |
# +----------------------------------------------------------------------+
-# | This program is free software; you can redistribute it and/or modify |
-# | it under the terms of one of the following licenses: |
-# | |
-# | A) 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. |
-# | |
-# | B) the PHP License as published by the PHP Development Team and |
-# | included in the distribution in the file: LICENSE |
-# | |
-# | 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 both licenses referred to here. |
-# | If you did not, or have any questions about PHP licensing, please |
-# | contact [EMAIL PROTECTED] |
+# | This source file is subject to version 2.02 of the PHP licience, |
+# | that is bundled with this package in the file LICENCE and is |
+# | avalible through the world wide web at |
+# | http://www.php.net/license/2_02.txt. |
+# | If uou did not receive a copy of the PHP license and are unable to |
+# | obtain it through the world wide web, please send a note to |
+# | [EMAIL PROTECTED] so we can mail you a copy immediately |
# +----------------------------------------------------------------------+
# | Authors: Ariel Shkedi <[EMAIL PROTECTED]> or <[EMAIL PROTECTED]> |
# | Rasmus Lerdorf <[EMAIL PROTECTED]> |
# +----------------------------------------------------------------------+
#
-# $Id: genfunclist.sh,v 1.1 2002/01/06 15:42:31 hholzgra Exp $
+# $Id: genfunclist.sh,v 1.2 2002/01/09 14:50:45 jan Exp $
for i in `find $1 -name "*.[c]" -print -o -name "*.ec" -print | xargs egrep -li
function_entry` ; do
echo $i | sed -e 's/\.\.\//# /'
Index: phpdoc/scripts/genfuncsummary.sh
diff -u phpdoc/scripts/genfuncsummary.sh:1.2 phpdoc/scripts/genfuncsummary.sh:1.3
--- phpdoc/scripts/genfuncsummary.sh:1.2 Mon Jan 7 05:25:09 2002
+++ phpdoc/scripts/genfuncsummary.sh Wed Jan 9 09:50:45 2002
@@ -1,5 +1,22 @@
-#!/bin/sh
-# $Id: genfuncsummary.sh,v 1.2 2002/01/07 10:25:09 goba Exp $
+#!/bin/sh#
+#
+# +----------------------------------------------------------------------+
+# | PHP Version 4 |
+# +----------------------------------------------------------------------+
+# | Copyright (c) 1997-2002 The PHP Group |
+# +----------------------------------------------------------------------+
+# | This source file is subject to version 2.02 of the PHP licience, |
+# | that is bundled with this package in the file LICENCE and is |
+# | avalible through the world wide web at |
+# | http://www.php.net/license/2_02.txt. |
+# | If uou did not receive a copy of the PHP license and are unable to |
+# | obtain it through the world wide web, please send a note to |
+# | [EMAIL PROTECTED] so we can mail you a copy immediately |
+# +----------------------------------------------------------------------+
+# | Authors: Gabor Hoitsy <[EMAIL PROTECTED]> |
+# +----------------------------------------------------------------------+
+#
+# $Id: genfuncsummary.sh,v 1.3 2002/01/09 14:50:45 jan Exp $
if test -f funcsummary.awk; then
awkscript=funcsummary.awk
Index: phpdoc/scripts/process.php
diff -u phpdoc/scripts/process.php:1.3 phpdoc/scripts/process.php:1.4
--- phpdoc/scripts/process.php:1.3 Wed Jan 9 08:09:56 2002
+++ phpdoc/scripts/process.php Wed Jan 9 09:50:45 2002
@@ -1,5 +1,23 @@
#!/usr/bin/php -q
-<?php if ($argc < 2 || $argc > 3) { ?>
+<?php
+/*
+# +----------------------------------------------------------------------+
+# | PHP Version 4 |
+# +----------------------------------------------------------------------+
+# | Copyright (c) 1997-2002 The PHP Group |
+# +----------------------------------------------------------------------+
+# | This source file is subject to version 2.02 of the PHP licience, |
+# | that is bundled with this package in the file LICENCE and is |
+# | avalible through the world wide web at |
+# | http://www.php.net/license/2_02.txt. |
+# | If uou did not receive a copy of the PHP license and are unable to |
+# | obtain it through the world wide web, please send a note to |
+# | [EMAIL PROTECTED] so we can mail you a copy immediately |
+# +----------------------------------------------------------------------+
+# | Authors: ??? |
+# +----------------------------------------------------------------------+
+*/
+if ($argc < 2 || $argc > 3) { ?>
Process the manual to do some replacements.
Usage:
Index: phpdoc/scripts/revcheck.php
diff -u phpdoc/scripts/revcheck.php:1.10 phpdoc/scripts/revcheck.php:1.11
--- phpdoc/scripts/revcheck.php:1.10 Wed Dec 19 11:31:25 2001
+++ phpdoc/scripts/revcheck.php Wed Jan 9 09:50:45 2002
@@ -1,6 +1,22 @@
#!/usr/bin/php -q
<?php
-
+/*
+# +----------------------------------------------------------------------+
+# | PHP Version 4 |
+# +----------------------------------------------------------------------+
+# | Copyright (c) 1997-2002 The PHP Group |
+# +----------------------------------------------------------------------+
+# | This source file is subject to version 2.02 of the PHP licience, |
+# | that is bundled with this package in the file LICENCE and is |
+# | avalible through the world wide web at |
+# | http://www.php.net/license/2_02.txt. |
+# | If uou did not receive a copy of the PHP license and are unable to |
+# | obtain it through the world wide web, please send a note to |
+# | [EMAIL PROTECTED] so we can mail you a copy immediately |
+# +----------------------------------------------------------------------+
+# | Authors: ??? |
+# +----------------------------------------------------------------------+
+*/
if ($argc < 2 || $argc > 3) {
?>
Index: phpdoc/scripts/sort_aliases.php
diff -u phpdoc/scripts/sort_aliases.php:1.3 phpdoc/scripts/sort_aliases.php:1.4
--- phpdoc/scripts/sort_aliases.php:1.3 Fri Sep 21 22:23:43 2001
+++ phpdoc/scripts/sort_aliases.php Wed Jan 9 09:50:45 2002
@@ -1,5 +1,22 @@
#!/usr/bin/php -q
<?php
+/*
+# +----------------------------------------------------------------------+
+# | PHP Version 4 |
+# +----------------------------------------------------------------------+
+# | Copyright (c) 1997-2002 The PHP Group |
+# +----------------------------------------------------------------------+
+# | This source file is subject to version 2.02 of the PHP licience, |
+# | that is bundled with this package in the file LICENCE and is |
+# | avalible through the world wide web at |
+# | http://www.php.net/license/2_02.txt. |
+# | If uou did not receive a copy of the PHP license and are unable to |
+# | obtain it through the world wide web, please send a note to |
+# | [EMAIL PROTECTED] so we can mail you a copy immediately |
+# +----------------------------------------------------------------------+
+# | Authors: ??? |
+# +----------------------------------------------------------------------+
+*/
// Sorts the aliases.xml file. This script assumes that </row> and <row> tags
// are not on the same line.