diff options
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 | ||||
-rw-r--r-- | build/mkdep.awk | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/build/build.mk b/build/build.mk index 3e629bb2c5..a3e12f791c 100644 --- a/build/build.mk +++ b/build/build.mk @@ -1,7 +1,7 @@ # +----------------------------------------------------------------------+ # | PHP Version 5 | # +----------------------------------------------------------------------+ -# | Copyright (c) 1997-2004 The PHP Group | +# | Copyright (c) 1997-2005 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 6de26fcad8..507438f48c 100644 --- a/build/build2.mk +++ b/build/build2.mk @@ -1,7 +1,7 @@ # +----------------------------------------------------------------------+ # | PHP Version 5 | # +----------------------------------------------------------------------+ -# | Copyright (c) 1997-2004 The PHP Group | +# | Copyright (c) 1997-2005 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 c46e13dcae..1aa4a7f089 100755 --- a/build/buildcheck.sh +++ b/build/buildcheck.sh @@ -2,7 +2,7 @@ # +----------------------------------------------------------------------+ # | PHP Version 5 | # +----------------------------------------------------------------------+ -# | Copyright (c) 1997-2004 The PHP Group | +# | Copyright (c) 1997-2005 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.36 2005-04-07 23:33:03 jon Exp $ +# $Id: buildcheck.sh,v 1.37 2005-08-03 14:06:38 sniper Exp $ # echo "buildconf: checking installation..." diff --git a/build/mkdep.awk b/build/mkdep.awk index a07909e9c2..e4cfa380ea 100644 --- a/build/mkdep.awk +++ b/build/mkdep.awk @@ -1,7 +1,7 @@ # +----------------------------------------------------------------------+ # | PHP Version 5 | # +----------------------------------------------------------------------+ -# | Copyright (c) 2000-2004 The PHP Group | +# | Copyright (c) 2000-2005 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 | |