summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2012-02-18 21:20:52 +0100
committerNiels Möller <nisse@lysator.liu.se>2012-02-18 21:20:52 +0100
commitf12fdc75692b7bbdfa88a2494b6fa323c91a79ca (patch)
treeb60e2a30b5dd54eee0a259ef7e60e20ac197a3d1
parent8b23832a9e531bc67875f0f7514ab06e45a0cffa (diff)
downloadnettle-f12fdc75692b7bbdfa88a2494b6fa323c91a79ca.tar.gz
Eliminated $Id...$ tags in files.
-rw-r--r--.gitattributes3
-rw-r--r--aclocal.m41
-rw-r--r--cast128_sboxes.h2
-rw-r--r--desCode.h2
-rw-r--r--descore.README2
-rw-r--r--desdata.c2
-rw-r--r--desinfo.h2
7 files changed, 4 insertions, 10 deletions
diff --git a/.gitattributes b/.gitattributes
index a9279440..5cca731e 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1 @@
-[attr]binary -text -crlf -diff -ident
-* text ident
+* text -ident
diff --git a/aclocal.m4 b/aclocal.m4
index 83b467ba..d2915e9e 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -523,7 +523,6 @@ dnl Remember, if the system already had a valid <stdint.h>, the generated
dnl file will include it directly. No need for fuzzy HAVE_STDINT_H things...
dnl
dnl @, (status: used on new platforms) (see http://ac-archive.sf.net/gstdint/)
-dnl @version $Id$
dnl @author Guido Draheim <guidod@gmx.de>
AC_DEFUN([AX_CREATE_STDINT_H],
diff --git a/cast128_sboxes.h b/cast128_sboxes.h
index afc299ab..c0d33f9b 100644
--- a/cast128_sboxes.h
+++ b/cast128_sboxes.h
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* CAST-128 in C
* Written by Steve Reid <sreid@sea-to-sky.net>
* 100% Public Domain - no warranty
diff --git a/desCode.h b/desCode.h
index cdb30873..738569fb 100644
--- a/desCode.h
+++ b/desCode.h
@@ -1,6 +1,6 @@
/* desCode.h
*
- * $Id$ */
+ */
/* des - fast & portable DES encryption & decryption.
* Copyright (C) 1992 Dana L. How
diff --git a/descore.README b/descore.README
index 2692f94e..d11b77ab 100644
--- a/descore.README
+++ b/descore.README
@@ -17,8 +17,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Author's address: how@isl.stanford.edu
-$Id$
-
==>> To compile after untarring/unsharring, just `make' <<==
diff --git a/desdata.c b/desdata.c
index bf37ec18..fc89c2d0 100644
--- a/desdata.c
+++ b/desdata.c
@@ -2,7 +2,7 @@
*
* Generate tables used by des.c and desCode.h.
*
- * $Id$ */
+ */
/*
* des - fast & portable DES encryption & decryption.
diff --git a/desinfo.h b/desinfo.h
index 0c4ce3b6..21af02c7 100644
--- a/desinfo.h
+++ b/desinfo.h
@@ -3,7 +3,7 @@
* Tables describing DES rather than just this implementation.
* These are used in desdata but NOT in runtime code.
*
- * $Id$ */
+ */
/* des - fast & portable DES encryption & decryption.
* Copyright (C) 1992 Dana L. How