From 4b3f40368ecdece0588fb99063ced2b842673fb5 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Fri, 25 May 1990 09:43:14 +0000 Subject: [PATCH] fix copyright/distribution notices git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@946 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/crypto/des/cbc_cksum.c | 6 ++---- src/lib/crypto/des/cksum.c | 4 ++-- src/lib/crypto/des/des.c | 4 ++-- src/lib/crypto/des/des_int.h | 4 ++-- src/lib/crypto/des/enc_dec.c | 6 ++---- src/lib/crypto/des/fin_rndkey.c | 2 +- src/lib/crypto/des/finish_key.c | 2 +- src/lib/crypto/des/init_rkey.c | 2 +- src/lib/crypto/des/key_parity.c | 4 ++-- src/lib/crypto/des/key_sched.c | 4 ++-- src/lib/crypto/des/make_e.c | 8 ++++---- src/lib/crypto/des/make_fp.c | 6 +++--- src/lib/crypto/des/make_pt.c | 6 +++--- src/lib/crypto/des/misc.c | 6 +++--- 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 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 - * . + * . * */ 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 - * . + * . * * 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 - * . + * . * * 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 - * . + * . * * 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 - * . + * . * */ 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 - * . + * . * */ 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 - * . + * . * */ 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 - * . + * . * */ 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 - * . + * . * * 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 - * . + * . * * 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 . + * For copying and distribution information, please see the file + * . * * This routine generates source code that implements the "E" * operations of the DES. */ -#include +#include #include #include #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 . + * For copying and distribution information, please see the file + * . * * 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 . + * For copying and distribution information, please see the file + * . * */ 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 . + * For copying and distribution information, please see the file + * . * * 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 - * . + * . * * Program to test the correctness of the DES library * implementation. -- 2.26.2