diff options
| author | Xinchen Hui <laruence@php.net> | 2015-01-15 23:27:30 +0800 |
|---|---|---|
| committer | Xinchen Hui <laruence@php.net> | 2015-01-15 23:27:30 +0800 |
| commit | fc33f52d8c25997dd0711de3e07d0dc260a18c11 (patch) | |
| tree | f911722203919bedb6ebba2b4464373396a7e1f2 /ext/xml | |
| parent | 0eb46e77832bbed319d180b3b29eb67a84e4ae54 (diff) | |
| download | php-git-fc33f52d8c25997dd0711de3e07d0dc260a18c11.tar.gz | |
bump year
Diffstat (limited to 'ext/xml')
| -rw-r--r-- | ext/xml/compat.c | 2 | ||||
| -rw-r--r-- | ext/xml/expat_compat.h | 2 | ||||
| -rw-r--r-- | ext/xml/php_xml.h | 2 | ||||
| -rw-r--r-- | ext/xml/xml.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/ext/xml/compat.c b/ext/xml/compat.c index 1d32c47bc2..9247788889 100644 --- a/ext/xml/compat.c +++ b/ext/xml/compat.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2014 The PHP Group | + | Copyright (c) 1997-2015 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/xml/expat_compat.h b/ext/xml/expat_compat.h index 54673f9ad0..b3c5764fb2 100644 --- a/ext/xml/expat_compat.h +++ b/ext/xml/expat_compat.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2014 The PHP Group | + | Copyright (c) 1997-2015 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/xml/php_xml.h b/ext/xml/php_xml.h index d7f0d6d046..4a7739d3b8 100644 --- a/ext/xml/php_xml.h +++ b/ext/xml/php_xml.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2014 The PHP Group | + | Copyright (c) 1997-2015 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/xml/xml.c b/ext/xml/xml.c index 026c4555bb..83ee7db080 100644 --- a/ext/xml/xml.c +++ b/ext/xml/xml.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2014 The PHP Group | + | Copyright (c) 1997-2015 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 | |
