summaryrefslogtreecommitdiffstats
path: root/lib/libmd
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-08-28 00:22:10 +0000
committerpeter <peter@FreeBSD.org>1999-08-28 00:22:10 +0000
commit76f0c923fe4b2a1616453876611dc76b4f6b5355 (patch)
tree11c3e263d5f0f3acaf3b23fd63177baa9d93b750 /lib/libmd
parentc148814ac642685a549ea821e649cd359879c935 (diff)
downloadFreeBSD-src-76f0c923fe4b2a1616453876611dc76b4f6b5355.zip
FreeBSD-src-76f0c923fe4b2a1616453876611dc76b4f6b5355.tar.gz
$Id$ -> $FreeBSD$
Diffstat (limited to 'lib/libmd')
-rw-r--r--lib/libmd/Makefile2
-rw-r--r--lib/libmd/md2.copyright2
-rw-r--r--lib/libmd/md2.h2
-rw-r--r--lib/libmd/md2c.c2
-rw-r--r--lib/libmd/md4.copyright2
-rw-r--r--lib/libmd/md4.h2
-rw-r--r--lib/libmd/md4c.c2
-rw-r--r--lib/libmd/md5.copyright2
-rw-r--r--lib/libmd/md5c.c2
-rw-r--r--lib/libmd/mdX.32
-rw-r--r--lib/libmd/mdXhl.c2
-rw-r--r--lib/libmd/mddriver.c2
-rw-r--r--lib/libmd/ripemd.32
-rw-r--r--lib/libmd/rmd160c.c2
-rw-r--r--lib/libmd/rmddriver.c2
-rw-r--r--lib/libmd/sha.32
-rw-r--r--lib/libmd/sha.h2
-rw-r--r--lib/libmd/sha0c.c2
-rw-r--r--lib/libmd/shadriver.c2
19 files changed, 19 insertions, 19 deletions
diff --git a/lib/libmd/Makefile b/lib/libmd/Makefile
index 2dc29ed..3264f0a 100644
--- a/lib/libmd/Makefile
+++ b/lib/libmd/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.31 1999/03/01 02:39:45 wollman Exp $
+# $FreeBSD$
LIB= md
SRCS= md2c.c md4c.c md5c.c md2hl.c md4hl.c md5hl.c \
diff --git a/lib/libmd/md2.copyright b/lib/libmd/md2.copyright
index 5f04560..acef7ba 100644
--- a/lib/libmd/md2.copyright
+++ b/lib/libmd/md2.copyright
@@ -1,4 +1,4 @@
-.\" $Id$
+.\" $FreeBSD$
Copyright (C) 1990-2, RSA Data Security, Inc. Created 1990. All
rights reserved.
.Pp
diff --git a/lib/libmd/md2.h b/lib/libmd/md2.h
index 9c1ac5d..8215038 100644
--- a/lib/libmd/md2.h
+++ b/lib/libmd/md2.h
@@ -1,5 +1,5 @@
/* MD2.H - header file for MD2C.C
- * $Id: md2.h,v 1.6 1997/08/25 05:24:24 joerg Exp $
+ * $FreeBSD$
*/
/* Copyright (C) 1990-2, RSA Data Security, Inc. Created 1990. All
diff --git a/lib/libmd/md2c.c b/lib/libmd/md2c.c
index 561337a..97edfbe 100644
--- a/lib/libmd/md2c.c
+++ b/lib/libmd/md2c.c
@@ -1,5 +1,5 @@
/* MD2C.C - RSA Data Security, Inc., MD2 message-digest algorithm
- * $Id: md2c.c,v 1.5 1997/02/22 15:07:15 peter Exp $
+ * $FreeBSD$
*/
/* Copyright (C) 1990-2, RSA Data Security, Inc. Created 1990. All
diff --git a/lib/libmd/md4.copyright b/lib/libmd/md4.copyright
index df93ad0..e450207 100644
--- a/lib/libmd/md4.copyright
+++ b/lib/libmd/md4.copyright
@@ -1,4 +1,4 @@
-.\" $Id$
+.\" $FreeBSD$
Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
rights reserved.
.Pp
diff --git a/lib/libmd/md4.h b/lib/libmd/md4.h
index cee0e4a..5a648c8 100644
--- a/lib/libmd/md4.h
+++ b/lib/libmd/md4.h
@@ -1,5 +1,5 @@
/* MD4.H - header file for MD4C.C
- * $Id: md4.h,v 1.7 1997/08/25 05:24:24 joerg Exp $
+ * $FreeBSD$
*/
/* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
diff --git a/lib/libmd/md4c.c b/lib/libmd/md4c.c
index 71c3af7..a51c739 100644
--- a/lib/libmd/md4c.c
+++ b/lib/libmd/md4c.c
@@ -1,5 +1,5 @@
/* MD4C.C - RSA Data Security, Inc., MD4 message-digest algorithm
- * $Id: md4c.c,v 1.5 1997/02/22 15:07:19 peter Exp $
+ * $FreeBSD$
*/
/* Copyright (C) 1990-2, RSA Data Security, Inc. All rights reserved.
diff --git a/lib/libmd/md5.copyright b/lib/libmd/md5.copyright
index c37746f..b718bf8 100644
--- a/lib/libmd/md5.copyright
+++ b/lib/libmd/md5.copyright
@@ -1,4 +1,4 @@
-.\" $Id$
+.\" $FreeBSD$
Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
rights reserved.
.Pp
diff --git a/lib/libmd/md5c.c b/lib/libmd/md5c.c
index c1fdc6d..8e25a6a 100644
--- a/lib/libmd/md5c.c
+++ b/lib/libmd/md5c.c
@@ -22,7 +22,7 @@
* These notices must be retained in any copies of any part of this
* documentation and/or software.
*
- * $Id: md5c.c,v 1.10 1997/10/21 13:28:36 phk Exp $
+ * $FreeBSD$
*
* This code is the same as the code published by RSA Inc. It has been
* edited for clarity and style only.
diff --git a/lib/libmd/mdX.3 b/lib/libmd/mdX.3
index 77f4b75..ebd8b30 100644
--- a/lib/libmd/mdX.3
+++ b/lib/libmd/mdX.3
@@ -6,7 +6,7 @@
.\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
.\" ----------------------------------------------------------------------------
.\"
-.\" $Id: mdX.3,v 1.14 1999/02/11 20:31:49 wollman Exp $
+.\" $FreeBSD$
.\"
.Dd February 11, 1999
.Dt MDX 3
diff --git a/lib/libmd/mdXhl.c b/lib/libmd/mdXhl.c
index ae4b481..0af7892 100644
--- a/lib/libmd/mdXhl.c
+++ b/lib/libmd/mdXhl.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: mdXhl.c,v 1.11 1997/08/25 05:24:25 joerg Exp $
+ * $FreeBSD$
*
*/
diff --git a/lib/libmd/mddriver.c b/lib/libmd/mddriver.c
index 3b3421f..e58473c 100644
--- a/lib/libmd/mddriver.c
+++ b/lib/libmd/mddriver.c
@@ -1,5 +1,5 @@
/* MDDRIVER.C - test driver for MD2, MD4 and MD5
- * $Id: mddriver.c,v 1.4 1997/08/25 05:24:26 joerg Exp $
+ * $FreeBSD$
*/
/* Copyright (C) 1990-2, RSA Data Security, Inc. Created 1990. All
diff --git a/lib/libmd/ripemd.3 b/lib/libmd/ripemd.3
index 7adc021..12fa3df 100644
--- a/lib/libmd/ripemd.3
+++ b/lib/libmd/ripemd.3
@@ -7,7 +7,7 @@
.\" ----------------------------------------------------------------------------
.\"
.\" From: Id: mdX.3,v 1.14 1999/02/11 20:31:49 wollman Exp
-.\" $Id: sha.3,v 1.1 1999/02/26 04:24:56 wollman Exp $
+.\" $FreeBSD$
.\"
.Dd February 26, 1999
.Dt RIPEMD 3
diff --git a/lib/libmd/rmd160c.c b/lib/libmd/rmd160c.c
index d174c7f..c31f9cd 100644
--- a/lib/libmd/rmd160c.c
+++ b/lib/libmd/rmd160c.c
@@ -55,7 +55,7 @@
* copied and put under another distribution licence
* [including the GNU Public Licence.]
*
- * $Id: rmd160c.c,v 1.2 1999/02/26 20:06:46 wollman Exp $
+ * $FreeBSD$
*/
#include <sys/types.h>
diff --git a/lib/libmd/rmddriver.c b/lib/libmd/rmddriver.c
index e2aa0a4..4278a0f 100644
--- a/lib/libmd/rmddriver.c
+++ b/lib/libmd/rmddriver.c
@@ -1,5 +1,5 @@
/* RIPEMD160DRIVER.C - test driver for RIPEMD160
- * $Id: RIPEMD160driver.c,v 1.1 1999/02/26 04:24:56 wollman Exp $
+ * $FreeBSD$
*/
/* Copyright (C) 1990-2, RSA Data Security, Inc. Created 1990. All
diff --git a/lib/libmd/sha.3 b/lib/libmd/sha.3
index 8c9bc1c..5af126d 100644
--- a/lib/libmd/sha.3
+++ b/lib/libmd/sha.3
@@ -7,7 +7,7 @@
.\" ----------------------------------------------------------------------------
.\"
.\" From: Id: mdX.3,v 1.14 1999/02/11 20:31:49 wollman Exp
-.\" $Id: sha.3,v 1.2 1999/02/26 18:41:45 wollman Exp $
+.\" $FreeBSD$
.\"
.Dd February 25, 1999
.Dt SHA 3
diff --git a/lib/libmd/sha.h b/lib/libmd/sha.h
index ed3867d..7380330 100644
--- a/lib/libmd/sha.h
+++ b/lib/libmd/sha.h
@@ -54,7 +54,7 @@
* copied and put under another distribution licence
* [including the GNU Public Licence.]
*
- * $Id: sha.h,v 1.1 1999/02/26 04:24:56 wollman Exp $
+ * $FreeBSD$
*/
#ifndef _SHA_H_
diff --git a/lib/libmd/sha0c.c b/lib/libmd/sha0c.c
index 29e1c78..19c2728 100644
--- a/lib/libmd/sha0c.c
+++ b/lib/libmd/sha0c.c
@@ -55,7 +55,7 @@
* copied and put under another distribution licence
* [including the GNU Public Licence.]
*
- * $Id: sha0c.c,v 1.1 1999/02/26 04:24:56 wollman Exp $
+ * $FreeBSD$
*/
#include <sys/types.h>
diff --git a/lib/libmd/shadriver.c b/lib/libmd/shadriver.c
index ed3772c..454fac8 100644
--- a/lib/libmd/shadriver.c
+++ b/lib/libmd/shadriver.c
@@ -1,5 +1,5 @@
/* SHADRIVER.C - test driver for SHA-1 (and SHA-0)
- * $Id: mddriver.c,v 1.4 1997/08/25 05:24:26 joerg Exp $
+ * $FreeBSD$
*/
/* Copyright (C) 1990-2, RSA Data Security, Inc. Created 1990. All
OpenPOWER on IntegriCloud