diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 01:35:59 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 01:35:59 +0000 |
| commit | 97d92980a96a50750844f420cc225ddf918f0699 (patch) | |
| tree | fc27ba7986197654e0590b963524833255709f22 /secure/lib/libcipher | |
| parent | dacec3e8f2226e029edbfe9938772ed71d99af62 (diff) | |
Notes
Diffstat (limited to 'secure/lib/libcipher')
| -rw-r--r-- | secure/lib/libcipher/Makefile | 2 | ||||
| -rw-r--r-- | secure/lib/libcipher/README | 2 | ||||
| -rw-r--r-- | secure/lib/libcipher/README.FreeBSD | 2 | ||||
| -rw-r--r-- | secure/lib/libcipher/cipher.3 | 2 | ||||
| -rw-r--r-- | secure/lib/libcipher/crypt.c | 2 | ||||
| -rw-r--r-- | secure/lib/libcipher/test/Makefile | 2 | ||||
| -rw-r--r-- | secure/lib/libcipher/test/cert.c | 2 | ||||
| -rw-r--r-- | secure/lib/libcipher/test/cert.input | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/secure/lib/libcipher/Makefile b/secure/lib/libcipher/Makefile index 28d3b2e4a09a..a93667f160a2 100644 --- a/secure/lib/libcipher/Makefile +++ b/secure/lib/libcipher/Makefile @@ -1,5 +1,5 @@ # -# $Id$ +# $FreeBSD$ # LIB= cipher diff --git a/secure/lib/libcipher/README b/secure/lib/libcipher/README index b02ff5a15bd0..ab8af5acbb29 100644 --- a/secure/lib/libcipher/README +++ b/secure/lib/libcipher/README @@ -4,7 +4,7 @@ David Burren <davidb@werj.com.au> Release 1.0, March 1994 - Document ref: $Id$ + Document ref: $FreeBSD$ Description diff --git a/secure/lib/libcipher/README.FreeBSD b/secure/lib/libcipher/README.FreeBSD index 0dbad1ecb851..2379f73015a1 100644 --- a/secure/lib/libcipher/README.FreeBSD +++ b/secure/lib/libcipher/README.FreeBSD @@ -1,4 +1,4 @@ -$Id$ +$FreeBSD$ This is FreeSec package for NetBSD, unchanged for FreeBSD, except for the Makefile. diff --git a/secure/lib/libcipher/cipher.3 b/secure/lib/libcipher/cipher.3 index e05a3d482797..a534fd77ce77 100644 --- a/secure/lib/libcipher/cipher.3 +++ b/secure/lib/libcipher/cipher.3 @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: cipher.3,v 1.4 1997/02/22 14:40:20 peter Exp $ +.\" $FreeBSD$ .\" .\" Manual page, using -mandoc macros .\" diff --git a/secure/lib/libcipher/crypt.c b/secure/lib/libcipher/crypt.c index 62ea69d6ec4a..4798371b251a 100644 --- a/secure/lib/libcipher/crypt.c +++ b/secure/lib/libcipher/crypt.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ * * This is an original implementation of the DES and the crypt(3) interfaces * by David Burren <davidb@werj.com.au>. diff --git a/secure/lib/libcipher/test/Makefile b/secure/lib/libcipher/test/Makefile index dcbf1c773530..50ae57100caf 100644 --- a/secure/lib/libcipher/test/Makefile +++ b/secure/lib/libcipher/test/Makefile @@ -2,7 +2,7 @@ # Hacked Makefile to compile and run the DES-certification program, # but not install anything. # -# $Id$ +# $FreeBSD$ # LIBCRYPT!=cd $(.CURDIR)/..; \ printf "xxx:\n\techo \$${.OBJDIR}/libcipher.a\n" | make -r -s -f - xxx diff --git a/secure/lib/libcipher/test/cert.c b/secure/lib/libcipher/test/cert.c index 56dc88aebf82..e9907b9a9232 100644 --- a/secure/lib/libcipher/test/cert.c +++ b/secure/lib/libcipher/test/cert.c @@ -3,7 +3,7 @@ * shipped with UFC-crypt which is apparently derived from one distributed * with Phil Karns PD DES package. * - * $Id$ + * $FreeBSD$ */ #include <stdio.h> diff --git a/secure/lib/libcipher/test/cert.input b/secure/lib/libcipher/test/cert.input index db1749e20886..e7c715c7a9d8 100644 --- a/secure/lib/libcipher/test/cert.input +++ b/secure/lib/libcipher/test/cert.input @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ # # Salt, key, plaintext, ciphertext # |
