diff options
author | Xinchen Hui <laruence@php.net> | 2015-01-15 23:09:28 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2015-01-15 23:26:03 +0800 |
commit | 73c1be26531f730d64d61962b56eaf28ce3fc6aa (patch) | |
tree | b12aa492d8918757ad0347135ddcabf5d3e86747 /Zend/zend_vm_gen.php | |
parent | 80a337bba1ce3c08217a28c21f6e0ab32612ddef (diff) | |
download | php-git-73c1be26531f730d64d61962b56eaf28ce3fc6aa.tar.gz |
Bump year
Diffstat (limited to 'Zend/zend_vm_gen.php')
-rw-r--r-- | Zend/zend_vm_gen.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/zend_vm_gen.php b/Zend/zend_vm_gen.php index 41febfa44d..f963a7a43d 100644 --- a/Zend/zend_vm_gen.php +++ b/Zend/zend_vm_gen.php @@ -3,7 +3,7 @@ +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2014 Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) 1998-2015 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ | This source file is subject to version 2.00 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | @@ -24,7 +24,7 @@ $header_text = <<< DATA +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ - | Copyright (c) 1998-2014 Zend Technologies Ltd. (http://www.zend.com) | + | Copyright (c) 1998-2015 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ | This source file is subject to version 2.00 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | |