summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2001-12-11 15:32:16 +0000
committerSebastian Bergmann <sebastian@php.net>2001-12-11 15:32:16 +0000
commit38933514e1d60ac2f93225a705ed36b5b23d4e45 (patch)
treeb3659d96ba9b716c5519d9a8122a3275a48010cf /build
parentd863d52a5d1bd35d08950df8955a9d353b79b8b3 (diff)
downloadphp-git-38933514e1d60ac2f93225a705ed36b5b23d4e45.tar.gz
Update headers.
Diffstat (limited to 'build')
-rwxr-xr-xbuild/bsd_makefile4
-rw-r--r--build/build.mk4
-rw-r--r--build/build2.mk4
-rwxr-xr-xbuild/buildcheck.sh6
-rw-r--r--build/dynlib.mk4
-rwxr-xr-xbuild/fastgen.sh6
-rw-r--r--build/library.mk4
-rw-r--r--build/ltlib.mk4
-rw-r--r--build/mkdep.awk2
-rw-r--r--build/program.mk4
-rw-r--r--build/rules.mk4
-rw-r--r--build/rules_common.mk4
-rw-r--r--build/rules_pear.mk4
-rwxr-xr-xbuild/sysv_makefile4
14 files changed, 29 insertions, 29 deletions
diff --git a/build/bsd_makefile b/build/bsd_makefile
index 472b561822..6b443b2639 100755
--- a/build/bsd_makefile
+++ b/build/bsd_makefile
@@ -1,8 +1,8 @@
#! /bin/sh
# +----------------------------------------------------------------------+
-# | PHP version 4.0 |
+# | PHP Version 4 |
# +----------------------------------------------------------------------+
-# | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
+# | Copyright (c) 1997-2002 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 LICENSE, and is |
diff --git a/build/build.mk b/build/build.mk
index 9101b0dd40..ae5246ea97 100644
--- a/build/build.mk
+++ b/build/build.mk
@@ -1,7 +1,7 @@
# +----------------------------------------------------------------------+
-# | PHP version 4.0 |
+# | PHP Version 4 |
# +----------------------------------------------------------------------+
-# | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
+# | Copyright (c) 1997-2002 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 LICENSE, and is |
diff --git a/build/build2.mk b/build/build2.mk
index 196df84fd2..fb27f3169a 100644
--- a/build/build2.mk
+++ b/build/build2.mk
@@ -1,7 +1,7 @@
# +----------------------------------------------------------------------+
-# | PHP version 4.0 |
+# | PHP Version 4 |
# +----------------------------------------------------------------------+
-# | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
+# | Copyright (c) 1997-2002 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 LICENSE, and is |
diff --git a/build/buildcheck.sh b/build/buildcheck.sh
index 63145deaa1..437d61be6f 100755
--- a/build/buildcheck.sh
+++ b/build/buildcheck.sh
@@ -1,8 +1,8 @@
#! /bin/sh
# +----------------------------------------------------------------------+
-# | PHP version 4.0 |
+# | PHP Version 4 |
# +----------------------------------------------------------------------+
-# | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
+# | Copyright (c) 1997-2002 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 LICENSE, and is |
@@ -16,7 +16,7 @@
# | Sascha Schumann <sascha@schumann.cx> |
# +----------------------------------------------------------------------+
#
-# $Id: buildcheck.sh,v 1.12 2001-06-20 18:21:03 david Exp $
+# $Id: buildcheck.sh,v 1.13 2001-12-11 15:28:53 sebastian Exp $
#
echo "buildconf: checking installation..."
diff --git a/build/dynlib.mk b/build/dynlib.mk
index 8df92ac6cf..7df8fc1795 100644
--- a/build/dynlib.mk
+++ b/build/dynlib.mk
@@ -1,7 +1,7 @@
# +----------------------------------------------------------------------+
-# | PHP version 4.0 |
+# | PHP Version 4 |
# +----------------------------------------------------------------------+
-# | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
+# | Copyright (c) 1997-2002 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 LICENSE, and is |
diff --git a/build/fastgen.sh b/build/fastgen.sh
index 9297447de1..78742c4497 100755
--- a/build/fastgen.sh
+++ b/build/fastgen.sh
@@ -1,9 +1,9 @@
#! /bin/sh
#
# +----------------------------------------------------------------------+
-# | PHP version 4.0 |
+# | PHP Version 4 |
# +----------------------------------------------------------------------+
-# | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
+# | Copyright (c) 1997-2002 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 LICENSE, and is |
@@ -16,7 +16,7 @@
# | Authors: Sascha Schumann <sascha@schumann.cx> |
# +----------------------------------------------------------------------+
#
-# $Id: fastgen.sh,v 1.12 2001-09-11 07:50:53 sas Exp $
+# $Id: fastgen.sh,v 1.13 2001-12-11 15:28:53 sebastian Exp $
#
if test "$#" = "0"; then
diff --git a/build/library.mk b/build/library.mk
index 8cb86760e4..7eeafe7662 100644
--- a/build/library.mk
+++ b/build/library.mk
@@ -1,7 +1,7 @@
# +----------------------------------------------------------------------+
-# | PHP version 4.0 |
+# | PHP Version 4 |
# +----------------------------------------------------------------------+
-# | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
+# | Copyright (c) 1997-2002 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 LICENSE, and is |
diff --git a/build/ltlib.mk b/build/ltlib.mk
index ca68d5d15e..297b2849b4 100644
--- a/build/ltlib.mk
+++ b/build/ltlib.mk
@@ -1,7 +1,7 @@
# +----------------------------------------------------------------------+
-# | PHP version 4.0 |
+# | PHP Version 4 |
# +----------------------------------------------------------------------+
-# | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
+# | Copyright (c) 1997-2002 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 LICENSE, and is |
diff --git a/build/mkdep.awk b/build/mkdep.awk
index 9eb5e6f611..7728374bc6 100644
--- a/build/mkdep.awk
+++ b/build/mkdep.awk
@@ -1,5 +1,5 @@
# +----------------------------------------------------------------------+
-# | PHP version 4.0 |
+# | PHP Version 4 |
# +----------------------------------------------------------------------+
# | Copyright (c) 2000 The PHP Group |
# +----------------------------------------------------------------------+
diff --git a/build/program.mk b/build/program.mk
index a06f805181..92e8e97eb6 100644
--- a/build/program.mk
+++ b/build/program.mk
@@ -1,7 +1,7 @@
# +----------------------------------------------------------------------+
-# | PHP version 4.0 |
+# | PHP Version 4 |
# +----------------------------------------------------------------------+
-# | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
+# | Copyright (c) 1997-2002 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 LICENSE, and is |
diff --git a/build/rules.mk b/build/rules.mk
index 63fab34b21..e688aecd15 100644
--- a/build/rules.mk
+++ b/build/rules.mk
@@ -1,7 +1,7 @@
# +----------------------------------------------------------------------+
-# | PHP version 4.0 |
+# | PHP Version 4 |
# +----------------------------------------------------------------------+
-# | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
+# | Copyright (c) 1997-2002 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 LICENSE, and is |
diff --git a/build/rules_common.mk b/build/rules_common.mk
index 2c3c2701ba..8c51a37736 100644
--- a/build/rules_common.mk
+++ b/build/rules_common.mk
@@ -1,7 +1,7 @@
# +----------------------------------------------------------------------+
-# | PHP version 4.0 |
+# | PHP Version 4 |
# +----------------------------------------------------------------------+
-# | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
+# | Copyright (c) 1997-2002 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 LICENSE, and is |
diff --git a/build/rules_pear.mk b/build/rules_pear.mk
index befc3cf5cb..fc21bd8dc5 100644
--- a/build/rules_pear.mk
+++ b/build/rules_pear.mk
@@ -1,7 +1,7 @@
# +----------------------------------------------------------------------+
-# | PHP version 4.0 |
+# | PHP Version 4 |
# +----------------------------------------------------------------------+
-# | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
+# | Copyright (c) 1997-2002 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 LICENSE, and is |
diff --git a/build/sysv_makefile b/build/sysv_makefile
index fedacb10ef..b9bd5a8c74 100755
--- a/build/sysv_makefile
+++ b/build/sysv_makefile
@@ -1,8 +1,8 @@
#! /bin/sh
# +----------------------------------------------------------------------+
-# | PHP version 4.0 |
+# | PHP Version 4 |
# +----------------------------------------------------------------------+
-# | Copyright (c) 1997, 1998, 1999, 2000 The PHP Group |
+# | Copyright (c) 1997-2002 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 LICENSE, and is |