summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-11-27 02:42:41 +0000
committerMarcus Boerger <helly@php.net>2002-11-27 02:42:41 +0000
commit28c10e29d04550e301cbcb603f6518283e0afc50 (patch)
tree8a92bfcc1304a0aed9b222d3cb4b8bfe49e8099c
parent569c69ba36757f42351d37580a2e5721070df973 (diff)
downloadphp-git-28c10e29d04550e301cbcb603f6518283e0afc50.tar.gz
-Code completley rewritten
-rw-r--r--ext/exif/exif.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/ext/exif/exif.c b/ext/exif/exif.c
index ed09d1d47c..7bbed1abd8 100644
--- a/ext/exif/exif.c
+++ b/ext/exif/exif.c
@@ -33,26 +33,6 @@
* attacker could generate an image with recursive ifd pointers...(Marcus)
*/
-/* Fragments of the code in this module were borrowed from the public domain
- * jhead.c package with the author's consent.
- *
- * The original header from the jhead.c file was:
- *
- * --------------------------------------------------------------------------
- * Program to pull the information out of various types of EFIF digital
- * camera files and show it in a reasonably consistent way
- *
- * Version 0.9
- *
- * Compiles with MSVC on Windows, or with GCC on Linux
- *
- * Compileing under linux: Must include math library.
- * Use: cc -lm -O3 -o jhead jhead.c
- *
- * Matthias Wandel, Dec 1999 - April 2000
- * --------------------------------------------------------------------------
- */
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif