From 559683ddda8610a986ea1355dc191e8e20f77a23 Mon Sep 17 00:00:00 2001 From: Vladimir Nadvornik Date: Thu, 29 Sep 2011 17:17:20 +0200 Subject: [PATCH] updated copyright notice --- src/image_load_tiff.c | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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" -- 2.20.1