Skip to content

Commit

Permalink
Comments: Remove the $Id$ tag
Browse files Browse the repository at this point in the history
The $Id$ tag was used by subversion (svn) to indicate the file revision.
This tag is now useless with git.
  • Loading branch information
LudovicRousseau committed Nov 6, 2015
1 parent 53dedae commit 780f7f3
Show file tree
Hide file tree
Showing 24 changed files with 0 additions and 79 deletions.
2 changes: 0 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -1110,6 +1110,4 @@ History:
- First public release


$Id$

vim:ts=20
2 changes: 0 additions & 2 deletions reconf
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/sh

# $Id$

# I use
# - autoconf (GNU Autoconf) 2.61
# - automake (GNU automake) 1.10
Expand Down
2 changes: 0 additions & 2 deletions src/92_pcscd_ccid.rules
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 0 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# $Id$

CCID_BUNDLE = $(bundle)
CCID_LIB = libccid.$(DYN_LIB_EXT)
CCIDTWIN_LIB = libccidtwin.$(DYN_LIB_EXT)
Expand Down
4 changes: 0 additions & 4 deletions src/ccid.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/

/*
* $Id$
*/

#include <config.h>

#ifdef HAVE_STDIO_H
Expand Down
4 changes: 0 additions & 4 deletions src/ccid.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/

/*
* $Id$
*/

typedef struct
{
/*
Expand Down
4 changes: 0 additions & 4 deletions src/ccid_ifdhandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_

Expand Down
4 changes: 0 additions & 4 deletions src/ccid_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 0 additions & 4 deletions src/ccid_serial.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/

/*
* $Id$
*/

#ifndef __CCID_SERAL_H__
#define __CCID_SERAL_H__

Expand Down
4 changes: 0 additions & 4 deletions src/ccid_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/

/*
* $Id$
*/

#define __CCID_USB__

#include <stdio.h>
Expand Down
4 changes: 0 additions & 4 deletions src/ccid_usb.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
4 changes: 0 additions & 4 deletions src/commands.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/

/*
* $Id$
*/

#include <config.h>

#ifdef HAVE_STRING_H
Expand Down
4 changes: 0 additions & 4 deletions src/commands.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions src/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 0 additions & 4 deletions src/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/

/*
* $Id$
*/

/*
* DEBUG_CRITICAL("text");
* log "text" if (LogLevel & DEBUG_LEVEL_CRITICAL) is TRUE
Expand Down
4 changes: 0 additions & 4 deletions src/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/

/*
* $Id$
*/

#include <pcsclite.h>

#include "openct/proto-t1.h"
Expand Down
2 changes: 0 additions & 2 deletions src/ifdhandler.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/

/* $Id$ */

#include <config.h>

#ifdef HAVE_STDIO_H
Expand Down
2 changes: 0 additions & 2 deletions src/openct/README
Original file line number Diff line number Diff line change
Expand Up @@ -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$
2 changes: 0 additions & 2 deletions src/openct/checksum.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/

/* $Id$ */

#ifndef __CHECKSUM_H__
#define __CHECKSUM_H__

Expand Down
2 changes: 0 additions & 2 deletions src/openct/proto-t1.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/

/* $Id$ */

#ifndef __PROTO_T1_H__
#define __PROTO_T1_H__

Expand Down
4 changes: 0 additions & 4 deletions src/parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/

/*
* $Id$
*/

#include <stdio.h>
#include <string.h>
# ifdef S_SPLINT_S
Expand Down
2 changes: 0 additions & 2 deletions src/towitoko/README
Original file line number Diff line number Diff line change
Expand Up @@ -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$
4 changes: 0 additions & 4 deletions src/utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/

/*
* $Id$
*/

#include <pcsclite.h>

#include <config.h>
Expand Down
4 changes: 0 additions & 4 deletions src/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/

/*
* $Id$
*/

#ifndef TRUE
#define FALSE 0
#define TRUE 1
Expand Down

0 comments on commit 780f7f3

Please sign in to comment.