diff options
author | Sebastian Bergmann <sebastian@php.net> | 2010-01-03 08:22:14 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2010-01-03 08:22:14 +0000 |
commit | cbbec12ebc23dc2f479ab53829c2ae4ba401ab68 (patch) | |
tree | 6011d59d0e5cca6e1df1d689fc6e9ff96b76da0c | |
parent | 0ffd94cb723e775068350f57ad9b5b30f8e7eba6 (diff) | |
download | php-git-cbbec12ebc23dc2f479ab53829c2ae4ba401ab68.tar.gz |
sed -i "s#1997-2009#1997-2010#g" **/*.re **/*.y **/*.l
-rw-r--r-- | ext/date/lib/parse_date.re | 2 | ||||
-rw-r--r-- | ext/date/lib/parse_iso_intervals.re | 2 | ||||
-rw-r--r-- | ext/pdo/pdo_sql_parser.re | 2 | ||||
-rw-r--r-- | ext/standard/var_unserializer.re | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/ext/date/lib/parse_date.re b/ext/date/lib/parse_date.re index 3c96581f62..492fe84341 100644 --- a/ext/date/lib/parse_date.re +++ b/ext/date/lib/parse_date.re @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 6 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2009 The PHP Group | + | Copyright (c) 1997-2010 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/ext/date/lib/parse_iso_intervals.re b/ext/date/lib/parse_iso_intervals.re index a474e5e481..e47ab78238 100644 --- a/ext/date/lib/parse_iso_intervals.re +++ b/ext/date/lib/parse_iso_intervals.re @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 6 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2009 The PHP Group | + | Copyright (c) 1997-2010 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/ext/pdo/pdo_sql_parser.re b/ext/pdo/pdo_sql_parser.re index 0aa4824544..b1cce08e85 100644 --- a/ext/pdo/pdo_sql_parser.re +++ b/ext/pdo/pdo_sql_parser.re @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2009 The PHP Group | + | Copyright (c) 1997-2010 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/ext/standard/var_unserializer.re b/ext/standard/var_unserializer.re index ec4e0fe153..b40de24afb 100644 --- a/ext/standard/var_unserializer.re +++ b/ext/standard/var_unserializer.re @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 6 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2009 The PHP Group | + | Copyright (c) 1997-2010 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 | |