diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-05-25 09:43:14 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-05-25 09:43:14 +0000 |
| commit | 4b3f40368ecdece0588fb99063ced2b842673fb5 (patch) | |
| tree | ff35ca2bf5159a4bf2b0cb0048741d952a89caeb /src | |
| parent | be11fa434a2ba36411b211351df1c60ff40afc37 (diff) | |
| download | krb5-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.c | 6 | ||||
| -rw-r--r-- | src/lib/crypto/des/cksum.c | 4 | ||||
| -rw-r--r-- | src/lib/crypto/des/des.c | 4 | ||||
| -rw-r--r-- | src/lib/crypto/des/des_int.h | 4 | ||||
| -rw-r--r-- | src/lib/crypto/des/enc_dec.c | 6 | ||||
| -rw-r--r-- | src/lib/crypto/des/fin_rndkey.c | 2 | ||||
| -rw-r--r-- | src/lib/crypto/des/finish_key.c | 2 | ||||
| -rw-r--r-- | src/lib/crypto/des/init_rkey.c | 2 | ||||
| -rw-r--r-- | src/lib/crypto/des/key_parity.c | 4 | ||||
| -rw-r--r-- | src/lib/crypto/des/key_sched.c | 4 | ||||
| -rw-r--r-- | src/lib/crypto/des/make_e.c | 8 | ||||
| -rw-r--r-- | src/lib/crypto/des/make_fp.c | 6 | ||||
| -rw-r--r-- | src/lib/crypto/des/make_pt.c | 6 | ||||
| -rw-r--r-- | src/lib/crypto/des/misc.c | 6 | ||||
| -rw-r--r-- | src/lib/crypto/des/verify.c | 4 |
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 fada850993..da651bb0cc 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 1bcbab0975..37a7964602 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 23203059cb..53739a7897 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 0f5ada1d5b..0a7fcc4cf8 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 72f19e1398..93ef361ee7 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 02f588c096..14719ee88d 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 39f7db22fa..3e01e7ae2e 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 02be2234c4..89b227079e 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 ca7c62aea9..877b68f710 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 b396e018f0..c14d1de6a8 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 6842f55ff9..b2afd0a696 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 22bc330915..49e7659d49 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 ffe9cb5987..27fd5af262 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 65d8c17dad..2422850d0a 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 eab24fae13..84ab6a7cea 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. |
