summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcipher
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-01-14 07:20:47 +0000
committerjkh <jkh@FreeBSD.org>1997-01-14 07:20:47 +0000
commit808a36ef658c1810327b5d329469bcf5dad24b28 (patch)
tree1ee435de0c816086549d85bbabfe30ead7f413ec /secure/lib/libcipher
parent058c86d9e8b4a705d2d3f2c0b52d63a2534e97e3 (diff)
downloadFreeBSD-src-808a36ef658c1810327b5d329469bcf5dad24b28.zip
FreeBSD-src-808a36ef658c1810327b5d329469bcf5dad24b28.tar.gz
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
Diffstat (limited to 'secure/lib/libcipher')
-rw-r--r--secure/lib/libcipher/Makefile2
-rw-r--r--secure/lib/libcipher/README2
-rw-r--r--secure/lib/libcipher/README.FreeBSD2
-rw-r--r--secure/lib/libcipher/cipher.32
-rw-r--r--secure/lib/libcipher/crypt.c2
-rw-r--r--secure/lib/libcipher/test/Makefile2
-rw-r--r--secure/lib/libcipher/test/cert.c2
-rw-r--r--secure/lib/libcipher/test/cert.input2
8 files changed, 8 insertions, 8 deletions
diff --git a/secure/lib/libcipher/Makefile b/secure/lib/libcipher/Makefile
index c0cd46a..a93667f 100644
--- a/secure/lib/libcipher/Makefile
+++ b/secure/lib/libcipher/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.8 1996/04/11 07:08:09 markm Exp $
+# $FreeBSD$
#
LIB= cipher
diff --git a/secure/lib/libcipher/README b/secure/lib/libcipher/README
index 53ea229..ab8af5a 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: README,v 1.1 1994/09/07 08:55:24 g89r4222 Exp $
+ Document ref: $FreeBSD$
Description
diff --git a/secure/lib/libcipher/README.FreeBSD b/secure/lib/libcipher/README.FreeBSD
index 06b943f..2379f73 100644
--- a/secure/lib/libcipher/README.FreeBSD
+++ b/secure/lib/libcipher/README.FreeBSD
@@ -1,4 +1,4 @@
-$Id: README.FreeBSD,v 1.1 1994/09/07 08:55:25 g89r4222 Exp $
+$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 94e8d16..4ecd74f 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.1 1996/04/13 08:03:21 markm Exp $
+.\" $FreeBSD$
.\"
.\" Manual page, using -mandoc macros
.\"
diff --git a/secure/lib/libcipher/crypt.c b/secure/lib/libcipher/crypt.c
index cbdefde..e08e6b3 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: crypt.c,v 1.2 1994/09/07 21:48:46 csgr Exp $
+ * $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 f1cf6cc..50ae571 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: Makefile,v 1.1.1.1 1994/09/07 21:18:08 csgr Exp $
+# $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 549c230..e9907b9 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: cert.c,v 1.1.1.1 1994/09/07 21:18:08 csgr Exp $
+ * $FreeBSD$
*/
#include <stdio.h>
diff --git a/secure/lib/libcipher/test/cert.input b/secure/lib/libcipher/test/cert.input
index 275639c..e7c715c 100644
--- a/secure/lib/libcipher/test/cert.input
+++ b/secure/lib/libcipher/test/cert.input
@@ -1,4 +1,4 @@
-# $Id: cert.input,v 1.1 1994/09/07 08:55:26 g89r4222 Exp $
+# $FreeBSD$
#
# Salt, key, plaintext, ciphertext
#
OpenPOWER on IntegriCloud