summaryrefslogtreecommitdiff
path: root/win32/build
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-08-03 14:08:58 +0000
committerfoobar <sniper@php.net>2005-08-03 14:08:58 +0000
commit23e671a51ee7bf5abca3d9e2326d2adbd524b30b (patch)
tree50c774df6e5f8805f21436fc5bb4cf8af7774936 /win32/build
parentce32c4ece753bb399926146f880f415c3ea781c0 (diff)
downloadphp-git-23e671a51ee7bf5abca3d9e2326d2adbd524b30b.tar.gz
- Bumber up year
Diffstat (limited to 'win32/build')
-rw-r--r--win32/build/Makefile2
-rw-r--r--win32/build/buildconf.js4
-rw-r--r--win32/build/confutils.js4
-rw-r--r--win32/build/cvsclean.js4
-rw-r--r--win32/build/deplister.c2
-rw-r--r--win32/build/template.rc2
6 files changed, 9 insertions, 9 deletions
diff --git a/win32/build/Makefile b/win32/build/Makefile
index a0811aedf1..9b8c2d264c 100644
--- a/win32/build/Makefile
+++ b/win32/build/Makefile
@@ -1,7 +1,7 @@
# +----------------------------------------------------------------------+
# | PHP Version 5 |
# +----------------------------------------------------------------------+
-# | Copyright (c) 1997-2004 The PHP Group |
+# | Copyright (c) 1997-2005 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/win32/build/buildconf.js b/win32/build/buildconf.js
index b0d20170aa..3d21ce42a2 100644
--- a/win32/build/buildconf.js
+++ b/win32/build/buildconf.js
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2004 The PHP Group |
+ | Copyright (c) 1997-2005 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 |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: buildconf.js,v 1.12 2004-08-03 01:23:35 wez Exp $ */
+/* $Id: buildconf.js,v 1.13 2005-08-03 14:08:58 sniper Exp $ */
// This generates a configure script for win32 build
WScript.StdOut.WriteLine("Rebuilding configure.js");
diff --git a/win32/build/confutils.js b/win32/build/confutils.js
index 5db1d3fc44..ffc3b46500 100644
--- a/win32/build/confutils.js
+++ b/win32/build/confutils.js
@@ -3,7 +3,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2004 The PHP Group |
+ | Copyright (c) 1997-2005 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 |
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-// $Id: confutils.js,v 1.59 2005-08-01 21:57:09 edink Exp $
+// $Id: confutils.js,v 1.60 2005-08-03 14:08:58 sniper Exp $
var STDOUT = WScript.StdOut;
var STDERR = WScript.StdErr;
diff --git a/win32/build/cvsclean.js b/win32/build/cvsclean.js
index 6d74e435b6..3ad9a79b17 100644
--- a/win32/build/cvsclean.js
+++ b/win32/build/cvsclean.js
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2004 The PHP Group |
+ | Copyright (c) 1997-2005 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 |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: cvsclean.js,v 1.4 2004-04-08 19:08:37 fmk Exp $ */
+/* $Id: cvsclean.js,v 1.5 2005-08-03 14:08:58 sniper Exp $ */
// Cleans up files that do not belong in CVS
var FSO = WScript.CreateObject("Scripting.FileSystemObject");
diff --git a/win32/build/deplister.c b/win32/build/deplister.c
index ddff277151..2e00580c8f 100644
--- a/win32/build/deplister.c
+++ b/win32/build/deplister.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2004 The PHP Group |
+ | Copyright (c) 1997-2005 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/win32/build/template.rc b/win32/build/template.rc
index 3bb57a7147..e9a234ade1 100644
--- a/win32/build/template.rc
+++ b/win32/build/template.rc
@@ -47,7 +47,7 @@ BEGIN
VALUE "FileDescription", FILE_DESCRIPTION "\0"
VALUE "FileVersion", STRVER4(PHP_MAJOR_VERSION, PHP_MINOR_VERSION, PHP_RELEASE_VERSION, PHP_RELEASE_VERSION)
VALUE "InternalName", FILE_NAME "\0"
- VALUE "LegalCopyright", "Copyright © 1997-2004 The PHP Group\0"
+ VALUE "LegalCopyright", "Copyright © 1997-2005 The PHP Group\0"
VALUE "LegalTrademarks", "PHP\0"
VALUE "OriginalFilename", FILE_NAME "\0"
VALUE "PrivateBuild", "\0"