vrana Sat Dec 20 07:09:41 2003 EDT
Modified files: /phpdoc/scripts aspell.php diff_en_rev.php html_syntax.php Log: PHP license Index: phpdoc/scripts/aspell.php diff -u phpdoc/scripts/aspell.php:1.1 phpdoc/scripts/aspell.php:1.2 --- phpdoc/scripts/aspell.php:1.1 Fri Dec 19 12:59:49 2003 +++ phpdoc/scripts/aspell.php Sat Dec 20 07:09:40 2003 @@ -1,8 +1,24 @@ #!/usr/bin/php <?php /* -There are no restrictions on this file. -Author: Jakub Vrána <[EMAIL PROTECTED]> + +----------------------------------------------------------------------+ + | PHP Version 4 | + +----------------------------------------------------------------------+ + | Copyright (c) 1997-2003 The PHP Group | + +----------------------------------------------------------------------+ + | This source file is subject to version 2.02 of the PHP license, | + | 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: Jakub Vrána <[EMAIL PROTECTED]> | + +----------------------------------------------------------------------+ +*/ + +/* See en.pws for list of ignored words. */ Index: phpdoc/scripts/diff_en_rev.php diff -u phpdoc/scripts/diff_en_rev.php:1.3 phpdoc/scripts/diff_en_rev.php:1.4 --- phpdoc/scripts/diff_en_rev.php:1.3 Wed Dec 10 09:04:54 2003 +++ phpdoc/scripts/diff_en_rev.php Sat Dec 20 07:09:40 2003 @@ -1,9 +1,24 @@ #!/usr/bin/php -q <?php /* -There are no restrictions on this file. -Author: Jakub Vrána <[EMAIL PROTECTED]> + +----------------------------------------------------------------------+ + | PHP Version 4 | + +----------------------------------------------------------------------+ + | Copyright (c) 1997-2003 The PHP Group | + +----------------------------------------------------------------------+ + | This source file is subject to version 2.02 of the PHP license, | + | 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: Jakub Vrána <[EMAIL PROTECTED]> | + +----------------------------------------------------------------------+ +*/ +/* This script should stay in phpdoc-lang/scripts/ directory. The local cvs-root is determined by its location. */ Index: phpdoc/scripts/html_syntax.php diff -u phpdoc/scripts/html_syntax.php:1.3 phpdoc/scripts/html_syntax.php:1.4 --- phpdoc/scripts/html_syntax.php:1.3 Thu Dec 11 04:14:56 2003 +++ phpdoc/scripts/html_syntax.php Sat Dec 20 07:09:40 2003 @@ -1,9 +1,23 @@ #!/usr/bin/php -q <?php /* -There are no restrictions on this file. -Author: Jakub Vrána <[EMAIL PROTECTED]> + +----------------------------------------------------------------------+ + | PHP Version 4 | + +----------------------------------------------------------------------+ + | Copyright (c) 1997-2003 The PHP Group | + +----------------------------------------------------------------------+ + | This source file is subject to version 2.02 of the PHP license, | + | 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: Jakub Vrána <[EMAIL PROTECTED]> | + +----------------------------------------------------------------------+ */ + if ($_SERVER["argc"] < 3) { exit("Purpose: Syntax highlight PHP examples in DSSSL generated HTML manual.\n" .'Usage: html_syntax.php [ "html" | "php" ] [ filename.ext | dir | wildcard ] ...' ."\n"