diff options
Diffstat (limited to 'ext/exif/php_exif.h')
| -rw-r--r-- | ext/exif/php_exif.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ext/exif/php_exif.h b/ext/exif/php_exif.h index de9974198c..221ea517e3 100644 --- a/ext/exif/php_exif.h +++ b/ext/exif/php_exif.h @@ -1,8 +1,8 @@ /* +----------------------------------------------------------------------+ - | PHP Version 4 | + | PHP version 4.0 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2002 The PHP Group | + | Copyright (c) 1997-2001 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 2.02 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -13,9 +13,12 @@ | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Rasmus Lerdorf <rasmus@php.net> | + | Marcus Boerger <helly@php.net> | +----------------------------------------------------------------------+ */ +/* $Id$ */ + #if HAVE_EXIF extern zend_module_entry exif_module_entry; #define phpext_exif_ptr &exif_module_entry |
