From ed264ac576c9e10c5f6c99e6bd4aa7b60fe49176 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Wed, 27 Nov 2002 02:43:21 +0000 Subject: [PATCH] MFH: remove comment --- ext/exif/exif.c | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/ext/exif/exif.c b/ext/exif/exif.c index c60082574c..fe2b78e00e 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 -- 2.50.1