diff options
-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" |