diff options
| author | Lior Kaplan <kaplanlior@gmail.com> | 2018-01-02 23:42:29 +0200 |
|---|---|---|
| committer | Lior Kaplan <kaplanlior@gmail.com> | 2018-01-02 23:42:29 +0200 |
| commit | fbfdd1e1c4746d2605eecac6c62721623f601462 (patch) | |
| tree | 38399bd2f5413323a50e2ecac85c1484fc01ce3e /scripts | |
| parent | 463fd04758f36a7051aafdee7d855d1c76f3fc3a (diff) | |
| download | php-git-fbfdd1e1c4746d2605eecac6c62721623f601462.tar.gz | |
Happy new year (Update copyright to 2018)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/dev/check_parameters.php | 2 | ||||
| -rwxr-xr-x | scripts/dev/search_underscores.php | 4 | ||||
| -rw-r--r-- | scripts/man1/php-config.1.in | 4 | ||||
| -rw-r--r-- | scripts/man1/phpize.1.in | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/scripts/dev/check_parameters.php b/scripts/dev/check_parameters.php index 0f157a794c..90d5b8dcb0 100644 --- a/scripts/dev/check_parameters.php +++ b/scripts/dev/check_parameters.php @@ -3,7 +3,7 @@ +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2007 The PHP Group | + | Copyright (c) 1997-2018 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/scripts/dev/search_underscores.php b/scripts/dev/search_underscores.php index 67ed02f160..23db7dd7b3 100755 --- a/scripts/dev/search_underscores.php +++ b/scripts/dev/search_underscores.php @@ -5,7 +5,7 @@ +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2006 The PHP Group | + | Copyright (c) 1997-2018 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 | @@ -94,4 +94,4 @@ foreach($extensions as $ext => &$classes) { printf("\n"); -?>
\ No newline at end of file +?> diff --git a/scripts/man1/php-config.1.in b/scripts/man1/php-config.1.in index add49591b1..0a025dc3cf 100644 --- a/scripts/man1/php-config.1.in +++ b/scripts/man1/php-config.1.in @@ -1,4 +1,4 @@ -.TH @program_prefix@php\-config 1 "2017" "The PHP Group" "Scripting Language" +.TH @program_prefix@php\-config 1 "2018" "The PHP Group" "Scripting Language" .SH NAME @program_prefix@php\-config \- get information about PHP configuration and compile options .SH SYNOPSIS @@ -65,7 +65,7 @@ PHP version as integer .SH VERSION INFORMATION This manpage describes \fBphp\fP, version @PHP_VERSION@. .SH COPYRIGHT -Copyright \(co 1997\-2017 The PHP Group +Copyright \(co 1997\-2018 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/scripts/man1/phpize.1.in b/scripts/man1/phpize.1.in index fc9d34863f..d2852fdcc5 100644 --- a/scripts/man1/phpize.1.in +++ b/scripts/man1/phpize.1.in @@ -1,4 +1,4 @@ -.TH @program_prefix@phpize 1 "2017" "The PHP Group" "Scripting Language" +.TH @program_prefix@phpize 1 "2018" "The PHP Group" "Scripting Language" .SH NAME @program_prefix@phpize \- prepare a PHP extension for compiling .SH SYNOPSIS @@ -32,7 +32,7 @@ Prints API version information .SH VERSION INFORMATION This manpage describes \fBphp\fP, version @PHP_VERSION@. .SH COPYRIGHT -Copyright \(co 1997\-2017 The PHP Group +Copyright \(co 1997\-2018 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 |
