[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:36:43 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=77d3d56
The following commit has been merged in the master branch:
commit 77d3d5621a38da965af6ca3b9199870d1d5af72b
Author: brad <chickb at gmail.com>
Date: Tue Nov 9 19:10:37 2004 +0000
added subversion style keywords
---
src/actions.cpp | 4 ++--
src/actions.hpp | 2 +-
src/addmoddel.cpp | 2 +-
src/canonmn.cpp | 4 ++--
src/canonmn.hpp | 2 +-
src/datasets.cpp | 6 +++---
src/datasets.hpp | 4 ++--
src/doxygen.hpp | 2 +-
src/error.hpp | 2 +-
src/exif.cpp | 4 ++--
src/exif.hpp | 2 +-
src/exifcomment.cpp | 2 +-
src/exifprint.cpp | 2 +-
src/exiv2.cpp | 4 ++--
src/exiv2.hpp | 2 +-
src/fujimn.cpp | 4 ++--
src/fujimn.hpp | 2 +-
src/ifd.cpp | 4 ++--
src/ifd.hpp | 2 +-
src/image.cpp | 2 +-
src/image.hpp | 4 ++--
src/iptc.cpp | 12 ++++++------
src/iptc.hpp | 4 ++--
src/iptcprint.cpp | 4 ++--
src/iptctest.cpp | 8 ++++----
src/key-test.cpp | 2 +-
src/localtime.c | 2 +-
src/makernote.cpp | 4 ++--
src/makernote.hpp | 2 +-
src/metacopy.cpp | 4 ++--
src/metacopy.hpp | 4 ++--
src/metadatum.cpp | 6 +++---
src/metadatum.hpp | 4 ++--
src/nikonmn.cpp | 4 ++--
src/nikonmn.hpp | 2 +-
src/private.h | 2 +-
src/rcsid.hpp | 4 ++--
src/sigmamn.cpp | 4 ++--
src/sigmamn.hpp | 2 +-
src/taglist.cpp | 4 ++--
src/tags.cpp | 4 ++--
src/tags.hpp | 2 +-
src/timegm.h | 2 +-
src/types.cpp | 4 ++--
src/types.hpp | 2 +-
src/tzfile.h | 2 +-
src/utils.cpp | 4 ++--
src/utils.hpp | 2 +-
src/utiltest.cpp | 4 ++--
src/value.cpp | 4 ++--
src/value.hpp | 2 +-
src/write-test.cpp | 2 +-
src/write2-test.cpp | 2 +-
53 files changed, 88 insertions(+), 88 deletions(-)
diff --git a/src/actions.cpp b/src/actions.cpp
index a08fa04..9f70d62 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) <ahuggel at gmx.net>
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 77bf971..9b02083 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)
<a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
@date 11-Dec-03, ahu: created
diff --git a/src/addmoddel.cpp b/src/addmoddel.cpp
index 5da934d..f7bb0b6 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) <ahuggel at gmx.net>
History: 26-Jan-04, ahu: created
*/
diff --git a/src/canonmn.cpp b/src/canonmn.cpp
index 4920dee..16e33f8 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) <ahuggel at gmx.net>
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 ababf63..7a9c23a 100644
--- a/src/canonmn.hpp
+++ b/src/canonmn.hpp
@@ -23,7 +23,7 @@
@brief Canon MakerNote implemented according to the specification
<a href="http://www.burren.cx/david/canon.html">
EXIF MakerNote of Canon</a> by David Burren
- @version $Name: $ $Revision: 1.14 $
+ @version $Rev$
@author Andreas Huggel (ahu)
<a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
@date 18-Feb-04, ahu: created<BR>
diff --git a/src/datasets.cpp b/src/datasets.cpp
index 53c23e3..c661cda 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) <schick at robotbattle.com>
+ Version: $Rev$
+ Author(s): Brad Schick (brad) <brad at robotbattle.com>
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 d20eb88..9b24726 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) <schick at robotbattle.com>
+ @version $Rev$
+ @author Brad Schick (brad) <brad at robotbattle.com>
@date 24-Jul-04, brad: created
*/
#ifndef DATASETS_HPP_
diff --git a/src/doxygen.hpp b/src/doxygen.hpp
index 23574ce..664e088 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)
<a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
@date 07-Feb-04, ahu: created
diff --git a/src/error.hpp b/src/error.hpp
index 116c247..5291987 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)
<a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
@date 15-Jan-04, ahu: created<BR>
diff --git a/src/exif.cpp b/src/exif.cpp
index dbc007c..8102453 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) <ahuggel at gmx.net>
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 6e2522a..d442b6c 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)
<a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
@date 09-Jan-04, ahu: created
diff --git a/src/exifcomment.cpp b/src/exifcomment.cpp
index 6a1364e..2bf8862 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) <ahuggel at gmx.net>
History : 10-May-04, ahu: created
*/
diff --git a/src/exifprint.cpp b/src/exifprint.cpp
index 1d6288d..470a00b 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) <ahuggel at gmx.net>
History : 26-Jan-04, ahu: created
*/
diff --git a/src/exiv2.cpp b/src/exiv2.cpp
index 502f8f9..3b8e51d 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) <ahuggel at gmx.net>
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 02392b1..539c27b 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)
<a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
@date 08-Dec-03, ahu: created
diff --git a/src/fujimn.cpp b/src/fujimn.cpp
index 3264ae2..cfc9ad0 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) <ahuggel at gmx.net>
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 5592a06..5d0ab5b 100644
--- a/src/fujimn.hpp
+++ b/src/fujimn.hpp
@@ -24,7 +24,7 @@
in Appendix 4: Makernote of Fujifilm of the document
<a href="http://park2.wakwak.com/%7Etsuruzoh/Computer/Digicams/exif-e.html">
Exif file format</a> by TsuruZoh Tachibanaya
- @version $Name: $ $Revision: 1.11 $
+ @version $Rev$
@author Andreas Huggel (ahu)
<a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
@date 11-Feb-04, ahu: created
diff --git a/src/ifd.cpp b/src/ifd.cpp
index 0cedf0c..6602c30 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) <ahuggel at gmx.net>
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 0836426..0ae9671 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)
<a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
@date 09-Jan-04, ahu: created<BR>
diff --git a/src/image.cpp b/src/image.cpp
index 5bd5e9e..7d55850 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) <ahuggel at gmx.net>
Brad Schick (brad) <brad at robotbattle.com>
History: 26-Jan-04, ahu: created
diff --git a/src/image.hpp b/src/image.hpp
index 5aa270d..49fff65 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)
<a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
@author Brad Schick (brad)
- <a href="mailto:schick at robotbattle.com">schick at robotbattle.com</a>
+ <a href="mailto:brad at robotbattle.com">brad at robotbattle.com</a>
@date 09-Jan-04, ahu: created<BR>
11-Feb-04, ahu: isolated as a component<BR>
19-Jul-04, brad: revamped to be more flexible and support Iptc
diff --git a/src/iptc.cpp b/src/iptc.cpp
index 2b5af62..2b327a5 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) <schick at robotbattle.com>
+ Version: $Rev$
+ Author(s): Brad Schick (brad) <brad at robotbattle.com>
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 42c7cd7..f52883b 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)
- <a href="mailto:schick at robotbattle.com">schick at robotbattle.com</a>
+ <a href="mailto:brad at robotbattle.com">brad at robotbattle.com</a>
@date 31-Jul-04, brad: created
*/
#ifndef IPTC_HPP_
diff --git a/src/iptcprint.cpp b/src/iptcprint.cpp
index a767357..7e5f57a 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) <schick at robotbattle.com>
+ Version : $Rev$
+ Author(s): Brad Schick (brad) <brad at robotbattle.com>
History : 31-Jul-04, brad: created
*/
// *****************************************************************************
diff --git a/src/iptctest.cpp b/src/iptctest.cpp
index 3e3702e..e107197 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) <schick at robotbattle.com>
+ Version : $Rev$
+ Author(s): Brad Schick (brad) <brad at robotbattle.com>
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 0908914..6393db6 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) <ahuggel at gmx.net>
History : 24-Aug-04, ahu: created
diff --git a/src/localtime.c b/src/localtime.c
index e294a19..6c655f6 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 <config.h>
diff --git a/src/makernote.cpp b/src/makernote.cpp
index 7eb3bb1..c02793b 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) <ahuggel at gmx.net>
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 89ace81..11bc39a 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)
<a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
@date 18-Feb-04, ahu: created
diff --git a/src/metacopy.cpp b/src/metacopy.cpp
index 24452a8..29edefb 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) <schick at robotbattle.com>
+ Version : $Rev$
+ Author(s): Brad Schick (brad) <brad at robotbattle.com>
History : 13-Jul-04, brad: created
*/
// *****************************************************************************
diff --git a/src/metacopy.hpp b/src/metacopy.hpp
index 8926b7c..01ef681 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) <schick at robotbattle.com>
+ @version $Rev$
+ @author Brad Schick (brad) <brad at robotbattle.com>
@date 13-Jul-04, brad: created
*/
#ifndef METACOPY_HPP_
diff --git a/src/metadatum.cpp b/src/metadatum.cpp
index 7a157e7..416d2f7 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) <ahuggel at gmx.net>
- Brad Schick (brad) <schick at robotbattle.com>
+ Brad Schick (brad) <brad at robotbattle.com>
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 c7efd15..f2cfe15 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)
<a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
@author Brad Schick (brad)
- <a href="mailto:schick at robotbattle.com">schick at robotbattle.com</a>
+ <a href="mailto:brad at robotbattle.com">brad at robotbattle.com</a>
@date 09-Jan-04, ahu: created<BR>
31-Jul-04, brad: isolated as a component<BR>
23-Aug-04, ahu: added Key
diff --git a/src/nikonmn.cpp b/src/nikonmn.cpp
index 9207a73..59d7e02 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) <ahuggel at gmx.net>
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 97fb66c..0e55c44 100644
--- a/src/nikonmn.hpp
+++ b/src/nikonmn.hpp
@@ -28,7 +28,7 @@
<a href="http://park2.wakwak.com/%7Etsuruzoh/Computer/Digicams/exif-e.html">
Exif file format</a> by TsuruZoh Tachibanaya.<BR>
Format 3: "EXIFutils Field Reference Guide".
- @version $Name: $ $Revision: 1.8 $
+ @version $Rev$
@author Andreas Huggel (ahu)
<a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
@date 17-May-04, ahu: created<BR>
diff --git a/src/private.h b/src/private.h
index 022a21f..d900f79 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 bc4921d..3408166 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
<a href="http://www.cs.wustl.edu/~schmidt/ACE.html">ACE(TM)</a> distribution.
- @version $Name: $ $Revision: 1.4 $
+ @version $Rev$
@author Andreas Huggel (ahu)
<a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
@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 24fbaec..3364f12 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) <ahuggel at gmx.net>
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 9cfbf7a..2469982 100644
--- a/src/sigmamn.hpp
+++ b/src/sigmamn.hpp
@@ -23,7 +23,7 @@
@brief Sigma and Foveon MakerNote implemented according to the specification
<a href="http://www.x3f.info/technotes/FileDocs/MakerNoteDoc.html">
SIGMA and FOVEON EXIF MakerNote Documentation</a> by Foveon.
- @version $Name: $ $Revision: 1.11 $
+ @version $Rev$
@author Andreas Huggel (ahu)
<a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
@date 02-Apr-04, ahu: created
diff --git a/src/taglist.cpp b/src/taglist.cpp
index fac4803..665fdf8 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) <ahuggel at gmx.net>
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 a3ada0f..d120263 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) <ahuggel at gmx.net>
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 1fd9db3..87e8508 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)
<a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
@date 15-Jan-04, ahu: created<BR>
diff --git a/src/timegm.h b/src/timegm.h
index 1a307e1..58f7be0 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 cd4011b..c469cf4 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) <ahuggel at gmx.net>
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 0f1b219..d2b00ff 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)
<a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
@date 09-Jan-04, ahu: created<BR>
diff --git a/src/tzfile.h b/src/tzfile.h
index f3e1e53..f8ff103 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 c5b7b3a..f9d5683 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) <ahuggel at gmx.net>
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 be7b6c4..e02f251 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)
<a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
@date 12-Dec-03, ahu: created
diff --git a/src/utiltest.cpp b/src/utiltest.cpp
index 82b6ee1..ccf4662 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 7623f14..3ff4fca 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) <ahuggel at gmx.net>
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 c9b0d13..7998972 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)
<a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
@date 09-Jan-04, ahu: created
diff --git a/src/write-test.cpp b/src/write-test.cpp
index caa2d20..6090588 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) <ahuggel at gmx.net>
- 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 0bb9f39..c271462 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) <ahuggel at gmx.net>
History : 26-Jun-04, ahu: created
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list