diff options
Diffstat (limited to 'build/buildcheck.sh')
-rwxr-xr-x | build/buildcheck.sh | 6 |
1 files changed, 3 insertions, 3 deletions
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..." |