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 /main/streams | |
parent | fb60ccc666e5b7245e7abf13314e79d9986b5b4e (diff) | |
download | php-git-5d6e923d46a89fe9cd8fb6c3a6da675aa67197b4.tar.gz |
Remove mention of PHP major version in Copyright headers
Closes GH-4732.
Diffstat (limited to 'main/streams')
-rw-r--r-- | main/streams/cast.c | 2 | ||||
-rw-r--r-- | main/streams/filter.c | 2 | ||||
-rw-r--r-- | main/streams/glob_wrapper.c | 2 | ||||
-rw-r--r-- | main/streams/memory.c | 2 | ||||
-rw-r--r-- | main/streams/mmap.c | 2 | ||||
-rw-r--r-- | main/streams/php_stream_context.h | 2 | ||||
-rw-r--r-- | main/streams/php_stream_filter_api.h | 2 | ||||
-rw-r--r-- | main/streams/php_stream_glob_wrapper.h | 2 | ||||
-rw-r--r-- | main/streams/php_stream_mmap.h | 2 | ||||
-rw-r--r-- | main/streams/php_stream_plain_wrapper.h | 2 | ||||
-rw-r--r-- | main/streams/php_stream_transport.h | 2 | ||||
-rw-r--r-- | main/streams/php_stream_userspace.h | 2 | ||||
-rw-r--r-- | main/streams/php_streams_int.h | 2 | ||||
-rw-r--r-- | main/streams/plain_wrapper.c | 2 | ||||
-rw-r--r-- | main/streams/streams.c | 2 | ||||
-rw-r--r-- | main/streams/transports.c | 2 | ||||
-rw-r--r-- | main/streams/userspace.c | 2 | ||||
-rw-r--r-- | main/streams/xp_socket.c | 2 |
18 files changed, 0 insertions, 36 deletions
diff --git a/main/streams/cast.c b/main/streams/cast.c index 262ec5e38f..7a217dc882 100644 --- a/main/streams/cast.c +++ b/main/streams/cast.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/main/streams/filter.c b/main/streams/filter.c index 7fdbd0c3bf..3ca4afab14 100644 --- a/main/streams/filter.c +++ b/main/streams/filter.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/main/streams/glob_wrapper.c b/main/streams/glob_wrapper.c index 0e72558a2a..212d905e16 100644 --- a/main/streams/glob_wrapper.c +++ b/main/streams/glob_wrapper.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/main/streams/memory.c b/main/streams/memory.c index 4b92fc2ffd..6929ee480d 100644 --- a/main/streams/memory.c +++ b/main/streams/memory.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/main/streams/mmap.c b/main/streams/mmap.c index 8f3fcf97a6..445ee64951 100644 --- a/main/streams/mmap.c +++ b/main/streams/mmap.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/main/streams/php_stream_context.h b/main/streams/php_stream_context.h index c477dda4ac..98daa114a5 100644 --- a/main/streams/php_stream_context.h +++ b/main/streams/php_stream_context.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/main/streams/php_stream_filter_api.h b/main/streams/php_stream_filter_api.h index 4d5760e2cf..9df312152a 100644 --- a/main/streams/php_stream_filter_api.h +++ b/main/streams/php_stream_filter_api.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/main/streams/php_stream_glob_wrapper.h b/main/streams/php_stream_glob_wrapper.h index 644e5ab7e4..f4c8e05b7e 100644 --- a/main/streams/php_stream_glob_wrapper.h +++ b/main/streams/php_stream_glob_wrapper.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/main/streams/php_stream_mmap.h b/main/streams/php_stream_mmap.h index 132f3214c1..aae9097b41 100644 --- a/main/streams/php_stream_mmap.h +++ b/main/streams/php_stream_mmap.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/main/streams/php_stream_plain_wrapper.h b/main/streams/php_stream_plain_wrapper.h index 4af8b86cdd..44910bf320 100644 --- a/main/streams/php_stream_plain_wrapper.h +++ b/main/streams/php_stream_plain_wrapper.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/main/streams/php_stream_transport.h b/main/streams/php_stream_transport.h index f49d9c787d..69d2b9a774 100644 --- a/main/streams/php_stream_transport.h +++ b/main/streams/php_stream_transport.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/main/streams/php_stream_userspace.h b/main/streams/php_stream_userspace.h index 389d591921..4171a0d953 100644 --- a/main/streams/php_stream_userspace.h +++ b/main/streams/php_stream_userspace.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/main/streams/php_streams_int.h b/main/streams/php_streams_int.h index 1bc6fdc89c..ab00549a6e 100644 --- a/main/streams/php_streams_int.h +++ b/main/streams/php_streams_int.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/main/streams/plain_wrapper.c b/main/streams/plain_wrapper.c index 61b19e48ad..224753306e 100644 --- a/main/streams/plain_wrapper.c +++ b/main/streams/plain_wrapper.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/main/streams/streams.c b/main/streams/streams.c index aef1ebe762..574381c01f 100644 --- a/main/streams/streams.c +++ b/main/streams/streams.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/main/streams/transports.c b/main/streams/transports.c index 74fbef58d8..dd67c67bbf 100644 --- a/main/streams/transports.c +++ b/main/streams/transports.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/main/streams/userspace.c b/main/streams/userspace.c index de3e8591e6..755ec94df2 100644 --- a/main/streams/userspace.c +++ b/main/streams/userspace.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/main/streams/xp_socket.c b/main/streams/xp_socket.c index 511e1570d1..853aa64e3f 100644 --- a/main/streams/xp_socket.c +++ b/main/streams/xp_socket.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, | |