diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-08-29 15:04:30 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-29 15:04:30 +0000 |
| commit | ee00aca0117c842d6282ea58ac984b2b34123ec2 (patch) | |
| tree | d2a7830abf78d333bc5b0daff58932352cf729da /lib/libmd | |
| parent | f376ef90540b4d5b6e7f467620e91404ba306d89 (diff) | |
Notes
Diffstat (limited to 'lib/libmd')
| -rw-r--r-- | lib/libmd/Makefile | 2 | ||||
| -rw-r--r-- | lib/libmd/md2.copyright | 2 | ||||
| -rw-r--r-- | lib/libmd/md2.h | 2 | ||||
| -rw-r--r-- | lib/libmd/md2c.c | 2 | ||||
| -rw-r--r-- | lib/libmd/md4.copyright | 2 | ||||
| -rw-r--r-- | lib/libmd/md4.h | 2 | ||||
| -rw-r--r-- | lib/libmd/md4c.c | 2 | ||||
| -rw-r--r-- | lib/libmd/md5.copyright | 2 | ||||
| -rw-r--r-- | lib/libmd/md5c.c | 2 | ||||
| -rw-r--r-- | lib/libmd/mdX.3 | 2 | ||||
| -rw-r--r-- | lib/libmd/mdXhl.c | 2 | ||||
| -rw-r--r-- | lib/libmd/mddriver.c | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/lib/libmd/Makefile b/lib/libmd/Makefile index d2cb2d5e8440..cc68a2f0bc3f 100644 --- a/lib/libmd/Makefile +++ b/lib/libmd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.27 1998/09/11 05:41:29 imp 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 5f0456025108..acef7bab5be6 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 9c1ac5d269cc..8215038cc577 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 561337a87ea9..97edfbe5a437 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 df93ad0a9347..e4502073a1ce 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 cee0e4a6b10f..5a648c87f63a 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 71c3af7ffd7a..a51c73965921 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 c37746f4501e..b718bf8b5ebe 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 c1fdc6d864f2..8e25a6a5e8ea 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 21e4d45875e2..0f1091817d25 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.12 1998/03/19 07:34:12 charnier Exp $ +.\" $FreeBSD$ .\" .Dd October 9, 1996 .Dt MDX 3 diff --git a/lib/libmd/mdXhl.c b/lib/libmd/mdXhl.c index 460d27ee5ea2..b441140df6e9 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.10 1997/02/22 15:07:23 peter Exp $ + * $FreeBSD$ * */ diff --git a/lib/libmd/mddriver.c b/lib/libmd/mddriver.c index 82a4757f7624..0d76ccba18af 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.3 1997/02/22 15:07:24 peter Exp $ + * $FreeBSD$ */ /* Copyright (C) 1990-2, RSA Data Security, Inc. Created 1990. All |
