diff --git a/php_v8js.h b/php_v8js.h index edb9a64..e5c644a 100644 --- a/php_v8js.h +++ b/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 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Author: Jani Taskinen | + | Author: Patrick Reilly | +----------------------------------------------------------------------+ */ -/* $Id: php_v8js.h 306926 2010-12-31 14:15:54Z felipe $ */ +/* $Id:$ */ #ifndef PHP_V8JS_H #define PHP_V8JS_H diff --git a/php_v8js_macros.h b/php_v8js_macros.h index 8874a8e..785928f 100644 --- a/php_v8js_macros.h +++ b/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 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Author: Jani Taskinen | + | Author: Patrick Reilly | +----------------------------------------------------------------------+ */ -/* $Id: php_v8js_macros.h 306926 2010-12-31 14:15:54Z felipe $ */ +/* $Id:$ */ #ifndef PHP_V8JS_MACROS_H #define PHP_V8JS_MACROS_H diff --git a/v8js.cc b/v8js.cc index de27646..b63aef0 100644 --- a/v8js.cc +++ b/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 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Author: Jani Taskinen | + | Author: Patrick Reilly | +----------------------------------------------------------------------+ */ -/* $Id: v8js.cc 306926 2010-12-31 14:15:54Z felipe $ */ +/* $Id:$ */ #define V8JS_DEBUG 0 diff --git a/v8js_convert.cc b/v8js_convert.cc index 92bd3bd..3ea984f 100644 --- a/v8js_convert.cc +++ b/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 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Author: Jani Taskinen | + | Author: Patrick Reilly | +----------------------------------------------------------------------+ */ -/* $Id: v8js_convert.cc 306926 2010-12-31 14:15:54Z felipe $ */ +/* $Id:$ */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/v8js_methods.cc b/v8js_methods.cc index 37c814e..f19e473 100644 --- a/v8js_methods.cc +++ b/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 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Author: Jani Taskinen | + | Author: Patrick Reilly | +----------------------------------------------------------------------+ */ -/* $Id: v8js_methods.cc 306926 2010-12-31 14:15:54Z felipe $ */ +/* $Id:$ */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/v8js_variables.cc b/v8js_variables.cc index 79ab7e8..062b7b6 100644 --- a/v8js_variables.cc +++ b/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 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Author: Jani Taskinen | + | Author: Patrick Reilly | +----------------------------------------------------------------------+ */ -/* $Id: v8js_variables.cc 306926 2010-12-31 14:15:54Z felipe $ */ +/* $Id:$ */ #ifdef HAVE_CONFIG_H #include "config.h"