derick Mon Nov 18 10:45:27 2002 EDT Modified files: /php4/ext/standard image.c Log: - Remove outdated GPL clause; the file was totally rewritten Index: php4/ext/standard/image.c diff -u php4/ext/standard/image.c:1.73 php4/ext/standard/image.c:1.74 --- php4/ext/standard/image.c:1.73 Sat Nov 16 12:02:07 2002 +++ php4/ext/standard/image.c Mon Nov 18 10:45:27 2002 @@ -16,26 +16,8 @@ | Marcus Boerger <[EMAIL PROTECTED]> | +----------------------------------------------------------------------+ */ -/* $Id: image.c,v 1.73 2002/11/16 17:02:07 helly Exp $ */ -/* - * Based on Daniel Schmitt's imageinfo.c which carried the following - * Copyright notice. - */ -/* - * imageinfo.c - * - * Simple routines to extract image width/height data from GIF/JPEG files. - * - * Copyright (c) 1997 Daniel Schmitt, opal online publishing, Bonn, Germany. - * - * Includes code snippets from rdjpgcom.c, - * Copyright (c) 1994-1995 Thomas G. Lane - * from release 6a of the Independent JPEG Group's software. - * - * Legal status: see GNU General Public License version 2 or later. - * - */ +/* $Id: image.c,v 1.74 2002/11/18 15:45:27 derick Exp $ */ #include "php.h" #include <stdio.h>
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php