diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 14:40:44 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 14:40:44 +0000 |
| commit | c0ec1f37ef32e9f3d3b1ad77f6af2fa650a1dc82 (patch) | |
| tree | 6a3d976e25d26a7f7d12bdbe72ba026376cc00ff /secure/lib/libcipher | |
| parent | 9e522f7a18a64d3b9ea901ed70d0eee78342f0c6 (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 a93667f160a2..28d3b2e4a09a 100644 --- a/secure/lib/libcipher/Makefile +++ b/secure/lib/libcipher/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $Id$ # LIB= cipher diff --git a/secure/lib/libcipher/README b/secure/lib/libcipher/README index ab8af5acbb29..b02ff5a15bd0 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: $FreeBSD$ + Document ref: $Id$ Description diff --git a/secure/lib/libcipher/README.FreeBSD b/secure/lib/libcipher/README.FreeBSD index 2379f73015a1..0dbad1ecb851 100644 --- a/secure/lib/libcipher/README.FreeBSD +++ b/secure/lib/libcipher/README.FreeBSD @@ -1,4 +1,4 @@ -$FreeBSD$ +$Id$ 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 4ecd74f568ae..28d91e64d552 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. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .\" Manual page, using -mandoc macros .\" diff --git a/secure/lib/libcipher/crypt.c b/secure/lib/libcipher/crypt.c index e08e6b3a4a1e..62ea69d6ec4a 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. * - * $FreeBSD$ + * $Id$ * * 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 50ae57100caf..dcbf1c773530 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. # -# $FreeBSD$ +# $Id$ # 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 e9907b9a9232..56dc88aebf82 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. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> diff --git a/secure/lib/libcipher/test/cert.input b/secure/lib/libcipher/test/cert.input index e7c715c7a9d8..db1749e20886 100644 --- a/secure/lib/libcipher/test/cert.input +++ b/secure/lib/libcipher/test/cert.input @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # Salt, key, plaintext, ciphertext # |
