]> granicus.if.org Git - php/commitdiff
- Remove outdated GPL clause; the file was totally rewritten
authorDerick Rethans <derick@php.net>
Mon, 18 Nov 2002 15:45:27 +0000 (15:45 +0000)
committerDerick Rethans <derick@php.net>
Mon, 18 Nov 2002 15:45:27 +0000 (15:45 +0000)
ext/standard/image.c

index 99d99e9df85188438c7bf6591fc8f17681429926..3995fb6d8633c16449ca0965b2629e0ad518d60a 100644 (file)
    |          Marcus Boerger <helly@php.net>                              |
    +----------------------------------------------------------------------+
  */
-/* $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 <stdio.h>