From: Derick Rethans Date: Mon, 18 Nov 2002 15:45:27 +0000 (+0000) Subject: - Remove outdated GPL clause; the file was totally rewritten X-Git-Tag: RELEASE_1_0b2~152 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e93f1c00c61a28e322d69da020c12d8036267848;p=php - Remove outdated GPL clause; the file was totally rewritten --- diff --git a/ext/standard/image.c b/ext/standard/image.c index 99d99e9df8..3995fb6d86 100644 --- a/ext/standard/image.c +++ b/ext/standard/image.c @@ -16,26 +16,8 @@ | Marcus Boerger | +----------------------------------------------------------------------+ */ -/* $Id$ */ -/* - * 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$ */ #include "php.h" #include