summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/des/key_parity.c
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-03-14 11:11:40 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-03-14 11:11:40 +0000
commit13de01fef60a99d076c687b08e516bcd19058522 (patch)
treeb903b7e744ff043c96b263751ff6dc49c46d4c0d /src/lib/crypto/des/key_parity.c
parent6d3b8888cafaf0923da9863aebe759189025084d (diff)
downloadkrb5-13de01fef60a99d076c687b08e516bcd19058522.tar.gz
krb5-13de01fef60a99d076c687b08e516bcd19058522.tar.xz
krb5-13de01fef60a99d076c687b08e516bcd19058522.zip
fix copyrights; add RCS strings to those needing them
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1898 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/des/key_parity.c')
-rw-r--r--src/lib/crypto/des/key_parity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypto/des/key_parity.c b/src/lib/crypto/des/key_parity.c
index 9cfff2902..3890d4adf 100644
--- a/src/lib/crypto/des/key_parity.c
+++ b/src/lib/crypto/des/key_parity.c
@@ -3,6 +3,7 @@
* $Author$
*
* Copyright 1989, 1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please see the file
* <krb5/copyright.h>.
@@ -22,7 +23,6 @@ static char rcsid_key_parity_c[] =
"$Id$";
#endif /* !lint & !SABER */
-#include <krb5/copyright.h>
#include <krb5/krb5.h>
#include "des_int.h"