diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2007-01-01 19:32:10 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2007-01-01 19:32:10 +0000 |
commit | 2df738647558cbb39a8e934e72437ef0a02716dd (patch) | |
tree | a8cd283df9699f4db4e41bf5e0c213f789056114 /build | |
parent | e095b9460999a0084e22b4c7c50bac8fb0199fde (diff) | |
download | php-git-2df738647558cbb39a8e934e72437ef0a02716dd.tar.gz |
Update copyright year
# The rest of the files were already updated by Sebastian
Diffstat (limited to 'build')
-rw-r--r-- | build/build.mk | 2 | ||||
-rw-r--r-- | build/build2.mk | 2 | ||||
-rwxr-xr-x | build/buildcheck.sh | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/build/build.mk b/build/build.mk index f909260c77..3b5777ab0f 100644 --- a/build/build.mk +++ b/build/build.mk @@ -1,7 +1,7 @@ # +----------------------------------------------------------------------+ # | PHP Version 5 | # +----------------------------------------------------------------------+ -# | Copyright (c) 1997-2006 The PHP Group | +# | Copyright (c) 1997-2007 The PHP Group | # +----------------------------------------------------------------------+ # | This source file is subject to version 3.01 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 341ff4279e..30ee6b1a80 100644 --- a/build/build2.mk +++ b/build/build2.mk @@ -1,7 +1,7 @@ # +----------------------------------------------------------------------+ # | PHP Version 5 | # +----------------------------------------------------------------------+ -# | Copyright (c) 1997-2006 The PHP Group | +# | Copyright (c) 1997-2007 The PHP Group | # +----------------------------------------------------------------------+ # | This source file is subject to version 3.01 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 cbe79033c4..9af2984f53 100755 --- a/build/buildcheck.sh +++ b/build/buildcheck.sh @@ -2,7 +2,7 @@ # +----------------------------------------------------------------------+ # | PHP Version 5 | # +----------------------------------------------------------------------+ -# | Copyright (c) 1997-2006 The PHP Group | +# | Copyright (c) 1997-2007 The PHP Group | # +----------------------------------------------------------------------+ # | This source file is subject to version 3.01 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.37.2.2 2006-01-01 12:50:00 sniper Exp $ +# $Id: buildcheck.sh,v 1.37.2.2.2.1 2007-01-01 19:32:10 iliaa Exp $ # echo "buildconf: checking installation..." |