diff --git a/src/actions.cpp b/src/actions.cpp index a08fa048..9f70d622 100644 --- a/src/actions.cpp +++ b/src/actions.cpp @@ -20,13 +20,13 @@ */ /* File: actions.cpp - Version: $Name: $ $Revision: 1.38 $ + Version: $Rev$ Author(s): Andreas Huggel (ahu) History: 08-Dec-03, ahu: created */ // ***************************************************************************** #include "rcsid.hpp" -EXIV2_RCSID("@(#) $Name: $ $Revision: 1.38 $ $RCSfile: actions.cpp,v $"); +EXIV2_RCSID("@(#) $Id$"); // ***************************************************************************** // included header files diff --git a/src/actions.hpp b/src/actions.hpp index 77bf971d..9b020831 100644 --- a/src/actions.hpp +++ b/src/actions.hpp @@ -22,7 +22,7 @@ @file actions.hpp @brief Implements base class Task, TaskFactory and the various supported actions (derived from Task). - @version $Name: $ $Revision: 1.12 $ + @version $Rev$ @author Andreas Huggel (ahu) ahuggel@gmx.net @date 11-Dec-03, ahu: created diff --git a/src/addmoddel.cpp b/src/addmoddel.cpp index 5da934d4..f7bb0b65 100644 --- a/src/addmoddel.cpp +++ b/src/addmoddel.cpp @@ -3,7 +3,7 @@ Abstract: Sample program showing how to add, modify and delete Exif metadata. File: addmoddel.cpp - Version: $Name: $ $Revision: 1.5 $ + Version: $Rev$ Author(s): Andreas Huggel (ahu) History: 26-Jan-04, ahu: created */ diff --git a/src/canonmn.cpp b/src/canonmn.cpp index 4920dee0..16e33f86 100644 --- a/src/canonmn.cpp +++ b/src/canonmn.cpp @@ -20,7 +20,7 @@ */ /* File: canonmn.cpp - Version: $Name: $ $Revision: 1.15 $ + Version: $Rev$ Author(s): Andreas Huggel (ahu) History: 18-Feb-04, ahu: created 07-Mar-04, ahu: isolated as a separate component @@ -30,7 +30,7 @@ */ // ***************************************************************************** #include "rcsid.hpp" -EXIV2_RCSID("@(#) $Name: $ $Revision: 1.15 $ $RCSfile: canonmn.cpp,v $"); +EXIV2_RCSID("@(#) $Id$"); // ***************************************************************************** // included header files diff --git a/src/canonmn.hpp b/src/canonmn.hpp index ababf633..7a9c23a2 100644 --- a/src/canonmn.hpp +++ b/src/canonmn.hpp @@ -23,7 +23,7 @@ @brief Canon MakerNote implemented according to the specification EXIF MakerNote of Canon by David Burren - @version $Name: $ $Revision: 1.14 $ + @version $Rev$ @author Andreas Huggel (ahu) ahuggel@gmx.net @date 18-Feb-04, ahu: created
diff --git a/src/datasets.cpp b/src/datasets.cpp index 53c23e34..c661cda5 100644 --- a/src/datasets.cpp +++ b/src/datasets.cpp @@ -20,13 +20,13 @@ */ /* File: datasets.cpp - Version: $Name: $ $Revision: 1.8 $ - Author(s): Brad Schick (brad) + Version: $Rev$ + Author(s): Brad Schick (brad) History: 24-Jul-04, brad: created */ // ***************************************************************************** #include "rcsid.hpp" -EXIV2_RCSID("@(#) $Name: $ $Revision: 1.8 $ $RCSfile: datasets.cpp,v $"); +EXIV2_RCSID("@(#) $Id$"); // ***************************************************************************** // included header files diff --git a/src/datasets.hpp b/src/datasets.hpp index d20eb884..9b247269 100644 --- a/src/datasets.hpp +++ b/src/datasets.hpp @@ -21,8 +21,8 @@ /*! @file datasets.hpp @brief Iptc dataSet and type information - @version $Name: $ $Revision: 1.7 $ - @author Brad Schick (brad) + @version $Rev$ + @author Brad Schick (brad) @date 24-Jul-04, brad: created */ #ifndef DATASETS_HPP_ diff --git a/src/doxygen.hpp b/src/doxygen.hpp index 23574ceb..664e088a 100644 --- a/src/doxygen.hpp +++ b/src/doxygen.hpp @@ -2,7 +2,7 @@ /*! @file doxygen.hpp @brief Additional documentation, this file contains no source code - @version $Name: $ $Revision: 1.18 $ + @version $Rev$ @author Andreas Huggel (ahu) ahuggel@gmx.net @date 07-Feb-04, ahu: created diff --git a/src/error.hpp b/src/error.hpp index 116c2470..52919875 100644 --- a/src/error.hpp +++ b/src/error.hpp @@ -21,7 +21,7 @@ /*! @file error.hpp @brief Error class for exceptions - @version $Name: $ $Revision: 1.3 $ + @version $Rev$ @author Andreas Huggel (ahu) ahuggel@gmx.net @date 15-Jan-04, ahu: created
diff --git a/src/exif.cpp b/src/exif.cpp index dbc007c2..8102453f 100644 --- a/src/exif.cpp +++ b/src/exif.cpp @@ -20,14 +20,14 @@ */ /* File: exif.cpp - Version: $Name: $ $Revision: 1.67 $ + Version: $Rev$ Author(s): Andreas Huggel (ahu) History: 26-Jan-04, ahu: created 11-Feb-04, ahu: isolated as a component */ // ***************************************************************************** #include "rcsid.hpp" -EXIV2_RCSID("@(#) $Name: $ $Revision: 1.67 $ $RCSfile: exif.cpp,v $"); +EXIV2_RCSID("@(#) $Id$"); // Define DEBUG_MAKERNOTE to output debug information to std::cerr #undef DEBUG_MAKERNOTE diff --git a/src/exif.hpp b/src/exif.hpp index 6e2522a0..d442b6c9 100644 --- a/src/exif.hpp +++ b/src/exif.hpp @@ -21,7 +21,7 @@ /*! @file exif.hpp @brief Encoding and decoding of Exif data - @version $Name: $ $Revision: 1.59 $ + @version $Rev$ @author Andreas Huggel (ahu) ahuggel@gmx.net @date 09-Jan-04, ahu: created diff --git a/src/exifcomment.cpp b/src/exifcomment.cpp index 6a1364e3..2bf8862f 100644 --- a/src/exifcomment.cpp +++ b/src/exifcomment.cpp @@ -3,7 +3,7 @@ Abstract : Sample program showing how to set the Exif comment of an image File: exifcomment.cpp - Version : $Name: $ $Revision: 1.5 $ + Version : $Rev$ Author(s): Andreas Huggel (ahu) History : 10-May-04, ahu: created */ diff --git a/src/exifprint.cpp b/src/exifprint.cpp index 1d6288dd..470a00b6 100644 --- a/src/exifprint.cpp +++ b/src/exifprint.cpp @@ -3,7 +3,7 @@ Abstract : Sample program to print the Exif metadata of an image File : exifprint.cpp - Version : $Name: $ $Revision: 1.15 $ + Version : $Rev$ Author(s): Andreas Huggel (ahu) History : 26-Jan-04, ahu: created */ diff --git a/src/exiv2.cpp b/src/exiv2.cpp index 502f8f9a..3b8e51d5 100644 --- a/src/exiv2.cpp +++ b/src/exiv2.cpp @@ -22,13 +22,13 @@ Abstract: Command line program to display and manipulate image %Exif data File: exiv2.cpp - Version: $Name: $ $Revision: 1.16 $ + Version: $Rev$ Author(s): Andreas Huggel (ahu) History: 10-Dec-03, ahu: created */ // ***************************************************************************** #include "rcsid.hpp" -EXIV2_RCSID("@(#) $Name: $ $Revision: 1.16 $ $RCSfile: exiv2.cpp,v $"); +EXIV2_RCSID("@(#) $Id$"); // ***************************************************************************** // included header files diff --git a/src/exiv2.hpp b/src/exiv2.hpp index 02392b1c..539c27bd 100644 --- a/src/exiv2.hpp +++ b/src/exiv2.hpp @@ -21,7 +21,7 @@ /*! @file exiv2.hpp @brief Defines class Params, used for the command line handling of exiv2 - @version $Name: $ $Revision$ + @version $Rev$ @author Andreas Huggel (ahu) ahuggel@gmx.net @date 08-Dec-03, ahu: created diff --git a/src/fujimn.cpp b/src/fujimn.cpp index 3264ae24..cfc9ad09 100644 --- a/src/fujimn.cpp +++ b/src/fujimn.cpp @@ -20,7 +20,7 @@ */ /* File: fujimn.cpp - Version: $Name: $ $Revision: 1.13 $ + Version: $Rev$ Author(s): Andreas Huggel (ahu) History: 18-Feb-04, ahu: created 07-Mar-04, ahu: isolated as a separate component @@ -31,7 +31,7 @@ */ // ***************************************************************************** #include "rcsid.hpp" -EXIV2_RCSID("@(#) $Name: $ $Revision: 1.13 $ $RCSfile: fujimn.cpp,v $"); +EXIV2_RCSID("@(#) $Id$"); // ***************************************************************************** // included header files diff --git a/src/fujimn.hpp b/src/fujimn.hpp index 5592a06e..5d0ab5bb 100644 --- a/src/fujimn.hpp +++ b/src/fujimn.hpp @@ -24,7 +24,7 @@ in Appendix 4: Makernote of Fujifilm of the document Exif file format by TsuruZoh Tachibanaya - @version $Name: $ $Revision: 1.11 $ + @version $Rev$ @author Andreas Huggel (ahu) ahuggel@gmx.net @date 11-Feb-04, ahu: created diff --git a/src/ifd.cpp b/src/ifd.cpp index 0cedf0c2..6602c30e 100644 --- a/src/ifd.cpp +++ b/src/ifd.cpp @@ -20,14 +20,14 @@ */ /* File: ifd.cpp - Version: $Name: $ $Revision: 1.26 $ + Version: $Rev$ Author(s): Andreas Huggel (ahu) History: 26-Jan-04, ahu: created 11-Feb-04, ahu: isolated as a component */ // ***************************************************************************** #include "rcsid.hpp" -EXIV2_RCSID("@(#) $Name: $ $Revision: 1.26 $ $RCSfile: ifd.cpp,v $"); +EXIV2_RCSID("@(#) $Id$"); // ***************************************************************************** // included header files diff --git a/src/ifd.hpp b/src/ifd.hpp index 08364264..0ae96719 100644 --- a/src/ifd.hpp +++ b/src/ifd.hpp @@ -21,7 +21,7 @@ /*! @file ifd.hpp @brief Encoding and decoding of IFD (%Image File Directory) data - @version $Name: $ $Revision: 1.21 $ + @version $Rev$ @author Andreas Huggel (ahu) ahuggel@gmx.net @date 09-Jan-04, ahu: created
diff --git a/src/image.cpp b/src/image.cpp index 5bd5e9e5..7d558501 100644 --- a/src/image.cpp +++ b/src/image.cpp @@ -20,7 +20,7 @@ */ /* File: image.cpp - Version: $Rev$ $LastChangedBy$ + Version: $Rev$ Author(s): Andreas Huggel (ahu) Brad Schick (brad) History: 26-Jan-04, ahu: created diff --git a/src/image.hpp b/src/image.hpp index 5aa270dc..49fff65e 100644 --- a/src/image.hpp +++ b/src/image.hpp @@ -21,11 +21,11 @@ /*! @file image.hpp @brief Class JpegImage to access JPEG images - @version $Name: $ $Revision: 1.22 $ + @version $Rev$ @author Andreas Huggel (ahu) ahuggel@gmx.net @author Brad Schick (brad) - schick@robotbattle.com + brad@robotbattle.com @date 09-Jan-04, ahu: created
11-Feb-04, ahu: isolated as a component
19-Jul-04, brad: revamped to be more flexible and support Iptc diff --git a/src/iptc.cpp b/src/iptc.cpp index 2b5af627..2b327a58 100644 --- a/src/iptc.cpp +++ b/src/iptc.cpp @@ -20,13 +20,13 @@ */ /* File: iptc.cpp - Version: $Name: $ $Revision: 1.9 $ - Author(s): Brad Schick (brad) + Version: $Rev$ + Author(s): Brad Schick (brad) History: 31-July-04, brad: created */ // ***************************************************************************** #include "rcsid.hpp" -EXIV2_RCSID("@(#) $Name: $ $Revision: 1.9 $ $RCSfile: iptc.cpp,v $"); +EXIV2_RCSID("@(#) $Id$"); // Define DEBUG_MAKERNOTE to output debug information to std::cerr #undef DEBUG_MAKERNOTE @@ -336,7 +336,7 @@ namespace Exiv2 { { if (!IptcDataSets::dataSetRepeatable( iptcDatum.tag(), iptcDatum.record()) && - findId(iptcDatum.tag(), iptcDatum.record()) != end()) { + findId(iptcDatum.tag(), iptcDatum.record()) != end()) { return 6; } modified_ = true; @@ -348,13 +348,13 @@ namespace Exiv2 { IptcData::const_iterator IptcData::findKey(const IptcKey& key) const { return std::find_if(iptcMetadata_.begin(), iptcMetadata_.end(), - FindMetadatumByKey(key.key())); + FindMetadatumById(key.tag(), key.record())); } IptcData::iterator IptcData::findKey(const IptcKey& key) { return std::find_if(iptcMetadata_.begin(), iptcMetadata_.end(), - FindMetadatumByKey(key.key())); + FindMetadatumById(key.tag(), key.record())); } IptcData::const_iterator IptcData::findId(uint16_t dataset, uint16_t record) const diff --git a/src/iptc.hpp b/src/iptc.hpp index 42c7cd76..f52883b0 100644 --- a/src/iptc.hpp +++ b/src/iptc.hpp @@ -21,9 +21,9 @@ /*! @file iptc.hpp @brief Encoding and decoding of Iptc data - @version $Name: $ $Revision: 1.10 $ + @version $Rev$ @author Brad Schick (brad) - schick@robotbattle.com + brad@robotbattle.com @date 31-Jul-04, brad: created */ #ifndef IPTC_HPP_ diff --git a/src/iptcprint.cpp b/src/iptcprint.cpp index a767357a..7e5f57ad 100644 --- a/src/iptcprint.cpp +++ b/src/iptcprint.cpp @@ -3,8 +3,8 @@ Abstract : Sample program to print the Iptc metadata of an image File : iptcprint.cpp - Version : $Name: $ $Revision: 1.3 $ - Author(s): Brad Schick (brad) + Version : $Rev$ + Author(s): Brad Schick (brad) History : 31-Jul-04, brad: created */ // ***************************************************************************** diff --git a/src/iptctest.cpp b/src/iptctest.cpp index 3e3702e5..e1071970 100644 --- a/src/iptctest.cpp +++ b/src/iptctest.cpp @@ -4,8 +4,8 @@ This is not designed to be a robust application. File : iptctest.cpp - Version : $Name: $ $Revision: 1.5 $ - Author(s): Brad Schick (brad) + Version : $Rev$ + Author(s): Brad Schick (brad) History : 01-Aug-04, brad: created */ // ***************************************************************************** @@ -137,7 +137,7 @@ void processRemove(const std::string& line, int num) const std::string key( line.substr(keyStart) ); IptcKey iptcKey(key); - IptcData::iterator iter = g_iptcData.findId(iptcKey.tag(), iptcKey.record()); + IptcData::iterator iter = g_iptcData.findKey(iptcKey); if (iter != g_iptcData.end()) { g_iptcData.erase(iter); } @@ -169,7 +169,7 @@ void processModify(const std::string& line, int num) Value::AutoPtr value = Value::create(type); value->read(data); - IptcData::iterator iter = g_iptcData.findId(iptcKey.tag(), iptcKey.record()); + IptcData::iterator iter = g_iptcData.findKey(iptcKey); if (iter != g_iptcData.end()) { iter->setValue(value.get()); } diff --git a/src/key-test.cpp b/src/key-test.cpp index 09089149..6393db60 100644 --- a/src/key-test.cpp +++ b/src/key-test.cpp @@ -3,7 +3,7 @@ Abstract : Key unit tests File : key-test.cpp - Version : $Name: $ $Revision: 1.4 $ + Version : $Rev$ Author(s): Andreas Huggel (ahu) History : 24-Aug-04, ahu: created diff --git a/src/localtime.c b/src/localtime.c index e294a195..6c655f6e 100644 --- a/src/localtime.c +++ b/src/localtime.c @@ -1,7 +1,7 @@ /*! @file localtime.c @brief This file is from the tz distribution at ftp://elsie.nci.nih.gov/pub/ - @version $Name: $ $Revision: 1.2 $ + @version $Rev$ */ #ifdef HAVE_CONFIG_H # include diff --git a/src/makernote.cpp b/src/makernote.cpp index 7eb3bb19..c02793b2 100644 --- a/src/makernote.cpp +++ b/src/makernote.cpp @@ -20,13 +20,13 @@ */ /* File: makernote.cpp - Version: $Name: $ $Revision: 1.29 $ + Version: $Rev$ Author(s): Andreas Huggel (ahu) History: 18-Feb-04, ahu: created */ // ***************************************************************************** #include "rcsid.hpp" -EXIV2_RCSID("@(#) $Name: $ $Revision: 1.29 $ $RCSfile: makernote.cpp,v $"); +EXIV2_RCSID("@(#) $Id$"); // Define DEBUG_* to output debug information to std::cerr #undef DEBUG_MAKERNOTE diff --git a/src/makernote.hpp b/src/makernote.hpp index 89ace81a..11bc39a2 100644 --- a/src/makernote.hpp +++ b/src/makernote.hpp @@ -22,7 +22,7 @@ @file makernote.hpp @brief Contains the Exif %MakerNote interface, IFD %MakerNote and a MakerNote factory - @version $Name: $ $Revision: 1.27 $ + @version $Rev$ @author Andreas Huggel (ahu) ahuggel@gmx.net @date 18-Feb-04, ahu: created diff --git a/src/metacopy.cpp b/src/metacopy.cpp index 24452a8c..29edefb7 100644 --- a/src/metacopy.cpp +++ b/src/metacopy.cpp @@ -22,8 +22,8 @@ Abstract : Tester application for image file handling File : metacopy.cpp - Version : $Name: $ $Revision: 1.2 $ - Author(s): Brad Schick (brad) + Version : $Rev$ + Author(s): Brad Schick (brad) History : 13-Jul-04, brad: created */ // ***************************************************************************** diff --git a/src/metacopy.hpp b/src/metacopy.hpp index 8926b7c8..01ef681f 100644 --- a/src/metacopy.hpp +++ b/src/metacopy.hpp @@ -21,8 +21,8 @@ /*! @file metacopy.hpp @brief Defines class Params, used for the command line handling - @version $Name: $ $Revision: 1.2 $ - @author Brad Schick (brad) + @version $Rev$ + @author Brad Schick (brad) @date 13-Jul-04, brad: created */ #ifndef METACOPY_HPP_ diff --git a/src/metadatum.cpp b/src/metadatum.cpp index 7a157e73..416d2f75 100644 --- a/src/metadatum.cpp +++ b/src/metadatum.cpp @@ -20,15 +20,15 @@ */ /* File: metadatum.cpp - Version: $Name: $ $Revision: 1.2 $ + Version: $Rev$ Author(s): Andreas Huggel (ahu) - Brad Schick (brad) + Brad Schick (brad) History: 26-Jan-04, ahu: created 31-Jul-04, brad: isolated as a component */ // ***************************************************************************** #include "rcsid.hpp" -EXIV2_RCSID("@(#) $Name: $ $Revision: 1.2 $ $RCSfile: metadatum.cpp,v $"); +EXIV2_RCSID("@(#) $Id$"); // ***************************************************************************** // included header files diff --git a/src/metadatum.hpp b/src/metadatum.hpp index c7efd157..f2cfe156 100644 --- a/src/metadatum.hpp +++ b/src/metadatum.hpp @@ -21,11 +21,11 @@ /*! @file metadatum.hpp @brief Provides abstract base classes Metadatum and Key - @version $Name: $ $Revision: 1.5 $ + @version $Rev$ @author Andreas Huggel (ahu) ahuggel@gmx.net @author Brad Schick (brad) - schick@robotbattle.com + brad@robotbattle.com @date 09-Jan-04, ahu: created
31-Jul-04, brad: isolated as a component
23-Aug-04, ahu: added Key diff --git a/src/nikonmn.cpp b/src/nikonmn.cpp index 9207a730..59d7e023 100644 --- a/src/nikonmn.cpp +++ b/src/nikonmn.cpp @@ -20,14 +20,14 @@ */ /* File: nikonmn.cpp - Version: $Name: $ $Revision: 1.11 $ + Version: $Rev$ Author(s): Andreas Huggel (ahu) History: 17-May-04, ahu: created 25-May-04, ahu: combined all Nikon formats in one component */ // ***************************************************************************** #include "rcsid.hpp" -EXIV2_RCSID("@(#) $Name: $ $Revision: 1.11 $ $RCSfile: nikonmn.cpp,v $"); +EXIV2_RCSID("@(#) $Id$"); // ***************************************************************************** // included header files diff --git a/src/nikonmn.hpp b/src/nikonmn.hpp index 97fb66c4..0e55c44a 100644 --- a/src/nikonmn.hpp +++ b/src/nikonmn.hpp @@ -28,7 +28,7 @@ Exif file format by TsuruZoh Tachibanaya.
Format 3: "EXIFutils Field Reference Guide". - @version $Name: $ $Revision: 1.8 $ + @version $Rev$ @author Andreas Huggel (ahu) ahuggel@gmx.net @date 17-May-04, ahu: created
diff --git a/src/private.h b/src/private.h index 022a21fc..d900f79c 100644 --- a/src/private.h +++ b/src/private.h @@ -1,7 +1,7 @@ /*! @file private.h @brief This file is from the tz distribution at ftp://elsie.nci.nih.gov/pub/ - @version $Name: $ $Revision: 1.3 $ + @version $Rev$ */ #ifndef PRIVATE_H diff --git a/src/rcsid.hpp b/src/rcsid.hpp index bc4921d1..34081669 100644 --- a/src/rcsid.hpp +++ b/src/rcsid.hpp @@ -26,7 +26,7 @@ This is a simplified version of the ACE_RCSID macro that is used in the ACE(TM) distribution. - @version $Name: $ $Revision: 1.4 $ + @version $Rev$ @author Andreas Huggel (ahu) ahuggel@gmx.net @date 02-Feb-04, ahu: created @@ -43,7 +43,7 @@ @code #include "rcsid.hpp" - EXIV2_RCSID("@(#) $Name: $ $Revision: 1.4 $ $RCSfile: rcsid.hpp,v $"); + EXIV2_RCSID("@(#) $Id$"); @endcode The macro hack itself has the following purposes: diff --git a/src/sigmamn.cpp b/src/sigmamn.cpp index 24fbaec4..3364f128 100644 --- a/src/sigmamn.cpp +++ b/src/sigmamn.cpp @@ -20,7 +20,7 @@ */ /* File: sigmamn.cpp - Version: $Name: $ $Revision: 1.12 $ + Version: $Rev$ Author(s): Andreas Huggel (ahu) History: 02-Apr-04, ahu: created Credits: Sigma and Foveon MakerNote implemented according to the specification @@ -29,7 +29,7 @@ */ // ***************************************************************************** #include "rcsid.hpp" -EXIV2_RCSID("@(#) $Name: $ $Revision: 1.12 $ $RCSfile: sigmamn.cpp,v $"); +EXIV2_RCSID("@(#) $Id$"); // ***************************************************************************** // included header files diff --git a/src/sigmamn.hpp b/src/sigmamn.hpp index 9cfbf7af..2469982b 100644 --- a/src/sigmamn.hpp +++ b/src/sigmamn.hpp @@ -23,7 +23,7 @@ @brief Sigma and Foveon MakerNote implemented according to the specification SIGMA and FOVEON EXIF MakerNote Documentation by Foveon. - @version $Name: $ $Revision: 1.11 $ + @version $Rev$ @author Andreas Huggel (ahu) ahuggel@gmx.net @date 02-Apr-04, ahu: created diff --git a/src/taglist.cpp b/src/taglist.cpp index fac48030..665fdf8f 100644 --- a/src/taglist.cpp +++ b/src/taglist.cpp @@ -3,13 +3,13 @@ Abstract: Print a simple comma separated list of tags defined in Exiv2 File: taglist.cpp - Version: $Name: $ $Revision: 1.11 $ + Version: $Rev$ Author(s): Andreas Huggel (ahu) History: 07-Jan-04, ahu: created */ // ***************************************************************************** #include "rcsid.hpp" -EXIV2_RCSID("@(#) $Name: $ $Revision: 1.11 $ $RCSfile: taglist.cpp,v $"); +EXIV2_RCSID("@(#) $Id$"); #include "makernote.hpp" #include "tags.hpp" diff --git a/src/tags.cpp b/src/tags.cpp index a3ada0fe..d1202634 100644 --- a/src/tags.cpp +++ b/src/tags.cpp @@ -20,13 +20,13 @@ */ /* File: tags.cpp - Version: $Name: $ $Revision: 1.39 $ + Version: $Rev$ Author(s): Andreas Huggel (ahu) History: 15-Jan-04, ahu: created */ // ***************************************************************************** #include "rcsid.hpp" -EXIV2_RCSID("@(#) $Name: $ $Revision: 1.39 $ $RCSfile: tags.cpp,v $"); +EXIV2_RCSID("@(#) $Id$"); // ***************************************************************************** // included header files diff --git a/src/tags.hpp b/src/tags.hpp index 1fd9db33..87e85080 100644 --- a/src/tags.hpp +++ b/src/tags.hpp @@ -21,7 +21,7 @@ /*! @file tags.hpp @brief Exif tag and type information - @version $Name: $ $Revision: 1.30 $ + @version $Rev$ @author Andreas Huggel (ahu) ahuggel@gmx.net @date 15-Jan-04, ahu: created
diff --git a/src/timegm.h b/src/timegm.h index 1a307e19..58f7be04 100644 --- a/src/timegm.h +++ b/src/timegm.h @@ -1,7 +1,7 @@ /*! @file timegm.h @brief Declaration of timegm(). The implementation is in localtime.c - @version $Name: $ $Revision: 1.1 $ + @version $Rev$ */ #ifndef TIMEGM_H_ #define TIMEGM_H_ diff --git a/src/types.cpp b/src/types.cpp index cd4011bf..c469cf4a 100644 --- a/src/types.cpp +++ b/src/types.cpp @@ -20,14 +20,14 @@ */ /* File: types.cpp - Version: $Name: $ $Revision: 1.14 $ + Version: $Rev$ Author(s): Andreas Huggel (ahu) History: 26-Jan-04, ahu: created 11-Feb-04, ahu: isolated as a component */ // ***************************************************************************** #include "rcsid.hpp" -EXIV2_RCSID("@(#) $Name: $ $Revision: 1.14 $ $RCSfile: types.cpp,v $"); +EXIV2_RCSID("@(#) $Id$"); // ***************************************************************************** // included header files diff --git a/src/types.hpp b/src/types.hpp index 0f1b2193..d2b00ff3 100644 --- a/src/types.hpp +++ b/src/types.hpp @@ -21,7 +21,7 @@ /*! @file types.hpp @brief Type definitions for %Exiv2 and related functionality - @version $Name: $ $Revision: 1.22 $ + @version $Rev$ @author Andreas Huggel (ahu) ahuggel@gmx.net @date 09-Jan-04, ahu: created
diff --git a/src/tzfile.h b/src/tzfile.h index f3e1e539..f8ff1031 100644 --- a/src/tzfile.h +++ b/src/tzfile.h @@ -1,7 +1,7 @@ /*! @file tzfile.h @brief This file is from the tz distribution at ftp://elsie.nci.nih.gov/pub/ - @version $Name: $ $Revision: 1.1 $ + @version $Rev$ */ #ifndef TZFILE_H diff --git a/src/utils.cpp b/src/utils.cpp index c5b7b3ab..f9d5683e 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -20,13 +20,13 @@ */ /* File: utils.cpp - Version: $Name: $ $Revision: 1.11 $ + Version: $Rev$ Author(s): Andreas Huggel (ahu) History: 08-Dec-03, ahu: created */ // ***************************************************************************** #include "rcsid.hpp" -EXIV2_RCSID("@(#) $Name: $ $Revision: 1.11 $ $RCSfile: utils.cpp,v $"); +EXIV2_RCSID("@(#) $Id$"); // ***************************************************************************** // included header files diff --git a/src/utils.hpp b/src/utils.hpp index be7b6c43..e02f251a 100644 --- a/src/utils.hpp +++ b/src/utils.hpp @@ -21,7 +21,7 @@ /*! @file utils.hpp @brief A collection of utility functions - @version $Name: $ $Revision: 1.4 $ + @version $Rev$ @author Andreas Huggel (ahu) ahuggel@gmx.net @date 12-Dec-03, ahu: created diff --git a/src/utiltest.cpp b/src/utiltest.cpp index 82b6ee13..ccf4662b 100644 --- a/src/utiltest.cpp +++ b/src/utiltest.cpp @@ -6,12 +6,12 @@ RCS information $Name: $ - $Revision: 1.4 $ + $Revision$ */ // ***************************************************************************** #include "rcsid.hpp" -EXIV2_RCSID("@(#) $Name: $ $Revision: 1.4 $ $RCSfile: utiltest.cpp,v $"); +EXIV2_RCSID("@(#) $Id$"); // ***************************************************************************** // included header files diff --git a/src/value.cpp b/src/value.cpp index 7623f144..3ff4fca9 100644 --- a/src/value.cpp +++ b/src/value.cpp @@ -20,7 +20,7 @@ */ /* File: value.cpp - Version: $Name: $ $Revision: 1.15 $ + Version: $Rev$ Author(s): Andreas Huggel (ahu) History: 26-Jan-04, ahu: created 11-Feb-04, ahu: isolated as a component @@ -28,7 +28,7 @@ */ // ***************************************************************************** #include "rcsid.hpp" -EXIV2_RCSID("@(#) $Name: $ $Revision: 1.15 $ $RCSfile: value.cpp,v $"); +EXIV2_RCSID("@(#) $Id$"); // ***************************************************************************** // included header files diff --git a/src/value.hpp b/src/value.hpp index c9b0d136..79989728 100644 --- a/src/value.hpp +++ b/src/value.hpp @@ -21,7 +21,7 @@ /*! @file value.hpp @brief Value interface and concrete subclasses - @version $Name: $ $Revision: 1.18 $ + @version $Rev$ @author Andreas Huggel (ahu) ahuggel@gmx.net @date 09-Jan-04, ahu: created diff --git a/src/write-test.cpp b/src/write-test.cpp index caa2d20b..60905889 100644 --- a/src/write-test.cpp +++ b/src/write-test.cpp @@ -3,7 +3,7 @@ Abstract : ExifData write unit tests Author(s): Andreas Huggel (ahu) - Version : $Name: $ $Revision: 1.8 $ + Version : $Rev$ Test procedure: $ rm -f test.jpg thumb.jpg iii ttt; diff --git a/src/write2-test.cpp b/src/write2-test.cpp index 0bb9f392..c271462b 100644 --- a/src/write2-test.cpp +++ b/src/write2-test.cpp @@ -3,7 +3,7 @@ Abstract : ExifData write unit tests for Exif data created from scratch File : write2-test.cpp - Version : $Name: $ $Revision: 1.6 $ + Version : $Rev$ Author(s): Andreas Huggel (ahu) History : 26-Jun-04, ahu: created