summaryrefslogtreecommitdiff
path: root/ext/libxml
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2013-01-01 16:28:54 +0800
committerXinchen Hui <laruence@php.net>2013-01-01 16:28:54 +0800
commit0a7395e009b2df94c2a3f05aef69fb1779edf8f8 (patch)
treeabaaf11005ae36c6f3957bce541d30f81e1dee28 /ext/libxml
parent58dabff8eda7089f70a826cab2ed7ba7d707974e (diff)
downloadphp-git-0a7395e009b2df94c2a3f05aef69fb1779edf8f8.tar.gz
Happy New Year
Diffstat (limited to 'ext/libxml')
-rw-r--r--ext/libxml/libxml.c2
-rw-r--r--ext/libxml/php_libxml.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/libxml/libxml.c b/ext/libxml/libxml.c
index 06de013858..0f1c2bb825 100644
--- a/ext/libxml/libxml.c
+++ b/ext/libxml/libxml.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2012 The PHP Group |
+ | Copyright (c) 1997-2013 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/libxml/php_libxml.h b/ext/libxml/php_libxml.h
index a11d059f71..8b9acc044e 100644
--- a/ext/libxml/php_libxml.h
+++ b/ext/libxml/php_libxml.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2012 The PHP Group |
+ | Copyright (c) 1997-2013 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 |