[Pcsclite-git-commit] [CCID] 02/02: Comments: Remove the $Id$ tag
Ludovic Rousseau
rousseau at moszumanska.debian.org
Fri Nov 6 08:38:35 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 6ec40b99efdebf238f5deb91bdcb5d64c83df8bc
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date: Fri Nov 6 09:38:20 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.
---
INSTALL | 2 --
MacOSX/configure | 2 --
bootstrap | 2 --
configure.ac | 2 --
examples/scardcontrol.c | 4 ----
readers/Makefile.am | 2 --
6 files changed, 14 deletions(-)
diff --git a/INSTALL b/INSTALL
index 1c91643..ca05188 100644
--- a/INSTALL
+++ b/INSTALL
@@ -156,5 +156,3 @@ Test procedure:
reader is not yet supported. Read
http://pcsclite.alioth.debian.org/ccid.html#CCID_compliant to know
what to do.
-
-$Id$
diff --git a/MacOSX/configure b/MacOSX/configure
index 8447c3b..7c97047 100755
--- a/MacOSX/configure
+++ b/MacOSX/configure
@@ -17,8 +17,6 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301 USA.
-# $Id$
-
# to use
# ./MacOSX/configure
# make
diff --git a/bootstrap b/bootstrap
index a1fce4c..7facf22 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,7 +1,5 @@
#! /bin/bash
-# $Id$
-
set -x
LIBTOOLIZE=libtoolize
diff --git a/configure.ac b/configure.ac
index 4d97467..48612ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,6 @@
# Process this file with autoconf to produce a configure script.
# You may need to use autoconf 2.56 or newer
-# $Id$
-
# Require autoconf 2.61
AC_PREREQ([2.69])
diff --git a/examples/scardcontrol.c b/examples/scardcontrol.c
index 667c542..42323e8 100644
--- a/examples/scardcontrol.c
+++ b/examples/scardcontrol.c
@@ -17,10 +17,6 @@
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-/*
- * $Id$
- */
-
#include <stdio.h>
#include <stdlib.h>
#include <sys/time.h>
diff --git a/readers/Makefile.am b/readers/Makefile.am
index 156a224..fda66e6 100644
--- a/readers/Makefile.am
+++ b/readers/Makefile.am
@@ -1,3 +1 @@
-# $Id$
-
EXTRA_DIST = supported_readers.txt
--
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