summaryrefslogtreecommitdiff
path: root/win32/build
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2013-01-01 16:37:09 +0800
committerXinchen Hui <laruence@php.net>2013-01-01 16:37:09 +0800
commita666285bc2488b7f7362368c388e41428610ad1d (patch)
tree5a3ce2a925d1bd12cec39561e775f4585fbfc81c /win32/build
parentf01c295dc6271bc80b08b8d8ccbd9c931a1e500d (diff)
downloadphp-git-a666285bc2488b7f7362368c388e41428610ad1d.tar.gz
Happy New Year
Diffstat (limited to 'win32/build')
-rw-r--r--win32/build/deplister.c2
-rw-r--r--win32/build/template.rc2
2 files changed, 2 insertions, 2 deletions
diff --git a/win32/build/deplister.c b/win32/build/deplister.c
index f99da51228..8da65ba302 100644
--- a/win32/build/deplister.c
+++ b/win32/build/deplister.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/win32/build/template.rc b/win32/build/template.rc
index 606b08a244..13e92e9a3b 100644
--- a/win32/build/template.rc
+++ b/win32/build/template.rc
@@ -65,7 +65,7 @@ BEGIN
#endif
VALUE "FileVersion", EXT_VERSION
VALUE "InternalName", INTERNAL_NAME
- VALUE "LegalCopyright", "Copyright © 1997-2012 The PHP Group"
+ VALUE "LegalCopyright", "Copyright © 1997-2013 The PHP Group"
VALUE "LegalTrademarks", "PHP"
VALUE "OriginalFilename", FILE_NAME
VALUE "ProductName", "PHP"