summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-25 08:52:27 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-25 08:52:27 +0000
commit015bc86ce9fd10113a727c99d350679dfab26cc5 (patch)
tree67f3f3cfaced9b4bd6f7be419b1378dbe36263fe /src/lib/crypto
parent32bd2751bea1949f56467fbdf5b646ec88d38d1a (diff)
add RCS and copyright info
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@942 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto')
-rw-r--r--src/lib/crypto/crc32/Imakefile9
-rw-r--r--src/lib/crypto/des/Imakefile9
2 files changed, 18 insertions, 0 deletions
diff --git a/src/lib/crypto/crc32/Imakefile b/src/lib/crypto/crc32/Imakefile
index ff17c02f5..b1301e8a2 100644
--- a/src/lib/crypto/crc32/Imakefile
+++ b/src/lib/crypto/crc32/Imakefile
@@ -1,3 +1,12 @@
+# $Source$
+# $Author$
+# $Id$
+#
+# Copyright 1990 by the Massachusetts Institute of Technology.
+#
+# For copying and distribution information, please see the file
+# <krb5/copyright.h>.
+#
NormalLibraryObjectRule()
OBJS= crc.o
diff --git a/src/lib/crypto/des/Imakefile b/src/lib/crypto/des/Imakefile
index ad75191f4..26a566d30 100644
--- a/src/lib/crypto/des/Imakefile
+++ b/src/lib/crypto/des/Imakefile
@@ -1,3 +1,12 @@
+# $Source$
+# $Author$
+# $Id$
+#
+# Copyright 1990 by the Massachusetts Institute of Technology.
+#
+# For copying and distribution information, please see the file
+# <krb5/copyright.h>.
+#
NormalLibraryObjectRule()
OBJS= cksum.o \