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

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


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

rousseau pushed a commit to branch master
in repository CCID.

commit 780f7f393b4e49d7c484455b9b04c2aab6056afa
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Fri Nov 6 09:29:36 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 --
 reconf                  | 2 --
 src/92_pcscd_ccid.rules | 2 --
 src/Makefile.am         | 2 --
 src/ccid.c              | 4 ----
 src/ccid.h              | 4 ----
 src/ccid_ifdhandler.h   | 4 ----
 src/ccid_serial.c       | 4 ----
 src/ccid_serial.h       | 4 ----
 src/ccid_usb.c          | 4 ----
 src/ccid_usb.h          | 4 ----
 src/commands.c          | 4 ----
 src/commands.h          | 4 ----
 src/debug.c             | 5 -----
 src/debug.h             | 4 ----
 src/defs.h              | 4 ----
 src/ifdhandler.c        | 2 --
 src/openct/README       | 2 --
 src/openct/checksum.h   | 2 --
 src/openct/proto-t1.h   | 2 --
 src/parse.c             | 4 ----
 src/towitoko/README     | 2 --
 src/utils.c             | 4 ----
 src/utils.h             | 4 ----
 24 files changed, 79 deletions(-)

diff --git a/README b/README
index 34dea1e..b579f0e 100644
--- a/README
+++ b/README
@@ -1110,6 +1110,4 @@ History:
     - First public release
 
 
-$Id$
-
  vim:ts=20
diff --git a/reconf b/reconf
index e10243e..c423b61 100755
--- a/reconf
+++ b/reconf
@@ -1,7 +1,5 @@
 #!/bin/sh
 
-# $Id$
-
 # I use
 # - autoconf (GNU Autoconf) 2.61
 # - automake (GNU automake) 1.10
diff --git a/src/92_pcscd_ccid.rules b/src/92_pcscd_ccid.rules
index 6ecbf1b..6bb7752 100644
--- a/src/92_pcscd_ccid.rules
+++ b/src/92_pcscd_ccid.rules
@@ -1,7 +1,5 @@
 # udev rules for CCID devices
 
-# $Id$
-
 # Gemplus PCMCIA Card
 #SUBSYSTEMS=="pcmcia", DRIVERS=="serial_cs", ACTION=="add", ATTRS{prod_id1}=="Gemplus", ATTRS{prod_id2}=="SerialPort", ATTRS{prod_id3}=="GemPC Card", RUN+="/usr/sbin/pcscd --hotplug" 
 
diff --git a/src/Makefile.am b/src/Makefile.am
index 0925fdb..54bed53 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,3 @@
-# $Id$
-
 CCID_BUNDLE = $(bundle)
 CCID_LIB = libccid.$(DYN_LIB_EXT)
 CCIDTWIN_LIB = libccidtwin.$(DYN_LIB_EXT)
diff --git a/src/ccid.c b/src/ccid.c
index fb5e124..f48a5fb 100644
--- a/src/ccid.c
+++ b/src/ccid.c
@@ -17,10 +17,6 @@
 	Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-/*
- * $Id$
- */
-
 #include <config.h>
 
 #ifdef HAVE_STDIO_H
diff --git a/src/ccid.h b/src/ccid.h
index 4f861e2..d9f8af0 100644
--- a/src/ccid.h
+++ b/src/ccid.h
@@ -17,10 +17,6 @@
 	Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-/*
- * $Id$
- */
-
 typedef struct
 {
 	/*
diff --git a/src/ccid_ifdhandler.h b/src/ccid_ifdhandler.h
index 0d85402..69063ab 100644
--- a/src/ccid_ifdhandler.h
+++ b/src/ccid_ifdhandler.h
@@ -17,10 +17,6 @@
 	Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-/*
- * $Id$
- */
-
 #ifndef _ccid_ifd_handler_h_
 #define _ccid_ifd_handler_h_
 
diff --git a/src/ccid_serial.c b/src/ccid_serial.c
index f30ea64..2402822 100644
--- a/src/ccid_serial.c
+++ b/src/ccid_serial.c
@@ -19,10 +19,6 @@
 	Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-/*
- * $Id$
- */
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <fcntl.h>
diff --git a/src/ccid_serial.h b/src/ccid_serial.h
index 7966f23..c946dd0 100644
--- a/src/ccid_serial.h
+++ b/src/ccid_serial.h
@@ -17,10 +17,6 @@
 	Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-/*
- * $Id$
- */
-
 #ifndef __CCID_SERAL_H__
 #define __CCID_SERAL_H__
 
diff --git a/src/ccid_usb.c b/src/ccid_usb.c
index c28fe21..c5d3fa0 100644
--- a/src/ccid_usb.c
+++ b/src/ccid_usb.c
@@ -17,10 +17,6 @@
 	Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-/*
- * $Id$
- */
-
 #define __CCID_USB__
 
 #include <stdio.h>
diff --git a/src/ccid_usb.h b/src/ccid_usb.h
index 8255476..839d364 100644
--- a/src/ccid_usb.h
+++ b/src/ccid_usb.h
@@ -17,10 +17,6 @@
 	Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-/*
- * $Id$
- */
-
 #ifndef __CCID_USB_H__
 #define __CCID_USB_H__
 status_t OpenUSB(unsigned int reader_index, int channel);
diff --git a/src/commands.c b/src/commands.c
index c2fe3b9..30a865b 100644
--- a/src/commands.c
+++ b/src/commands.c
@@ -18,10 +18,6 @@
 	Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-/*
- * $Id$
- */
-
 #include <config.h>
 
 #ifdef HAVE_STRING_H
diff --git a/src/commands.h b/src/commands.h
index ec4f25f..308d784 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -17,10 +17,6 @@
 	Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-/*
- * $Id$
- */
-
 #define SIZE_GET_SLOT_STATUS 10
 #define STATUS_OFFSET 7
 #define ERROR_OFFSET 8
diff --git a/src/debug.c b/src/debug.c
index 871e4a6..ff74f5a 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -17,11 +17,6 @@
 	Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-/*
- * $Id$
- */
-
-
 #include <config.h>
 #include "misc.h"
 #include "debug.h"
diff --git a/src/debug.h b/src/debug.h
index 0d18a18..6508196 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -18,10 +18,6 @@
 */
 
 /*
- * $Id$
- */
-
-/*
  * DEBUG_CRITICAL("text");
  *	log "text" if (LogLevel & DEBUG_LEVEL_CRITICAL) is TRUE
  *
diff --git a/src/defs.h b/src/defs.h
index 5bfcfcc..07a02fb 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -17,10 +17,6 @@
 	Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-/*
- * $Id$
- */
-
 #include <pcsclite.h>
 
 #include "openct/proto-t1.h"
diff --git a/src/ifdhandler.c b/src/ifdhandler.c
index 409c355..f48761b 100644
--- a/src/ifdhandler.c
+++ b/src/ifdhandler.c
@@ -17,8 +17,6 @@
 	Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-/* $Id$ */
-
 #include <config.h>
 
 #ifdef HAVE_STDIO_H
diff --git a/src/openct/README b/src/openct/README
index 447485c..3028a09 100644
--- a/src/openct/README
+++ b/src/openct/README
@@ -3,5 +3,3 @@ project <http://www.opensc.org/>
 
 I (Ludovic Rousseau) greatly patched proto-t1.c to add all the needed
 code to reach the quality level requested by the EMV standard.
-
-$Id$
diff --git a/src/openct/checksum.h b/src/openct/checksum.h
index 5106c8a..50f05b1 100644
--- a/src/openct/checksum.h
+++ b/src/openct/checksum.h
@@ -17,8 +17,6 @@
 	Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-/* $Id$ */
-
 #ifndef __CHECKSUM_H__
 #define __CHECKSUM_H__
 
diff --git a/src/openct/proto-t1.h b/src/openct/proto-t1.h
index 2dd769b..0816745 100644
--- a/src/openct/proto-t1.h
+++ b/src/openct/proto-t1.h
@@ -17,8 +17,6 @@
 	Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-/* $Id$ */
-
 #ifndef __PROTO_T1_H__
 #define __PROTO_T1_H__
 
diff --git a/src/parse.c b/src/parse.c
index ae453cc..fe1e457 100644
--- a/src/parse.c
+++ b/src/parse.c
@@ -17,10 +17,6 @@
 	Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-/*
- * $Id$
- */
-
 #include <stdio.h>
 #include <string.h>
 # ifdef S_SPLINT_S
diff --git a/src/towitoko/README b/src/towitoko/README
index 92b26f5..298e327 100644
--- a/src/towitoko/README
+++ b/src/towitoko/README
@@ -10,5 +10,3 @@ I used version 2.0.7 of Carlos driver available at
 http://www.geocities.com/cprados/
 
 I added the function ATR_GetDefaultProtocol() in towitoko/atr.c
-
-$Id$
diff --git a/src/utils.c b/src/utils.c
index 9725337..60291b7 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -17,10 +17,6 @@
 	Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-/*
- * $Id$
- */
-
 #include <pcsclite.h>
 
 #include <config.h>
diff --git a/src/utils.h b/src/utils.h
index d9f5c86..b0a744f 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -17,10 +17,6 @@
 	Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-/*
- * $Id$
- */
-
 #ifndef TRUE
 #define FALSE 0
 #define TRUE 1

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



More information about the Pcsclite-cvs-commit mailing list