diff options
author | foobar <sniper@php.net> | 2004-01-08 17:33:29 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2004-01-08 17:33:29 +0000 |
commit | ccfc46b0aa1f9066a40d051250d6bdb5fb203aeb (patch) | |
tree | 4927e1e1a3eaa7f4bcba91823737a3d3d5a01c28 /build | |
parent | f83b27facec09a5bbe35c968c410434ed29657de (diff) | |
download | php-git-ccfc46b0aa1f9066a40d051250d6bdb5fb203aeb.tar.gz |
- Happy new year and PHP 5 for rest of the files too..
# Should the LICENSE and Zend/LICENSE dates be updated too?
Diffstat (limited to 'build')
-rw-r--r-- | build/build.mk | 4 | ||||
-rw-r--r-- | build/build2.mk | 4 | ||||
-rwxr-xr-x | build/buildcheck.sh | 6 | ||||
-rw-r--r-- | build/mkdep.awk | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/build/build.mk b/build/build.mk index 0e770d1fbd..8a85c2e3c0 100644 --- a/build/build.mk +++ b/build/build.mk @@ -1,7 +1,7 @@ # +----------------------------------------------------------------------+ -# | PHP Version 4 | +# | PHP Version 5 | # +----------------------------------------------------------------------+ -# | Copyright (c) 1997-2002 The PHP Group | +# | 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 | diff --git a/build/build2.mk b/build/build2.mk index 881998edb9..9b3d538d19 100644 --- a/build/build2.mk +++ b/build/build2.mk @@ -1,7 +1,7 @@ # +----------------------------------------------------------------------+ -# | PHP Version 4 | +# | PHP Version 5 | # +----------------------------------------------------------------------+ -# | Copyright (c) 1997-2002 The PHP Group | +# | 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 | diff --git a/build/buildcheck.sh b/build/buildcheck.sh index 7597e0ed2a..aed6126b5e 100755 --- a/build/buildcheck.sh +++ b/build/buildcheck.sh @@ -1,8 +1,8 @@ #! /bin/sh # +----------------------------------------------------------------------+ -# | PHP Version 4 | +# | PHP Version 5 | # +----------------------------------------------------------------------+ -# | Copyright (c) 1997-2002 The PHP Group | +# | 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 | @@ -16,7 +16,7 @@ # | Sascha Schumann <sascha@schumann.cx> | # +----------------------------------------------------------------------+ # -# $Id: buildcheck.sh,v 1.29 2003-09-28 10:32:13 tal Exp $ +# $Id: buildcheck.sh,v 1.30 2004-01-08 17:31:49 sniper Exp $ # echo "buildconf: checking installation..." diff --git a/build/mkdep.awk b/build/mkdep.awk index 137a53430d..a07909e9c2 100644 --- a/build/mkdep.awk +++ b/build/mkdep.awk @@ -1,7 +1,7 @@ # +----------------------------------------------------------------------+ -# | PHP Version 4 | +# | PHP Version 5 | # +----------------------------------------------------------------------+ -# | Copyright (c) 2000 The PHP Group | +# | Copyright (c) 2000-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 | |