|
Git commit ce14b9b640e65137d78a2fb10e66d3d7d32934d5 by Gilles Caulier.
Committed on 31/01/2012 at 12:23. Pushed by cgilles into branch 'master'. remove deprecated methods. bump API/ABI version ID. Client applications of this library as digiKam or kipi-plugins need to be recompiled. CCMAIL: [hidden email] CCMAIL: [hidden email] M +6 -5 CMakeLists.txt M +1 -1 libkexiv2/countryselector.cpp M +1 -1 libkexiv2/countryselector.h M +2 -7 libkexiv2/kexiv2.cpp M +3 -5 libkexiv2/kexiv2.h M +2 -2 libkexiv2/kexiv2_p.cpp M +2 -2 libkexiv2/kexiv2_p.h M +2 -2 libkexiv2/kexiv2comments.cpp M +2 -2 libkexiv2/kexiv2data.h M +2 -7 libkexiv2/kexiv2exif.cpp M +3 -3 libkexiv2/kexiv2gps.cpp M +2 -2 libkexiv2/kexiv2image.cpp M +2 -2 libkexiv2/kexiv2iptc.cpp M +2 -2 libkexiv2/kexiv2previews.cpp M +2 -2 libkexiv2/kexiv2previews.h M +2 -2 libkexiv2/kexiv2xmp.cpp M +1 -1 libkexiv2/msgtextedit.cpp M +1 -1 libkexiv2/msgtextedit.h M +2 -2 libkexiv2/rotationmatrix.cpp M +2 -2 libkexiv2/rotationmatrix.h M +2 -2 libkexiv2/subjectwidget.cpp M +2 -2 libkexiv2/subjectwidget.h M +1 -1 libkexiv2/version.h.cmake M +1 -1 test/CMakeLists.txt M +1 -1 test/erasetag.cpp M +1 -1 test/loadfromba.cpp M +1 -1 test/printtagslist.cpp M +1 -1 test/setiptcpreview.cpp http://commits.kde.org/libkexiv2/ce14b9b640e65137d78a2fb10e66d3d7d32934d5 diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ecd233..1068957 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,15 +67,16 @@ MACRO_LOG_FEATURE(EXIV2_FOUND "Exiv2" "Required to build libkexiv2." "http://www # 0.6.0 => 7.3.0 (Released with KDE 4.3.0) # 1.0.0 => 8.0.0 (Released with KDE 4.4.0) # 1.1.0 => 8.1.0 (Released with KDE 4.5.0) -# 1.2.0 => 9.0.0 (Released with KDE 4.6.0 - Including XMP sidecar support) +# 1.2.0 => 9.0.0 (Released with KDE 4.6.0 - Including XMP sidecar support # 2.0.0 => 10.0.0 (Released with KDE 4.7.0) # 2.1.0 => 10.0.1 (Released with KDE 4.7.1) - Add AltLangStrEdit visible lines API # 2.1.1 => 10.0.2 (Released with KDE 4.7.4) - Add AltLangStrEdit::setCurrentLanguageCode() +# 2.2.0 => 11.0.0 (Released with KDE 4.8.1) - Remove deprecated methods # Library API version SET(KEXIV2_LIB_MAJOR_VERSION "2") -SET(KEXIV2_LIB_MINOR_VERSION "1") -SET(KEXIV2_LIB_PATCH_VERSION "1") +SET(KEXIV2_LIB_MINOR_VERSION "2") +SET(KEXIV2_LIB_PATCH_VERSION "0") # Suffix to add at end of version string. Usual values are: # "-git" : alpha code unstable from git. Do not use in production @@ -88,9 +89,9 @@ SET(KEXIV2_LIB_SUFFIX_VERSION "") # Library ABI version used by linker. # For details : http://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info -SET(KEXIV2_LIB_SO_CUR_VERSION "10") +SET(KEXIV2_LIB_SO_CUR_VERSION "11") SET(KEXIV2_LIB_SO_REV_VERSION "0") -SET(KEXIV2_LIB_SO_AGE_VERSION "2") +SET(KEXIV2_LIB_SO_AGE_VERSION "0") # ======================================================= # Set env. variables accordinly. diff --git a/libkexiv2/countryselector.cpp b/libkexiv2/countryselector.cpp index 90d443b..fa34f68 100644 --- a/libkexiv2/countryselector.cpp +++ b/libkexiv2/countryselector.cpp @@ -7,7 +7,7 @@ * @date 2009-07-07 * @brief country selector combo-box. * - * @author Copyright (C) 2009-2011 by Gilles Caulier + * @author Copyright (C) 2009-2012 by Gilles Caulier * <a href="mailto:caulier dot gilles at gmail dot com">caulier dot gilles at gmail dot com</a> * * This program is free software; you can redistribute it diff --git a/libkexiv2/countryselector.h b/libkexiv2/countryselector.h index 8dc7449..b4124ed 100644 --- a/libkexiv2/countryselector.h +++ b/libkexiv2/countryselector.h @@ -7,7 +7,7 @@ * @date 2009-07-07 * @brief country selector combo-box. * - * @author Copyright (C) 2009-2011 by Gilles Caulier + * @author Copyright (C) 2009-2012 by Gilles Caulier * <a href="mailto:caulier dot gilles at gmail dot com">caulier dot gilles at gmail dot com</a> * * This program is free software; you can redistribute it diff --git a/libkexiv2/kexiv2.cpp b/libkexiv2/kexiv2.cpp index 8fb5f50..683bdeb 100644 --- a/libkexiv2/kexiv2.cpp +++ b/libkexiv2/kexiv2.cpp @@ -7,9 +7,9 @@ * @date 2006-09-15 * @brief Exiv2 library interface for KDE * - * @author Copyright (C) 2006-2011 by Gilles Caulier + * @author Copyright (C) 2006-2012 by Gilles Caulier * <a href="mailto:caulier dot gilles at gmail dot com">caulier dot gilles at gmail dot com</a> - * @author Copyright (C) 2006-2011 by Marcel Wiesweg + * @author Copyright (C) 2006-2012 by Marcel Wiesweg * <a href="mailto:marcel dot wiesweg at gmx dot de">marcel dot wiesweg at gmx dot de</a> * * This program is free software; you can redistribute it @@ -241,11 +241,6 @@ void KExiv2::setData(const KExiv2Data& data) } } -bool KExiv2::load(const QByteArray& imgData) const -{ - return loadFromData(imgData); -} - bool KExiv2::loadFromData(const QByteArray& imgData) const { if (imgData.isEmpty()) diff --git a/libkexiv2/kexiv2.h b/libkexiv2/kexiv2.h index 6f27dd2..0104355 100644 --- a/libkexiv2/kexiv2.h +++ b/libkexiv2/kexiv2.h @@ -13,9 +13,9 @@ * @brief http://www.iptc.org/std/Iptc4xmpCore/1.0/specification/Iptc4xmpCore_1.0-spec-XMPSchema_8.pdf * @brief Paper: http://www.metadataworkinggroup.com/pdf/mwg_guidance.pdf * - * @author Copyright (C) 2006-2011 by Gilles Caulier + * @author Copyright (C) 2006-2012 by Gilles Caulier * <a href="mailto:caulier dot gilles at gmail dot com">caulier dot gilles at gmail dot com</a> - * @author Copyright (C) 2006-2011 by Marcel Wiesweg + * @author Copyright (C) 2006-2012 by Marcel Wiesweg * <a href="mailto:marcel dot wiesweg at gmx dot de">marcel dot wiesweg at gmx dot de</a> * * This program is free software; you can redistribute it @@ -200,7 +200,6 @@ public: Return true if metadata have been loaded successfully from image data. */ bool loadFromData(const QByteArray& imgData) const; - KDE_DEPRECATED bool load(const QByteArray& imgData) const; /** Load all metadata (Exif, Iptc, Xmp, and JFIF Comments) from a picture (JPEG, RAW, TIFF, PNG, DNG, etc...). Return true if metadata have been loaded successfully from file. @@ -429,7 +428,6 @@ public: Set true 'addExifHeader' parameter to add an Exif header to Exif metadata. Returns a null Qt byte array if there is no Exif metadata in memory. */ - KDE_DEPRECATED QByteArray getExif(bool addExifHeader=false) const; QByteArray getExifEncoded(bool addExifHeader=false) const; /** Set the Exif data using a Qt byte array. Return true if Exif metadata @@ -481,7 +479,7 @@ public: /** Get an Exif tag content like a long value. Return true if Exif tag be found. */ bool getExifTagLong(const char* exifTagName, long &val) const; - + /** Get an Exif tag content like a long value. Return true if Exif tag be found. */ bool getExifTagLong(const char* exifTagName, long &val, int component) const; diff --git a/libkexiv2/kexiv2_p.cpp b/libkexiv2/kexiv2_p.cpp index d8584d9..5f4bda8 100644 --- a/libkexiv2/kexiv2_p.cpp +++ b/libkexiv2/kexiv2_p.cpp @@ -7,9 +7,9 @@ * @date 2007-09-03 * @brief Exiv2 library interface for KDE * - * @author Copyright (C) 2006-2011 by Gilles Caulier + * @author Copyright (C) 2006-2012 by Gilles Caulier * <a href="mailto:caulier dot gilles at gmail dot com">caulier dot gilles at gmail dot com</a> - * @author Copyright (C) 2006-2011 by Marcel Wiesweg + * @author Copyright (C) 2006-2012 by Marcel Wiesweg * <a href="mailto:marcel dot wiesweg at gmx dot de">marcel dot wiesweg at gmx dot de</a> * * This program is free software; you can redistribute it diff --git a/libkexiv2/kexiv2_p.h b/libkexiv2/kexiv2_p.h index 0f31726..eae18b4 100644 --- a/libkexiv2/kexiv2_p.h +++ b/libkexiv2/kexiv2_p.h @@ -7,9 +7,9 @@ * @date 2007-09-03 * @brief Exiv2 library interface for KDE * - * @author Copyright (C) 2006-2011 by Gilles Caulier + * @author Copyright (C) 2006-2012 by Gilles Caulier * <a href="mailto:caulier dot gilles at gmail dot com">caulier dot gilles at gmail dot com</a> - * @author Copyright (C) 2006-2011 by Marcel Wiesweg + * @author Copyright (C) 2006-2012 by Marcel Wiesweg * <a href="mailto:marcel dot wiesweg at gmx dot de">marcel dot wiesweg at gmx dot de</a> * * This program is free software; you can redistribute it diff --git a/libkexiv2/kexiv2comments.cpp b/libkexiv2/kexiv2comments.cpp index 5811257..c212b55 100644 --- a/libkexiv2/kexiv2comments.cpp +++ b/libkexiv2/kexiv2comments.cpp @@ -7,9 +7,9 @@ * @date 2006-09-15 * @brief Comments manipulation methods * - * @author Copyright (C) 2006-2011 by Gilles Caulier + * @author Copyright (C) 2006-2012 by Gilles Caulier * <a href="mailto:caulier dot gilles at gmail dot com">caulier dot gilles at gmail dot com</a> - * @author Copyright (C) 2006-2011 by Marcel Wiesweg + * @author Copyright (C) 2006-2012 by Marcel Wiesweg * <a href="mailto:marcel dot wiesweg at gmx dot de">marcel dot wiesweg at gmx dot de</a> * * This program is free software; you can redistribute it diff --git a/libkexiv2/kexiv2data.h b/libkexiv2/kexiv2data.h index 4b88f36..6a580a6 100644 --- a/libkexiv2/kexiv2data.h +++ b/libkexiv2/kexiv2data.h @@ -7,9 +7,9 @@ * @date 2009-11-15 * @brief Exiv2 library interface for KDE * - * @author Copyright (C) 2009-2011 by Gilles Caulier + * @author Copyright (C) 2009-2012 by Gilles Caulier * <a href="mailto:caulier dot gilles at gmail dot com">caulier dot gilles at gmail dot com</a> - * @author Copyright (C) 2009-2011 by Marcel Wiesweg + * @author Copyright (C) 2009-2012 by Marcel Wiesweg * <a href="mailto:marcel dot wiesweg at gmx dot de">marcel dot wiesweg at gmx dot de</a> * * This program is free software; you can redistribute it diff --git a/libkexiv2/kexiv2exif.cpp b/libkexiv2/kexiv2exif.cpp index 044d76a..075eac1 100644 --- a/libkexiv2/kexiv2exif.cpp +++ b/libkexiv2/kexiv2exif.cpp @@ -7,9 +7,9 @@ * @date 2006-09-15 * @brief Exif manipulation methods * - * @author Copyright (C) 2006-2011 by Gilles Caulier + * @author Copyright (C) 2006-2012 by Gilles Caulier * <a href="mailto:caulier dot gilles at gmail dot com">caulier dot gilles at gmail dot com</a> - * @author Copyright (C) 2006-2011 by Marcel Wiesweg + * @author Copyright (C) 2006-2012 by Marcel Wiesweg * <a href="mailto:marcel dot wiesweg at gmx dot de">marcel dot wiesweg at gmx dot de</a> * * This program is free software; you can redistribute it @@ -75,11 +75,6 @@ bool KExiv2::clearExif() const return false; } -QByteArray KExiv2::getExif(bool addExifHeader) const -{ - return getExifEncoded(addExifHeader); -} - QByteArray KExiv2::getExifEncoded(bool addExifHeader) const { try diff --git a/libkexiv2/kexiv2gps.cpp b/libkexiv2/kexiv2gps.cpp index 1474826..96f20d1 100644 --- a/libkexiv2/kexiv2gps.cpp +++ b/libkexiv2/kexiv2gps.cpp @@ -7,11 +7,11 @@ * @date 2006-09-15 * @brief GPS manipulation methods * - * @author Copyright (C) 2006-2011 by Gilles Caulier + * @author Copyright (C) 2006-2012 by Gilles Caulier * <a href="mailto:caulier dot gilles at gmail dot com">caulier dot gilles at gmail dot com</a> - * @author Copyright (C) 2006-2011 by Marcel Wiesweg + * @author Copyright (C) 2006-2012 by Marcel Wiesweg * <a href="mailto:marcel dot wiesweg at gmx dot de">marcel dot wiesweg at gmx dot de</a> - * @author Copyright (C) 2010-2011 by Michael G. Hansen + * @author Copyright (C) 2010-2012 by Michael G. Hansen * <a href="mailto:mike at mghansen dot de">mike at mghansen dot de</a> * * This program is free software; you can redistribute it diff --git a/libkexiv2/kexiv2image.cpp b/libkexiv2/kexiv2image.cpp index fba3666..7efcb5d 100644 --- a/libkexiv2/kexiv2image.cpp +++ b/libkexiv2/kexiv2image.cpp @@ -7,9 +7,9 @@ * @date 2006-09-15 * @brief Common metadata image information manipulation methods * - * @author Copyright (C) 2006-2011 by Gilles Caulier + * @author Copyright (C) 2006-2012 by Gilles Caulier * <a href="mailto:caulier dot gilles at gmail dot com">caulier dot gilles at gmail dot com</a> - * @author Copyright (C) 2006-2011 by Marcel Wiesweg + * @author Copyright (C) 2006-2012 by Marcel Wiesweg * <a href="mailto:marcel dot wiesweg at gmx dot de">marcel dot wiesweg at gmx dot de</a> * * This program is free software; you can redistribute it diff --git a/libkexiv2/kexiv2iptc.cpp b/libkexiv2/kexiv2iptc.cpp index aa6de0f..e817863 100644 --- a/libkexiv2/kexiv2iptc.cpp +++ b/libkexiv2/kexiv2iptc.cpp @@ -7,9 +7,9 @@ * @date 2006-09-15 * @brief Iptc manipulation methods * - * @author Copyright (C) 2006-2011 by Gilles Caulier + * @author Copyright (C) 2006-2012 by Gilles Caulier * <a href="mailto:caulier dot gilles at gmail dot com">caulier dot gilles at gmail dot com</a> - * @author Copyright (C) 2006-2011 by Marcel Wiesweg + * @author Copyright (C) 2006-2012 by Marcel Wiesweg * <a href="mailto:marcel dot wiesweg at gmx dot de">marcel dot wiesweg at gmx dot de</a> * * This program is free software; you can redistribute it diff --git a/libkexiv2/kexiv2previews.cpp b/libkexiv2/kexiv2previews.cpp index 2582b12..3da2bcc 100644 --- a/libkexiv2/kexiv2previews.cpp +++ b/libkexiv2/kexiv2previews.cpp @@ -7,9 +7,9 @@ * @date 2009-11-14 * @brief Embedded preview loading * - * @author Copyright (C) 2009-2011 by Gilles Caulier + * @author Copyright (C) 2009-2012 by Gilles Caulier * <a href="mailto:caulier dot gilles at gmail dot com">caulier dot gilles at gmail dot com</a> - * @author Copyright (C) 2009-2011 by Marcel Wiesweg + * @author Copyright (C) 2009-2012 by Marcel Wiesweg * <a href="mailto:marcel dot wiesweg at gmx dot de">marcel dot wiesweg at gmx dot de</a> * * This program is free software; you can redistribute it diff --git a/libkexiv2/kexiv2previews.h b/libkexiv2/kexiv2previews.h index 757e0d2..f033cd3 100644 --- a/libkexiv2/kexiv2previews.h +++ b/libkexiv2/kexiv2previews.h @@ -7,9 +7,9 @@ * @date 2009-11-14 * @brief Embedded preview loading * - * @author Copyright (C) 2009-2011 by Gilles Caulier + * @author Copyright (C) 2009-2012 by Gilles Caulier * <a href="mailto:caulier dot gilles at gmail dot com">caulier dot gilles at gmail dot com</a> - * @author Copyright (C) 2009-2011 by Marcel Wiesweg + * @author Copyright (C) 2009-2012 by Marcel Wiesweg * <a href="mailto:marcel dot wiesweg at gmx dot de">marcel dot wiesweg at gmx dot de</a> * * This program is free software; you can redistribute it diff --git a/libkexiv2/kexiv2xmp.cpp b/libkexiv2/kexiv2xmp.cpp index 3ec4dea..21f0e2e 100644 --- a/libkexiv2/kexiv2xmp.cpp +++ b/libkexiv2/kexiv2xmp.cpp @@ -7,9 +7,9 @@ * @date 2006-09-15 * @brief Xmp manipulation methods * - * @author Copyright (C) 2006-2011 by Gilles Caulier + * @author Copyright (C) 2006-2012 by Gilles Caulier * <a href="mailto:caulier dot gilles at gmail dot com">caulier dot gilles at gmail dot com</a> - * @author Copyright (C) 2006-2011 by Marcel Wiesweg + * @author Copyright (C) 2006-2012 by Marcel Wiesweg * <a href="mailto:marcel dot wiesweg at gmx dot de">marcel dot wiesweg at gmx dot de</a> * * This program is free software; you can redistribute it diff --git a/libkexiv2/msgtextedit.cpp b/libkexiv2/msgtextedit.cpp index 61d0fd3..ffb8c8b 100644 --- a/libkexiv2/msgtextedit.cpp +++ b/libkexiv2/msgtextedit.cpp @@ -7,7 +7,7 @@ * @date 2009-07-15 * @brief a text edit widget with click message. * - * @author Copyright (C) 2009-2011 by Gilles Caulier + * @author Copyright (C) 2009-2012 by Gilles Caulier * <a href="mailto:caulier dot gilles at gmail dot com">caulier dot gilles at gmail dot com</a> * * This program is free software; you can redistribute it diff --git a/libkexiv2/msgtextedit.h b/libkexiv2/msgtextedit.h index b02b730..898b9bd 100644 --- a/libkexiv2/msgtextedit.h +++ b/libkexiv2/msgtextedit.h @@ -7,7 +7,7 @@ * @date 2009-07-15 * @brief a text edit widget with click message. * - * @author Copyright (C) 2009-2011 by Gilles Caulier + * @author Copyright (C) 2009-2012 by Gilles Caulier * <a href="mailto:caulier dot gilles at gmail dot com">caulier dot gilles at gmail dot com</a> * * This program is free software; you can redistribute it diff --git a/libkexiv2/rotationmatrix.cpp b/libkexiv2/rotationmatrix.cpp index f99aed9..b96a174 100644 --- a/libkexiv2/rotationmatrix.cpp +++ b/libkexiv2/rotationmatrix.cpp @@ -7,9 +7,9 @@ * @date 2009-08-03 * @brief Tools for combining rotation operations * - * @author Copyright (C) 2006-2011 by Gilles Caulier + * @author Copyright (C) 2006-2012 by Gilles Caulier * <a href="mailto:caulier dot gilles at gmail dot com">caulier dot gilles at gmail dot com</a> - * @author Copyright (C) 2004-2011 by Marcel Wiesweg + * @author Copyright (C) 2004-2012 by Marcel Wiesweg * <a href="mailto:marcel dot wiesweg at gmx dot de">marcel dot wiesweg at gmx dot de</a> * * This program is free software; you can redistribute it diff --git a/libkexiv2/rotationmatrix.h b/libkexiv2/rotationmatrix.h index 2a88c9e..50bdd9f 100644 --- a/libkexiv2/rotationmatrix.h +++ b/libkexiv2/rotationmatrix.h @@ -7,9 +7,9 @@ * @date 2009-08-03 * @brief Tools for combining rotation operations * - * @author Copyright (C) 2006-2011 by Gilles Caulier + * @author Copyright (C) 2006-2012 by Gilles Caulier * <a href="mailto:caulier dot gilles at gmail dot com">caulier dot gilles at gmail dot com</a> - * @author Copyright (C) 2004-2011 by Marcel Wiesweg + * @author Copyright (C) 2004-2012 by Marcel Wiesweg * <a href="mailto:marcel dot wiesweg at gmx dot de">marcel dot wiesweg at gmx dot de</a> * * This program is free software; you can redistribute it diff --git a/libkexiv2/subjectwidget.cpp b/libkexiv2/subjectwidget.cpp index 844b555..d1c05b4 100644 --- a/libkexiv2/subjectwidget.cpp +++ b/libkexiv2/subjectwidget.cpp @@ -7,9 +7,9 @@ * @date 2006-10-15 * @brief IPTC subjects editor. * - * @author Copyright (C) 2006-2011 by Gilles Caulier + * @author Copyright (C) 2006-2012 by Gilles Caulier * <a href="mailto:caulier dot gilles at gmail dot com">caulier dot gilles at gmail dot com</a> - * @author Copyright (C) 2009-2011 by Andi Clemens + * @author Copyright (C) 2009-2012 by Andi Clemens * <a href="mailto:andi dot clemens at googlemail dot com">andi dot clemens at googlemail dot com</a> * * This program is free software; you can redistribute it diff --git a/libkexiv2/subjectwidget.h b/libkexiv2/subjectwidget.h index e239038..611f7e9 100644 --- a/libkexiv2/subjectwidget.h +++ b/libkexiv2/subjectwidget.h @@ -7,9 +7,9 @@ * @date 2006-10-15 * @brief IPTC subjects editor. * - * @author Copyright (C) 2006-2011 by Gilles Caulier + * @author Copyright (C) 2006-2012 by Gilles Caulier * <a href="mailto:caulier dot gilles at gmail dot com">caulier dot gilles at gmail dot com</a> - * @author Copyright (C) 2009-2011 by Andi Clemens + * @author Copyright (C) 2009-2012 by Andi Clemens * <a href="mailto:andi dot clemens at googlemail dot com">andi dot clemens at googlemail dot com</a> * * This program is free software; you can redistribute it diff --git a/libkexiv2/version.h.cmake b/libkexiv2/version.h.cmake index 2a87fc7..497e208 100644 --- a/libkexiv2/version.h.cmake +++ b/libkexiv2/version.h.cmake @@ -6,7 +6,7 @@ * @date 2007-02-06 * @brief Exiv2 library interface for KDE * - * @author Copyright (C) 2007-2011 by Gilles Caulier + * @author Copyright (C) 2007-2012 by Gilles Caulier * <a href="mailto:caulier dot gilles at gmail dot com">caulier dot gilles at gmail dot com</a> * * This program is free software; you can redistribute it diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 9ddd83b..9bb0773 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -6,7 +6,7 @@ # @date 2006-09-15 # @brief Exiv2 library interface for KDE # -# @author Copyright (C) 2006-2010 by Gilles Caulier +# @author Copyright (C) 2006-2012 by Gilles Caulier # <a href="mailto:caulier dot gilles at gmail dot com">caulier dot gilles at gmail dot com</a> # # This program is free software; you can redistribute it diff --git a/test/erasetag.cpp b/test/erasetag.cpp index e99aeec..0ee9bf9 100644 --- a/test/erasetag.cpp +++ b/test/erasetag.cpp @@ -6,7 +6,7 @@ * @date 2009-06-11 * @brief a command line tool to tag from photo * - * @author Copyright (C) 2009-2010 by Gilles Caulier + * @author Copyright (C) 2009-2012 by Gilles Caulier * <a href="mailto:caulier dot gilles at gmail dot com">caulier dot gilles at gmail dot com</a> * * This program is free software; you can redistribute it diff --git a/test/loadfromba.cpp b/test/loadfromba.cpp index f47df99..e73aa06 100644 --- a/test/loadfromba.cpp +++ b/test/loadfromba.cpp @@ -6,7 +6,7 @@ * @date 2009-06-11 * @brief a command line tool to load metadata from byte array * - * @author Copyright (C) 2009-2010 by Gilles Caulier + * @author Copyright (C) 2009-2012 by Gilles Caulier * <a href="mailto:caulier dot gilles at gmail dot com">caulier dot gilles at gmail dot com</a> * * This program is free software; you can redistribute it diff --git a/test/printtagslist.cpp b/test/printtagslist.cpp index 6c1cd40..9864861 100644 --- a/test/printtagslist.cpp +++ b/test/printtagslist.cpp @@ -6,7 +6,7 @@ * @date 2009-07-12 * @brief a command line tool to print all tags list supported by Exiv2 * - * @author Copyright (C) 2009-2010 by Gilles Caulier + * @author Copyright (C) 2009-2012 by Gilles Caulier * <a href="mailto:caulier dot gilles at gmail dot com">caulier dot gilles at gmail dot com</a> * * This program is free software; you can redistribute it diff --git a/test/setiptcpreview.cpp b/test/setiptcpreview.cpp index 842790c..e34c23a 100644 --- a/test/setiptcpreview.cpp +++ b/test/setiptcpreview.cpp @@ -6,7 +6,7 @@ * @date 2009-02-04 * @brief a command line tool to set IPTC Preview * - * @author Copyright (C) 2009-2010 by Gilles Caulier + * @author Copyright (C) 2009-2012 by Gilles Caulier * <a href="mailto:caulier dot gilles at gmail dot com">caulier dot gilles at gmail dot com</a> * * This program is free software; you can redistribute it _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
| Free forum by Nabble | Edit this page |
