From 2efc2e79daacce118d0943b0a67b945b89ca2aaa Mon Sep 17 00:00:00 2001 From: tbeu Date: Tue, 7 Nov 2017 23:08:21 +0100 Subject: [PATCH] Remove obsolete id --- msvc/ReadMe.txt | 1 - samples/exiv2json.cpp | 2 +- samples/exiv2samples.1 | 1 - src/exiv2.1 | 1 - src/version.cpp | 1 - 5 files changed, 1 insertion(+), 5 deletions(-) diff --git a/msvc/ReadMe.txt b/msvc/ReadMe.txt index 34309679..d44e495d 100644 --- a/msvc/ReadMe.txt +++ b/msvc/ReadMe.txt @@ -467,7 +467,6 @@ T A B L E o f C O N T E N T S svn=3592 ssh=0 curl==0 - id=$Id: version.cpp 3564 2015-01-11 21:38:40Z robinwmills $ executable=C:\cygwin64\home\rmills\gnu\exiv2\video-write\msvc\bin\x64\releasedll\exiv2.exe library=C:\Windows\SYSTEM32\ntdll.dll library=C:\Windows\system32\kernel32.dll diff --git a/samples/exiv2json.cpp b/samples/exiv2json.cpp index 505268d9..c1552bc5 100644 --- a/samples/exiv2json.cpp +++ b/samples/exiv2json.cpp @@ -1,5 +1,5 @@ // ***************************************************************** -*- C++ -*- -// exiv2json.cpp, $Id: exiv2json.cpp 518 2013-05-10 23:53:00Z robinwmills@gmail.com $ +// exiv2json.cpp // Sample program to print metadata in JSON format #include diff --git a/samples/exiv2samples.1 b/samples/exiv2samples.1 index 63960459..d05fdea5 100644 --- a/samples/exiv2samples.1 +++ b/samples/exiv2samples.1 @@ -1,5 +1,4 @@ .\" Hey, EMACS: -*- nroff -*- -.\" @(#) $Id: exiv2.1 4075 2015-12-08 09:27:38Z robinwmills $ .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) diff --git a/src/exiv2.1 b/src/exiv2.1 index c681a78e..7a6ac2de 100644 --- a/src/exiv2.1 +++ b/src/exiv2.1 @@ -1,5 +1,4 @@ .\" Hey, EMACS: -*- nroff -*- -.\" @(#) $Id$ .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) diff --git a/src/version.cpp b/src/version.cpp index f6e88012..c970f62f 100644 --- a/src/version.cpp +++ b/src/version.cpp @@ -497,7 +497,6 @@ void Exiv2::dumpLibraryInfo(std::ostream& os,const exv_grep_keys_t& keys) #endif output(os,keys,"curl" , use_curl); - output(os,keys,"id" , "$Id$"); if ( libs.begin() != libs.end() ) { output(os,keys,"executable" ,*libs.begin()); for ( Exiv2::StringVector_i lib = libs.begin()+1 ; lib != libs.end() ; lib++ )