Bläddra i källkod

Update copyright information

Patrick Reilly 13 år sedan
förälder
incheckning
7593cbcc59
6 ändrade filer med 18 tillägg och 12 borttagningar
  1. 3 2
      php_v8js.h
  2. 3 2
      php_v8js_macros.h
  3. 3 2
      v8js.cc
  4. 3 2
      v8js_convert.cc
  5. 3 2
      v8js_methods.cc
  6. 3 2
      v8js_variables.cc

+ 3 - 2
php_v8js.h

@@ -2,7 +2,7 @@
   +----------------------------------------------------------------------+
   | PHP Version 5                                                        |
   +----------------------------------------------------------------------+
-  | Copyright (c) 1997-2010 The PHP Group                                |
+  | Copyright (c) 1997-2012 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        |
@@ -13,10 +13,11 @@
   | [email protected] so we can mail you a copy immediately.               |
   +----------------------------------------------------------------------+
   | Author: Jani Taskinen <[email protected]>                         |
+  | Author: Patrick Reilly <[email protected]>                             |
   +----------------------------------------------------------------------+
 */
 
-/* $Id: php_v8js.h 306926 2010-12-31 14:15:54Z felipe $ */
+/* $Id:$ */
 
 #ifndef PHP_V8JS_H
 #define PHP_V8JS_H

+ 3 - 2
php_v8js_macros.h

@@ -2,7 +2,7 @@
   +----------------------------------------------------------------------+
   | PHP Version 5                                                        |
   +----------------------------------------------------------------------+
-  | Copyright (c) 1997-2010 The PHP Group                                |
+  | Copyright (c) 1997-2012 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        |
@@ -13,10 +13,11 @@
   | [email protected] so we can mail you a copy immediately.               |
   +----------------------------------------------------------------------+
   | Author: Jani Taskinen <[email protected]>                         |
+  | Author: Patrick Reilly <[email protected]>                             |
   +----------------------------------------------------------------------+
 */
 
-/* $Id: php_v8js_macros.h 306926 2010-12-31 14:15:54Z felipe $ */
+/* $Id:$ */
 
 #ifndef PHP_V8JS_MACROS_H
 #define PHP_V8JS_MACROS_H

+ 3 - 2
v8js.cc

@@ -2,7 +2,7 @@
   +----------------------------------------------------------------------+
   | PHP Version 5                                                        |
   +----------------------------------------------------------------------+
-  | Copyright (c) 1997-2010 The PHP Group                                |
+  | Copyright (c) 1997-2012 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        |
@@ -13,10 +13,11 @@
   | [email protected] so we can mail you a copy immediately.               |
   +----------------------------------------------------------------------+
   | Author: Jani Taskinen <[email protected]>                         |
+  | Author: Patrick Reilly <[email protected]>                             |
   +----------------------------------------------------------------------+
 */
 
-/* $Id: v8js.cc 306926 2010-12-31 14:15:54Z felipe $ */
+/* $Id:$ */
 
 #define V8JS_DEBUG 0
 

+ 3 - 2
v8js_convert.cc

@@ -2,7 +2,7 @@
   +----------------------------------------------------------------------+
   | PHP Version 5                                                        |
   +----------------------------------------------------------------------+
-  | Copyright (c) 1997-2010 The PHP Group                                |
+  | Copyright (c) 1997-2012 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        |
@@ -13,10 +13,11 @@
   | [email protected] so we can mail you a copy immediately.               |
   +----------------------------------------------------------------------+
   | Author: Jani Taskinen <[email protected]>                         |
+  | Author: Patrick Reilly <[email protected]>                             |
   +----------------------------------------------------------------------+
 */
 
-/* $Id: v8js_convert.cc 306926 2010-12-31 14:15:54Z felipe $ */
+/* $Id:$ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"

+ 3 - 2
v8js_methods.cc

@@ -2,7 +2,7 @@
   +----------------------------------------------------------------------+
   | PHP Version 5                                                        |
   +----------------------------------------------------------------------+
-  | Copyright (c) 1997-2010 The PHP Group                                |
+  | Copyright (c) 1997-2012 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        |
@@ -13,10 +13,11 @@
   | [email protected] so we can mail you a copy immediately.               |
   +----------------------------------------------------------------------+
   | Author: Jani Taskinen <[email protected]>                         |
+  | Author: Patrick Reilly <[email protected]>                             |
   +----------------------------------------------------------------------+
 */
 
-/* $Id: v8js_methods.cc 306926 2010-12-31 14:15:54Z felipe $ */
+/* $Id:$ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"

+ 3 - 2
v8js_variables.cc

@@ -2,7 +2,7 @@
   +----------------------------------------------------------------------+
   | PHP Version 5                                                        |
   +----------------------------------------------------------------------+
-  | Copyright (c) 1997-2010 The PHP Group                                |
+  | Copyright (c) 1997-2012 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        |
@@ -13,10 +13,11 @@
   | [email protected] so we can mail you a copy immediately.               |
   +----------------------------------------------------------------------+
   | Author: Jani Taskinen <[email protected]>                         |
+  | Author: Patrick Reilly <[email protected]>                             |
   +----------------------------------------------------------------------+
 */
 
-/* $Id: v8js_variables.cc 306926 2010-12-31 14:15:54Z felipe $ */
+/* $Id:$ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"