fix copyright/distribution notices
authorJohn Kohl <jtkohl@mit.edu>
Fri, 25 May 1990 09:43:14 +0000 (09:43 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Fri, 25 May 1990 09:43:14 +0000 (09:43 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@946 dc483132-0cff-0310-8789-dd5450dbe970

15 files changed:
src/lib/crypto/des/cbc_cksum.c
src/lib/crypto/des/cksum.c
src/lib/crypto/des/des.c
src/lib/crypto/des/des_int.h
src/lib/crypto/des/enc_dec.c
src/lib/crypto/des/fin_rndkey.c
src/lib/crypto/des/finish_key.c
src/lib/crypto/des/init_rkey.c
src/lib/crypto/des/key_parity.c
src/lib/crypto/des/key_sched.c
src/lib/crypto/des/make_e.c
src/lib/crypto/des/make_fp.c
src/lib/crypto/des/make_pt.c
src/lib/crypto/des/misc.c
src/lib/crypto/des/verify.c

index fada850993097fba60868c610b26ab3d4abe416a..da651bb0cc84ceb2a45cf2e8f0625cc12c610757 100644 (file)
@@ -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>.
  *
  */
 
index 1bcbab0975a99b3c76d8353b092661f66b4c4e10..37a796460247d4d8b11f361804ae66b687e083e0 100644 (file)
@@ -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.
index 23203059cbbbe45fe74a8f1ca858166e1df06414..53739a7897378baf789e9b0552ab3fad2e86aebb 100644 (file)
@@ -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.
index 0f5ada1d5b9ca26b7ba714e34cc0f28067ba3731..0a7fcc4cf816cd2e5ca5e2212c5e4fbe499f88e1 100644 (file)
@@ -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.
  */
index 72f19e139881d2ca42e904a3f2559c575ab5fd4d..93ef361ee7cbc3be29aa7100079d3e5bcba7c9e6 100644 (file)
@@ -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>.
  *
  */
 
index 02f588c096cae8d8da3bef2dc3be12c1c694afcc..14719ee88db6b12def5930a4f82342699b56a6c6 100644 (file)
@@ -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>.
  *
  */
 
index 39f7db22fa0ab9140c1296e105720eb697d195c0..3e01e7ae2e6c633e9962a457bbd0ad7875a4cad8 100644 (file)
@@ -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>.
  *
  */
 
index 02be2234c4c83676b4890c76c37e8e27830c6a56..89b227079eac7d92ff9e6553e7860a9734ed5c35 100644 (file)
@@ -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>.
  *
  */
 
index ca7c62aea978a081fd2cc8a91d33154a0bc70744..877b68f710b2ce24589fbadb268b01664738ac57 100644 (file)
@@ -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.
index b396e018f00cfa7de75348fa82f786f21f29fd83..c14d1de6a8c2bfdabf3f6b4974fcc7c1b7adfe2b 100644 (file)
@@ -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
index 6842f55ff9c8a054e740073188df833d70ced44c..b2afd0a69658c0d8c4f3c4b3f7dc233f779cddc6 100644 (file)
@@ -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"
index 22bc330915aeac734723e936939c0be7b3bc2ff6..49e7659d494a4165f22cf14739903294859872e5 100644 (file)
@@ -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.
index ffe9cb5987b0e79e095199b47030d1ff6e03e616..27fd5af262266f212cdb03845189aeedc101a9dd 100644 (file)
@@ -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>.
  *
  */
 
index 65d8c17dad766bd2a2d3a47aaf4291f10f9944a6..2422850d0a201ed8f8e777fc7e01b7ea69f11c7c 100644 (file)
@@ -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
index eab24fae13575e5e0ddc5ecbc7fd43fc11bb9f36..84ab6a7cea2a91b378e615cea6411ccd8944f821 100644 (file)
@@ -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.