goba Wed Dec 31 19:47:42 2003 EDT
Modified files: /phpdoc/scripts checkdoc.php genfuncindex.php genfuncsummary.php make_man.php process.php revcheck.php sort_aliases.php Log: fix even more of the license stuff, adding licenses where missing
Index: phpdoc/scripts/checkdoc.php diff -u phpdoc/scripts/checkdoc.php:1.1 phpdoc/scripts/checkdoc.php:1.2 --- phpdoc/scripts/checkdoc.php:1.1 Fri Jan 4 11:06:07 2002 +++ phpdoc/scripts/checkdoc.php Wed Dec 31 19:47:42 2003 @@ -1,5 +1,23 @@ #!/usr/bin/php -q <?php +/* + +----------------------------------------------------------------------+ + | PHP Version 4 | + +----------------------------------------------------------------------+ + | Copyright (c) 1997-2004 The PHP Group | + +----------------------------------------------------------------------+ + | This source file is subject to version 3.0 of the PHP license, | + | that is bundled with this package in the file LICENSE, and is | + | available through the world-wide-web at the following url: | + | http://www.php.net/license/3_0.txt. | + | If you 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: Stig Bakken <[EMAIL PROTECTED]> (originally in Perl) | + | Gabor Hojtsy <[EMAIL PROTECTED]> | + +----------------------------------------------------------------------+ +*/ if ($argc > 2 || in_array($argv[1], array('--help', '-help', '-h', '-?'))) { ?> @@ -15,10 +33,6 @@ This program depends on ../funclist.txt as the list of functions compiled from the PHP source. - - Original Perl script written by Stig Bakken <[EMAIL PROTECTED]>, - ported to PHP by Gabor Hojtsy <[EMAIL PROTECTED]>, 2002-01-04 - <?php exit; } Index: phpdoc/scripts/genfuncindex.php diff -u phpdoc/scripts/genfuncindex.php:1.10 phpdoc/scripts/genfuncindex.php:1.11 --- phpdoc/scripts/genfuncindex.php:1.10 Mon Nov 25 07:29:59 2002 +++ phpdoc/scripts/genfuncindex.php Wed Dec 31 19:47:42 2003 @@ -1,22 +1,22 @@ <?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: Hartmut Holzgraefe <[EMAIL PROTECTED]> | -# +----------------------------------------------------------------------+ -# -# $Id: genfuncindex.php,v 1.10 2002/11/25 12:29:59 hholzgra Exp $ + +----------------------------------------------------------------------+ + | PHP Version 4 | + +----------------------------------------------------------------------+ + | Copyright (c) 1997-2004 The PHP Group | + +----------------------------------------------------------------------+ + | This source file is subject to version 3.0 of the PHP license, | + | that is bundled with this package in the file LICENSE, and is | + | available through the world-wide-web at the following url: | + | http://www.php.net/license/3_0.txt. | + | If you 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.11 2004/01/01 00:47:42 goba Exp $ */ echo "<" . "?xml version='1.0' encoding='iso-8859-1'?" . ">\n"; ?> Index: phpdoc/scripts/genfuncsummary.php diff -u phpdoc/scripts/genfuncsummary.php:1.2 phpdoc/scripts/genfuncsummary.php:1.3 --- phpdoc/scripts/genfuncsummary.php:1.2 Sat Aug 24 01:44:52 2002 +++ phpdoc/scripts/genfuncsummary.php Wed Dec 31 19:47:42 2003 @@ -1,8 +1,26 @@ <?php +/* + +----------------------------------------------------------------------+ + | PHP Version 4 | + +----------------------------------------------------------------------+ + | Copyright (c) 1997-2004 The PHP Group | + +----------------------------------------------------------------------+ + | This source file is subject to version 3.0 of the PHP license, | + | that is bundled with this package in the file LICENSE, and is | + | available through the world-wide-web at the following url: | + | http://www.php.net/license/3_0.txt. | + | If you 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: Jesus M. Castagnetto <[EMAIL PROTECTED]> | + +----------------------------------------------------------------------+ + + $Id: genfuncsummary.php,v 1.3 2004/01/01 00:47:42 goba Exp $ +*/ // WARNING: still a work in progress -// TODO: check why sometimes the regex is fubared - JMC -// $Id: genfuncsummary.php,v 1.2 2002/08/24 05:44:52 jmcastagnetto Exp $ +// TODO: check why sometimes the regex is fubared $php4src = realpath("../../php4"); Index: phpdoc/scripts/make_man.php diff -u phpdoc/scripts/make_man.php:1.3 phpdoc/scripts/make_man.php:1.4 --- phpdoc/scripts/make_man.php:1.3 Tue Jun 11 06:34:19 2002 +++ phpdoc/scripts/make_man.php Wed Dec 31 19:47:42 2003 @@ -1,11 +1,29 @@ #!/usr/local/bin/php -q <?php +/* + +----------------------------------------------------------------------+ + | PHP Version 4 | + +----------------------------------------------------------------------+ + | Copyright (c) 1997-2004 The PHP Group | + +----------------------------------------------------------------------+ + | This source file is subject to version 3.0 of the PHP license, | + | that is bundled with this package in the file LICENSE, and is | + | available through the world-wide-web at the following url: | + | http://www.php.net/license/3_0.txt. | + | If you 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: Roel Vanhout <[EMAIL PROTECTED]> | + | Derick Rethans <[EMAIL PROTECTED]> | + +----------------------------------------------------------------------+ + + $Id: make_man.php,v 1.4 2004/01/01 00:47:42 goba Exp $ +*/ /* - * Script to convert (most of the) php documentation from docbook to unix man - * format. No long license statements here - do whatever you want. - * Roel Vanhout - [EMAIL PROTECTED] - 20010413 - * Docbook 4 modifications by Derick Rethans - 20020310 + * Script to convert (most of the) php documentation + * from docbook to unix man format. * */ /* Index: phpdoc/scripts/process.php diff -u phpdoc/scripts/process.php:1.7 phpdoc/scripts/process.php:1.8 --- phpdoc/scripts/process.php:1.7 Sat Feb 2 09:19:52 2002 +++ phpdoc/scripts/process.php Wed Dec 31 19:47:42 2003 @@ -1,21 +1,21 @@ #!/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: Jeroen van Wolffelaar <[EMAIL PROTECTED]> | -# +----------------------------------------------------------------------+ + +----------------------------------------------------------------------+ + | PHP Version 4 | + +----------------------------------------------------------------------+ + | Copyright (c) 1997-2004 The PHP Group | + +----------------------------------------------------------------------+ + | This source file is subject to version 3.0 of the PHP license, | + | that is bundled with this package in the file LICENSE, and is | + | available through the world-wide-web at the following url: | + | http://www.php.net/license/3_0.txt. | + | If you 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: Jeroen van Wolffelaar <[EMAIL PROTECTED]> | + +----------------------------------------------------------------------+ */ set_time_limit(0); Index: phpdoc/scripts/revcheck.php diff -u phpdoc/scripts/revcheck.php:1.35 phpdoc/scripts/revcheck.php:1.36 --- phpdoc/scripts/revcheck.php:1.35 Wed Jul 23 18:29:04 2003 +++ phpdoc/scripts/revcheck.php Wed Dec 31 19:47:42 2003 @@ -1,24 +1,24 @@ #!/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: Thomas Schöfbeck <[EMAIL PROTECTED]> | -# | Gabor Hojtsy <[EMAIL PROTECTED]> | -# | Mark Kronsbein <[EMAIL PROTECTED]> | -# | Jan Fabry <[EMAIL PROTECTED]> -# +----------------------------------------------------------------------+ + +----------------------------------------------------------------------+ + | PHP Version 4 | + +----------------------------------------------------------------------+ + | Copyright (c) 1997-2004 The PHP Group | + +----------------------------------------------------------------------+ + | This source file is subject to version 3.0 of the PHP license, | + | that is bundled with this package in the file LICENSE, and is | + | available through the world-wide-web at the following url: | + | http://www.php.net/license/3_0.txt. | + | If you 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: Thomas Schöfbeck <[EMAIL PROTECTED]> | + | Gabor Hojtsy <[EMAIL PROTECTED]> | + | Mark Kronsbein <[EMAIL PROTECTED]> | + | Jan Fabry <[EMAIL PROTECTED]> + +----------------------------------------------------------------------+ */ if ($argc < 2 || $argc > 3) { ?> Index: phpdoc/scripts/sort_aliases.php diff -u phpdoc/scripts/sort_aliases.php:1.5 phpdoc/scripts/sort_aliases.php:1.6 --- phpdoc/scripts/sort_aliases.php:1.5 Fri Jan 18 14:19:46 2002 +++ phpdoc/scripts/sort_aliases.php Wed Dec 31 19:47:42 2003 @@ -1,21 +1,21 @@ #!/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: Jeroen van Wolffelaar <[EMAIL PROTECTED]> | -# +----------------------------------------------------------------------+ + +----------------------------------------------------------------------+ + | PHP Version 4 | + +----------------------------------------------------------------------+ + | Copyright (c) 1997-2004 The PHP Group | + +----------------------------------------------------------------------+ + | This source file is subject to version 3.0 of the PHP license, | + | that is bundled with this package in the file LICENSE, and is | + | available through the world-wide-web at the following url: | + | http://www.php.net/license/3_0.txt. | + | If you 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: Jeroen van Wolffelaar <[EMAIL PROTECTED]> | + +----------------------------------------------------------------------+ */ // Sorts the aliases.xml file. This script assumes that </row> and <row> tags