* $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
* 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>.
*
*/
* $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.
* $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.
* $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.
*/
* $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
* 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>.
*
*/
* Copyright 1990 by the Massachusetts Institute of Technology.
*
* For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
*
*/
* Copyright 1990 by the Massachusetts Institute of Technology.
*
* For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
*
*/
* Copyright 1990 by the Massachusetts Institute of Technology.
*
* For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
*
*/
* $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.
* $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
* $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"
* $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.
* $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>.
*
*/
* $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
* $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.