goba            Wed Dec 31 20:08:47 2003 EDT

  Modified files:              
    /phpdoc/scripts     checkent.php dbtags.php entities.php 
                        file-entities.php.in missing-entities.php.in 
                        phpweb-entities.php.in reference-split.php 
                        test_missing-entities.php.in 
  Log:
  even more fixing of licenses and years in the 'happy new year 2004' project
  
Index: phpdoc/scripts/checkent.php
diff -u phpdoc/scripts/checkent.php:1.6 phpdoc/scripts/checkent.php:1.7
--- phpdoc/scripts/checkent.php:1.6     Tue May 27 20:43:31 2003
+++ phpdoc/scripts/checkent.php Wed Dec 31 20:08:46 2003
@@ -1,5 +1,25 @@
 #!/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:    Georg Richter <[EMAIL PROTECTED]>                            |
+  |             Gabor Hojtsy <[EMAIL PROTECTED]>                              |
+  +----------------------------------------------------------------------+
+ 
+  $Id: checkent.php,v 1.7 2004/01/01 01:08:46 goba Exp $
+*/
 
 if ($argc > 1 || in_array($argv[1], array('--help', '-help', '-h', '-?'))) {
 ?>
@@ -12,9 +32,6 @@
   This script checks FTP and HTTP URLs listed
   in entities/global.ent. Grab the output, to put it in
   a text file.
-  
-  Written by Georg Richter <[EMAIL PROTECTED]>
-  Adapted to phpdoc by Gabor Hojtsy <[EMAIL PROTECTED]>
 
 <?php
   exit;
Index: phpdoc/scripts/dbtags.php
diff -u phpdoc/scripts/dbtags.php:1.1 phpdoc/scripts/dbtags.php:1.2
--- phpdoc/scripts/dbtags.php:1.1       Fri Dec 28 09:49:29 2001
+++ phpdoc/scripts/dbtags.php   Wed Dec 31 20:08:46 2003
@@ -1,5 +1,24 @@
 #!/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:    Gabor Hojtsy <[EMAIL PROTECTED]>                              |
+  +----------------------------------------------------------------------+
+ 
+  $Id: dbtags.php,v 1.2 2004/01/01 01:08:46 goba Exp $
+*/
 
 if ($argc > 2 || in_array($argv[1], array('--help', '-help', '-h', '-?'))) {
 ?>
@@ -16,8 +35,6 @@
 
   The script will generate a tag_usage.txt
   file, containing the tags used and the numbers.
-  
-  Written by Gabor Hojtsy <[EMAIL PROTECTED]>, 2001-12-28
 
 <?php
   exit;
Index: phpdoc/scripts/entities.php
diff -u phpdoc/scripts/entities.php:1.7 phpdoc/scripts/entities.php:1.8
--- phpdoc/scripts/entities.php:1.7     Sat Nov 16 05:02:02 2002
+++ phpdoc/scripts/entities.php Wed Dec 31 20:08:46 2003
@@ -1,5 +1,24 @@
 #!/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:    Gabor Hojtsy <[EMAIL PROTECTED]>                              |
+  +----------------------------------------------------------------------+
+ 
+  $Id: entities.php,v 1.8 2004/01/01 01:08:46 goba Exp $
+*/
 
 if ($argc > 3 || in_array($argv[1], array('--help', '-help', '-h', '-?'))) {
 ?>
@@ -21,8 +40,6 @@
   file, containing the entities defined in the
   <entity-file>.
   
-  Written by Gabor Hojtsy <[EMAIL PROTECTED]>, 2001-09-22
-
 <?php
   exit;
 }
Index: phpdoc/scripts/file-entities.php.in
diff -u phpdoc/scripts/file-entities.php.in:1.13 
phpdoc/scripts/file-entities.php.in:1.14
--- phpdoc/scripts/file-entities.php.in:1.13    Sun Apr 20 04:18:44 2003
+++ phpdoc/scripts/file-entities.php.in Wed Dec 31 20:08:46 2003
@@ -1,23 +1,23 @@
 <?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]>                    |
-# |             Gabor Hojtsy <[EMAIL PROTECTED]>                              |
-# +----------------------------------------------------------------------+
-# 
-# $Id: file-entities.php.in,v 1.13 2003/04/20 08:18:44 goba 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]>                    |
+  |             Gabor Hojtsy <[EMAIL PROTECTED]>                              |
+  +----------------------------------------------------------------------+
+  
+  $Id: file-entities.php.in,v 1.14 2004/01/01 01:08:46 goba Exp $
 */
 
 /**
Index: phpdoc/scripts/missing-entities.php.in
diff -u phpdoc/scripts/missing-entities.php.in:1.11 
phpdoc/scripts/missing-entities.php.in:1.12
--- phpdoc/scripts/missing-entities.php.in:1.11 Mon Jul 14 12:46:16 2003
+++ phpdoc/scripts/missing-entities.php.in      Wed Dec 31 20:08:46 2003
@@ -1,23 +1,23 @@
 <?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]>                    |
-# |             Gabor Hojtsy <[EMAIL PROTECTED]>                              |
-# +----------------------------------------------------------------------+
-# 
-# $Id: missing-entities.php.in,v 1.11 2003/07/14 16:46:16 jsjohnst 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]>                    |
+  |             Gabor Hojtsy <[EMAIL PROTECTED]>                              |
+  +----------------------------------------------------------------------+
+  
+  $Id: missing-entities.php.in,v 1.12 2004/01/01 01:08:46 goba Exp $
 */
 
 set_time_limit(0);
Index: phpdoc/scripts/phpweb-entities.php.in
diff -u phpdoc/scripts/phpweb-entities.php.in:1.1 
phpdoc/scripts/phpweb-entities.php.in:1.2
--- phpdoc/scripts/phpweb-entities.php.in:1.1   Thu May  8 13:02:32 2003
+++ phpdoc/scripts/phpweb-entities.php.in       Wed Dec 31 20:08:46 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:    Gabor Hojtsy <[EMAIL PROTECTED]>                              |
-# +----------------------------------------------------------------------+
-# 
-# $Id: phpweb-entities.php.in,v 1.1 2003/05/08 17:02:32 goba 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:    Gabor Hojtsy <[EMAIL PROTECTED]>                              |
+  +----------------------------------------------------------------------+
+  
+  $Id: phpweb-entities.php.in,v 1.2 2004/01/01 01:08:46 goba Exp $
 */
 
 set_time_limit(0);
@@ -61,4 +61,4 @@
 // Write out entity file
 $pe = fopen($phpweb_ent, "w");
 fwrite($pe, join("", $phpweb_entities));
-fclose($pe);
\ No newline at end of file
+fclose($pe);
Index: phpdoc/scripts/reference-split.php
diff -u phpdoc/scripts/reference-split.php:1.6 phpdoc/scripts/reference-split.php:1.7
--- phpdoc/scripts/reference-split.php:1.6      Sun Apr  7 16:41:00 2002
+++ phpdoc/scripts/reference-split.php  Wed Dec 31 20:08:46 2003
@@ -1,4 +1,23 @@
 <?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:    Hartmut Holzgraefe <[EMAIL PROTECTED]>                    |
+  +----------------------------------------------------------------------+
+ 
+  $Id: reference-split.php,v 1.7 2004/01/01 01:08:46 goba Exp $
+*/
 
 set_time_limit(0);
 error_reporting(E_ALL);
Index: phpdoc/scripts/test_missing-entities.php.in
diff -u phpdoc/scripts/test_missing-entities.php.in:1.1 
phpdoc/scripts/test_missing-entities.php.in:1.2
--- phpdoc/scripts/test_missing-entities.php.in:1.1     Mon Feb 10 08:18:18 2003
+++ phpdoc/scripts/test_missing-entities.php.in Wed Dec 31 20:08:46 2003
@@ -1,4 +1,24 @@
 <?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:    Hartmut Holzgraefe <[EMAIL PROTECTED]>                    |
+  +----------------------------------------------------------------------+
+  
+  $Id: test_missing-entities.php.in,v 1.2 2004/01/01 01:08:46 goba Exp $
+*/
+
 /*
 
 ATTENTION: don't use this script!!!

Reply via email to