From ed504fcccb4a1850d2d10eb64257b3d1e23da159 Mon Sep 17 00:00:00 2001 From: dillon Date: Sun, 30 Sep 2001 21:56:22 +0000 Subject: add __FBSDID()s to libmd --- lib/libmd/md2c.c | 4 +++- lib/libmd/md4c.c | 4 +++- lib/libmd/md5c.c | 5 +++-- lib/libmd/mdXhl.c | 6 +++--- lib/libmd/mddriver.c | 4 +++- lib/libmd/rmd160c.c | 5 +++-- lib/libmd/rmddriver.c | 4 +++- lib/libmd/sha0c.c | 5 +++-- lib/libmd/sha1c.c | 3 +++ lib/libmd/shadriver.c | 4 +++- 10 files changed, 30 insertions(+), 14 deletions(-) (limited to 'lib/libmd') diff --git a/lib/libmd/md2c.c b/lib/libmd/md2c.c index 8e0b814..dac9c10 100644 --- a/lib/libmd/md2c.c +++ b/lib/libmd/md2c.c @@ -1,7 +1,9 @@ /* MD2C.C - RSA Data Security, Inc., MD2 message-digest algorithm - * $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); + /* Copyright (C) 1990-2, RSA Data Security, Inc. Created 1990. All rights reserved. diff --git a/lib/libmd/md4c.c b/lib/libmd/md4c.c index a51c739..528c42b 100644 --- a/lib/libmd/md4c.c +++ b/lib/libmd/md4c.c @@ -1,7 +1,9 @@ /* MD4C.C - RSA Data Security, Inc., MD4 message-digest algorithm - * $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); + /* Copyright (C) 1990-2, RSA Data Security, Inc. All rights reserved. License to copy and use this software is granted provided that it diff --git a/lib/libmd/md5c.c b/lib/libmd/md5c.c index 6828b9b..79d9f49 100644 --- a/lib/libmd/md5c.c +++ b/lib/libmd/md5c.c @@ -22,12 +22,13 @@ * These notices must be retained in any copies of any part of this * documentation and/or software. * - * $FreeBSD$ - * * This code is the same as the code published by RSA Inc. It has been * edited for clarity and style only. */ +#include +__FBSDID("$FreeBSD$"); + #include #ifdef _KERNEL diff --git a/lib/libmd/mdXhl.c b/lib/libmd/mdXhl.c index 247160c..bd502dd 100644 --- a/lib/libmd/mdXhl.c +++ b/lib/libmd/mdXhl.c @@ -5,11 +5,11 @@ * can do whatever you want with this stuff. If we meet some day, and you think * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- - * - * $FreeBSD$ - * */ +#include +__FBSDID("$FreeBSD$"); + #include #include #include diff --git a/lib/libmd/mddriver.c b/lib/libmd/mddriver.c index e58473c..c12c5fb 100644 --- a/lib/libmd/mddriver.c +++ b/lib/libmd/mddriver.c @@ -1,7 +1,9 @@ /* MDDRIVER.C - test driver for MD2, MD4 and MD5 - * $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); + /* Copyright (C) 1990-2, RSA Data Security, Inc. Created 1990. All rights reserved. diff --git a/lib/libmd/rmd160c.c b/lib/libmd/rmd160c.c index c31f9cd..5fe2486 100644 --- a/lib/libmd/rmd160c.c +++ b/lib/libmd/rmd160c.c @@ -54,10 +54,11 @@ * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence * [including the GNU Public Licence.] - * - * $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); + #include #include diff --git a/lib/libmd/rmddriver.c b/lib/libmd/rmddriver.c index 4278a0f..29084a9 100644 --- a/lib/libmd/rmddriver.c +++ b/lib/libmd/rmddriver.c @@ -1,7 +1,9 @@ /* RIPEMD160DRIVER.C - test driver for RIPEMD160 - * $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); + /* Copyright (C) 1990-2, RSA Data Security, Inc. Created 1990. All rights reserved. diff --git a/lib/libmd/sha0c.c b/lib/libmd/sha0c.c index 19c2728..6d115ea 100644 --- a/lib/libmd/sha0c.c +++ b/lib/libmd/sha0c.c @@ -54,10 +54,11 @@ * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence * [including the GNU Public Licence.] - * - * $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); + #include #include diff --git a/lib/libmd/sha1c.c b/lib/libmd/sha1c.c index 660cff9..dc445e8 100644 --- a/lib/libmd/sha1c.c +++ b/lib/libmd/sha1c.c @@ -56,6 +56,9 @@ * [including the GNU Public Licence.] */ +#include +__FBSDID("$FreeBSD$"); + #include #include diff --git a/lib/libmd/shadriver.c b/lib/libmd/shadriver.c index 454fac8..4dd9078 100644 --- a/lib/libmd/shadriver.c +++ b/lib/libmd/shadriver.c @@ -1,7 +1,9 @@ /* SHADRIVER.C - test driver for SHA-1 (and SHA-0) - * $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); + /* Copyright (C) 1990-2, RSA Data Security, Inc. Created 1990. All rights reserved. -- cgit v1.1