From 0d397b95c7b4a10819c0ea0f36fa20943e6a4ea5 Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Thu, 22 Mar 2012 15:19:35 +0000 Subject: [PATCH] Updated copyright message for 2012. --- Makefile | 2 +- README | 2 +- config/Makefile.in | 2 +- config/config.make | 2 +- config/config.mk.in | 2 +- contrib/organize/Makefile | 2 +- doc/Makefile | 2 +- doc/templates/Makefile | 2 +- msvc/exivsimple/exivsimple.cpp | 2 +- msvc64/runner.txt | 16 ++++++++-------- po/de.po | 4 ++-- po/es.po | 2 +- po/exiv2.pot | 2 +- po/fi.po | 2 +- po/fr.po | 4 ++-- po/pl.po | 4 ++-- po/ru.po | 2 +- po/sk.po | 4 ++-- samples/Makefile | 2 +- samples/iotest.cpp | 2 +- src/Makefile | 2 +- src/actions.cpp | 2 +- src/actions.hpp | 2 +- src/basicio.cpp | 2 +- src/basicio.hpp | 2 +- src/bmpimage.cpp | 2 +- src/bmpimage.hpp | 2 +- src/canonmn.cpp | 2 +- src/canonmn_int.hpp | 2 +- src/convert.cpp | 2 +- src/convert.hpp | 2 +- src/cr2image.cpp | 2 +- src/cr2image.hpp | 2 +- src/cr2image_int.hpp | 2 +- src/crwimage.cpp | 2 +- src/crwimage.hpp | 2 +- src/crwimage_int.hpp | 2 +- src/datasets.cpp | 2 +- src/datasets.hpp | 2 +- src/doxygen.hpp.in | 2 +- src/easyaccess.cpp | 2 +- src/easyaccess.hpp | 2 +- src/epsimage.cpp | 2 +- src/epsimage.hpp | 2 +- src/error.cpp | 2 +- src/error.hpp | 2 +- src/exif.cpp | 2 +- src/exif.hpp | 2 +- src/exiv2.cpp | 4 ++-- src/exiv2.hpp | 2 +- src/exiv2app.hpp | 2 +- src/fujimn.cpp | 2 +- src/fujimn_int.hpp | 2 +- src/futils.cpp | 2 +- src/futils.hpp | 2 +- src/gifimage.cpp | 2 +- src/gifimage.hpp | 2 +- src/i18n.h | 2 +- src/image.cpp | 2 +- src/image.hpp | 2 +- src/iptc.cpp | 2 +- src/iptc.hpp | 2 +- src/jp2image.cpp | 2 +- src/jp2image.hpp | 2 +- src/jpgimage.cpp | 2 +- src/jpgimage.hpp | 2 +- src/makernote.cpp | 2 +- src/makernote_int.hpp | 2 +- src/metacopy.cpp | 2 +- src/metacopy.hpp | 2 +- src/metadatum.cpp | 2 +- src/metadatum.hpp | 2 +- src/minoltamn.cpp | 2 +- src/minoltamn_int.hpp | 2 +- src/mrwimage.cpp | 2 +- src/mrwimage.hpp | 2 +- src/nikonmn.cpp | 2 +- src/nikonmn_int.hpp | 2 +- src/olympusmn.cpp | 2 +- src/olympusmn_int.hpp | 2 +- src/orfimage.cpp | 2 +- src/orfimage.hpp | 2 +- src/orfimage_int.hpp | 2 +- src/panasonicmn.cpp | 2 +- src/panasonicmn_int.hpp | 2 +- src/pentaxmn.cpp | 2 +- src/pentaxmn_int.hpp | 2 +- src/pgfimage.cpp | 2 +- src/pgfimage.hpp | 2 +- src/pngchunk.cpp | 2 +- src/pngchunk_int.hpp | 2 +- src/pngimage.cpp | 2 +- src/pngimage.hpp | 2 +- src/preview.cpp | 2 +- src/preview.hpp | 2 +- src/properties.cpp | 2 +- src/properties.hpp | 2 +- src/psdimage.cpp | 2 +- src/psdimage.hpp | 2 +- src/rafimage.cpp | 2 +- src/rafimage.hpp | 2 +- src/rcsid_int.hpp | 2 +- src/rw2image.cpp | 2 +- src/rw2image.hpp | 2 +- src/rw2image_int.hpp | 2 +- src/samsungmn.cpp | 2 +- src/samsungmn_int.hpp | 2 +- src/sigmamn.cpp | 2 +- src/sigmamn_int.hpp | 2 +- src/sonymn.cpp | 2 +- src/sonymn_int.hpp | 2 +- src/tags.cpp | 2 +- src/tags.hpp | 2 +- src/tags_int.hpp | 2 +- src/tgaimage.cpp | 2 +- src/tgaimage.hpp | 2 +- src/tiffcomposite.cpp | 2 +- src/tiffcomposite_int.hpp | 2 +- src/tifffwd_int.hpp | 2 +- src/tiffimage.cpp | 2 +- src/tiffimage.hpp | 2 +- src/tiffimage_int.hpp | 2 +- src/tiffvisitor.cpp | 2 +- src/tiffvisitor_int.hpp | 2 +- src/types.cpp | 2 +- src/types.hpp | 2 +- src/utils.cpp | 2 +- src/utils.hpp | 2 +- src/value.cpp | 2 +- src/value.hpp | 2 +- src/version.cpp | 2 +- src/version.hpp | 2 +- src/xmp.cpp | 2 +- src/xmp.hpp | 2 +- src/xmpsidecar.cpp | 2 +- src/xmpsidecar.hpp | 2 +- test/Makefile | 2 +- xmpsdk/src/Makefile | 2 +- 138 files changed, 150 insertions(+), 150 deletions(-) diff --git a/Makefile b/Makefile index 278482f9..f61de3fc 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # ***************************************************** -*- Makefile -*- # -# Copyright (C) 2004-2011 Andreas Huggel +# Copyright (C) 2004-2012 Andreas Huggel # # This Makefile is part of the Exiv2 distribution. # diff --git a/README b/README index 87142c92..25ad3c3a 100644 --- a/README +++ b/README @@ -145,7 +145,7 @@ of shared libraries can be turned off by specifying the License ======= -Copyright (C) 2004-2011 Andreas Huggel +Copyright (C) 2004-2012 Andreas Huggel Exiv2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/config/Makefile.in b/config/Makefile.in index 6ff5959f..01945c03 100644 --- a/config/Makefile.in +++ b/config/Makefile.in @@ -1,6 +1,6 @@ # ***************************************************** -*- Makefile -*- # -# Copyright (C) 2004-2011 Andreas Huggel +# Copyright (C) 2004-2012 Andreas Huggel # # This Makefile is part of the Exiv2 distribution. # diff --git a/config/config.make b/config/config.make index c903139b..c92eae25 100644 --- a/config/config.make +++ b/config/config.make @@ -1,6 +1,6 @@ # ***************************************************** -*- Makefile -*- # -# Copyright (C) 2004-2011 Andreas Huggel +# Copyright (C) 2004-2012 Andreas Huggel # # This Makefile is part of the Exiv2 distribution. # diff --git a/config/config.mk.in b/config/config.mk.in index 67aed6f2..e36a1470 100644 --- a/config/config.mk.in +++ b/config/config.mk.in @@ -1,6 +1,6 @@ # ***************************************************** -*- Makefile -*- # -# Copyright (C) 2004-2011 Andreas Huggel +# Copyright (C) 2004-2012 Andreas Huggel # # This Makefile is part of the Exiv2 distribution. # diff --git a/contrib/organize/Makefile b/contrib/organize/Makefile index cf71e1cb..27109d61 100644 --- a/contrib/organize/Makefile +++ b/contrib/organize/Makefile @@ -1,6 +1,6 @@ # ************************************************************* -*- Makefile -*- # -# Copyright (C) 2004-2011 Andreas Huggel +# Copyright (C) 2004-2012 Andreas Huggel # # This Makefile is part of the Exiv2 distribution. # diff --git a/doc/Makefile b/doc/Makefile index e0b22f96..9269b35d 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,6 +1,6 @@ # ***************************************************** -*- Makefile -*- # -# Copyright (C) 2004-2011 Andreas Huggel +# Copyright (C) 2004-2012 Andreas Huggel # # This Makefile is part of the Exiv2 distribution. # diff --git a/doc/templates/Makefile b/doc/templates/Makefile index c638b130..76473aa7 100644 --- a/doc/templates/Makefile +++ b/doc/templates/Makefile @@ -1,6 +1,6 @@ # ************************************************************* -*- Makefile -*- # -# Copyright (C) 2004-2011 Andreas Huggel +# Copyright (C) 2004-2012 Andreas Huggel # # This Makefile is part of the Exiv2 distribution. # diff --git a/msvc/exivsimple/exivsimple.cpp b/msvc/exivsimple/exivsimple.cpp index ed6b265d..62f1a560 100644 --- a/msvc/exivsimple/exivsimple.cpp +++ b/msvc/exivsimple/exivsimple.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/msvc64/runner.txt b/msvc64/runner.txt index 5fa58e01..8223d86a 100644 --- a/msvc64/runner.txt +++ b/msvc64/runner.txt @@ -1,5 +1,5 @@ exiv2 0.21 001600 (32 bit build) -Copyright (C) 2004-2011 Andreas Huggel. +Copyright (C) 2004-2012 Andreas Huggel. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -126,7 +126,7 @@ Exif.Thumbnail.ResolutionUnit Short 1 inch Exif.Thumbnail.JPEGInterchangeFormat Long 1 3498 Exif.Thumbnail.JPEGInterchangeFormatLength Long 1 6714 exiv2 0.21 001600 (32 bit build) -Copyright (C) 2004-2011 Andreas Huggel. +Copyright (C) 2004-2012 Andreas Huggel. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -253,7 +253,7 @@ Exif.Thumbnail.ResolutionUnit Short 1 inch Exif.Thumbnail.JPEGInterchangeFormat Long 1 3498 Exif.Thumbnail.JPEGInterchangeFormatLength Long 1 6714 exiv2 0.21 001600 (32 bit build) -Copyright (C) 2004-2011 Andreas Huggel. +Copyright (C) 2004-2012 Andreas Huggel. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -380,7 +380,7 @@ Exif.Thumbnail.ResolutionUnit Short 1 inch Exif.Thumbnail.JPEGInterchangeFormat Long 1 3498 Exif.Thumbnail.JPEGInterchangeFormatLength Long 1 6714 exiv2 0.21 001600 (32 bit build) -Copyright (C) 2004-2011 Andreas Huggel. +Copyright (C) 2004-2012 Andreas Huggel. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -507,7 +507,7 @@ Exif.Thumbnail.ResolutionUnit Short 1 inch Exif.Thumbnail.JPEGInterchangeFormat Long 1 3498 Exif.Thumbnail.JPEGInterchangeFormatLength Long 1 6714 exiv2 0.21 001600 (64 bit build) -Copyright (C) 2004-2011 Andreas Huggel. +Copyright (C) 2004-2012 Andreas Huggel. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -634,7 +634,7 @@ Exif.Thumbnail.ResolutionUnit Short 1 inch Exif.Thumbnail.JPEGInterchangeFormat Long 1 3498 Exif.Thumbnail.JPEGInterchangeFormatLength Long 1 6714 exiv2 0.21 001600 (64 bit build) -Copyright (C) 2004-2011 Andreas Huggel. +Copyright (C) 2004-2012 Andreas Huggel. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -761,7 +761,7 @@ Exif.Thumbnail.ResolutionUnit Short 1 inch Exif.Thumbnail.JPEGInterchangeFormat Long 1 3498 Exif.Thumbnail.JPEGInterchangeFormatLength Long 1 6714 exiv2 0.21 001600 (64 bit build) -Copyright (C) 2004-2011 Andreas Huggel. +Copyright (C) 2004-2012 Andreas Huggel. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -888,7 +888,7 @@ Exif.Thumbnail.ResolutionUnit Short 1 inch Exif.Thumbnail.JPEGInterchangeFormat Long 1 3498 Exif.Thumbnail.JPEGInterchangeFormatLength Long 1 6714 exiv2 0.21 001600 (64 bit build) -Copyright (C) 2004-2011 Andreas Huggel. +Copyright (C) 2004-2012 Andreas Huggel. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/po/de.po b/po/de.po index 6cb80206..b7d89dcc 100644 --- a/po/de.po +++ b/po/de.po @@ -4131,8 +4131,8 @@ msgid "%1 has invalid XMP value type `%2'" msgstr "%1 hat ungültigen XMP-Wertetyp \"%1\"" #: src/exiv2.cpp:212 -msgid "Copyright (C) 2004-2011 Andreas Huggel.\n" -msgstr "Copyright (C) 2004-2011 Andreas Huggel.\n" +msgid "Copyright (C) 2004-2012 Andreas Huggel.\n" +msgstr "Copyright (C) 2004-2012 Andreas Huggel.\n" #: src/exiv2.cpp:214 msgid "" diff --git a/po/es.po b/po/es.po index a51ea606..ef89cf86 100644 --- a/po/es.po +++ b/po/es.po @@ -4494,7 +4494,7 @@ msgid "%1 has invalid XMP value type `%2'" msgstr "" #: src/exiv2.cpp:212 -msgid "Copyright (C) 2004-2011 Andreas Huggel.\n" +msgid "Copyright (C) 2004-2012 Andreas Huggel.\n" msgstr "" #: src/exiv2.cpp:214 diff --git a/po/exiv2.pot b/po/exiv2.pot index 3ed18acd..8b5e17e5 100644 --- a/po/exiv2.pot +++ b/po/exiv2.pot @@ -3825,7 +3825,7 @@ msgid "%1 has invalid XMP value type `%2'" msgstr "" #: src/exiv2.cpp:212 -msgid "Copyright (C) 2004-2011 Andreas Huggel.\n" +msgid "Copyright (C) 2004-2012 Andreas Huggel.\n" msgstr "" #: src/exiv2.cpp:214 diff --git a/po/fi.po b/po/fi.po index a266572a..41e0e8d9 100644 --- a/po/fi.po +++ b/po/fi.po @@ -4034,7 +4034,7 @@ msgid "%1 has invalid XMP value type `%2'" msgstr "" #: src/exiv2.cpp:212 -msgid "Copyright (C) 2004-2011 Andreas Huggel.\n" +msgid "Copyright (C) 2004-2012 Andreas Huggel.\n" msgstr "" #: src/exiv2.cpp:214 diff --git a/po/fr.po b/po/fr.po index ca8568b0..56f7344c 100644 --- a/po/fr.po +++ b/po/fr.po @@ -4015,8 +4015,8 @@ msgid "%1 has invalid XMP value type `%2'" msgstr "Clef `%1' invalide" #: src/exiv2.cpp:212 -msgid "Copyright (C) 2004-2011 Andreas Huggel.\n" -msgstr "Copyright (C) 2004-2011 Andreas Huggel.\n" +msgid "Copyright (C) 2004-2012 Andreas Huggel.\n" +msgstr "Copyright (C) 2004-2012 Andreas Huggel.\n" #: src/exiv2.cpp:214 msgid "" diff --git a/po/pl.po b/po/pl.po index 15c4a13c..dd2a905c 100644 --- a/po/pl.po +++ b/po/pl.po @@ -3972,8 +3972,8 @@ msgid "%1 has invalid XMP value type `%2'" msgstr "Nieprawidłowy typ XmpText \"%1\"" #: src/exiv2.cpp:212 -msgid "Copyright (C) 2004-2011 Andreas Huggel.\n" -msgstr "Copyright (C) 2004-2011 Andreas Huggel.\n" +msgid "Copyright (C) 2004-2012 Andreas Huggel.\n" +msgstr "Copyright (C) 2004-2012 Andreas Huggel.\n" #: src/exiv2.cpp:214 msgid "" diff --git a/po/ru.po b/po/ru.po index 58acbc08..cd480592 100644 --- a/po/ru.po +++ b/po/ru.po @@ -4127,7 +4127,7 @@ msgid "%1 has invalid XMP value type `%2'" msgstr "" #: src/exiv2.cpp:212 -msgid "Copyright (C) 2004-2011 Andreas Huggel.\n" +msgid "Copyright (C) 2004-2012 Andreas Huggel.\n" msgstr "Авторские права (C) 2004-2011 Andreas Huggel.\n" #: src/exiv2.cpp:214 diff --git a/po/sk.po b/po/sk.po index d02b08a0..426b0f0c 100644 --- a/po/sk.po +++ b/po/sk.po @@ -1,5 +1,5 @@ # translation of exiv2 to Slovak -# Copyright (C) 2008-2011 Andreas Huggel +# Copyright (C) 2008-2012 Andreas Huggel # This file is distributed under the same license as the exiv2 package. # Ivan Masár , 2008. # @@ -4027,7 +4027,7 @@ msgid "%1 has invalid XMP value type `%2'" msgstr "Neplatný kľúč „%1“" #: src/exiv2.cpp:212 -msgid "Copyright (C) 2004-2011 Andreas Huggel.\n" +msgid "Copyright (C) 2004-2012 Andreas Huggel.\n" msgstr "Autorské práva (C) 2004-2011 Andreas Huggel.\n" #: src/exiv2.cpp:214 diff --git a/samples/Makefile b/samples/Makefile index 7263091c..00e2642a 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -1,6 +1,6 @@ # ************************************************************* -*- Makefile -*- # -# Copyright (C) 2004-2011 Andreas Huggel +# Copyright (C) 2004-2012 Andreas Huggel # # This Makefile is part of the Exiv2 distribution. # diff --git a/samples/iotest.cpp b/samples/iotest.cpp index af25d519..04b1ad63 100644 --- a/samples/iotest.cpp +++ b/samples/iotest.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/Makefile b/src/Makefile index 39c2f1eb..78b736d0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,6 +1,6 @@ # ************************************************************* -*- Makefile -*- # -# Copyright (C) 2004-2011 Andreas Huggel +# Copyright (C) 2004-2012 Andreas Huggel # # This Makefile is part of the Exiv2 distribution. # diff --git a/src/actions.cpp b/src/actions.cpp index 85f90c1d..bdc631f2 100644 --- a/src/actions.cpp +++ b/src/actions.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/actions.hpp b/src/actions.hpp index eafe30cd..bc72a28f 100644 --- a/src/actions.hpp +++ b/src/actions.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/basicio.cpp b/src/basicio.cpp index 206ea72b..5aa572b0 100644 --- a/src/basicio.cpp +++ b/src/basicio.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/basicio.hpp b/src/basicio.hpp index cb988e5a..7b94cce6 100644 --- a/src/basicio.hpp +++ b/src/basicio.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/bmpimage.cpp b/src/bmpimage.cpp index e243c2d7..fcff92f3 100644 --- a/src/bmpimage.cpp +++ b/src/bmpimage.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/bmpimage.hpp b/src/bmpimage.hpp index c44b486b..f39e7aae 100644 --- a/src/bmpimage.hpp +++ b/src/bmpimage.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/canonmn.cpp b/src/canonmn.cpp index 7e662a68..601e0193 100644 --- a/src/canonmn.cpp +++ b/src/canonmn.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/canonmn_int.hpp b/src/canonmn_int.hpp index 17ee743d..5e214a25 100644 --- a/src/canonmn_int.hpp +++ b/src/canonmn_int.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/convert.cpp b/src/convert.cpp index 48ffeec8..610620e1 100644 --- a/src/convert.cpp +++ b/src/convert.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/convert.hpp b/src/convert.hpp index d56709a3..280c55bb 100644 --- a/src/convert.hpp +++ b/src/convert.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/cr2image.cpp b/src/cr2image.cpp index 53ca6c30..df178ec2 100644 --- a/src/cr2image.cpp +++ b/src/cr2image.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/cr2image.hpp b/src/cr2image.hpp index ebc309db..bf331ad2 100644 --- a/src/cr2image.hpp +++ b/src/cr2image.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/cr2image_int.hpp b/src/cr2image_int.hpp index dfb02b74..bad358f8 100644 --- a/src/cr2image_int.hpp +++ b/src/cr2image_int.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/crwimage.cpp b/src/crwimage.cpp index 0e181a2f..a641d0f8 100644 --- a/src/crwimage.cpp +++ b/src/crwimage.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/crwimage.hpp b/src/crwimage.hpp index ce44e898..62b98cc6 100644 --- a/src/crwimage.hpp +++ b/src/crwimage.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/crwimage_int.hpp b/src/crwimage_int.hpp index 0578aab0..f76e4a47 100644 --- a/src/crwimage_int.hpp +++ b/src/crwimage_int.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/datasets.cpp b/src/datasets.cpp index 161c6ccc..07232919 100644 --- a/src/datasets.cpp +++ b/src/datasets.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/datasets.hpp b/src/datasets.hpp index ca18839f..bd52e4eb 100644 --- a/src/datasets.hpp +++ b/src/datasets.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/doxygen.hpp.in b/src/doxygen.hpp.in index bcf3a6b2..30574d2c 100644 --- a/src/doxygen.hpp.in +++ b/src/doxygen.hpp.in @@ -98,7 +98,7 @@ @section license License -

Copyright (C) 2004-2011 Andreas Huggel

+

Copyright (C) 2004-2012 Andreas Huggel

%Exiv2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/easyaccess.cpp b/src/easyaccess.cpp index 7e34ce9c..9614fdfb 100644 --- a/src/easyaccess.cpp +++ b/src/easyaccess.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/easyaccess.hpp b/src/easyaccess.hpp index 839cbf28..e571d71c 100644 --- a/src/easyaccess.hpp +++ b/src/easyaccess.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/epsimage.cpp b/src/epsimage.cpp index 0e8dd4a3..9d9cf4f7 100644 --- a/src/epsimage.cpp +++ b/src/epsimage.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/epsimage.hpp b/src/epsimage.hpp index 448bcbb5..ffa29c2d 100644 --- a/src/epsimage.hpp +++ b/src/epsimage.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/error.cpp b/src/error.cpp index 5c5fc2d3..36e702d0 100644 --- a/src/error.cpp +++ b/src/error.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/error.hpp b/src/error.hpp index 084bca20..dbbf9d14 100644 --- a/src/error.hpp +++ b/src/error.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/exif.cpp b/src/exif.cpp index 8c6bde4e..c3ec2ee1 100644 --- a/src/exif.cpp +++ b/src/exif.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/exif.hpp b/src/exif.hpp index 5839a0f7..f04aaf3d 100644 --- a/src/exif.hpp +++ b/src/exif.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/exiv2.cpp b/src/exiv2.cpp index 582ab6bf..b98cd95d 100644 --- a/src/exiv2.cpp +++ b/src/exiv2.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * @@ -209,7 +209,7 @@ void Params::version(std::ostream& os) const bool b64 = sizeof(void*)==8; const char* sBuild = b64 ? "(64 bit build)" : "(32 bit build)" ; os << EXV_PACKAGE_STRING << " " << Exiv2::versionNumberHexString() << " " << sBuild << "\n" - << _("Copyright (C) 2004-2011 Andreas Huggel.\n") + << _("Copyright (C) 2004-2012 Andreas Huggel.\n") << "\n" << _("This program is free software; you can redistribute it and/or\n" "modify it under the terms of the GNU General Public License\n" diff --git a/src/exiv2.hpp b/src/exiv2.hpp index 089ae119..0b4d26af 100644 --- a/src/exiv2.hpp +++ b/src/exiv2.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/exiv2app.hpp b/src/exiv2app.hpp index 91f4918b..65e3b447 100644 --- a/src/exiv2app.hpp +++ b/src/exiv2app.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/fujimn.cpp b/src/fujimn.cpp index ae39b471..fc0adc55 100644 --- a/src/fujimn.cpp +++ b/src/fujimn.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/fujimn_int.hpp b/src/fujimn_int.hpp index 57092d5c..ad830af7 100644 --- a/src/fujimn_int.hpp +++ b/src/fujimn_int.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/futils.cpp b/src/futils.cpp index 4bc42845..84872f90 100644 --- a/src/futils.cpp +++ b/src/futils.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/futils.hpp b/src/futils.hpp index 93588d2a..2b506a67 100644 --- a/src/futils.hpp +++ b/src/futils.hpp @@ -1,6 +1,6 @@ // ********************************************************* -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/gifimage.cpp b/src/gifimage.cpp index 3cfaedd7..68f70aa4 100644 --- a/src/gifimage.cpp +++ b/src/gifimage.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/gifimage.hpp b/src/gifimage.hpp index db12f1ea..51aa0679 100644 --- a/src/gifimage.hpp +++ b/src/gifimage.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/i18n.h b/src/i18n.h index e8185592..a921c95b 100644 --- a/src/i18n.h +++ b/src/i18n.h @@ -1,6 +1,6 @@ /* **************************************************************** -*- C -*- */ /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/image.cpp b/src/image.cpp index b23fcdb6..70ea3ff1 100644 --- a/src/image.cpp +++ b/src/image.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/image.hpp b/src/image.hpp index b4a8172b..7fcf641f 100644 --- a/src/image.hpp +++ b/src/image.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/iptc.cpp b/src/iptc.cpp index 99b019f4..8abf8c95 100644 --- a/src/iptc.cpp +++ b/src/iptc.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/iptc.hpp b/src/iptc.hpp index caabe932..f4bc7126 100644 --- a/src/iptc.hpp +++ b/src/iptc.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/jp2image.cpp b/src/jp2image.cpp index 44b9f32c..ae738507 100644 --- a/src/jp2image.cpp +++ b/src/jp2image.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/jp2image.hpp b/src/jp2image.hpp index fe3684f4..f3bf89cc 100644 --- a/src/jp2image.hpp +++ b/src/jp2image.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/jpgimage.cpp b/src/jpgimage.cpp index 4c48793c..dde0e71d 100644 --- a/src/jpgimage.cpp +++ b/src/jpgimage.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/jpgimage.hpp b/src/jpgimage.hpp index 5819a1e0..41b6284d 100644 --- a/src/jpgimage.hpp +++ b/src/jpgimage.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/makernote.cpp b/src/makernote.cpp index 3a83183f..49c789bf 100644 --- a/src/makernote.cpp +++ b/src/makernote.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/makernote_int.hpp b/src/makernote_int.hpp index ab9f77ba..05e017db 100644 --- a/src/makernote_int.hpp +++ b/src/makernote_int.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/metacopy.cpp b/src/metacopy.cpp index 34164c30..9f0ab52f 100644 --- a/src/metacopy.cpp +++ b/src/metacopy.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/metacopy.hpp b/src/metacopy.hpp index 5ef19ae8..ba948b64 100644 --- a/src/metacopy.hpp +++ b/src/metacopy.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/metadatum.cpp b/src/metadatum.cpp index 25f3f480..c30b2ba8 100644 --- a/src/metadatum.cpp +++ b/src/metadatum.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/metadatum.hpp b/src/metadatum.hpp index 7e75912f..1fb90200 100644 --- a/src/metadatum.hpp +++ b/src/metadatum.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/minoltamn.cpp b/src/minoltamn.cpp index 4a470eba..584d0640 100644 --- a/src/minoltamn.cpp +++ b/src/minoltamn.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/minoltamn_int.hpp b/src/minoltamn_int.hpp index 12cb05a7..793b3ee5 100644 --- a/src/minoltamn_int.hpp +++ b/src/minoltamn_int.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/mrwimage.cpp b/src/mrwimage.cpp index e27f20fa..d5166b3a 100644 --- a/src/mrwimage.cpp +++ b/src/mrwimage.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/mrwimage.hpp b/src/mrwimage.hpp index 68315035..2fa88aca 100644 --- a/src/mrwimage.hpp +++ b/src/mrwimage.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/nikonmn.cpp b/src/nikonmn.cpp index e2b5df53..89f3c942 100644 --- a/src/nikonmn.cpp +++ b/src/nikonmn.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * Lens database for the conversion of Nikon lens data to readable lens names * Copyright (C) 2005-2008 Robert Rottmerhusen diff --git a/src/nikonmn_int.hpp b/src/nikonmn_int.hpp index 87aaae51..f48bd8b7 100644 --- a/src/nikonmn_int.hpp +++ b/src/nikonmn_int.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/olympusmn.cpp b/src/olympusmn.cpp index 819af1cb..9427d002 100644 --- a/src/olympusmn.cpp +++ b/src/olympusmn.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/olympusmn_int.hpp b/src/olympusmn_int.hpp index d7cb11ee..848bd5f2 100644 --- a/src/olympusmn_int.hpp +++ b/src/olympusmn_int.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/orfimage.cpp b/src/orfimage.cpp index b7f7b5eb..b0536bcc 100644 --- a/src/orfimage.cpp +++ b/src/orfimage.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/orfimage.hpp b/src/orfimage.hpp index 4af19ad2..30fe611f 100644 --- a/src/orfimage.hpp +++ b/src/orfimage.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/orfimage_int.hpp b/src/orfimage_int.hpp index 1c2d488f..1eb6080d 100644 --- a/src/orfimage_int.hpp +++ b/src/orfimage_int.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/panasonicmn.cpp b/src/panasonicmn.cpp index 7b35a676..50c0c5b5 100644 --- a/src/panasonicmn.cpp +++ b/src/panasonicmn.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/panasonicmn_int.hpp b/src/panasonicmn_int.hpp index 62d95126..9b9071ca 100644 --- a/src/panasonicmn_int.hpp +++ b/src/panasonicmn_int.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/pentaxmn.cpp b/src/pentaxmn.cpp index 6a025e71..ef04be51 100644 --- a/src/pentaxmn.cpp +++ b/src/pentaxmn.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/pentaxmn_int.hpp b/src/pentaxmn_int.hpp index 21e0ab22..978a6161 100644 --- a/src/pentaxmn_int.hpp +++ b/src/pentaxmn_int.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/pgfimage.cpp b/src/pgfimage.cpp index 7531ef2a..0f3053c0 100644 --- a/src/pgfimage.cpp +++ b/src/pgfimage.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/pgfimage.hpp b/src/pgfimage.hpp index d504ce33..3ac980d8 100644 --- a/src/pgfimage.hpp +++ b/src/pgfimage.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/pngchunk.cpp b/src/pngchunk.cpp index a7cad3aa..8e0cc55f 100644 --- a/src/pngchunk.cpp +++ b/src/pngchunk.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/pngchunk_int.hpp b/src/pngchunk_int.hpp index 59ebad83..c2d997f6 100644 --- a/src/pngchunk_int.hpp +++ b/src/pngchunk_int.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/pngimage.cpp b/src/pngimage.cpp index e2a7cd20..3407371a 100644 --- a/src/pngimage.cpp +++ b/src/pngimage.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/pngimage.hpp b/src/pngimage.hpp index 6cda5069..056debb8 100644 --- a/src/pngimage.hpp +++ b/src/pngimage.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/preview.cpp b/src/preview.cpp index 357f474a..caf39b8d 100644 --- a/src/preview.cpp +++ b/src/preview.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/preview.hpp b/src/preview.hpp index c59ed36f..fa5148fb 100644 --- a/src/preview.hpp +++ b/src/preview.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/properties.cpp b/src/properties.cpp index 8b9d84ff..d63ecfa3 100644 --- a/src/properties.cpp +++ b/src/properties.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/properties.hpp b/src/properties.hpp index 0b04859b..7a29db76 100644 --- a/src/properties.hpp +++ b/src/properties.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/psdimage.cpp b/src/psdimage.cpp index c2d8b857..4292db0c 100644 --- a/src/psdimage.cpp +++ b/src/psdimage.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/psdimage.hpp b/src/psdimage.hpp index 2332ba45..dcade461 100644 --- a/src/psdimage.hpp +++ b/src/psdimage.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/rafimage.cpp b/src/rafimage.cpp index 1a7eab82..e2e77d56 100644 --- a/src/rafimage.cpp +++ b/src/rafimage.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/rafimage.hpp b/src/rafimage.hpp index 50a94b8b..94b57a5d 100644 --- a/src/rafimage.hpp +++ b/src/rafimage.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/rcsid_int.hpp b/src/rcsid_int.hpp index 4d573aa6..bac54db3 100644 --- a/src/rcsid_int.hpp +++ b/src/rcsid_int.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/rw2image.cpp b/src/rw2image.cpp index 64a21de6..ee15a332 100644 --- a/src/rw2image.cpp +++ b/src/rw2image.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/rw2image.hpp b/src/rw2image.hpp index 5c1e45b5..565bb215 100644 --- a/src/rw2image.hpp +++ b/src/rw2image.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/rw2image_int.hpp b/src/rw2image_int.hpp index e06fc65f..7e7d9c70 100644 --- a/src/rw2image_int.hpp +++ b/src/rw2image_int.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/samsungmn.cpp b/src/samsungmn.cpp index 49264642..2e6143b6 100644 --- a/src/samsungmn.cpp +++ b/src/samsungmn.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/samsungmn_int.hpp b/src/samsungmn_int.hpp index 66c8b897..f79792b6 100644 --- a/src/samsungmn_int.hpp +++ b/src/samsungmn_int.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/sigmamn.cpp b/src/sigmamn.cpp index 157c658e..00f0d746 100644 --- a/src/sigmamn.cpp +++ b/src/sigmamn.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/sigmamn_int.hpp b/src/sigmamn_int.hpp index f3a0f6b1..1285deb3 100644 --- a/src/sigmamn_int.hpp +++ b/src/sigmamn_int.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/sonymn.cpp b/src/sonymn.cpp index e455be2a..7e0ce7bc 100644 --- a/src/sonymn.cpp +++ b/src/sonymn.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/sonymn_int.hpp b/src/sonymn_int.hpp index a1819bc6..082f4fa8 100644 --- a/src/sonymn_int.hpp +++ b/src/sonymn_int.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/tags.cpp b/src/tags.cpp index 4f337539..27b65bde 100644 --- a/src/tags.cpp +++ b/src/tags.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/tags.hpp b/src/tags.hpp index 5354340b..8c2cb125 100644 --- a/src/tags.hpp +++ b/src/tags.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/tags_int.hpp b/src/tags_int.hpp index e120eb53..00640e0c 100644 --- a/src/tags_int.hpp +++ b/src/tags_int.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/tgaimage.cpp b/src/tgaimage.cpp index 12c9f247..6f395f37 100644 --- a/src/tgaimage.cpp +++ b/src/tgaimage.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/tgaimage.hpp b/src/tgaimage.hpp index 866d0c66..2c4482ed 100644 --- a/src/tgaimage.hpp +++ b/src/tgaimage.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/tiffcomposite.cpp b/src/tiffcomposite.cpp index 7c2e7f2d..dd52064b 100644 --- a/src/tiffcomposite.cpp +++ b/src/tiffcomposite.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/tiffcomposite_int.hpp b/src/tiffcomposite_int.hpp index 7389199e..68991783 100644 --- a/src/tiffcomposite_int.hpp +++ b/src/tiffcomposite_int.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/tifffwd_int.hpp b/src/tifffwd_int.hpp index 9370977c..a2cd899b 100644 --- a/src/tifffwd_int.hpp +++ b/src/tifffwd_int.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/tiffimage.cpp b/src/tiffimage.cpp index 323ed877..ae1f18af 100644 --- a/src/tiffimage.cpp +++ b/src/tiffimage.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/tiffimage.hpp b/src/tiffimage.hpp index 905bc4ba..6df313ee 100644 --- a/src/tiffimage.hpp +++ b/src/tiffimage.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/tiffimage_int.hpp b/src/tiffimage_int.hpp index 3e233d66..a3d477f8 100644 --- a/src/tiffimage_int.hpp +++ b/src/tiffimage_int.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/tiffvisitor.cpp b/src/tiffvisitor.cpp index 0a9e6d68..bc66b103 100644 --- a/src/tiffvisitor.cpp +++ b/src/tiffvisitor.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/tiffvisitor_int.hpp b/src/tiffvisitor_int.hpp index 90aef309..360f8eed 100644 --- a/src/tiffvisitor_int.hpp +++ b/src/tiffvisitor_int.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/types.cpp b/src/types.cpp index d2543538..40c78296 100644 --- a/src/types.cpp +++ b/src/types.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/types.hpp b/src/types.hpp index 9e2d1695..0743492a 100644 --- a/src/types.hpp +++ b/src/types.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/utils.cpp b/src/utils.cpp index f304b281..b576f999 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/utils.hpp b/src/utils.hpp index a097047b..3e0dd2ea 100644 --- a/src/utils.hpp +++ b/src/utils.hpp @@ -1,6 +1,6 @@ // ********************************************************* -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/value.cpp b/src/value.cpp index 9fa44a12..163471b2 100644 --- a/src/value.cpp +++ b/src/value.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/value.hpp b/src/value.hpp index 2cc8f97f..61159514 100644 --- a/src/value.hpp +++ b/src/value.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/version.cpp b/src/version.cpp index 7061fdb1..7c559da2 100644 --- a/src/version.cpp +++ b/src/version.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/version.hpp b/src/version.hpp index c7e29aef..c8f2be38 100644 --- a/src/version.hpp +++ b/src/version.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/xmp.cpp b/src/xmp.cpp index 22927e8e..cea47536 100644 --- a/src/xmp.cpp +++ b/src/xmp.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/xmp.hpp b/src/xmp.hpp index dce2eeb2..782eb216 100644 --- a/src/xmp.hpp +++ b/src/xmp.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/xmpsidecar.cpp b/src/xmpsidecar.cpp index 526f6293..b214a510 100644 --- a/src/xmpsidecar.cpp +++ b/src/xmpsidecar.cpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/src/xmpsidecar.hpp b/src/xmpsidecar.hpp index 881b14bc..539e825f 100644 --- a/src/xmpsidecar.hpp +++ b/src/xmpsidecar.hpp @@ -1,6 +1,6 @@ // ***************************************************************** -*- C++ -*- /* - * Copyright (C) 2004-2011 Andreas Huggel + * Copyright (C) 2004-2012 Andreas Huggel * * This program is part of the Exiv2 distribution. * diff --git a/test/Makefile b/test/Makefile index cec213dd..f0c4a31c 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,6 +1,6 @@ # ************************************************************* -*- Makefile -*- # -# Copyright (C) 2004-2011 Andreas Huggel +# Copyright (C) 2004-2012 Andreas Huggel # # This Makefile is part of the Exiv2 distribution. # diff --git a/xmpsdk/src/Makefile b/xmpsdk/src/Makefile index 6dc1aff1..6400489a 100644 --- a/xmpsdk/src/Makefile +++ b/xmpsdk/src/Makefile @@ -1,6 +1,6 @@ # ************************************************************* -*- Makefile -*- # -# Copyright (C) 2004-2011 Andreas Huggel +# Copyright (C) 2004-2012 Andreas Huggel # # This Makefile is part of the Exiv2 distribution. #