From: Sebastian Bergmann Date: Thu, 28 Feb 2002 06:26:50 +0000 (+0000) Subject: Fix headers. X-Git-Tag: php-4.2.0RC1~253 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d983e5faf0d34a3d8fddf585814ad5595de8692;p=php Fix headers. --- diff --git a/ext/exif/exif.c b/ext/exif/exif.c index 52a5f1df9b..7d576707eb 100644 --- a/ext/exif/exif.c +++ b/ext/exif/exif.c @@ -1,8 +1,8 @@ /* +----------------------------------------------------------------------+ - | PHP version 4.0 | + | PHP Version 4 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2001 The PHP Group | + | Copyright (c) 1997-2002 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 | diff --git a/ext/exif/php_exif.h b/ext/exif/php_exif.h index 221ea517e3..83d0cc39ea 100644 --- a/ext/exif/php_exif.h +++ b/ext/exif/php_exif.h @@ -1,8 +1,8 @@ /* +----------------------------------------------------------------------+ - | PHP version 4.0 | + | PHP Version 4 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2001 The PHP Group | + | Copyright (c) 1997-2002 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 |