[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:37:03 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=8521dea

The following commit has been merged in the master branch:
commit 8521dead8341be4242dcf9726e0d245907fedb52
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sat Mar 12 16:43:06 2005 +0000

    Added 2005 to Copyright lines
---
 config/config.mk.in            | 2 +-
 msvc/exivsimple/exivsimple.cpp | 2 +-
 msvc/exivsimple/exivsimple.h   | 2 +-
 msvc/exivsimple/stdafx.cpp     | 2 +-
 msvc/exivsimple/stdafx.h       | 2 +-
 src/Makefile                   | 2 +-
 src/actions.cpp                | 2 +-
 src/actions.hpp                | 2 +-
 src/basicio.cpp                | 2 +-
 src/basicio.hpp                | 2 +-
 src/canonmn.cpp                | 2 +-
 src/canonmn.hpp                | 2 +-
 src/datasets.cpp               | 2 +-
 src/datasets.hpp               | 2 +-
 src/error.hpp                  | 2 +-
 src/exif.cpp                   | 2 +-
 src/exif.hpp                   | 2 +-
 src/exiv2.cpp                  | 2 +-
 src/exiv2.hpp                  | 2 +-
 src/fujimn.cpp                 | 2 +-
 src/fujimn.hpp                 | 2 +-
 src/ifd.cpp                    | 2 +-
 src/ifd.hpp                    | 4 ++--
 src/image.cpp                  | 2 +-
 src/image.hpp                  | 2 +-
 src/iotest.cpp                 | 2 +-
 src/iptc.cpp                   | 2 +-
 src/iptc.hpp                   | 2 +-
 src/jpgimage.cpp               | 2 +-
 src/jpgimage.hpp               | 2 +-
 src/makernote.cpp              | 2 +-
 src/makernote.hpp              | 2 +-
 src/metacopy.cpp               | 2 +-
 src/metacopy.hpp               | 2 +-
 src/metadatum.cpp              | 2 +-
 src/metadatum.hpp              | 2 +-
 src/nikonmn.cpp                | 2 +-
 src/nikonmn.hpp                | 2 +-
 src/rcsid.hpp                  | 2 +-
 src/sigmamn.cpp                | 2 +-
 src/sigmamn.hpp                | 2 +-
 src/tags.cpp                   | 2 +-
 src/tags.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 +-
 49 files changed, 50 insertions(+), 50 deletions(-)

diff --git a/config/config.mk.in b/config/config.mk.in
index 405fa80..b4732fd 100644
--- a/config/config.mk.in
+++ b/config/config.mk.in
@@ -1,6 +1,6 @@
 # ***************************************************** -*- Makefile -*-
 #
-# Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+# Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
 #
 # This Makefile is part of the Exiv2 distribution.
 #
diff --git a/msvc/exivsimple/exivsimple.cpp b/msvc/exivsimple/exivsimple.cpp
index b29dccb..59b177f 100644
--- a/msvc/exivsimple/exivsimple.cpp
+++ b/msvc/exivsimple/exivsimple.cpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/msvc/exivsimple/exivsimple.h b/msvc/exivsimple/exivsimple.h
index 813277b..c70d5a1 100644
--- a/msvc/exivsimple/exivsimple.h
+++ b/msvc/exivsimple/exivsimple.h
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/msvc/exivsimple/stdafx.cpp b/msvc/exivsimple/stdafx.cpp
index d032d3a..7528f46 100644
--- a/msvc/exivsimple/stdafx.cpp
+++ b/msvc/exivsimple/stdafx.cpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/msvc/exivsimple/stdafx.h b/msvc/exivsimple/stdafx.h
index 63a8c33..aaa93fb 100644
--- a/msvc/exivsimple/stdafx.h
+++ b/msvc/exivsimple/stdafx.h
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/Makefile b/src/Makefile
index 1c2f878..47ce6c8 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,6 +1,6 @@
 # ************************************************************* -*- Makefile -*-
 #
-# Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+# Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
 #
 # This Makefile is part of the Exiv2 distribution.
 #
diff --git a/src/actions.cpp b/src/actions.cpp
index 1a2f0d9..7763c54 100644
--- a/src/actions.cpp
+++ b/src/actions.cpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/actions.hpp b/src/actions.hpp
index f19a9cf..33c2ee8 100644
--- a/src/actions.hpp
+++ b/src/actions.hpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/basicio.cpp b/src/basicio.cpp
index 9ab0aa2..57bff61 100644
--- a/src/basicio.cpp
+++ b/src/basicio.cpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/basicio.hpp b/src/basicio.hpp
index b0dd783..b43e67c 100644
--- a/src/basicio.hpp
+++ b/src/basicio.hpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/canonmn.cpp b/src/canonmn.cpp
index fb01f26..8874e90 100644
--- a/src/canonmn.cpp
+++ b/src/canonmn.cpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/canonmn.hpp b/src/canonmn.hpp
index 9e4e634..447731a 100644
--- a/src/canonmn.hpp
+++ b/src/canonmn.hpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/datasets.cpp b/src/datasets.cpp
index 12f0960..83d2757 100644
--- a/src/datasets.cpp
+++ b/src/datasets.cpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/datasets.hpp b/src/datasets.hpp
index 9b24726..f3b712c 100644
--- a/src/datasets.hpp
+++ b/src/datasets.hpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/error.hpp b/src/error.hpp
index 5291987..6d172d9 100644
--- a/src/error.hpp
+++ b/src/error.hpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/exif.cpp b/src/exif.cpp
index effa64f..80d0f69 100644
--- a/src/exif.cpp
+++ b/src/exif.cpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/exif.hpp b/src/exif.hpp
index 3f48ec5..04375a4 100644
--- a/src/exif.hpp
+++ b/src/exif.hpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/exiv2.cpp b/src/exiv2.cpp
index 86e170d..d1629c4 100644
--- a/src/exiv2.cpp
+++ b/src/exiv2.cpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/exiv2.hpp b/src/exiv2.hpp
index 0ae2aab..d6681f5 100644
--- a/src/exiv2.hpp
+++ b/src/exiv2.hpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/fujimn.cpp b/src/fujimn.cpp
index c439909..a8429d5 100644
--- a/src/fujimn.cpp
+++ b/src/fujimn.cpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/fujimn.hpp b/src/fujimn.hpp
index b329c85..e9701be 100644
--- a/src/fujimn.hpp
+++ b/src/fujimn.hpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/ifd.cpp b/src/ifd.cpp
index 683d2a3..39e613d 100644
--- a/src/ifd.cpp
+++ b/src/ifd.cpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/ifd.hpp b/src/ifd.hpp
index 830bd84..e35e965 100644
--- a/src/ifd.hpp
+++ b/src/ifd.hpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
@@ -445,7 +445,7 @@ namespace Exiv2 {
         iterator findIdx(int idx);
         //! Find an IFD entry by tag, return an iterator into the entries list
         iterator findTag(uint16_t tag);
-        /*
+        /*!
           @brief Update the base pointer of the Ifd and all entries to \em pNewBase.
 
           Allows to re-locate the underlying data buffer to a new location
diff --git a/src/image.cpp b/src/image.cpp
index 9a13ee2..87c2847 100644
--- a/src/image.cpp
+++ b/src/image.cpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/image.hpp b/src/image.hpp
index d8f1141..792d3e0 100644
--- a/src/image.hpp
+++ b/src/image.hpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/iotest.cpp b/src/iotest.cpp
index a3105d8..3d6efcb 100644
--- a/src/iotest.cpp
+++ b/src/iotest.cpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/iptc.cpp b/src/iptc.cpp
index c85d4c5..3d34185 100644
--- a/src/iptc.cpp
+++ b/src/iptc.cpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/iptc.hpp b/src/iptc.hpp
index 9a7fd0e..d30a637 100644
--- a/src/iptc.hpp
+++ b/src/iptc.hpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/jpgimage.cpp b/src/jpgimage.cpp
index 9e7c425..ef0235b 100644
--- a/src/jpgimage.cpp
+++ b/src/jpgimage.cpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/jpgimage.hpp b/src/jpgimage.hpp
index 2977eb5..721bdfb 100644
--- a/src/jpgimage.hpp
+++ b/src/jpgimage.hpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/makernote.cpp b/src/makernote.cpp
index 6bbf2a5..1c79563 100644
--- a/src/makernote.cpp
+++ b/src/makernote.cpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/makernote.hpp b/src/makernote.hpp
index 2722ee8..4696f17 100644
--- a/src/makernote.hpp
+++ b/src/makernote.hpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/metacopy.cpp b/src/metacopy.cpp
index cfd5927..11ca3c9 100644
--- a/src/metacopy.cpp
+++ b/src/metacopy.cpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/metacopy.hpp b/src/metacopy.hpp
index 01ef681..031a00d 100644
--- a/src/metacopy.hpp
+++ b/src/metacopy.hpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/metadatum.cpp b/src/metadatum.cpp
index 416d2f7..6e0adbe 100644
--- a/src/metadatum.cpp
+++ b/src/metadatum.cpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/metadatum.hpp b/src/metadatum.hpp
index f2cfe15..80a84ff 100644
--- a/src/metadatum.hpp
+++ b/src/metadatum.hpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/nikonmn.cpp b/src/nikonmn.cpp
index 5ce5b22..99f0218 100644
--- a/src/nikonmn.cpp
+++ b/src/nikonmn.cpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/nikonmn.hpp b/src/nikonmn.hpp
index efa1b97..4e92857 100644
--- a/src/nikonmn.hpp
+++ b/src/nikonmn.hpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/rcsid.hpp b/src/rcsid.hpp
index 3408166..2b6245f 100644
--- a/src/rcsid.hpp
+++ b/src/rcsid.hpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/sigmamn.cpp b/src/sigmamn.cpp
index 65fbbc1..4ec4c38 100644
--- a/src/sigmamn.cpp
+++ b/src/sigmamn.cpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/sigmamn.hpp b/src/sigmamn.hpp
index b9c84de..1926f39 100644
--- a/src/sigmamn.hpp
+++ b/src/sigmamn.hpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/tags.cpp b/src/tags.cpp
index 3daf348..f95e7a3 100644
--- a/src/tags.cpp
+++ b/src/tags.cpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/tags.hpp b/src/tags.hpp
index 87e8508..28181da 100644
--- a/src/tags.hpp
+++ b/src/tags.hpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/types.cpp b/src/types.cpp
index 30e3d9f..c2d1330 100644
--- a/src/types.cpp
+++ b/src/types.cpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/types.hpp b/src/types.hpp
index 75b1d1d..4195129 100644
--- a/src/types.hpp
+++ b/src/types.hpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/utils.cpp b/src/utils.cpp
index 9886e5f..a8af1a7 100644
--- a/src/utils.cpp
+++ b/src/utils.cpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/utils.hpp b/src/utils.hpp
index e02f251..af4b535 100644
--- a/src/utils.hpp
+++ b/src/utils.hpp
@@ -1,6 +1,6 @@
 // ********************************************************* -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/value.cpp b/src/value.cpp
index 8c7e89d..47d97ff 100644
--- a/src/value.cpp
+++ b/src/value.cpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *
diff --git a/src/value.hpp b/src/value.hpp
index 8ddc92b..3746d72 100644
--- a/src/value.hpp
+++ b/src/value.hpp
@@ -1,6 +1,6 @@
 // ***************************************************************** -*- C++ -*-
 /*
- * Copyright (C) 2004 Andreas Huggel <ahuggel at gmx.net>
+ * Copyright (C) 2004, 2005 Andreas Huggel <ahuggel at gmx.net>
  * 
  * This program is part of the Exiv2 distribution.
  *

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list