Update of /cvsroot/ufraw/ufraw In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv5985
Modified Files: curveeditor_widget.c curveeditor_widget.h dcraw.cc dcraw.h dcraw_api.cc dcraw_api.h dcraw_indi.c nikon_curve.c nikon_curve.h uf_glib.h uf_gtk.cc uf_gtk.h uf_progress.h ufobject.cc ufobject.h ufraw-batch.c ufraw-gimp.c ufraw.appdata.xml ufraw.c ufraw.h ufraw_chooser.c ufraw_conf.c ufraw_delete.c ufraw_developer.c ufraw_embedded.c ufraw_exiv2.cc ufraw_icons.c ufraw_lens_ui.c ufraw_lensfun.cc ufraw_message.c ufraw_preview.c ufraw_routines.c ufraw_saver.c ufraw_settings.cc ufraw_ufraw.c ufraw_ui.h ufraw_writer.c wb_presets.c Log Message: Update copyright information. Index: ufraw_developer.c =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufraw_developer.c,v retrieving revision 1.95 retrieving revision 1.96 diff -u -d -r1.95 -r1.96 --- ufraw_developer.c 26 Aug 2014 03:00:39 -0000 1.95 +++ ufraw_developer.c 24 Jan 2015 10:00:16 -0000 1.96 @@ -2,7 +2,7 @@ * UFRaw - Unidentified Flying Raw converter for digital camera images * * ufraw_developer.c - functions for developing images or more exactly pixels. - * Copyright 2004-2014 by Udi Fuchs + * Copyright 2004-2015 by Udi Fuchs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Index: ufraw-batch.c =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufraw-batch.c,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- ufraw-batch.c 1 Jan 2014 06:00:23 -0000 1.47 +++ ufraw-batch.c 24 Jan 2015 10:00:16 -0000 1.48 @@ -2,7 +2,7 @@ * UFRaw - Unidentified Flying Raw converter for digital camera images * * ufraw-batch.c - The standalone interface to UFRaw in batch mode. - * Copyright 2004-2014 by Udi Fuchs + * Copyright 2004-2015 by Udi Fuchs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Index: curveeditor_widget.c =================================================================== RCS file: /cvsroot/ufraw/ufraw/curveeditor_widget.c,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- curveeditor_widget.c 1 Jan 2014 06:00:22 -0000 1.26 +++ curveeditor_widget.c 24 Jan 2015 10:00:15 -0000 1.27 @@ -1,6 +1,6 @@ /*************************************************** * curveeditor_widget.c - a curve editor widget for GTK+ - * Copyright 2004-2014 by Shawn Freeman, Udi Fuchs + * Copyright 2004-2015 by Shawn Freeman, Udi Fuchs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Index: dcraw_api.h =================================================================== RCS file: /cvsroot/ufraw/ufraw/dcraw_api.h,v retrieving revision 1.52 retrieving revision 1.53 diff -u -d -r1.52 -r1.53 --- dcraw_api.h 25 Aug 2014 11:30:17 -0000 1.52 +++ dcraw_api.h 24 Jan 2015 10:00:15 -0000 1.53 @@ -2,7 +2,7 @@ * UFRaw - Unidentified Flying Raw converter for digital camera images * * dcraw_api.h - API for DCRaw - * Copyright 2004-2014 by Udi Fuchs + * Copyright 2004-2015 by Udi Fuchs * * based on dcraw by Dave Coffin * http://www.cybercom.net/~dcoffin/ Index: uf_glib.h =================================================================== RCS file: /cvsroot/ufraw/ufraw/uf_glib.h,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- uf_glib.h 1 Jan 2014 06:00:23 -0000 1.13 +++ uf_glib.h 24 Jan 2015 10:00:16 -0000 1.14 @@ -2,7 +2,7 @@ * UFRaw - Unidentified Flying Raw converter for digital camera images * * uf_glib.h - glib compatibility header - * Copyright 2004-2014 by Udi Fuchs + * Copyright 2004-2015 by Udi Fuchs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Index: curveeditor_widget.h =================================================================== RCS file: /cvsroot/ufraw/ufraw/curveeditor_widget.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- curveeditor_widget.h 1 Jan 2014 06:00:22 -0000 1.11 +++ curveeditor_widget.h 24 Jan 2015 10:00:15 -0000 1.12 @@ -1,6 +1,6 @@ /*************************************************** * curveeditor_widget.h - a curve editor widget for GTK+ - * Copyright 2004-2014 by Shawn Freeman, Udi Fuchs + * Copyright 2004-2015 by Shawn Freeman, Udi Fuchs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Index: dcraw.h =================================================================== RCS file: /cvsroot/ufraw/ufraw/dcraw.h,v retrieving revision 1.81 retrieving revision 1.82 diff -u -d -r1.81 -r1.82 --- dcraw.h 4 Jul 2014 02:45:16 -0000 1.81 +++ dcraw.h 24 Jan 2015 10:00:15 -0000 1.82 @@ -1,7 +1,7 @@ /* dcraw.h - Dave Coffin's raw photo decoder - header for C++ adaptation Copyright 1997-2014 by Dave Coffin, dcoffin a cybercom o net - Copyright 2004-2014 by Udi Fuchs, udifuchs a gmail o com + Copyright 2004-2015 by Udi Fuchs, udifuchs a gmail o com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by Index: ufraw.appdata.xml =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufraw.appdata.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- ufraw.appdata.xml 23 Sep 2014 01:15:06 -0000 1.2 +++ ufraw.appdata.xml 24 Jan 2015 10:00:16 -0000 1.3 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Copyright 2014 Ryan Lerch <rle...@redhat.com>, Udi Fuchs --> +<!-- Copyright 2014-2015 Ryan Lerch <rle...@redhat.com>, Udi Fuchs --> <application> <id type="desktop">ufraw.desktop</id> Index: uf_gtk.cc =================================================================== RCS file: /cvsroot/ufraw/ufraw/uf_gtk.cc,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- uf_gtk.cc 1 Jan 2014 06:00:23 -0000 1.33 +++ uf_gtk.cc 24 Jan 2015 10:00:16 -0000 1.34 @@ -2,7 +2,7 @@ * UFRaw - Unidentified Flying Raw converter for digital camera images * * uf_gtk.cc - gtk compatibility layer - * Copyright 2004-2014 by Udi Fuchs + * Copyright 2004-2015 by Udi Fuchs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Index: ufraw_writer.c =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufraw_writer.c,v retrieving revision 1.95 retrieving revision 1.96 diff -u -d -r1.95 -r1.96 --- ufraw_writer.c 26 Aug 2014 03:00:39 -0000 1.95 +++ ufraw_writer.c 24 Jan 2015 10:00:17 -0000 1.96 @@ -2,7 +2,7 @@ * UFRaw - Unidentified Flying Raw converter for digital camera images * * ufraw_writer.c - functions to output image files in different formats. - * Copyright 2004-2014 by Udi Fuchs + * Copyright 2004-2015 by Udi Fuchs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Index: ufobject.cc =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufobject.cc,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- ufobject.cc 26 Jul 2014 03:30:10 -0000 1.20 +++ ufobject.cc 24 Jan 2015 10:00:16 -0000 1.21 @@ -2,7 +2,7 @@ * UFRaw - Unidentified Flying Raw converter for digital camera images * * ufobject.cc - UFObject C++ implementation and C interface. - * Copyright 2004-2014 by Udi Fuchs + * Copyright 2004-2015 by Udi Fuchs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Index: ufraw_delete.c =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufraw_delete.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- ufraw_delete.c 1 Jan 2014 06:00:23 -0000 1.17 +++ ufraw_delete.c 24 Jan 2015 10:00:16 -0000 1.18 @@ -2,7 +2,7 @@ * UFRaw - Unidentified Flying Raw converter for digital camera images * * ufraw_delete.c - The GUI for choosing what files to delete. - * Copyright 2004-2014 by Udi Fuchs + * Copyright 2004-2015 by Udi Fuchs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Index: dcraw_indi.c =================================================================== RCS file: /cvsroot/ufraw/ufraw/dcraw_indi.c,v retrieving revision 1.119 retrieving revision 1.120 diff -u -d -r1.119 -r1.120 --- dcraw_indi.c 29 Aug 2014 15:00:15 -0000 1.119 +++ dcraw_indi.c 24 Jan 2015 10:00:15 -0000 1.120 @@ -2,7 +2,7 @@ * UFRaw - Unidentified Flying Raw converter for digital camera images * * dcraw_indi.c - DCRaw functions made independent - * Copyright 2004-2014 by Udi Fuchs + * Copyright 2004-2015 by Udi Fuchs * * based on dcraw by Dave Coffin * http://www.cybercom.net/~dcoffin/ Index: ufraw_routines.c =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufraw_routines.c,v retrieving revision 1.125 retrieving revision 1.126 diff -u -d -r1.125 -r1.126 --- ufraw_routines.c 1 Jan 2014 06:00:24 -0000 1.125 +++ ufraw_routines.c 24 Jan 2015 10:00:16 -0000 1.126 @@ -2,7 +2,7 @@ * UFRaw - Unidentified Flying Raw converter for digital camera images * * ufraw_routines.c - general routines - * Copyright 2004-2014 by Udi Fuchs + * Copyright 2004-2015 by Udi Fuchs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Index: nikon_curve.c =================================================================== RCS file: /cvsroot/ufraw/ufraw/nikon_curve.c,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- nikon_curve.c 26 Jul 2014 03:30:10 -0000 1.45 +++ nikon_curve.c 24 Jan 2015 10:00:15 -0000 1.46 @@ -1,7 +1,7 @@ /*************************************************** nikon_curve.c - read Nikon NTC/NCV files - Copyright 2004-2014 by Shawn Freeman, Udi Fuchs + Copyright 2004-2015 by Shawn Freeman, Udi Fuchs This program reads in a Nikon NTC/NCV file, interperates it's tone curve, and writes out a Index: ufraw_saver.c =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufraw_saver.c,v retrieving revision 1.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- ufraw_saver.c 1 Jan 2014 06:00:24 -0000 1.68 +++ ufraw_saver.c 24 Jan 2015 10:00:16 -0000 1.69 @@ -2,7 +2,7 @@ * UFRaw - Unidentified Flying Raw converter for digital camera images * * ufraw_saver.c - The GUI file saver. - * Copyright 2004-2014 by Udi Fuchs + * Copyright 2004-2015 by Udi Fuchs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Index: nikon_curve.h =================================================================== RCS file: /cvsroot/ufraw/ufraw/nikon_curve.h,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- nikon_curve.h 1 Jan 2014 06:00:23 -0000 1.22 +++ nikon_curve.h 24 Jan 2015 10:00:16 -0000 1.23 @@ -1,7 +1,7 @@ /*************************************************** nikon_curve.h - read Nikon NTC/NCV files - Copyright 2004-2014 by Shawn Freeman, Udi Fuchs + Copyright 2004-2015 by Shawn Freeman, Udi Fuchs This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by Index: ufraw_message.c =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufraw_message.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- ufraw_message.c 1 Jan 2014 06:00:23 -0000 1.17 +++ ufraw_message.c 24 Jan 2015 10:00:16 -0000 1.18 @@ -2,7 +2,7 @@ * UFRaw - Unidentified Flying Raw converter for digital camera images * * ufraw_message.c - Error message handling functions - * Copyright 2004-2014 by Udi Fuchs + * Copyright 2004-2015 by Udi Fuchs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Index: ufraw_chooser.c =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufraw_chooser.c,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- ufraw_chooser.c 1 Jan 2014 06:00:23 -0000 1.40 +++ ufraw_chooser.c 24 Jan 2015 10:00:16 -0000 1.41 @@ -2,7 +2,7 @@ * UFRaw - Unidentified Flying Raw converter for digital camera images * * ufraw_chooser.c - A very simple file chooser for UFRaw. - * Copyright 2004-2014 by Udi Fuchs + * Copyright 2004-2015 by Udi Fuchs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Index: ufraw_settings.cc =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufraw_settings.cc,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- ufraw_settings.cc 26 Jul 2014 03:30:10 -0000 1.27 +++ ufraw_settings.cc 24 Jan 2015 10:00:16 -0000 1.28 @@ -2,7 +2,7 @@ * UFRaw - Unidentified Flying Raw converter for digital camera images * * ufraw_settings.cc - define all UFObject settings. - * Copyright 2004-2014 by Udi Fuchs + * Copyright 2004-2015 by Udi Fuchs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Index: ufraw_preview.c =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufraw_preview.c,v retrieving revision 1.384 retrieving revision 1.385 diff -u -d -r1.384 -r1.385 --- ufraw_preview.c 28 Sep 2014 12:00:07 -0000 1.384 +++ ufraw_preview.c 24 Jan 2015 10:00:16 -0000 1.385 @@ -2,7 +2,7 @@ * UFRaw - Unidentified Flying Raw converter for digital camera images * * ufraw_preview.c - GUI for controlling all the image manipulations - * Copyright 2004-2014 by Udi Fuchs + * Copyright 2004-2015 by Udi Fuchs * * based on the GIMP plug-in by Pawel T. Jochym jochym at ifj edu pl, * Index: ufraw_conf.c =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufraw_conf.c,v retrieving revision 1.197 retrieving revision 1.198 diff -u -d -r1.197 -r1.198 --- ufraw_conf.c 25 Aug 2014 14:45:09 -0000 1.197 +++ ufraw_conf.c 24 Jan 2015 10:00:16 -0000 1.198 @@ -2,7 +2,7 @@ * UFRaw - Unidentified Flying Raw converter for digital camera images * * ufraw_conf.c - handle configuration issues - * Copyright 2004-2014 by Udi Fuchs + * Copyright 2004-2015 by Udi Fuchs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Index: ufraw-gimp.c =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufraw-gimp.c,v retrieving revision 1.83 retrieving revision 1.84 diff -u -d -r1.83 -r1.84 --- ufraw-gimp.c 20 Oct 2014 04:00:10 -0000 1.83 +++ ufraw-gimp.c 24 Jan 2015 10:00:16 -0000 1.84 @@ -2,7 +2,7 @@ * UFRaw - Unidentified Flying Raw converter for digital camera images * * ufraw-gimp.c - The GIMP plug-in. - * Copyright 2004-2014 by Udi Fuchs + * Copyright 2004-2015 by Udi Fuchs * * based on the GIMP plug-in by Pawel T. Jochym jochym at ifj edu pl, * @@ -69,7 +69,7 @@ "Udi Fuchs", "Copyright 2003 by Dave Coffin\n" "Copyright 2004 by Pawel Jochym\n" - "Copyright 2004-2014 by Udi Fuchs", + "Copyright 2004-2015 by Udi Fuchs", "ufraw-" VERSION, "raw image", NULL, @@ -94,7 +94,7 @@ "Loads thumbnails from digital camera raw files.", "Loads thumbnails from digital camera raw files.", "Udi Fuchs", - "Copyright 2004-2014 by Udi Fuchs", + "Copyright 2004-2015 by Udi Fuchs", "ufraw-" VERSION, NULL, NULL, Index: ufraw_ufraw.c =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufraw_ufraw.c,v retrieving revision 1.283 retrieving revision 1.284 diff -u -d -r1.283 -r1.284 --- ufraw_ufraw.c 3 Sep 2014 09:15:07 -0000 1.283 +++ ufraw_ufraw.c 24 Jan 2015 10:00:16 -0000 1.284 @@ -2,7 +2,7 @@ * UFRaw - Unidentified Flying Raw converter for digital camera images * * ufraw_ufraw.c - program interface to all the components - * Copyright 2004-2014 by Udi Fuchs + * Copyright 2004-2015 by Udi Fuchs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Index: ufobject.h =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufobject.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- ufobject.h 26 Jul 2014 03:30:10 -0000 1.16 +++ ufobject.h 24 Jan 2015 10:00:16 -0000 1.17 @@ -2,7 +2,7 @@ * UFRaw - Unidentified Flying Raw converter for digital camera images * * ufobject.h - UFObject definitions. - * Copyright 2004-2014 by Udi Fuchs + * Copyright 2004-2015 by Udi Fuchs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Index: ufraw_lensfun.cc =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufraw_lensfun.cc,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- ufraw_lensfun.cc 26 Jul 2014 03:30:10 -0000 1.34 +++ ufraw_lensfun.cc 24 Jan 2015 10:00:16 -0000 1.35 @@ -2,7 +2,7 @@ * UFRaw - Unidentified Flying Raw converter for digital camera images * * ufraw_lensfun.cc - define lensfun UFObject settings. - * Copyright 2004-2014 by Udi Fuchs + * Copyright 2004-2015 by Udi Fuchs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Index: ufraw_ui.h =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufraw_ui.h,v retrieving revision 1.50 retrieving revision 1.51 diff -u -d -r1.50 -r1.51 --- ufraw_ui.h 1 Jan 2014 06:00:24 -0000 1.50 +++ ufraw_ui.h 24 Jan 2015 10:00:17 -0000 1.51 @@ -2,7 +2,7 @@ * UFRaw - Unidentified Flying Raw converter for digital camera images * * ufraw_ui.h - Common definitions for UFRaw's GUI. - * Copyright 2004-2014 by Udi Fuchs + * Copyright 2004-2015 by Udi Fuchs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Index: dcraw_api.cc =================================================================== RCS file: /cvsroot/ufraw/ufraw/dcraw_api.cc,v retrieving revision 1.98 retrieving revision 1.99 diff -u -d -r1.98 -r1.99 --- dcraw_api.cc 25 Aug 2014 13:30:06 -0000 1.98 +++ dcraw_api.cc 24 Jan 2015 10:00:15 -0000 1.99 @@ -2,7 +2,7 @@ * UFRaw - Unidentified Flying Raw converter for digital camera images * * dcraw_api.cc - API for DCRaw - * Copyright 2004-2014 by Udi Fuchs + * Copyright 2004-2015 by Udi Fuchs * * based on dcraw by Dave Coffin * http://www.cybercom.net/~dcoffin/ Index: wb_presets.c =================================================================== RCS file: /cvsroot/ufraw/ufraw/wb_presets.c,v retrieving revision 1.300 retrieving revision 1.301 diff -u -d -r1.300 -r1.301 --- wb_presets.c 24 Jan 2015 09:45:08 -0000 1.300 +++ wb_presets.c 24 Jan 2015 10:00:17 -0000 1.301 @@ -2,7 +2,7 @@ * UFRaw - Unidentified Flying Raw converter for digital camera images * * wb_presets.c - White balance preset values for various cameras - * Copyright 2004-2014 by Udi Fuchs + * Copyright 2004-2015 by Udi Fuchs * * Thanks goes for all the people who sent in the preset values * for their cameras. Index: uf_gtk.h =================================================================== RCS file: /cvsroot/ufraw/ufraw/uf_gtk.h,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- uf_gtk.h 26 Jul 2014 03:30:10 -0000 1.20 +++ uf_gtk.h 24 Jan 2015 10:00:16 -0000 1.21 @@ -2,7 +2,7 @@ * UFRaw - Unidentified Flying Raw converter for digital camera images * * uf_gtk.h - gtk compatibility header - * Copyright 2004-2014 by Udi Fuchs + * Copyright 2004-2015 by Udi Fuchs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Index: ufraw_exiv2.cc =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufraw_exiv2.cc,v retrieving revision 1.67 retrieving revision 1.68 diff -u -d -r1.67 -r1.68 --- ufraw_exiv2.cc 1 Jan 2014 06:00:23 -0000 1.67 +++ ufraw_exiv2.cc 24 Jan 2015 10:00:16 -0000 1.68 @@ -2,7 +2,7 @@ * UFRaw - Unidentified Flying Raw converter for digital camera images * * ufraw_exiv2.cc - read the EXIF data from the RAW file using exiv2. - * Copyright 2004-2014 by Udi Fuchs + * Copyright 2004-2015 by Udi Fuchs * * Based on a sample program from exiv2 and neftags2jpg. * Index: dcraw.cc =================================================================== RCS file: /cvsroot/ufraw/ufraw/dcraw.cc,v retrieving revision 1.319 retrieving revision 1.320 diff -u -d -r1.319 -r1.320 --- dcraw.cc 8 Nov 2014 02:00:09 -0000 1.319 +++ dcraw.cc 24 Jan 2015 10:00:15 -0000 1.320 @@ -1,7 +1,7 @@ /* dcraw.cc - Dave Coffin's raw photo decoder - C++ adaptation Copyright 1997-2014 by Dave Coffin, dcoffin a cybercom o net - Copyright 2004-2014 by Udi Fuchs, udifuchs a gmail o com + Copyright 2004-2015 by Udi Fuchs, udifuchs a gmail o com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by Index: ufraw_lens_ui.c =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufraw_lens_ui.c,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- ufraw_lens_ui.c 1 Jan 2014 06:00:23 -0000 1.48 +++ ufraw_lens_ui.c 24 Jan 2015 10:00:16 -0000 1.49 @@ -3,7 +3,7 @@ * * ufraw_lens_ui.c - User interface for interaction with lensfun, * a lens defect correction library. - * Copyright 2007-2014 by Andrew Zabolotny, Udi Fuchs + * Copyright 2007-2015 by Andrew Zabolotny, Udi Fuchs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Index: ufraw.h =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufraw.h,v retrieving revision 1.175 retrieving revision 1.176 diff -u -d -r1.175 -r1.176 --- ufraw.h 26 Jul 2014 03:30:10 -0000 1.175 +++ ufraw.h 24 Jan 2015 10:00:16 -0000 1.176 @@ -3,7 +3,7 @@ * UFRaw - Unidentified Flying Raw converter for digital camera images * * ufraw.h - Common definitions for UFRaw. - * Copyright 2004-2014 by Udi Fuchs + * Copyright 2004-2015 by Udi Fuchs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Index: ufraw_icons.c =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufraw_icons.c,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- ufraw_icons.c 26 Aug 2014 03:00:39 -0000 1.28 +++ ufraw_icons.c 24 Jan 2015 10:00:16 -0000 1.29 @@ -2,7 +2,7 @@ * UFRaw - Unidentified Flying Raw converter for digital camera images * * ufraw_icons.c - load icons for UFRaw's GUI. - * Copyright 2004-2014 by Udi Fuchs + * Copyright 2004-2015 by Udi Fuchs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Index: ufraw_embedded.c =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufraw_embedded.c,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- ufraw_embedded.c 26 Jul 2014 03:30:10 -0000 1.36 +++ ufraw_embedded.c 24 Jan 2015 10:00:16 -0000 1.37 @@ -2,7 +2,7 @@ * UFRaw - Unidentified Flying Raw converter for digital camera images * * ufraw_embedded.c - functions to output embedded preview image. - * Copyright 2004-2014 by Udi Fuchs + * Copyright 2004-2015 by Udi Fuchs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Index: ufraw.c =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufraw.c,v retrieving revision 1.71 retrieving revision 1.72 diff -u -d -r1.71 -r1.72 --- ufraw.c 1 Jan 2014 06:00:23 -0000 1.71 +++ ufraw.c 24 Jan 2015 10:00:16 -0000 1.72 @@ -2,7 +2,7 @@ * UFRaw - Unidentified Flying Raw converter for digital camera images * * ufraw.c - The standalone interface to UFRaw. - * Copyright 2004-2014 by Udi Fuchs + * Copyright 2004-2015 by Udi Fuchs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by Index: uf_progress.h =================================================================== RCS file: /cvsroot/ufraw/ufraw/uf_progress.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- uf_progress.h 1 Jan 2014 06:00:23 -0000 1.9 +++ uf_progress.h 24 Jan 2015 10:00:16 -0000 1.10 @@ -2,7 +2,7 @@ * UFRaw - Unidentified Flying Raw converter for digital camera images * * uf_progress.h - progress bar header - * Copyright 2009-2014 by Frank van Maarseveen, Udi Fuchs + * Copyright 2009-2015 by Frank van Maarseveen, Udi Fuchs * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by ------------------------------------------------------------------------------ New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free month of service with a new server in Ashburn. Choose from 2 high performing configs, both with 100TB of bandwidth. Higher redundancy.Lower latency.Increased capacity.Completely compliant. http://p.sf.net/sfu/gigenet _______________________________________________ ufraw-cvs mailing list ufraw-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ufraw-cvs