iliaa           Mon Jan 29 04:40:46 2007 UTC

  Modified files:              
    /ZendEngine2        zend_language_parser.y zend_language_scanner.l 
                        zend_ini_parser.y 
    /php-src/win32/build        buildconf.js confutils.js template.rc Makefile 
                                cvsclean.js 
  Log:
  
  Copyright update
  
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_language_parser.y?r1=1.177&r2=1.178&diff_format=u
Index: ZendEngine2/zend_language_parser.y
diff -u ZendEngine2/zend_language_parser.y:1.177 
ZendEngine2/zend_language_parser.y:1.178
--- ZendEngine2/zend_language_parser.y:1.177    Wed Jan 10 15:59:55 2007
+++ ZendEngine2/zend_language_parser.y  Mon Jan 29 04:40:46 2007
@@ -3,7 +3,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998-2006 Zend Technologies Ltd. (http://www.zend.com) |
+   | Copyright (c) 1998-2007 Zend Technologies Ltd. (http://www.zend.com) |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.00 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: zend_language_parser.y,v 1.177 2007/01/10 15:59:55 dmitry Exp $ */
+/* $Id: zend_language_parser.y,v 1.178 2007/01/29 04:40:46 iliaa Exp $ */
 
 /*
  * LALR shift/reduce conflicts and how they are resolved:
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_language_scanner.l?r1=1.161&r2=1.162&diff_format=u
Index: ZendEngine2/zend_language_scanner.l
diff -u ZendEngine2/zend_language_scanner.l:1.161 
ZendEngine2/zend_language_scanner.l:1.162
--- ZendEngine2/zend_language_scanner.l:1.161   Tue Jan  9 17:39:59 2007
+++ ZendEngine2/zend_language_scanner.l Mon Jan 29 04:40:46 2007
@@ -4,7 +4,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998-2006 Zend Technologies Ltd. (http://www.zend.com) |
+   | Copyright (c) 1998-2007 Zend Technologies Ltd. (http://www.zend.com) |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.00 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -19,7 +19,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: zend_language_scanner.l,v 1.161 2007/01/09 17:39:59 andrei Exp $ */
+/* $Id: zend_language_scanner.l,v 1.162 2007/01/29 04:40:46 iliaa Exp $ */
 
 #define yyleng SCNG(yy_leng)
 #define yytext SCNG(yy_text)
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_ini_parser.y?r1=1.45&r2=1.46&diff_format=u
Index: ZendEngine2/zend_ini_parser.y
diff -u ZendEngine2/zend_ini_parser.y:1.45 ZendEngine2/zend_ini_parser.y:1.46
--- ZendEngine2/zend_ini_parser.y:1.45  Wed Apr 12 09:52:06 2006
+++ ZendEngine2/zend_ini_parser.y       Mon Jan 29 04:40:46 2007
@@ -3,7 +3,7 @@
    +----------------------------------------------------------------------+
    | Zend Engine                                                          |
    +----------------------------------------------------------------------+
-   | Copyright (c) 1998-2006 Zend Technologies Ltd. (http://www.zend.com) |
+   | Copyright (c) 1998-2007 Zend Technologies Ltd. (http://www.zend.com) |
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.00 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        |
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: zend_ini_parser.y,v 1.45 2006/04/12 09:52:06 dmitry Exp $ */
+/* $Id: zend_ini_parser.y,v 1.46 2007/01/29 04:40:46 iliaa Exp $ */
 
 #define DEBUG_CFG_PARSER 0
 #include "zend.h"
http://cvs.php.net/viewvc.cgi/php-src/win32/build/buildconf.js?r1=1.15&r2=1.16&diff_format=u
Index: php-src/win32/build/buildconf.js
diff -u php-src/win32/build/buildconf.js:1.15 
php-src/win32/build/buildconf.js:1.16
--- php-src/win32/build/buildconf.js:1.15       Sun Jan  1 13:09:59 2006
+++ php-src/win32/build/buildconf.js    Mon Jan 29 04:40:46 2007
@@ -2,7 +2,7 @@
   +----------------------------------------------------------------------+
   | PHP Version 5                                                        |
   +----------------------------------------------------------------------+
-  | Copyright (c) 1997-2006 The PHP Group                                |
+  | Copyright (c) 1997-2007 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        |
@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: buildconf.js,v 1.15 2006/01/01 13:09:59 sniper Exp $ */
+/* $Id: buildconf.js,v 1.16 2007/01/29 04:40:46 iliaa Exp $ */
 // This generates a configure script for win32 build
 
 WScript.StdOut.WriteLine("Rebuilding configure.js");
http://cvs.php.net/viewvc.cgi/php-src/win32/build/confutils.js?r1=1.65&r2=1.66&diff_format=u
Index: php-src/win32/build/confutils.js
diff -u php-src/win32/build/confutils.js:1.65 
php-src/win32/build/confutils.js:1.66
--- php-src/win32/build/confutils.js:1.65       Tue Dec 19 10:26:44 2006
+++ php-src/win32/build/confutils.js    Mon Jan 29 04:40:46 2007
@@ -3,7 +3,7 @@
   +----------------------------------------------------------------------+
   | PHP Version 5                                                        |
   +----------------------------------------------------------------------+
-  | Copyright (c) 1997-2006 The PHP Group                                |
+  | Copyright (c) 1997-2007 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        |
@@ -17,7 +17,7 @@
   +----------------------------------------------------------------------+
 */
 
-// $Id: confutils.js,v 1.65 2006/12/19 10:26:44 edink Exp $
+// $Id: confutils.js,v 1.66 2007/01/29 04:40:46 iliaa Exp $
 
 var STDOUT = WScript.StdOut;
 var STDERR = WScript.StdErr;
http://cvs.php.net/viewvc.cgi/php-src/win32/build/template.rc?r1=1.9&r2=1.10&diff_format=u
Index: php-src/win32/build/template.rc
diff -u php-src/win32/build/template.rc:1.9 php-src/win32/build/template.rc:1.10
--- php-src/win32/build/template.rc:1.9 Wed Feb  8 21:07:41 2006
+++ php-src/win32/build/template.rc     Mon Jan 29 04:40:46 2007
@@ -1,5 +1,5 @@
 /* This is a template RC file.
- * $Id: template.rc,v 1.9 2006/02/08 21:07:41 johannes Exp $
+ * $Id: template.rc,v 1.10 2007/01/29 04:40:46 iliaa Exp $
  * Do not edit with MSVC */
 #ifdef APSTUDIO_INVOKED
 # error dont edit with MSVC
@@ -47,7 +47,7 @@
             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-2006 The PHP Group\0"
+            VALUE "LegalCopyright", "Copyright © 1997-2007 The PHP Group\0"
             VALUE "LegalTrademarks", "PHP\0"
             VALUE "OriginalFilename", FILE_NAME "\0"
             VALUE "PrivateBuild", "\0"
http://cvs.php.net/viewvc.cgi/php-src/win32/build/Makefile?r1=1.42&r2=1.43&diff_format=u
Index: php-src/win32/build/Makefile
diff -u php-src/win32/build/Makefile:1.42 php-src/win32/build/Makefile:1.43
--- php-src/win32/build/Makefile:1.42   Sat Jan 13 03:32:14 2007
+++ php-src/win32/build/Makefile        Mon Jan 29 04:40:46 2007
@@ -1,7 +1,7 @@
 #  +----------------------------------------------------------------------+
 #  | PHP Version 5                                                        |
 #  +----------------------------------------------------------------------+
-#  | Copyright (c) 1997-2006 The PHP Group                                |
+#  | Copyright (c) 1997-2007 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        |
@@ -14,7 +14,7 @@
 #  | Author: Wez Furlong <[EMAIL PROTECTED]>                           |
 #  +----------------------------------------------------------------------+
 #
-# $Id: Makefile,v 1.42 2007/01/13 03:32:14 fmk Exp $
+# $Id: Makefile,v 1.43 2007/01/29 04:40:46 iliaa Exp $
 # This is the makefile template for the win32 build
 
 CC="$(CL)"
http://cvs.php.net/viewvc.cgi/php-src/win32/build/cvsclean.js?r1=1.6&r2=1.7&diff_format=u
Index: php-src/win32/build/cvsclean.js
diff -u php-src/win32/build/cvsclean.js:1.6 php-src/win32/build/cvsclean.js:1.7
--- php-src/win32/build/cvsclean.js:1.6 Sun Jan  1 13:09:59 2006
+++ php-src/win32/build/cvsclean.js     Mon Jan 29 04:40:46 2007
@@ -2,7 +2,7 @@
   +----------------------------------------------------------------------+
   | PHP Version 5                                                        |
   +----------------------------------------------------------------------+
-  | Copyright (c) 1997-2006 The PHP Group                                |
+  | Copyright (c) 1997-2007 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        |
@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: cvsclean.js,v 1.6 2006/01/01 13:09:59 sniper Exp $ */
+/* $Id: cvsclean.js,v 1.7 2007/01/29 04:40:46 iliaa Exp $ */
 // Cleans up files that do not belong in CVS
 
 var FSO = WScript.CreateObject("Scripting.FileSystemObject");

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to