X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=blobdiff_plain;f=filter%2Fimage-gif.c;h=df8e81e4d21d13f61d645a502e7861593e726920;hp=627b171a1cf08d3b4b13f252799b37a0873f845f;hb=bc44d92092094935265183305a38196ce2822756;hpb=7a6a01ddca9307aa0f0abe27bb0f9074b86b1093 diff --git a/filter/image-gif.c b/filter/image-gif.c index 627b171a1..df8e81e4d 100644 --- a/filter/image-gif.c +++ b/filter/image-gif.c @@ -1,25 +1,16 @@ /* - * "$Id$" + * "$Id: image-gif.c 6649 2007-07-11 21:46:42Z mike $" * * GIF image routines for the Common UNIX Printing System (CUPS). * - * Copyright 1993-2006 by Easy Software Products. + * Copyright 2007 by Apple Inc. + * Copyright 1993-2007 by Easy Software Products. * * These coded instructions, statements, and computer programs are the - * property of Easy Software Products and are protected by Federal - * copyright law. Distribution and use rights are outlined in the file - * "LICENSE.txt" which should have been included with this file. If this - * file is missing or damaged please contact Easy Software Products - * at: - * - * Attn: CUPS Licensing Information - * Easy Software Products - * 44141 Airport View Drive, Suite 204 - * Hollywood, Maryland 20636 USA - * - * Voice: (301) 373-9600 - * EMail: cups-info@cups.org - * WWW: http://www.cups.org + * property of Apple Inc. and are protected by Federal copyright + * law. Distribution and use rights are outlined in the file "LICENSE.txt" + * which should have been included with this file. If this file is + * file is missing or damaged, see the license at "http://www.cups.org/". * * This file is subject to the Apple OS-Developed Software exception. * @@ -246,7 +237,7 @@ _cupsImageReadGIF( if (img->xsize == 0 || img->ysize == 0) { - fprintf(stderr, "ERROR: Bad GIF image dimensions: %dx%d\n", + fprintf(stderr, "DEBUG: Bad GIF image dimensions: %dx%d\n", img->xsize, img->ysize); fclose(fp); return (1); @@ -695,5 +686,5 @@ gif_read_lzw(FILE *fp, /* I - File to read from */ /* - * End of "$Id$". + * End of "$Id: image-gif.c 6649 2007-07-11 21:46:42Z mike $". */