diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9577fbc..2a8ca8b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,3 @@
-# $Id$
project(libfreefare C)
cmake_minimum_required(VERSION 2.6)
diff --git a/Makefile.am b/Makefile.am
index 1a9b307..e1efe9c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,3 @@
-# $Id$
-
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = contrib libfreefare test examples
diff --git a/cmake/config_windows.h.cmake b/cmake/config_windows.h.cmake
index a7a6210..c59c63b 100644
--- a/cmake/config_windows.h.cmake
+++ b/cmake/config_windows.h.cmake
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#ifndef __CONFIG_WINDOWS_H__
diff --git a/cmake/modules/FindLIBNFC.cmake b/cmake/modules/FindLIBNFC.cmake
index 55ca560..f2b1b75 100644
--- a/cmake/modules/FindLIBNFC.cmake
+++ b/cmake/modules/FindLIBNFC.cmake
@@ -1,4 +1,3 @@
-# $Id$
# TODO locate using pkg-config for linux/bsd
#set(LIBNFC_INCLUDE_DIRS "")
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 70fdd6f..7326d4f 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -1,5 +1,3 @@
-# $Id$
-
SUBDIRS = libutil
EXTRA_DIST = libfreefare_zsnippets.vim
diff --git a/contrib/libfreefare_zsnippets.vim b/contrib/libfreefare_zsnippets.vim
index 1094d97..37fa39e 100644
--- a/contrib/libfreefare_zsnippets.vim
+++ b/contrib/libfreefare_zsnippets.vim
@@ -17,8 +17,6 @@
" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
" SUCH DAMAGE.
-"
-" $Id$
" Additionnal snippets for working with libfreefare in vim with the
" snippetsEmu script:
diff --git a/contrib/libutil/Makefile.am b/contrib/libutil/Makefile.am
index 1143567..ebc3103 100644
--- a/contrib/libutil/Makefile.am
+++ b/contrib/libutil/Makefile.am
@@ -1,5 +1,3 @@
-# $Id$
-
if WITH_DEBUG
if !HAS_LIBUTIL
noinst_LTLIBRARIES = libutil.la
diff --git a/contrib/libutil/hexdump.c b/contrib/libutil/hexdump.c
index b0372d9..ea79f0d 100644
--- a/contrib/libutil/hexdump.c
+++ b/contrib/libutil/hexdump.c
@@ -32,7 +32,6 @@
* SUCH DAMAGE.
*
* @(#)subr_prf.c 8.3 (Berkeley) 1/21/94
- * $Id$
*/
//#include
diff --git a/contrib/libutil/libutil.h b/contrib/libutil/libutil.h
index 74973bc..6fb52db 100644
--- a/contrib/libutil/libutil.h
+++ b/contrib/libutil/libutil.h
@@ -34,7 +34,6 @@
* SUCH DAMAGE.
*
* $FreeBSD: stable/8/lib/libutil/libutil.h 185548 2008-12-02 06:50:26Z peter $
- * $Id$
*/
#ifndef _LIBUTIL_H_
diff --git a/contrib/win32/err.h b/contrib/win32/err.h
index aa5aee4..1f87208 100644
--- a/contrib/win32/err.h
+++ b/contrib/win32/err.h
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#ifndef __ERR_H__
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 529e73d..a5dcd32 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -1,4 +1,3 @@
-# $Id$
set(EXAMPLES-SOURCES
mifare-classic-format
mifare-classic-read-ndef
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 565171e..1d63de9 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,5 +1,3 @@
-# $Id$
-
AM_CFLAGS = -I. -I$(top_srcdir)/libfreefare @LIBNFC_CFLAGS@
AM_LDFLAGS = @LIBNFC_LIBS@
diff --git a/examples/mifare-classic-format.c b/examples/mifare-classic-format.c
index df03294..b6d2c06 100644
--- a/examples/mifare-classic-format.c
+++ b/examples/mifare-classic-format.c
@@ -14,8 +14,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include "config.h"
diff --git a/examples/mifare-classic-read-ndef.c b/examples/mifare-classic-read-ndef.c
index 09fabfd..3c6d899 100644
--- a/examples/mifare-classic-read-ndef.c
+++ b/examples/mifare-classic-read-ndef.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id $
*/
/*
diff --git a/examples/mifare-classic-write-ndef.c b/examples/mifare-classic-write-ndef.c
index 6e83647..79e7928 100644
--- a/examples/mifare-classic-write-ndef.c
+++ b/examples/mifare-classic-write-ndef.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include "config.h"
diff --git a/examples/mifare-desfire-access.c b/examples/mifare-desfire-access.c
index 1120f0c..72a2dca 100644
--- a/examples/mifare-desfire-access.c
+++ b/examples/mifare-desfire-access.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include
diff --git a/examples/mifare-desfire-create-ndef.c b/examples/mifare-desfire-create-ndef.c
index 97c0c80..1401cb8 100644
--- a/examples/mifare-desfire-create-ndef.c
+++ b/examples/mifare-desfire-create-ndef.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include "config.h"
diff --git a/examples/mifare-desfire-ev1-configure-ats.c b/examples/mifare-desfire-ev1-configure-ats.c
index f50ab19..6414544 100644
--- a/examples/mifare-desfire-ev1-configure-ats.c
+++ b/examples/mifare-desfire-ev1-configure-ats.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include "config.h"
diff --git a/examples/mifare-desfire-ev1-configure-default-key.c b/examples/mifare-desfire-ev1-configure-default-key.c
index 5fb1ff3..79df745 100644
--- a/examples/mifare-desfire-ev1-configure-default-key.c
+++ b/examples/mifare-desfire-ev1-configure-default-key.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include "config.h"
diff --git a/examples/mifare-desfire-ev1-configure-random-uid.c b/examples/mifare-desfire-ev1-configure-random-uid.c
index 60d96c7..847233e 100644
--- a/examples/mifare-desfire-ev1-configure-random-uid.c
+++ b/examples/mifare-desfire-ev1-configure-random-uid.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include "config.h"
diff --git a/examples/mifare-desfire-format.c b/examples/mifare-desfire-format.c
index 137005d..6ba0c5b 100644
--- a/examples/mifare-desfire-format.c
+++ b/examples/mifare-desfire-format.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include "config.h"
diff --git a/examples/mifare-desfire-info.c b/examples/mifare-desfire-info.c
index 5174e38..dedce56 100644
--- a/examples/mifare-desfire-info.c
+++ b/examples/mifare-desfire-info.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include
diff --git a/examples/mifare-desfire-read-ndef.c b/examples/mifare-desfire-read-ndef.c
index 79fa674..0771adc 100644
--- a/examples/mifare-desfire-read-ndef.c
+++ b/examples/mifare-desfire-read-ndef.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include "config.h"
diff --git a/examples/mifare-desfire-write-ndef.c b/examples/mifare-desfire-write-ndef.c
index 264aad3..abe2df4 100644
--- a/examples/mifare-desfire-write-ndef.c
+++ b/examples/mifare-desfire-write-ndef.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include "config.h"
diff --git a/examples/mifare-ultralight-info.c b/examples/mifare-ultralight-info.c
index b4099ec..96df7c1 100644
--- a/examples/mifare-ultralight-info.c
+++ b/examples/mifare-ultralight-info.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include
#include
diff --git a/libfreefare/CMakeLists.txt b/libfreefare/CMakeLists.txt
index ada7db2..35ce4b7 100644
--- a/libfreefare/CMakeLists.txt
+++ b/libfreefare/CMakeLists.txt
@@ -1,4 +1,3 @@
-# $Id$
set(LIBRARY_SOURCES
freefare
freefare_internal
diff --git a/libfreefare/Makefile.am b/libfreefare/Makefile.am
index d530df3..326e4c4 100644
--- a/libfreefare/Makefile.am
+++ b/libfreefare/Makefile.am
@@ -1,5 +1,3 @@
-# $Id$
-
AM_CFLAGS = @LIBNFC_CFLAGS@
AM_LDFLAGS = @LIBNFC_LIBS@
diff --git a/libfreefare/freefare.3 b/libfreefare/freefare.3
index 2068b21..948aa44 100644
--- a/libfreefare/freefare.3
+++ b/libfreefare/freefare.3
@@ -13,8 +13,6 @@
.\" You should have received a copy of the GNU Lesser General Public License
.\" along with this program. If not, see
.\"
-.\" $Id$
-.\"
.Dd March 30, 2010
.Dt FREEFARE 3
.Os
diff --git a/libfreefare/freefare.c b/libfreefare/freefare.c
index 13c1f1b..13aba05 100644
--- a/libfreefare/freefare.c
+++ b/libfreefare/freefare.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include
diff --git a/libfreefare/freefare.h b/libfreefare/freefare.h
index 2de91ec..527d746 100644
--- a/libfreefare/freefare.h
+++ b/libfreefare/freefare.h
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#ifndef __FREEFARE_H__
diff --git a/libfreefare/freefare_error.3 b/libfreefare/freefare_error.3
index 4712aa2..d13b52e 100644
--- a/libfreefare/freefare_error.3
+++ b/libfreefare/freefare_error.3
@@ -13,8 +13,6 @@
.\" You should have received a copy of the GNU Lesser General Public License
.\" along with this program. If not, see
.\"
-.\" $Id: mifare_desfire.3 495 2010-07-26 21:48:18Z rtartiere@il4p.fr $
-.\"
.Dd September 28, 2010
.Dt FREEFARE_ERROR 3
.Os
diff --git a/libfreefare/freefare_internal.h b/libfreefare/freefare_internal.h
index 329b396..3dd5f7d 100644
--- a/libfreefare/freefare_internal.h
+++ b/libfreefare/freefare_internal.h
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#ifndef __FREEFARE_INTERNAL_H__
diff --git a/libfreefare/mad.3 b/libfreefare/mad.3
index 98e5a3a..1d55935 100644
--- a/libfreefare/mad.3
+++ b/libfreefare/mad.3
@@ -13,8 +13,6 @@
.\" You should have received a copy of the GNU Lesser General Public License
.\" along with this program. If not, see
.\"
-.\" $Id$
-.\"
.Dd March 30, 2010
.Dt MAD 3
.Os
diff --git a/libfreefare/mad.c b/libfreefare/mad.c
index c3f7220..5d3e2c7 100644
--- a/libfreefare/mad.c
+++ b/libfreefare/mad.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
/*
diff --git a/libfreefare/mifare_application.3 b/libfreefare/mifare_application.3
index 7aa27e8..7f9f1f0 100644
--- a/libfreefare/mifare_application.3
+++ b/libfreefare/mifare_application.3
@@ -13,8 +13,6 @@
.\" You should have received a copy of the GNU Lesser General Public License
.\" along with this program. If not, see
.\"
-.\" $Id$
-.\"
.Dd March 30, 2010
.Dt MIFARE_APPLICATION 3
.Os
diff --git a/libfreefare/mifare_application.c b/libfreefare/mifare_application.c
index db15866..4d0d261 100644
--- a/libfreefare/mifare_application.c
+++ b/libfreefare/mifare_application.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
/*
diff --git a/libfreefare/mifare_classic.3 b/libfreefare/mifare_classic.3
index 34efe42..a1c0969 100644
--- a/libfreefare/mifare_classic.3
+++ b/libfreefare/mifare_classic.3
@@ -13,8 +13,6 @@
.\" You should have received a copy of the GNU Lesser General Public License
.\" along with this program. If not, see
.\"
-.\" $Id$
-.\"
.Dd March 30, 2010
.Dt MIFARE_CLASSIC 3
.Os
diff --git a/libfreefare/mifare_classic.c b/libfreefare/mifare_classic.c
index a27a897..ab7a14b 100644
--- a/libfreefare/mifare_classic.c
+++ b/libfreefare/mifare_classic.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
/*
diff --git a/libfreefare/mifare_desfire.3 b/libfreefare/mifare_desfire.3
index 720cf0c..0b0b525 100644
--- a/libfreefare/mifare_desfire.3
+++ b/libfreefare/mifare_desfire.3
@@ -13,8 +13,6 @@
.\" You should have received a copy of the GNU Lesser General Public License
.\" along with this program. If not, see
.\"
-.\" $Id$
-.\"
.Dd March 26, 2011
.Dt MIFARE_DESFIRE 3
.Os
diff --git a/libfreefare/mifare_desfire.c b/libfreefare/mifare_desfire.c
index dceefac..9b425af 100644
--- a/libfreefare/mifare_desfire.c
+++ b/libfreefare/mifare_desfire.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
/*
diff --git a/libfreefare/mifare_desfire_aid.3 b/libfreefare/mifare_desfire_aid.3
index b649b32..d5cf776 100644
--- a/libfreefare/mifare_desfire_aid.3
+++ b/libfreefare/mifare_desfire_aid.3
@@ -13,8 +13,6 @@
.\" You should have received a copy of the GNU Lesser General Public License
.\" along with this program. If not, see
.\"
-.\" $Id: mifare_desfire.3 495 2010-07-26 21:48:18Z rtartiere@il4p.fr $
-.\"
.Dd September 3, 2010
.Dt MIFARE_DESFIRE_AID 3
.Os
diff --git a/libfreefare/mifare_desfire_aid.c b/libfreefare/mifare_desfire_aid.c
index c99d02b..59f4dd6 100644
--- a/libfreefare/mifare_desfire_aid.c
+++ b/libfreefare/mifare_desfire_aid.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
/*
diff --git a/libfreefare/mifare_desfire_crypto.c b/libfreefare/mifare_desfire_crypto.c
index 6b932e1..9a6dd9c 100644
--- a/libfreefare/mifare_desfire_crypto.c
+++ b/libfreefare/mifare_desfire_crypto.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
/*
diff --git a/libfreefare/mifare_desfire_error.c b/libfreefare/mifare_desfire_error.c
index fe3171e..910c82e 100644
--- a/libfreefare/mifare_desfire_error.c
+++ b/libfreefare/mifare_desfire_error.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
diff --git a/libfreefare/mifare_desfire_key.3 b/libfreefare/mifare_desfire_key.3
index 56c1317..f7ff48a 100644
--- a/libfreefare/mifare_desfire_key.3
+++ b/libfreefare/mifare_desfire_key.3
@@ -13,8 +13,6 @@
.\" You should have received a copy of the GNU Lesser General Public License
.\" along with this program. If not, see
.\"
-.\" $Id$
-.\"
.Dd July 20, 2010
.Dt MIFARE_DESFIRE_KEY 3
.Os
diff --git a/libfreefare/mifare_desfire_key.c b/libfreefare/mifare_desfire_key.c
index c14068a..9491601 100644
--- a/libfreefare/mifare_desfire_key.c
+++ b/libfreefare/mifare_desfire_key.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include
diff --git a/libfreefare/mifare_ultralight.3 b/libfreefare/mifare_ultralight.3
index 1d9e609..a7845b6 100644
--- a/libfreefare/mifare_ultralight.3
+++ b/libfreefare/mifare_ultralight.3
@@ -13,8 +13,6 @@
.\" You should have received a copy of the GNU Lesser General Public License
.\" along with this program. If not, see
.\"
-.\" $Id$
-.\"
.Dd March 30, 2010
.Dt MIFARE_ULTRALIGHT 3
.Os
diff --git a/libfreefare/mifare_ultralight.c b/libfreefare/mifare_ultralight.c
index 0f71d56..c486a4b 100644
--- a/libfreefare/mifare_ultralight.c
+++ b/libfreefare/mifare_ultralight.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
/*
diff --git a/libfreefare/tlv.3 b/libfreefare/tlv.3
index ba557ea..4d428aa 100644
--- a/libfreefare/tlv.3
+++ b/libfreefare/tlv.3
@@ -13,8 +13,6 @@
.\" You should have received a copy of the GNU Lesser General Public License
.\" along with this program. If not, see
.\"
-.\" $Id$
-.\"
.Dd March 30, 2010
.Dt TLV 3
.Os
diff --git a/libfreefare/tlv.c b/libfreefare/tlv.c
index 38db0af..054eefa 100644
--- a/libfreefare/tlv.c
+++ b/libfreefare/tlv.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
/*
diff --git a/test/Makefile.am b/test/Makefile.am
index 8e59b7b..e4e3151 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,5 +1,3 @@
-# $Id$
-
AM_CPPFLAGS = $(CUTTER_CFLAGS) -I$(top_srcdir)/libfreefare
LIBS = $(CUTTER_LIBS)
diff --git a/test/common/Makefile.am b/test/common/Makefile.am
index 1db7867..8149912 100644
--- a/test/common/Makefile.am
+++ b/test/common/Makefile.am
@@ -1,5 +1,3 @@
-# $Id$
-
AM_CPPFLAGS = $(CUTTER_CFLAGS) -I$(top_srcdir)/libfreefare
AM_CFLAGS = @LIBNFC_CFLAGS@
diff --git a/test/common/mifare_desfire_auto_authenticate.c b/test/common/mifare_desfire_auto_authenticate.c
index 4193fff..4a485cc 100644
--- a/test/common/mifare_desfire_auto_authenticate.c
+++ b/test/common/mifare_desfire_auto_authenticate.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include
diff --git a/test/common/mifare_desfire_auto_authenticate.h b/test/common/mifare_desfire_auto_authenticate.h
index 95d06a6..cab7372 100644
--- a/test/common/mifare_desfire_auto_authenticate.h
+++ b/test/common/mifare_desfire_auto_authenticate.h
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#ifndef _MIFARE_DESFIRE_AUTO_AUTHENTICATE_H
diff --git a/test/mifare_classic_fixture.c b/test/mifare_classic_fixture.c
index 50f6246..51ed076 100644
--- a/test/mifare_classic_fixture.c
+++ b/test/mifare_classic_fixture.c
@@ -14,8 +14,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include
diff --git a/test/mifare_classic_fixture.h b/test/mifare_classic_fixture.h
index 1c9772a..fd373e5 100644
--- a/test/mifare_classic_fixture.h
+++ b/test/mifare_classic_fixture.h
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
extern FreefareTag tag;
diff --git a/test/mifare_desfire_ev1_fixture.c b/test/mifare_desfire_ev1_fixture.c
index 7dc0d0c..9152afb 100644
--- a/test/mifare_desfire_ev1_fixture.c
+++ b/test/mifare_desfire_ev1_fixture.c
@@ -14,8 +14,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include
diff --git a/test/mifare_desfire_ev1_fixture.h b/test/mifare_desfire_ev1_fixture.h
index 6089dab..7f22fb3 100644
--- a/test/mifare_desfire_ev1_fixture.h
+++ b/test/mifare_desfire_ev1_fixture.h
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
extern FreefareTag tag;
diff --git a/test/mifare_desfire_fixture.c b/test/mifare_desfire_fixture.c
index 5cf0920..cdd46da 100644
--- a/test/mifare_desfire_fixture.c
+++ b/test/mifare_desfire_fixture.c
@@ -14,8 +14,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include
diff --git a/test/mifare_desfire_fixture.h b/test/mifare_desfire_fixture.h
index 6089dab..7f22fb3 100644
--- a/test/mifare_desfire_fixture.h
+++ b/test/mifare_desfire_fixture.h
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
extern FreefareTag tag;
diff --git a/test/mifare_ultralight_fixture.c b/test/mifare_ultralight_fixture.c
index 47fe85e..2f8567b 100644
--- a/test/mifare_ultralight_fixture.c
+++ b/test/mifare_ultralight_fixture.c
@@ -14,8 +14,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include
diff --git a/test/mifare_ultralight_fixture.h b/test/mifare_ultralight_fixture.h
index 6089dab..7f22fb3 100644
--- a/test/mifare_ultralight_fixture.h
+++ b/test/mifare_ultralight_fixture.h
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
extern FreefareTag tag;
diff --git a/test/test_mad.c b/test/test_mad.c
index c70b06c..1d0cc06 100644
--- a/test/test_mad.c
+++ b/test/test_mad.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include
diff --git a/test/test_mifare_application.c b/test/test_mifare_application.c
index f2c1ee0..9441ebf 100644
--- a/test/test_mifare_application.c
+++ b/test/test_mifare_application.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include
diff --git a/test/test_mifare_classic.c b/test/test_mifare_classic.c
index a52e517..a09077f 100644
--- a/test/test_mifare_classic.c
+++ b/test/test_mifare_classic.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include
diff --git a/test/test_mifare_classic_create_trailer_block.c b/test/test_mifare_classic_create_trailer_block.c
index 9cc5f06..5de926e 100644
--- a/test/test_mifare_classic_create_trailer_block.c
+++ b/test/test_mifare_classic_create_trailer_block.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include
diff --git a/test/test_mifare_classic_mad.c b/test/test_mifare_classic_mad.c
index 15f4b03..7c55b79 100644
--- a/test/test_mifare_classic_mad.c
+++ b/test/test_mifare_classic_mad.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include
diff --git a/test/test_mifare_classic_sector_boundaries.c b/test/test_mifare_classic_sector_boundaries.c
index d54790d..292ad3b 100644
--- a/test/test_mifare_classic_sector_boundaries.c
+++ b/test/test_mifare_classic_sector_boundaries.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include
diff --git a/test/test_mifare_desfire.c b/test/test_mifare_desfire.c
index 92354fe..d311034 100644
--- a/test/test_mifare_desfire.c
+++ b/test/test_mifare_desfire.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include
diff --git a/test/test_mifare_desfire_aes.c b/test/test_mifare_desfire_aes.c
index c333f89..39fec7c 100644
--- a/test/test_mifare_desfire_aes.c
+++ b/test/test_mifare_desfire_aes.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
/*
diff --git a/test/test_mifare_desfire_aid.c b/test/test_mifare_desfire_aid.c
index 65cd15c..445912b 100644
--- a/test/test_mifare_desfire_aid.c
+++ b/test/test_mifare_desfire_aid.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include
diff --git a/test/test_mifare_desfire_des.c b/test/test_mifare_desfire_des.c
index c297620..f9eb4d0 100644
--- a/test/test_mifare_desfire_des.c
+++ b/test/test_mifare_desfire_des.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include
diff --git a/test/test_mifare_desfire_ev1.c b/test/test_mifare_desfire_ev1.c
index 2e4be25..8c044bd 100644
--- a/test/test_mifare_desfire_ev1.c
+++ b/test/test_mifare_desfire_ev1.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include
diff --git a/test/test_mifare_desfire_ev1_3des.c b/test/test_mifare_desfire_ev1_3des.c
index b98a880..8b0bc71 100644
--- a/test/test_mifare_desfire_ev1_3des.c
+++ b/test/test_mifare_desfire_ev1_3des.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include
diff --git a/test/test_mifare_desfire_ev1_3k3des.c b/test/test_mifare_desfire_ev1_3k3des.c
index 50ad932..0b36c96 100644
--- a/test/test_mifare_desfire_ev1_3k3des.c
+++ b/test/test_mifare_desfire_ev1_3k3des.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include
diff --git a/test/test_mifare_desfire_ev1_aes.c b/test/test_mifare_desfire_ev1_aes.c
index 42218c8..8f0bd4e 100644
--- a/test/test_mifare_desfire_ev1_aes.c
+++ b/test/test_mifare_desfire_ev1_aes.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include
diff --git a/test/test_mifare_desfire_ev1_iso.c b/test/test_mifare_desfire_ev1_iso.c
index 1d99533..305e7bc 100644
--- a/test/test_mifare_desfire_ev1_iso.c
+++ b/test/test_mifare_desfire_ev1_iso.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include
diff --git a/test/test_mifare_desfire_key.c b/test/test_mifare_desfire_key.c
index 5cd9941..f032b04 100644
--- a/test/test_mifare_desfire_key.c
+++ b/test/test_mifare_desfire_key.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include
diff --git a/test/test_mifare_ultralight.c b/test/test_mifare_ultralight.c
index 6bbf5d0..9103f00 100644
--- a/test/test_mifare_ultralight.c
+++ b/test/test_mifare_ultralight.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include
diff --git a/test/test_tlv.c b/test/test_tlv.c
index 7dd3009..adf4e08 100644
--- a/test/test_tlv.c
+++ b/test/test_tlv.c
@@ -13,8 +13,6 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see
- *
- * $Id$
*/
#include