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/pgsql | |
| parent | dffb0fe616557cf53f7b89114b28bb11f45bc5fc (diff) | |
| download | php-git-16cb1cd469b50e18bf79f57da46672caa32b42a2.tar.gz | |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
Diffstat (limited to 'ext/pgsql')
| -rw-r--r-- | ext/pgsql/pgsql.c | 2 | ||||
| -rw-r--r-- | ext/pgsql/php_pgsql.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index 3b6f9fd444..6579a96d62 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.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/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h index 362d2b521b..ef9f53171f 100644 --- a/ext/pgsql/php_pgsql.h +++ b/ext/pgsql/php_pgsql.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 | |
