diff options
author | Kalle Sommer Nielsen <kalle@php.net> | 2010-04-21 23:19:39 +0000 |
---|---|---|
committer | Kalle Sommer Nielsen <kalle@php.net> | 2010-04-21 23:19:39 +0000 |
commit | 956a9cdc6e5ee1fecdbd9c3e9683bf328e4cc64b (patch) | |
tree | be58f63b14decf996f3e1c882b1256afd887da4c | |
parent | b8ada243feb3f240c5d68081b01df3e98d5dd8cf (diff) | |
download | php-git-956a9cdc6e5ee1fecdbd9c3e9683bf328e4cc64b.tar.gz |
Updated copyright year
-rw-r--r-- | ext/interbase/interbase.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/interbase/interbase.rc b/ext/interbase/interbase.rc index 7fa8f50f33..465f6a351d 100644 --- a/ext/interbase/interbase.rc +++ b/ext/interbase/interbase.rc @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2007 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 | @@ -66,10 +66,10 @@ BEGIN BEGIN VALUE "FileDescription", "PHP Interbase module\0" VALUE "FileVersion", PHP_VERSION "\0" - VALUE "LegalCopyright", "Copyright © 2003 The PHP Group\0" + VALUE "LegalCopyright", "Copyright © 2010 The PHP Group\0" VALUE "Build Type", BUILD_TYPE "\0" VALUE "Client Library", CLIENT_LIB "\0" - VALUE "URL", "http://www.php.net\0" + VALUE "URL", "http://www.php.net/\0" END END BLOCK "VarFileInfo" |