]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Eliminated $Id...$ tags in files.
authorNiels Möller <nisse@lysator.liu.se>
Sat, 18 Feb 2012 20:20:52 +0000 (21:20 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 18 Feb 2012 20:20:52 +0000 (21:20 +0100)
.gitattributes
aclocal.m4
cast128_sboxes.h
desCode.h
descore.README
desdata.c
desinfo.h

index a92794403205b6a0730cbebee2806f285556500b..5cca731e346e7fe074993c4424a740dd89547bbc 100644 (file)
@@ -1,2 +1 @@
-[attr]binary -text -crlf -diff -ident
-* text ident
+* text -ident
index 83b467ba4f550420f915dd1eab29f168e086c164..d2915e9e7870cfced8dd73f3c2026fe5fe936e46 100644 (file)
@@ -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],
index afc299ab7911c99712693858f0afb65ac4fe5cd0..c0d33f9bc6306529e4c2525f337b511ac7d6db9e 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  *     CAST-128 in C
  *     Written by Steve Reid <sreid@sea-to-sky.net>
  *     100% Public Domain - no warranty
index cdb30873ab10a840344a99c1dd522607c566802f..738569fb9f8a365df5522568fa84021a9d34de8c 100644 (file)
--- 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
index 2692f94e96b4055b79d51b104430fcd2d893af38..d11b77ab61de721f3456912557e34e7564005374 100644 (file)
@@ -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' <<==
 
index bf37ec18439e2b0daaf95d461c1aecb45cd4be8d..fc89c2d048c083a73452f725c5913c4f5a18e1bb 100644 (file)
--- 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.
index 0c4ce3b6653033abd4b58a2fd715367db7634e4a..21af02c7154007eb031ea668242efc779945626e 100644 (file)
--- 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