summaryrefslogtreecommitdiff
path: root/ext/reflection
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2016-01-20 10:52:57 +0000
committerJoe Watkins <krakjoe@php.net>2016-01-20 10:52:57 +0000
commit98164714eacf22a56ecd3a991bea22a486f0bcc8 (patch)
tree25bc2bce642515ea7824e9683d900f4b35d1d736 /ext/reflection
parentb899656eb0bd3d56caf8adebeef0ab3b2421e413 (diff)
parent4b972373745ed43d9a4762cff6c59600fb4f8c52 (diff)
downloadphp-git-98164714eacf22a56ecd3a991bea22a486f0bcc8.tar.gz
Merge branch 'PHP-7.0' of https://github.com/php/php-src into PHP-7.0
Diffstat (limited to 'ext/reflection')
-rw-r--r--ext/reflection/php_reflection.c2
-rw-r--r--ext/reflection/php_reflection.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c
index 8e6a3c0d71..50d0ba0023 100644
--- a/ext/reflection/php_reflection.c
+++ b/ext/reflection/php_reflection.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 7 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2015 The PHP Group |
+ | Copyright (c) 1997-2016 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/reflection/php_reflection.h b/ext/reflection/php_reflection.h
index b50309d9ff..b4f2cd7bc0 100644
--- a/ext/reflection/php_reflection.h
+++ b/ext/reflection/php_reflection.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 7 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2015 The PHP Group |
+ | Copyright (c) 1997-2016 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 |