From f12fdc75692b7bbdfa88a2494b6fa323c91a79ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Sat, 18 Feb 2012 21:20:52 +0100 Subject: [PATCH] Eliminated $Id...$ tags in files. --- .gitattributes | 3 +-- aclocal.m4 | 1 - cast128_sboxes.h | 2 -- desCode.h | 2 +- descore.README | 2 -- desdata.c | 2 +- desinfo.h | 2 +- 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 -- GitLab