diff --git a/.gitattributes b/.gitattributes index a92794403205b6a0730cbebee2806f285556500b..5cca731e346e7fe074993c4424a740dd89547bbc 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 83b467ba4f550420f915dd1eab29f168e086c164..d2915e9e7870cfced8dd73f3c2026fe5fe936e46 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 afc299ab7911c99712693858f0afb65ac4fe5cd0..c0d33f9bc6306529e4c2525f337b511ac7d6db9e 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 cdb30873ab10a840344a99c1dd522607c566802f..738569fb9f8a365df5522568fa84021a9d34de8c 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 2692f94e96b4055b79d51b104430fcd2d893af38..d11b77ab61de721f3456912557e34e7564005374 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 bf37ec18439e2b0daaf95d461c1aecb45cd4be8d..fc89c2d048c083a73452f725c5913c4f5a18e1bb 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 0c4ce3b6653033abd4b58a2fd715367db7634e4a..21af02c7154007eb031ea668242efc779945626e 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