]> granicus.if.org Git - php/commitdiff
-Code completley rewritten
authorMarcus Boerger <helly@php.net>
Wed, 27 Nov 2002 02:42:41 +0000 (02:42 +0000)
committerMarcus Boerger <helly@php.net>
Wed, 27 Nov 2002 02:42:41 +0000 (02:42 +0000)
ext/exif/exif.c

index ed09d1d47c48302fab7bbd4b48300e3ceb705536..7bbed1abd876c5950b134e6647449102947b3940 100644 (file)
  *  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