diff options
author | Zeev Suraski <zeev@php.net> | 2019-01-30 11:03:12 +0200 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2019-01-30 11:03:12 +0200 |
commit | 0cf7de1c70a459a1207aea9efa780777faa96f2e (patch) | |
tree | 78324e5a7c39bebf09add612392ad5956135c5a4 /ext/odbc | |
parent | 73733b9a2de33be941bc809a3eeccfdbd1563ebf (diff) | |
download | php-git-0cf7de1c70a459a1207aea9efa780777faa96f2e.tar.gz |
Remove yearly range from copyright notice
Diffstat (limited to 'ext/odbc')
-rw-r--r-- | ext/odbc/php_odbc.c | 2 | ||||
-rw-r--r-- | ext/odbc/php_odbc.h | 2 | ||||
-rw-r--r-- | ext/odbc/php_odbc_includes.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/odbc/php_odbc.c b/ext/odbc/php_odbc.c index 9156347e83..4e41b22108 100644 --- a/ext/odbc/php_odbc.c +++ b/ext/odbc/php_odbc.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2018 The PHP Group | + | Copyright (c) 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/ext/odbc/php_odbc.h b/ext/odbc/php_odbc.h index d2b3e2b7b5..3de2ac6375 100644 --- a/ext/odbc/php_odbc.h +++ b/ext/odbc/php_odbc.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2018 The PHP Group | + | Copyright (c) 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/ext/odbc/php_odbc_includes.h b/ext/odbc/php_odbc_includes.h index 25ac53025c..24bbdff94c 100644 --- a/ext/odbc/php_odbc_includes.h +++ b/ext/odbc/php_odbc_includes.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2018 The PHP Group | + | Copyright (c) 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 | |