[Pcsclite-git-commit] [contrib] 01/01: Comments: Remove the $Id$ tag

Ludovic Rousseau rousseau at moszumanska.debian.org
Fri Nov 6 08:33:23 UTC 2015


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository contrib.

commit 557e07d0954d1a903e403b314255df5a30895155
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Fri Nov 6 09:32:52 2015 +0100

    Comments: Remove the $Id$ tag
    
    The $Id$ tag was used by subversion (svn) to indicate the file revision.
    This tag is now useless with git.
---
 README                         | 2 --
 libPCSCv2part10/PCSCv2part10.c | 4 ----
 libPCSCv2part10/PCSCv2part10.h | 4 ----
 libPCSCv2part10/configure.in   | 2 --
 libPCSCv2part10/sample.c       | 4 ----
 ltrace.conf                    | 1 -
 6 files changed, 17 deletions(-)

diff --git a/README b/README
index c2ea8ec..7bc4a94 100644
--- a/README
+++ b/README
@@ -2,5 +2,3 @@ This directory is used to gather contrib tools.
 
 The tools are not part of pcsc-lite but may be used with it to provide
 different services.
-
-$Id$
diff --git a/libPCSCv2part10/PCSCv2part10.c b/libPCSCv2part10/PCSCv2part10.c
index c5e1e52..9f118c7 100644
--- a/libPCSCv2part10/PCSCv2part10.c
+++ b/libPCSCv2part10/PCSCv2part10.c
@@ -17,10 +17,6 @@
     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
 
-/*
- * $Id$
- */
-
 #include <stdio.h>
 #include <arpa/inet.h>
 
diff --git a/libPCSCv2part10/PCSCv2part10.h b/libPCSCv2part10/PCSCv2part10.h
index 660a625..7b2074c 100644
--- a/libPCSCv2part10/PCSCv2part10.h
+++ b/libPCSCv2part10/PCSCv2part10.h
@@ -17,10 +17,6 @@
     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
 
-/*
- * $Id$
- */
-
 #ifndef __reader_h__
 
 #ifdef HAVE_CONFIG_H
diff --git a/libPCSCv2part10/configure.in b/libPCSCv2part10/configure.in
index 78a8254..b06ae54 100644
--- a/libPCSCv2part10/configure.in
+++ b/libPCSCv2part10/configure.in
@@ -1,7 +1,5 @@
 # Process this file with autoconf to produce a configure script.
 
-# $Id$
-
 AC_PREREQ([2.69])
 
 AC_INIT([libPCSCv2part10],[0.1.0])
diff --git a/libPCSCv2part10/sample.c b/libPCSCv2part10/sample.c
index 533509a..af8f4b1 100644
--- a/libPCSCv2part10/sample.c
+++ b/libPCSCv2part10/sample.c
@@ -17,10 +17,6 @@
     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
 
-/*
- * $Id$
- */
-
 #include <stdio.h>
 
 #ifdef __APPLE__
diff --git a/ltrace.conf b/ltrace.conf
index c5f3ee3..f11ef64 100644
--- a/ltrace.conf
+++ b/ltrace.conf
@@ -1,6 +1,5 @@
 ; ltrace.conf: Configuration file for ltrace(1)
 ; Copyright (C) 2010  Ludovic Rousseau
-; $Id$
 
 ;   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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/contrib.git



More information about the Pcsclite-cvs-commit mailing list