summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2002-11-18 15:46:01 +0000
committerDerick Rethans <derick@php.net>2002-11-18 15:46:01 +0000
commit7a974d0ef15af868124e3e72544bb71d10739fad (patch)
tree799e72458a4039de0c74b494dd228a2931adea52
parent33b6f2a71a35129480054d017be862ecf7108754 (diff)
downloadphp-git-7a974d0ef15af868124e3e72544bb71d10739fad.tar.gz
- MFH
-rw-r--r--ext/standard/image.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/ext/standard/image.c b/ext/standard/image.c
index 99d99e9df8..c6bf5f0c90 100644
--- a/ext/standard/image.c
+++ b/ext/standard/image.c
@@ -17,25 +17,6 @@
+----------------------------------------------------------------------+
*/
/* $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.
- *
- */
#include "php.h"
#include <stdio.h>