diff options
author | Johannes Schlüter <johannes@php.net> | 2014-08-13 21:22:50 +0200 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2014-08-13 21:22:50 +0200 |
commit | babeca356b657f2fe14a8be21d31eadadc5a971a (patch) | |
tree | 90555326f874dc3ab5500a9ec8b014b69a22a306 /sapi/cli | |
parent | 1847cf10c11886850ad9ab5654c4b969810da49a (diff) | |
download | php-git-PHP-5.3.29.tar.gz |
It's 2014 already, fix copyright year where user visiblephp-5.3.29PHP-5.3.29
Left out all file headers
Diffstat (limited to 'sapi/cli')
-rw-r--r-- | sapi/cli/php.1.in | 4 | ||||
-rw-r--r-- | sapi/cli/php_cli.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sapi/cli/php.1.in b/sapi/cli/php.1.in index 2dfa499ba3..bbcea44c58 100644 --- a/sapi/cli/php.1.in +++ b/sapi/cli/php.1.in @@ -1,4 +1,4 @@ -.TH PHP 1 "2013" "The PHP Group" "Scripting Language" +.TH PHP 1 "2014" "The PHP Group" "Scripting Language" .SH NAME php \- PHP Command Line Interface 'CLI' .SH SYNOPSIS @@ -425,7 +425,7 @@ contributors all around the world. .SH VERSION INFORMATION This manpage describes \fBphp\fP, version @PHP_VERSION@. .SH COPYRIGHT -Copyright \(co 1997\-2013 The PHP Group +Copyright \(co 1997\-2014 The PHP Group .LP 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/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 42d2cb818a..26c628e193 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -826,7 +826,7 @@ int main(int argc, char *argv[]) } request_started = 1; - php_printf("PHP %s (%s) (built: %s %s) %s\nCopyright (c) 1997-2013 The PHP Group\n%s", + php_printf("PHP %s (%s) (built: %s %s) %s\nCopyright (c) 1997-2014 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, #if ZEND_DEBUG && defined(HAVE_GCOV) "(DEBUG GCOV)", |