diff options
author | Gabriel Caruso <carusogabriel34@gmail.com> | 2019-09-24 23:54:04 +0200 |
---|---|---|
committer | Gabriel Caruso <carusogabriel34@gmail.com> | 2019-09-25 14:51:43 +0200 |
commit | 5d6e923d46a89fe9cd8fb6c3a6da675aa67197b4 (patch) | |
tree | 97a0a24512c3c7aa275615298ca362d6fa54ff82 /ext/zip | |
parent | fb60ccc666e5b7245e7abf13314e79d9986b5b4e (diff) | |
download | php-git-5d6e923d46a89fe9cd8fb6c3a6da675aa67197b4.tar.gz |
Remove mention of PHP major version in Copyright headers
Closes GH-4732.
Diffstat (limited to 'ext/zip')
-rw-r--r-- | ext/zip/php_zip.c | 2 | ||||
-rw-r--r-- | ext/zip/php_zip.h | 2 | ||||
-rw-r--r-- | ext/zip/zip_stream.c | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/ext/zip/php_zip.c b/ext/zip/php_zip.c index 92757e52a8..3b5b28abee 100644 --- a/ext/zip/php_zip.c +++ b/ext/zip/php_zip.c @@ -1,7 +1,5 @@ /* +----------------------------------------------------------------------+ - | PHP Version 7 | - +----------------------------------------------------------------------+ | Copyright (c) The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | diff --git a/ext/zip/php_zip.h b/ext/zip/php_zip.h index dc5a7ddfdd..0dc39a8b60 100644 --- a/ext/zip/php_zip.h +++ b/ext/zip/php_zip.h @@ -1,7 +1,5 @@ /* +----------------------------------------------------------------------+ - | PHP Version 7 | - +----------------------------------------------------------------------+ | Copyright (c) The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | diff --git a/ext/zip/zip_stream.c b/ext/zip/zip_stream.c index bce62f5614..58fcb0322b 100644 --- a/ext/zip/zip_stream.c +++ b/ext/zip/zip_stream.c @@ -1,7 +1,5 @@ /* +----------------------------------------------------------------------+ - | PHP Version 7 | - +----------------------------------------------------------------------+ | Copyright (c) The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | |