summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-25 09:43:14 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-25 09:43:14 +0000
commit4b3f40368ecdece0588fb99063ced2b842673fb5 (patch)
treeff35ca2bf5159a4bf2b0cb0048741d952a89caeb /src
parentbe11fa434a2ba36411b211351df1c60ff40afc37 (diff)
downloadkrb5-4b3f40368ecdece0588fb99063ced2b842673fb5.tar.gz
krb5-4b3f40368ecdece0588fb99063ced2b842673fb5.tar.xz
krb5-4b3f40368ecdece0588fb99063ced2b842673fb5.zip
fix copyright/distribution notices
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@946 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/crypto/des/cbc_cksum.c6
-rw-r--r--src/lib/crypto/des/cksum.c4
-rw-r--r--src/lib/crypto/des/des.c4
-rw-r--r--src/lib/crypto/des/des_int.h4
-rw-r--r--src/lib/crypto/des/enc_dec.c6
-rw-r--r--src/lib/crypto/des/fin_rndkey.c2
-rw-r--r--src/lib/crypto/des/finish_key.c2
-rw-r--r--src/lib/crypto/des/init_rkey.c2
-rw-r--r--src/lib/crypto/des/key_parity.c4
-rw-r--r--src/lib/crypto/des/key_sched.c4
-rw-r--r--src/lib/crypto/des/make_e.c8
-rw-r--r--src/lib/crypto/des/make_fp.c6
-rw-r--r--src/lib/crypto/des/make_pt.c6
-rw-r--r--src/lib/crypto/des/misc.c6
-rw-r--r--src/lib/crypto/des/verify.c4
15 files changed, 32 insertions, 36 deletions
diff --git a/src/lib/crypto/des/cbc_cksum.c b/src/lib/crypto/des/cbc_cksum.c
index fada85099..da651bb0c 100644
--- a/src/lib/crypto/des/cbc_cksum.c
+++ b/src/lib/crypto/des/cbc_cksum.c
@@ -2,9 +2,7 @@
* $Source$
* $Author$
*
- * Copyright 1990 by the Massachusetts Institute of Technology.
- *
- * Copyright 1985, 1986, 1987, 1988 by the Massachusetts Institute
+ * Copyright 1985, 1986, 1987, 1988, 1990 by the Massachusetts Institute
* of Technology.
*
* Under U.S. law, this software may not be exported outside the US
@@ -13,7 +11,7 @@
* These routines form the library interface to the DES facilities.
*
* For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
*
*/
diff --git a/src/lib/crypto/des/cksum.c b/src/lib/crypto/des/cksum.c
index 1bcbab097..37a796460 100644
--- a/src/lib/crypto/des/cksum.c
+++ b/src/lib/crypto/des/cksum.c
@@ -2,11 +2,11 @@
* $Source$
* $Author$
*
- * Copyright 1985, 1986, 1987, 1988 by the Massachusetts Institute
+ * Copyright 1985, 1986, 1987, 1988, 1990 by the Massachusetts Institute
* of Technology.
*
* For copying and distribution information, please see the file
- * <mit-copyright.h>.
+ * <krb5/copyright.h>.
*
* These routines perform encryption and decryption using the DES
* private key algorithm, or else a subset of it-- fewer inner loops.
diff --git a/src/lib/crypto/des/des.c b/src/lib/crypto/des/des.c
index 23203059c..53739a789 100644
--- a/src/lib/crypto/des/des.c
+++ b/src/lib/crypto/des/des.c
@@ -2,11 +2,11 @@
* $Source$
* $Author$
*
- * Copyright 1985, 1986, 1987, 1988 by the Massachusetts Institute
+ * Copyright 1985, 1986, 1987, 1988, 1990 by the Massachusetts Institute
* of Technology.
*
* For copying and distribution information, please see the file
- * <mit-copyright.h>.
+ * <krb5/copyright.h>.
*
* These routines perform encryption and decryption using the DES
* private key algorithm, or else a subset of it-- fewer inner loops.
diff --git a/src/lib/crypto/des/des_int.h b/src/lib/crypto/des/des_int.h
index 0f5ada1d5..0a7fcc4cf 100644
--- a/src/lib/crypto/des/des_int.h
+++ b/src/lib/crypto/des/des_int.h
@@ -3,10 +3,10 @@
* $Author$
* $Id$
*
- * Copyright 1987, 1988 by the Massachusetts Institute of Technology.
+ * Copyright 1987, 1988, 1990 by the Massachusetts Institute of Technology.
*
* For copying and distribution information, please see the file
- * <mit-copyright.h>.
+ * <krb5/copyright.h>.
*
* Private include file for the Data Encryption Standard library.
*/
diff --git a/src/lib/crypto/des/enc_dec.c b/src/lib/crypto/des/enc_dec.c
index 72f19e139..93ef361ee 100644
--- a/src/lib/crypto/des/enc_dec.c
+++ b/src/lib/crypto/des/enc_dec.c
@@ -2,9 +2,7 @@
* $Source$
* $Author$
*
- * Copyright 1990 by the Massachusetts Institute of Technology.
- *
- * Copyright 1985, 1986, 1987, 1988 by the Massachusetts Institute
+ * Copyright 1985, 1986, 1987, 1988, 1990 by the Massachusetts Institute
* of Technology.
*
* These routines perform encryption and decryption using the DES
@@ -19,7 +17,7 @@
* Originally written 8/85 by Steve Miller, MIT Project Athena.
*
* For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
*
*/
diff --git a/src/lib/crypto/des/fin_rndkey.c b/src/lib/crypto/des/fin_rndkey.c
index 02f588c09..14719ee88 100644
--- a/src/lib/crypto/des/fin_rndkey.c
+++ b/src/lib/crypto/des/fin_rndkey.c
@@ -5,7 +5,7 @@
* Copyright 1990 by the Massachusetts Institute of Technology.
*
* For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
*
*/
diff --git a/src/lib/crypto/des/finish_key.c b/src/lib/crypto/des/finish_key.c
index 39f7db22f..3e01e7ae2 100644
--- a/src/lib/crypto/des/finish_key.c
+++ b/src/lib/crypto/des/finish_key.c
@@ -5,7 +5,7 @@
* Copyright 1990 by the Massachusetts Institute of Technology.
*
* For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
*
*/
diff --git a/src/lib/crypto/des/init_rkey.c b/src/lib/crypto/des/init_rkey.c
index 02be2234c..89b227079 100644
--- a/src/lib/crypto/des/init_rkey.c
+++ b/src/lib/crypto/des/init_rkey.c
@@ -5,7 +5,7 @@
* Copyright 1990 by the Massachusetts Institute of Technology.
*
* For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
*
*/
diff --git a/src/lib/crypto/des/key_parity.c b/src/lib/crypto/des/key_parity.c
index ca7c62aea..877b68f71 100644
--- a/src/lib/crypto/des/key_parity.c
+++ b/src/lib/crypto/des/key_parity.c
@@ -2,10 +2,10 @@
* $Source$
* $Author$
*
- * Copyright 1989 by the Massachusetts Institute of Technology.
+ * Copyright 1989, 1990 by the Massachusetts Institute of Technology.
*
* For copying and distribution information, please see the file
- * <mit-copyright.h>.
+ * <krb5/copyright.h>.
*
* These routines check and fix parity of encryption keys for the DES
* algorithm.
diff --git a/src/lib/crypto/des/key_sched.c b/src/lib/crypto/des/key_sched.c
index b396e018f..c14d1de6a 100644
--- a/src/lib/crypto/des/key_sched.c
+++ b/src/lib/crypto/des/key_sched.c
@@ -2,11 +2,11 @@
* $Source$
* $Author$
*
- * Copyright 1985, 1986, 1987, 1988 by the Massachusetts Institute
+ * Copyright 1985, 1986, 1987, 1988, 1990 by the Massachusetts Institute
* of Technology.
*
* For copying and distribution information, please see the file
- * <mit-copyright.h>.
+ * <krb5/copyright.h>.
*
* This routine computes the DES key schedule given a key. The
* permutations and shifts have been done at compile time, resulting
diff --git a/src/lib/crypto/des/make_e.c b/src/lib/crypto/des/make_e.c
index 6842f55ff..b2afd0a69 100644
--- a/src/lib/crypto/des/make_e.c
+++ b/src/lib/crypto/des/make_e.c
@@ -2,16 +2,16 @@
* $Source$
* $Author$
*
- * Copyright 1987, 1988,1990 by the Massachusetts Institute of Technology.
+ * Copyright 1987, 1988, 1990 by the Massachusetts Institute of Technology.
*
- * For copying and distribution information,
- * please see the file <krb5/copyright.h>.
+ * For copying and distribution information, please see the file
+ * <krb5/copyright.h>.
*
* This routine generates source code that implements the "E"
* operations of the DES.
*/
-#include <krb5/mit-copyright.h>
+#include <krb5/copyright.h>
#include <krb5/krb5.h>
#include <stdio.h>
#include "des_int.h"
diff --git a/src/lib/crypto/des/make_fp.c b/src/lib/crypto/des/make_fp.c
index 22bc33091..49e7659d4 100644
--- a/src/lib/crypto/des/make_fp.c
+++ b/src/lib/crypto/des/make_fp.c
@@ -2,10 +2,10 @@
* $Source$
* $Author$
*
- * Copyright 1988,1990 by the Massachusetts Institute of Technology.
+ * Copyright 1988, 1990 by the Massachusetts Institute of Technology.
*
- * For copying and distribution information,
- * please see the file <krb5/copyright.h>.
+ * For copying and distribution information, please see the file
+ * <krb5/copyright.h>.
*
* This file contains a generation routine for source code
* implementing the final permutation of the DES.
diff --git a/src/lib/crypto/des/make_pt.c b/src/lib/crypto/des/make_pt.c
index ffe9cb598..27fd5af26 100644
--- a/src/lib/crypto/des/make_pt.c
+++ b/src/lib/crypto/des/make_pt.c
@@ -2,10 +2,10 @@
* $Source$
* $Author$
*
- * Copyright 1985, 1988,1990 by the Massachusetts Institute of Technology.
+ * Copyright 1985, 1988, 1990 by the Massachusetts Institute of Technology.
*
- * For copying and distribution information, please
- * see the file <krb5/copyright.h>.
+ * For copying and distribution information, please see the file
+ * <krb5/copyright.h>.
*
*/
diff --git a/src/lib/crypto/des/misc.c b/src/lib/crypto/des/misc.c
index 65d8c17da..2422850d0 100644
--- a/src/lib/crypto/des/misc.c
+++ b/src/lib/crypto/des/misc.c
@@ -2,10 +2,10 @@
* $Source$
* $Author$
*
- * Copyright 1988,1990 by the Massachusetts Institute of Technology.
+ * Copyright 1988, 1990 by the Massachusetts Institute of Technology.
*
- * For copying and distribution information,
- * please seethe file <krb5/copyright.h>.
+ * For copying and distribution information, please see the file
+ * <krb5/copyright.h>.
*
* This file contains most of the routines needed by the various
* make_foo programs, to account for bit- and byte-ordering on
diff --git a/src/lib/crypto/des/verify.c b/src/lib/crypto/des/verify.c
index eab24fae1..84ab6a7ce 100644
--- a/src/lib/crypto/des/verify.c
+++ b/src/lib/crypto/des/verify.c
@@ -2,10 +2,10 @@
* $Source$
* $Author$
*
- * Copyright 1988 by the Massachusetts Institute of Technology.
+ * Copyright 1988, 1990 by the Massachusetts Institute of Technology.
*
* For copying and distribution information, please see the file
- * <mit-copyright.h>.
+ * <krb5/copyright.h>.
*
* Program to test the correctness of the DES library
* implementation.