diff options
author | Sebastian Bergmann <sebastian@php.net> | 2007-12-31 07:23:06 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2007-12-31 07:23:06 +0000 |
commit | 51a34ef7ed23ccb235882dfb878a04ecc407dcf9 (patch) | |
tree | 9bb1da3b0f141bee176e854713cf79f36c9eaf43 /sapi/cli/php_cli.c | |
parent | b686fd905366f8c44c7745e689c162b36fd8fd1d (diff) | |
download | php-git-51a34ef7ed23ccb235882dfb878a04ecc407dcf9.tar.gz |
MFH: Bump copyright year.
Diffstat (limited to 'sapi/cli/php_cli.c')
-rw-r--r-- | sapi/cli/php_cli.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index d0c7d0b994..22e849d159 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 4 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2007 The PHP Group | + | Copyright (c) 1997-2008 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 | @@ -663,9 +663,9 @@ int main(int argc, char *argv[]) goto err; } #if ZEND_DEBUG - php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2007 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); + php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2008 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); #else - php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2007 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); + php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2008 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); #endif php_end_ob_buffers(1 TSRMLS_CC); exit_status=0; |