diff options
author | Sebastian Bergmann <sebastian@php.net> | 2010-01-03 09:23:27 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2010-01-03 09:23:27 +0000 |
commit | 16cb1cd469b50e18bf79f57da46672caa32b42a2 (patch) | |
tree | 6fb33d9129dc1793de0582fc3638a053944b594d /ext/json | |
parent | dffb0fe616557cf53f7b89114b28bb11f45bc5fc (diff) | |
download | php-git-16cb1cd469b50e18bf79f57da46672caa32b42a2.tar.gz |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
Diffstat (limited to 'ext/json')
-rw-r--r-- | ext/json/json.c | 2 | ||||
-rw-r--r-- | ext/json/php_json.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/json/json.c b/ext/json/json.c index 8ee5cb5d4a..e463493df1 100644 --- a/ext/json/json.c +++ b/ext/json/json.c @@ -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/json/php_json.h b/ext/json/php_json.h index ba185f085e..bb47654aa3 100644 --- a/ext/json/php_json.h +++ b/ext/json/php_json.h @@ -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 | |