changeset 1909:caca32ccd945

updated copyright notices
author Vladimir Nadvornik <nadvornik@suse.cz>
date Sun, 27 Mar 2011 18:20:19 +0200
parents b5b95dd93eea
children 3f0837f71acc
files src/image_load_gdk.c src/image_load_gdk.h src/image_load_jpeg.c src/image_load_jpeg.h src/jpeg_parser.c src/jpeg_parser.h src/renderer-tiles.c
diffstat 7 files changed, 96 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/image_load_gdk.c	Sun Mar 27 18:14:17 2011 +0200
+++ b/src/image_load_gdk.c	Sun Mar 27 18:20:19 2011 +0200
@@ -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"
--- a/src/image_load_gdk.h	Sun Mar 27 18:14:17 2011 +0200
+++ b/src/image_load_gdk.h	Sun Mar 27 18:20:19 2011 +0200
@@ -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
--- a/src/image_load_jpeg.c	Sun Mar 27 18:14:17 2011 +0200
+++ b/src/image_load_jpeg.c	Sun Mar 27 18:20:19 2011 +0200
@@ -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 <zucchi@zedzone.mmc.com.au>
+ *          Federico Mena-Quintero <federico@gimp.org>
+ *          Michael Fulbright <drmike@redhat.com>
+ *
+ * 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"
--- a/src/image_load_jpeg.h	Sun Mar 27 18:14:17 2011 +0200
+++ b/src/image_load_jpeg.h	Sun Mar 27 18:20:19 2011 +0200
@@ -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
--- a/src/jpeg_parser.c	Sun Mar 27 18:14:17 2011 +0200
+++ b/src/jpeg_parser.c	Sun Mar 27 18:20:19 2011 +0200
@@ -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"
--- a/src/jpeg_parser.h	Sun Mar 27 18:14:17 2011 +0200
+++ b/src/jpeg_parser.h	Sun Mar 27 18:20:19 2011 +0200
@@ -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
 
--- a/src/renderer-tiles.c	Sun Mar 27 18:14:17 2011 +0200
+++ b/src/renderer-tiles.c	Sun Mar 27 18:20:19 2011 +0200
@@ -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.