From 5b5987a596dd9684a86dd1b27b016208f1f5d75f Mon Sep 17 00:00:00 2001 From: tbeu Date: Tue, 7 Nov 2017 22:52:22 +0100 Subject: [PATCH] Remove obsolete EXIV2_RCSID --- msvc/libexiv2/libexiv2.vcproj | 8 ----- src/CMakeLists.txt | 1 - src/actions.cpp | 3 -- src/asfvideo.cpp | 4 --- src/basicio.cpp | 3 -- src/bmpimage.cpp | 3 -- src/canonmn.cpp | 4 --- src/casiomn.cpp | 4 --- src/convert.cpp | 4 --- src/cr2image.cpp | 3 -- src/crwimage.cpp | 3 -- src/datasets.cpp | 4 --- src/easyaccess.cpp | 4 --- src/epsimage.cpp | 3 -- src/error.cpp | 4 --- src/exif.cpp | 3 -- src/exiv2.cpp | 3 -- src/fujimn.cpp | 4 --- src/futils.cpp | 3 -- src/gifimage.cpp | 4 --- src/image.cpp | 3 -- src/iptc.cpp | 4 --- src/jp2image.cpp | 3 -- src/jpgimage.cpp | 3 -- src/makernote.cpp | 3 -- src/matroskavideo.cpp | 4 --- src/metadatum.cpp | 4 --- src/minoltamn.cpp | 4 --- src/mrwimage.cpp | 3 -- src/nikonmn.cpp | 4 --- src/olympusmn.cpp | 4 --- src/orfimage.cpp | 3 -- src/panasonicmn.cpp | 4 --- src/pentaxmn.cpp | 4 --- src/pgfimage.cpp | 3 -- src/pngchunk.cpp | 3 -- src/pngimage.cpp | 4 --- src/preview.cpp | 3 -- src/properties.cpp | 4 --- src/psdimage.cpp | 3 -- src/quicktimevideo.cpp | 4 --- src/rafimage.cpp | 3 -- src/rcsid_int.hpp | 66 ----------------------------------- src/riffvideo.cpp | 4 --- src/rw2image.cpp | 3 -- src/samsungmn.cpp | 4 --- src/sigmamn.cpp | 4 --- src/sonymn.cpp | 4 --- src/ssh.cpp | 3 -- src/tags.cpp | 4 --- src/tgaimage.cpp | 3 -- src/tiffcomposite.cpp | 3 -- src/tiffimage.cpp | 3 -- src/tiffvisitor.cpp | 3 -- src/types.cpp | 4 --- src/utils.cpp | 3 -- src/utilsvideo.cpp | 3 -- src/utiltest.cpp | 4 --- src/value.cpp | 4 --- src/version.cpp | 4 --- src/webpimage.cpp | 3 -- src/xmp.cpp | 4 --- src/xmpsidecar.cpp | 3 -- 63 files changed, 285 deletions(-) delete mode 100644 src/rcsid_int.hpp diff --git a/msvc/libexiv2/libexiv2.vcproj b/msvc/libexiv2/libexiv2.vcproj index ad1aba76..4fa1ef10 100644 --- a/msvc/libexiv2/libexiv2.vcproj +++ b/msvc/libexiv2/libexiv2.vcproj @@ -1070,14 +1070,6 @@ RelativePath="..\..\include\exiv2\rafimage.hpp" > - - - - diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 72abaa6e..709aa3fb 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -124,7 +124,6 @@ set( LIBEXIV2_PRIVATE_HDR canonmn_int.hpp panasonicmn_int.hpp pentaxmn_int.hpp pngchunk_int.hpp - rcsid_int.hpp rw2image_int.hpp samsungmn_int.hpp sigmamn_int.hpp diff --git a/src/actions.cpp b/src/actions.cpp index 9ee296a7..59fe6289 100644 --- a/src/actions.cpp +++ b/src/actions.cpp @@ -22,9 +22,6 @@ File: actions.cpp */ // ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id: actions.cpp 4719 2017-03-08 20:42:28Z robinwmills $") - // included header files #include "config.h" diff --git a/src/asfvideo.cpp b/src/asfvideo.cpp index 61bd2537..fe0fe75b 100644 --- a/src/asfvideo.cpp +++ b/src/asfvideo.cpp @@ -24,10 +24,6 @@ History: 08-Aug-12, AB: created Credits: See header file */ -// ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // ***************************************************************************** // included header files #include "config.h" diff --git a/src/basicio.cpp b/src/basicio.cpp index e69b07c2..798e3885 100644 --- a/src/basicio.cpp +++ b/src/basicio.cpp @@ -22,9 +22,6 @@ File: basicio.cpp */ // ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // included header files #include "config.h" #include "datasets.hpp" diff --git a/src/bmpimage.cpp b/src/bmpimage.cpp index 7586c036..847deb51 100644 --- a/src/bmpimage.cpp +++ b/src/bmpimage.cpp @@ -24,9 +24,6 @@ History: 05-Mar-2007, marco: created */ // ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // included header files #include "config.h" diff --git a/src/canonmn.cpp b/src/canonmn.cpp index 69ef5b69..f0d45b8a 100644 --- a/src/canonmn.cpp +++ b/src/canonmn.cpp @@ -24,10 +24,6 @@ David Cannings (dc) Andi Clemens (ac) */ -// ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // ***************************************************************************** // included header files #include "types.hpp" diff --git a/src/casiomn.cpp b/src/casiomn.cpp index 7827ab83..2e71e0b0 100644 --- a/src/casiomn.cpp +++ b/src/casiomn.cpp @@ -23,10 +23,6 @@ History: 30-Oct-13, ahu: created Credits: See header file */ -// ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id: Casiomn.cpp 3091 2013-07-24 05:15:04Z robinwmills $") - // ***************************************************************************** // included header files #include "types.hpp" diff --git a/src/convert.cpp b/src/convert.cpp index 0e9d0dc4..5427ab0e 100644 --- a/src/convert.cpp +++ b/src/convert.cpp @@ -25,10 +25,6 @@ History: 17-Mar-08, ahu: created basic converter framework 20-May-08, vn: added actual conversion logic */ -// ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // ***************************************************************************** // included header files #include "config.h" diff --git a/src/cr2image.cpp b/src/cr2image.cpp index a542208a..f29daed0 100644 --- a/src/cr2image.cpp +++ b/src/cr2image.cpp @@ -22,9 +22,6 @@ File: cr2image.cpp */ // ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // included header files #include "config.h" diff --git a/src/crwimage.cpp b/src/crwimage.cpp index 4d47d659..4bdfa32d 100644 --- a/src/crwimage.cpp +++ b/src/crwimage.cpp @@ -25,9 +25,6 @@ */ // ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // included header files #include "config.h" diff --git a/src/datasets.cpp b/src/datasets.cpp index 889ffa72..a74060fd 100644 --- a/src/datasets.cpp +++ b/src/datasets.cpp @@ -24,10 +24,6 @@ Gilles Caulier (gc) History: 24-Jul-04, brad: created */ -// ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // ***************************************************************************** // included header files #include "datasets.hpp" diff --git a/src/easyaccess.cpp b/src/easyaccess.cpp index e6050255..626b28a0 100644 --- a/src/easyaccess.cpp +++ b/src/easyaccess.cpp @@ -21,10 +21,6 @@ /* File: easyaccess.cpp */ -// ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // ***************************************************************************** // included header files #include "easyaccess.hpp" diff --git a/src/epsimage.cpp b/src/epsimage.cpp index 85347ed1..0f4ce56d 100644 --- a/src/epsimage.cpp +++ b/src/epsimage.cpp @@ -25,9 +25,6 @@ History: 7-Mar-2011, vog: created */ // ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id: epsimage.cpp $") - // included header files #include "config.h" diff --git a/src/error.cpp b/src/error.cpp index 6b20710e..4e16e1b6 100644 --- a/src/error.cpp +++ b/src/error.cpp @@ -21,10 +21,6 @@ /* File: error.cpp */ -// ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // ***************************************************************************** // included header files #include "error.hpp" diff --git a/src/exif.cpp b/src/exif.cpp index 533db245..01d8ad69 100644 --- a/src/exif.cpp +++ b/src/exif.cpp @@ -25,9 +25,6 @@ 11-Feb-04, ahu: isolated as a component */ // ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // included header files #include "config.h" diff --git a/src/exiv2.cpp b/src/exiv2.cpp index ce2dbb6f..0ec2489d 100644 --- a/src/exiv2.cpp +++ b/src/exiv2.cpp @@ -26,9 +26,6 @@ History: 10-Dec-03, ahu: created */ // ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // included header files #include "config.h" diff --git a/src/fujimn.cpp b/src/fujimn.cpp index 49668790..de612fc1 100644 --- a/src/fujimn.cpp +++ b/src/fujimn.cpp @@ -26,10 +26,6 @@ 07-Mar-04, ahu: isolated as a separate component Credits: See header file. */ -// ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // ***************************************************************************** // included header files #include "types.hpp" diff --git a/src/futils.cpp b/src/futils.cpp index e15169be..f0f9b3a1 100644 --- a/src/futils.cpp +++ b/src/futils.cpp @@ -25,9 +25,6 @@ 02-Apr-05, ahu: moved to Exiv2 namespace */ // ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // included header files #include "config.h" diff --git a/src/gifimage.cpp b/src/gifimage.cpp index dbe04809..37adcf2a 100644 --- a/src/gifimage.cpp +++ b/src/gifimage.cpp @@ -23,10 +23,6 @@ Author(s): Marco Piovanelli, Ovolab (marco) History: 26-Feb-2007, marco: created */ -// ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // ***************************************************************************** // included header files #include "config.h" diff --git a/src/image.cpp b/src/image.cpp index 34a934c8..f3db54aa 100644 --- a/src/image.cpp +++ b/src/image.cpp @@ -22,9 +22,6 @@ File: image.cpp */ // ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // included header files #include "config.h" diff --git a/src/iptc.cpp b/src/iptc.cpp index 4e79f018..f61c3ac2 100644 --- a/src/iptc.cpp +++ b/src/iptc.cpp @@ -23,10 +23,6 @@ Author(s): Brad Schick (brad) History: 31-July-04, brad: created */ -// ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // ***************************************************************************** // included header files #include "iptc.hpp" diff --git a/src/jp2image.cpp b/src/jp2image.cpp index e22be251..5fce19b4 100644 --- a/src/jp2image.cpp +++ b/src/jp2image.cpp @@ -24,9 +24,6 @@ */ // ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // #define DEBUG // included header files diff --git a/src/jpgimage.cpp b/src/jpgimage.cpp index 60a2b21a..c613f7a4 100644 --- a/src/jpgimage.cpp +++ b/src/jpgimage.cpp @@ -22,9 +22,6 @@ File: jpgimage.cpp */ // ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // included header files #include "config.h" diff --git a/src/makernote.cpp b/src/makernote.cpp index 984f3102..2479a05a 100644 --- a/src/makernote.cpp +++ b/src/makernote.cpp @@ -24,9 +24,6 @@ History: 11-Apr-06, ahu: created */ // ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // included header files #include "config.h" diff --git a/src/matroskavideo.cpp b/src/matroskavideo.cpp index f04368fe..0edd491c 100644 --- a/src/matroskavideo.cpp +++ b/src/matroskavideo.cpp @@ -24,10 +24,6 @@ History: 18-Jun-12, AB: created Credits: See header file */ -// ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // ***************************************************************************** // included header files #include "config.h" diff --git a/src/metadatum.cpp b/src/metadatum.cpp index 17ebe93f..1a6594e9 100644 --- a/src/metadatum.cpp +++ b/src/metadatum.cpp @@ -25,10 +25,6 @@ History: 26-Jan-04, ahu: created 31-Jul-04, brad: isolated as a component */ -// ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // ***************************************************************************** // included header files #include "metadatum.hpp" diff --git a/src/minoltamn.cpp b/src/minoltamn.cpp index 7f00729f..4924a55c 100644 --- a/src/minoltamn.cpp +++ b/src/minoltamn.cpp @@ -26,10 +26,6 @@ Credits: See header file. */ -// ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // ***************************************************************************** // included header files #include "minoltamn_int.hpp" diff --git a/src/mrwimage.cpp b/src/mrwimage.cpp index 9b0dc6b1..e0dec1f6 100644 --- a/src/mrwimage.cpp +++ b/src/mrwimage.cpp @@ -25,9 +25,6 @@ Credits: See header file */ // ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // included header files #include "config.h" diff --git a/src/nikonmn.cpp b/src/nikonmn.cpp index 501eb0f3..5a63bcde 100644 --- a/src/nikonmn.cpp +++ b/src/nikonmn.cpp @@ -29,10 +29,6 @@ History: 17-May-04, ahu: created 25-May-04, ahu: combined all Nikon formats in one component */ -// ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // ***************************************************************************** // included header files #include "types.hpp" diff --git a/src/olympusmn.cpp b/src/olympusmn.cpp index 301e71c1..9a29bfa9 100644 --- a/src/olympusmn.cpp +++ b/src/olympusmn.cpp @@ -28,10 +28,6 @@ Credits: See header file. */ -// ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // ***************************************************************************** // included header files #include "types.hpp" diff --git a/src/orfimage.cpp b/src/orfimage.cpp index d723d18f..be572baf 100644 --- a/src/orfimage.cpp +++ b/src/orfimage.cpp @@ -25,9 +25,6 @@ Credits: See header file */ // ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // included header files #include "config.h" diff --git a/src/panasonicmn.cpp b/src/panasonicmn.cpp index 8169a08a..08f09eea 100644 --- a/src/panasonicmn.cpp +++ b/src/panasonicmn.cpp @@ -25,10 +25,6 @@ History: 11-Jun-04, ahu: created Credits: See header file */ -// ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // ***************************************************************************** // included header files #include "types.hpp" diff --git a/src/pentaxmn.cpp b/src/pentaxmn.cpp index 249bfa3c..942865d8 100644 --- a/src/pentaxmn.cpp +++ b/src/pentaxmn.cpp @@ -21,10 +21,6 @@ /* File: pentaxmn.cpp */ -// ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // ***************************************************************************** // included header files #include "types.hpp" diff --git a/src/pgfimage.cpp b/src/pgfimage.cpp index d40a63aa..3815475b 100644 --- a/src/pgfimage.cpp +++ b/src/pgfimage.cpp @@ -25,9 +25,6 @@ Credits: See header file */ // ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // included header files #include "config.h" diff --git a/src/pngchunk.cpp b/src/pngchunk.cpp index d02a51d6..57c9f62b 100644 --- a/src/pngchunk.cpp +++ b/src/pngchunk.cpp @@ -22,9 +22,6 @@ File: pngchunk.cpp */ // ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // included header files #include "config.h" diff --git a/src/pngimage.cpp b/src/pngimage.cpp index b94a493c..42d26a6d 100644 --- a/src/pngimage.cpp +++ b/src/pngimage.cpp @@ -22,10 +22,6 @@ File: pngimage.cpp */ // ***************************************************************************** - -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // included header files #include "config.h" diff --git a/src/preview.cpp b/src/preview.cpp index 191d7521..1d5d48d8 100644 --- a/src/preview.cpp +++ b/src/preview.cpp @@ -24,9 +24,6 @@ History: 18-Sep-08, vn: created */ // ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // included header files #include "config.h" diff --git a/src/properties.cpp b/src/properties.cpp index 03e1f71a..5686d51a 100644 --- a/src/properties.cpp +++ b/src/properties.cpp @@ -24,10 +24,6 @@ Gilles Caulier (cgilles) History: 13-July-07, ahu: created */ -// ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // ***************************************************************************** // included header files #include "properties.hpp" diff --git a/src/psdimage.cpp b/src/psdimage.cpp index 004abf2d..5749794f 100644 --- a/src/psdimage.cpp +++ b/src/psdimage.cpp @@ -25,9 +25,6 @@ History: 05-Mar-2007, marco: created */ // ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // included header files #include "config.h" diff --git a/src/quicktimevideo.cpp b/src/quicktimevideo.cpp index 96e526cd..ae1d1828 100644 --- a/src/quicktimevideo.cpp +++ b/src/quicktimevideo.cpp @@ -24,10 +24,6 @@ History: 28-Jun-12, AB: created Credits: See header file */ -// ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // ***************************************************************************** // included header files #include "config.h" diff --git a/src/rafimage.cpp b/src/rafimage.cpp index 341153ac..9a208268 100644 --- a/src/rafimage.cpp +++ b/src/rafimage.cpp @@ -25,9 +25,6 @@ Credits: See header file */ // ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // included header files #include "config.h" diff --git a/src/rcsid_int.hpp b/src/rcsid_int.hpp deleted file mode 100644 index 27e02167..00000000 --- a/src/rcsid_int.hpp +++ /dev/null @@ -1,66 +0,0 @@ -// ***************************************************************** -*- C++ -*- -/* - * Copyright (C) 2004-2017 Andreas Huggel - * - * This program is part of the Exiv2 distribution. - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, 5th Floor, Boston, MA 02110-1301 USA. - */ -/*! - @file rcsid_int.hpp - @brief Define an RCS id string in every object file compiled from a source - file that includes rcsid_int.hpp. - - This is a simplified version of the ACE_RCSID macro that is used in the - ACE(TM) distribution. - - @author Andreas Huggel (ahu) - ahuggel@gmx.net - @date 02-Feb-04, ahu: created - */ -#ifndef RCSID_INT_HPP_ -#define RCSID_INT_HPP_ - -#if !defined (EXIV2_RCSID) -/*! - @brief Macro to store version information in each object file. - - Use this macro by including the following two lines at the beginning of - each *.cpp file. See the ident(1) manual pages for more information. - - @code - #include "rcsid_int.hpp" - EXIV2_RCSID("@(#) $Id$"); - @endcode - - The macro hack itself has the following purposes: - -# To define the RCS id string variable in the local namespace, so - that there won't be any duplicate extern symbols at link time. - -# To avoid warnings of the type "variable declared and never used". - - */ - -#if (defined(__GNUG__) || defined(__GNUC__) || defined (_MSC_VER)) && ! defined(__clang__) -#define EXIV2_RCSID(id) \ - namespace { \ - inline const char* getRcsId(const char*) { return id ; } \ - const char* rcsId = getRcsId(rcsId); \ - } -#else -#define EXIV2_RCSID(id) -#endif - -#endif // #if !defined (EXIV2_RCSID) -#endif // #ifndef RCSID_INT_HPP_ diff --git a/src/riffvideo.cpp b/src/riffvideo.cpp index 23658500..a14ce5d8 100644 --- a/src/riffvideo.cpp +++ b/src/riffvideo.cpp @@ -24,10 +24,6 @@ History: 18-Jun-12, AB: created Credits: See header file */ -// ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // ***************************************************************************** // included header files #include "config.h" diff --git a/src/rw2image.cpp b/src/rw2image.cpp index 5a7a0c57..e0902607 100644 --- a/src/rw2image.cpp +++ b/src/rw2image.cpp @@ -25,9 +25,6 @@ */ // ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // included header files #include "config.h" diff --git a/src/samsungmn.cpp b/src/samsungmn.cpp index 524d4951..75244eaa 100644 --- a/src/samsungmn.cpp +++ b/src/samsungmn.cpp @@ -23,10 +23,6 @@ Author(s): Andreas Huggel (ahu) History: 27-Sep-10, ahu: created */ -// ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // ***************************************************************************** // included header files #include "types.hpp" diff --git a/src/sigmamn.cpp b/src/sigmamn.cpp index 93b1f01c..b9959c70 100644 --- a/src/sigmamn.cpp +++ b/src/sigmamn.cpp @@ -26,10 +26,6 @@ in "SIGMA and FOVEON EXIF MakerNote Documentation" by Foveon. */ -// ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // ***************************************************************************** // included header files #include "types.hpp" diff --git a/src/sonymn.cpp b/src/sonymn.cpp index 06ddfce9..d47ac740 100644 --- a/src/sonymn.cpp +++ b/src/sonymn.cpp @@ -23,10 +23,6 @@ Author(s): Andreas Huggel (ahu) History: 18-Apr-05, ahu: created */ -// ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // ***************************************************************************** // included header files #include "types.hpp" diff --git a/src/ssh.cpp b/src/ssh.cpp index a74dc35f..a1ba1b91 100644 --- a/src/ssh.cpp +++ b/src/ssh.cpp @@ -25,9 +25,6 @@ */ // ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id: rw2image.cpp 3201 2013-12-01 12:13:42Z ahuggel $") - // included header files #include "config.h" #include "ssh.hpp" diff --git a/src/tags.cpp b/src/tags.cpp index bfd50915..03a26628 100644 --- a/src/tags.cpp +++ b/src/tags.cpp @@ -25,10 +25,6 @@ History: 15-Jan-04, ahu: created 21-Jan-05, ahu: added MakerNote TagInfo registry and related code */ -// ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // ***************************************************************************** // included header files #include "types.hpp" diff --git a/src/tgaimage.cpp b/src/tgaimage.cpp index e2b2c51e..a88b99ac 100644 --- a/src/tgaimage.cpp +++ b/src/tgaimage.cpp @@ -24,9 +24,6 @@ History: 05-Mar-2007, marco: created */ // ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // included header files #include "config.h" diff --git a/src/tiffcomposite.cpp b/src/tiffcomposite.cpp index 60c9fb36..7c4fe542 100644 --- a/src/tiffcomposite.cpp +++ b/src/tiffcomposite.cpp @@ -24,9 +24,6 @@ History: 11-Apr-06, ahu: created */ // ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // included header files #include "config.h" diff --git a/src/tiffimage.cpp b/src/tiffimage.cpp index f2f7c36e..593ab3a2 100644 --- a/src/tiffimage.cpp +++ b/src/tiffimage.cpp @@ -22,9 +22,6 @@ File: tiffimage.cpp */ // ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // included header files #include "config.h" diff --git a/src/tiffvisitor.cpp b/src/tiffvisitor.cpp index 2b86891f..c6e5f84f 100644 --- a/src/tiffvisitor.cpp +++ b/src/tiffvisitor.cpp @@ -24,9 +24,6 @@ History: 11-Apr-06, ahu: created */ // ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // included header files #include "config.h" diff --git a/src/types.cpp b/src/types.cpp index afb03173..33ae8879 100644 --- a/src/types.cpp +++ b/src/types.cpp @@ -24,10 +24,6 @@ History: 26-Jan-04, ahu: created 11-Feb-04, ahu: isolated as a component */ -// ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // ***************************************************************************** // included header files #include "types.hpp" diff --git a/src/utils.cpp b/src/utils.cpp index 17347416..00bec01b 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -24,9 +24,6 @@ History: 08-Dec-03, ahu: created */ // ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // included header files #include "config.h" diff --git a/src/utilsvideo.cpp b/src/utilsvideo.cpp index a52d0801..543f0866 100644 --- a/src/utilsvideo.cpp +++ b/src/utilsvideo.cpp @@ -26,9 +26,6 @@ @date 16-Aug-14, AB: created */ // ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - #ifdef EXV_ENABLE_VIDEO #include "utilsvideo.hpp" diff --git a/src/utiltest.cpp b/src/utiltest.cpp index 45e676dd..07365d8a 100644 --- a/src/utiltest.cpp +++ b/src/utiltest.cpp @@ -5,10 +5,6 @@ 10-Dec-03, ahu: created */ -// ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$"); - // ***************************************************************************** // included header files #include "utils.hpp" diff --git a/src/value.cpp b/src/value.cpp index 0a96bb90..dce6ff8f 100644 --- a/src/value.cpp +++ b/src/value.cpp @@ -25,10 +25,6 @@ 11-Feb-04, ahu: isolated as a component 31-Jul-04, brad: added Time, Date and String values */ -// ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // ***************************************************************************** // included header files #include "value.hpp" diff --git a/src/version.cpp b/src/version.cpp index 4b5ca534..f6e88012 100644 --- a/src/version.cpp +++ b/src/version.cpp @@ -22,10 +22,6 @@ File: version.cpp */ -// ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // ***************************************************************************** #include "config.h" diff --git a/src/webpimage.cpp b/src/webpimage.cpp index 6fdb812e..2cac438e 100644 --- a/src/webpimage.cpp +++ b/src/webpimage.cpp @@ -26,9 +26,6 @@ https://developers.google.com/speed/webp/docs/riff_container */ -// ***************************************************************************** -#include "rcsid_int.hpp" - // ***************************************************************************** // included header files #include "config.h" diff --git a/src/xmp.cpp b/src/xmp.cpp index 1eb120ab..4208cb0d 100644 --- a/src/xmp.cpp +++ b/src/xmp.cpp @@ -23,10 +23,6 @@ Author(s): Andreas Huggel (ahu) History: 13-July-07, ahu: created */ -// ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // ***************************************************************************** // included header files #include "xmp_exiv2.hpp" diff --git a/src/xmpsidecar.cpp b/src/xmpsidecar.cpp index 5c2387dc..1fa66e73 100644 --- a/src/xmpsidecar.cpp +++ b/src/xmpsidecar.cpp @@ -25,9 +25,6 @@ Credits: See header file */ // ***************************************************************************** -#include "rcsid_int.hpp" -EXIV2_RCSID("@(#) $Id$") - // included header files #include "config.h"