From: Vladimir Nadvornik Date: Sun, 27 Mar 2011 16:20:19 +0000 (+0200) Subject: updated copyright notices X-Git-Tag: 1.1~53 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=43b479c1042930d616cb4c8fb9e80ee5fd0900ec updated copyright notices --- diff --git a/src/image_load_gdk.c b/src/image_load_gdk.c index 77cb9279..ec817d9b 100644 --- a/src/image_load_gdk.c +++ b/src/image_load_gdk.c @@ -1,3 +1,14 @@ +/* + * Geeqie + * (C) 2004 John Ellis + * Copyright (C) 2008 - 2011 The Geeqie Team + * + * Author: Vladimir Nadvornik + * + * This software is released under the GNU General Public License (GNU GPL). + * Please read the included file COPYING for more information. + * This software comes with no warranty of any kind, use at your own risk! + */ #include "main.h" #include "image-load.h" diff --git a/src/image_load_gdk.h b/src/image_load_gdk.h index 43dd5849..7ae9f550 100644 --- a/src/image_load_gdk.h +++ b/src/image_load_gdk.h @@ -1,3 +1,14 @@ +/* + * Geeqie + * (C) 2004 John Ellis + * Copyright (C) 2008 - 2011 The Geeqie Team + * + * Author: Vladimir Nadvornik + * + * This software is released under the GNU General Public License (GNU GPL). + * Please read the included file COPYING for more information. + * This software comes with no warranty of any kind, use at your own risk! + */ #ifndef IMAGE_LOAD_GDK_H #define IMAGE_LOAD_GDK_H diff --git a/src/image_load_jpeg.c b/src/image_load_jpeg.c index 854ca4de..81b663c8 100644 --- a/src/image_load_jpeg.c +++ b/src/image_load_jpeg.c @@ -1,3 +1,42 @@ +/* + * Geeqie + * (C) 2004 John Ellis + * Copyright (C) 2008 - 2011 The Geeqie Team + * + * Author: Vladimir Nadvornik + * + * This software is released under the GNU General Public License (GNU GPL). + * Please read the included file COPYING for more information. + * This software comes with no warranty of any kind, use at your own risk! + */ + +/* based on code from GdkPixbuf library - JPEG image loader + * + * Copyright (C) 1999 Michael Zucchi + * Copyright (C) 1999 The Free Software Foundation + * + * Progressive loading code Copyright (C) 1999 Red Hat, Inc. + * + * Authors: Michael Zucchi + * Federico Mena-Quintero + * Michael Fulbright + * + * 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" #include "image-load.h" diff --git a/src/image_load_jpeg.h b/src/image_load_jpeg.h index 86bf7c6f..d5e385a3 100644 --- a/src/image_load_jpeg.h +++ b/src/image_load_jpeg.h @@ -1,3 +1,14 @@ +/* + * Geeqie + * (C) 2004 John Ellis + * Copyright (C) 2008 - 2011 The Geeqie Team + * + * Author: Vladimir Nadvornik + * + * This software is released under the GNU General Public License (GNU GPL). + * Please read the included file COPYING for more information. + * This software comes with no warranty of any kind, use at your own risk! + */ #ifndef IMAGE_LOAD_JPEG_H #define IMAGE_LOAD_JPEG_H diff --git a/src/jpeg_parser.c b/src/jpeg_parser.c index 4d9ef6d5..2984251c 100644 --- a/src/jpeg_parser.c +++ b/src/jpeg_parser.c @@ -1,3 +1,14 @@ +/* + * Geeqie + * (C) 2004 John Ellis + * Copyright (C) 2008 - 2011 The Geeqie Team + * + * Author: Vladimir Nadvornik + * + * This software is released under the GNU General Public License (GNU GPL). + * Please read the included file COPYING for more information. + * This software comes with no warranty of any kind, use at your own risk! + */ #include "main.h" #include "jpeg_parser.h" diff --git a/src/jpeg_parser.h b/src/jpeg_parser.h index 2c3ad8f6..02546521 100644 --- a/src/jpeg_parser.h +++ b/src/jpeg_parser.h @@ -1,3 +1,15 @@ +/* + * Geeqie + * (C) 2004 John Ellis + * Copyright (C) 2008 - 2010 The Geeqie Team + * + * Author: Vladimir Nadvornik + * + * This software is released under the GNU General Public License (GNU GPL). + * Please read the included file COPYING for more information. + * This software comes with no warranty of any kind, use at your own risk! + */ + #ifndef JPEG_PARSER_H #define JPEG_PARSER_H diff --git a/src/renderer-tiles.c b/src/renderer-tiles.c index 9bc43f35..04c6b225 100644 --- a/src/renderer-tiles.c +++ b/src/renderer-tiles.c @@ -4,6 +4,7 @@ * Copyright (C) 2008 - 2010 The Geeqie Team * * Author: John Ellis + * Author: Vladimir Nadvornik * * This software is released under the GNU General Public License (GNU GPL). * Please read the included file COPYING for more information.