From: Vladimir Nadvornik Date: Thu, 29 Sep 2011 15:17:20 +0000 (+0200) Subject: updated copyright notice X-Git-Tag: 1.1~37 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=559683ddda8610a986ea1355dc191e8e20f77a23 updated copyright notice --- diff --git a/src/image_load_tiff.c b/src/image_load_tiff.c index 34efc76d..d32899cc 100644 --- a/src/image_load_tiff.c +++ b/src/image_load_tiff.c @@ -10,6 +10,31 @@ * This software comes with no warranty of any kind, use at your own risk! */ +/* based on code from GdkPixbuf library - TIFF image loader + * + * Copyright (C) 1999 Mark Crichton + * Copyright (C) 1999 The Free Software Foundation + * + * Authors: Mark Crichton + * Federico Mena-Quintero + * Jonathan Blandford + * S�ren Sandmann + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. + */ #include "main.h"