summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2009-01-30 00:16:12 +0000
committerFelipe Pena <felipe@php.net>2009-01-30 00:16:12 +0000
commite11f95370c434f3b12f66c6090b0681c3d405edc (patch)
treeaa6a779b89d9ea3f4874e74c2c48fc731bafe9ab
parente09a820b19c06b2da3302680f51e4af07435462f (diff)
downloadphp-git-e11f95370c434f3b12f66c6090b0681c3d405edc.tar.gz
- Year++
-rwxr-xr-xext/enchant/enchant.c2
-rw-r--r--ext/enchant/php_enchant.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/enchant/enchant.c b/ext/enchant/enchant.c
index 5da2517df6..df6cdf68c9 100755
--- a/ext/enchant/enchant.c
+++ b/ext/enchant/enchant.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2004 The PHP Group |
+ | Copyright (c) 1997-2009 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.0 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
diff --git a/ext/enchant/php_enchant.h b/ext/enchant/php_enchant.h
index 893a4c8809..64c30d8849 100644
--- a/ext/enchant/php_enchant.h
+++ b/ext/enchant/php_enchant.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2003 The PHP Group |
+ | Copyright (c) 1997-2009 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.0 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |