diff options
| author | John Kohl <jtkohl@mit.edu> | 1991-06-06 10:09:56 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1991-06-06 10:09:56 +0000 |
| commit | cb0b106e9547969ea0bbe087aa43934612473b18 (patch) | |
| tree | f1ce5ca6003cbc4ea1eea1daa6a808f7f19b99d6 /src/lib/crypto | |
| parent | 2ed6ce22621cb73b284d7cb644e155fe2a8e1e3f (diff) | |
Update copyright notice
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2156 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto')
39 files changed, 624 insertions, 78 deletions
diff --git a/src/lib/crypto/crc32/Imakefile b/src/lib/crypto/crc32/Imakefile index ceafdc336..19ad79072 100644 --- a/src/lib/crypto/crc32/Imakefile +++ b/src/lib/crypto/crc32/Imakefile @@ -5,8 +5,22 @@ # Copyright 1990,1991 by the Massachusetts Institute of Technology. # All Rights Reserved. # -# For copying and distribution information, please see the file -# <krb5/copyright.h>. +# Export of this software from the United States of America is assumed +# to require a specific license from the United States Government. +# It is the responsibility of any person or organization contemplating +# export to obtain such a license before exporting. +# +# WITHIN THAT CONSTRAINT, permission to use, copy, modify, and +# distribute this software and its documentation for any purpose and +# without fee is hereby granted, provided that the above copyright +# notice appear in all copies and that both that copyright notice and +# this permission notice appear in supporting documentation, and that +# the name of M.I.T. not be used in advertising or publicity pertaining +# to distribution of the software without specific, written prior +# permission. M.I.T. makes no representations about the suitability of +# this software for any purpose. It is provided "as is" without express +# or implied warranty. +# # NormalLibraryObjectRule() diff --git a/src/lib/crypto/crc32/crc.c b/src/lib/crypto/crc32/crc.c index 2e7f04837..bacd23b34 100644 --- a/src/lib/crypto/crc32/crc.c +++ b/src/lib/crypto/crc32/crc.c @@ -5,8 +5,22 @@ * Copyright 1990 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * For copying and distribution information, please see the file - * <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * * CRC-32/AUTODIN-II routines */ diff --git a/src/lib/crypto/crc32/crctest.c b/src/lib/crypto/crc32/crctest.c index a716b8bea..42ac5df65 100644 --- a/src/lib/crypto/crc32/crctest.c +++ b/src/lib/crypto/crc32/crctest.c @@ -5,8 +5,22 @@ * Copyright 1990 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * For copying and distribution information, please see the file - * <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * * CRC test driver program. */ diff --git a/src/lib/crypto/cryptoconf.c b/src/lib/crypto/cryptoconf.c index 0b5829b64..defb70477 100644 --- a/src/lib/crypto/cryptoconf.c +++ b/src/lib/crypto/cryptoconf.c @@ -5,8 +5,22 @@ * Copyright 1990,1991 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * For copying and distribution information, please see the file - * <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * * Cryptosystem configurations */ diff --git a/src/lib/crypto/des/Imakefile b/src/lib/crypto/des/Imakefile index 360643126..505a43842 100644 --- a/src/lib/crypto/des/Imakefile +++ b/src/lib/crypto/des/Imakefile @@ -5,8 +5,22 @@ # Copyright 1990 by the Massachusetts Institute of Technology. # All Rights Reserved. # -# For copying and distribution information, please see the file -# <krb5/copyright.h>. +# Export of this software from the United States of America is assumed +# to require a specific license from the United States Government. +# It is the responsibility of any person or organization contemplating +# export to obtain such a license before exporting. +# +# WITHIN THAT CONSTRAINT, permission to use, copy, modify, and +# distribute this software and its documentation for any purpose and +# without fee is hereby granted, provided that the above copyright +# notice appear in all copies and that both that copyright notice and +# this permission notice appear in supporting documentation, and that +# the name of M.I.T. not be used in advertising or publicity pertaining +# to distribution of the software without specific, written prior +# permission. M.I.T. makes no representations about the suitability of +# this software for any purpose. It is provided "as is" without express +# or implied warranty. +# # NormalLibraryObjectRule() diff --git a/src/lib/crypto/des/cbc_cksum.c b/src/lib/crypto/des/cbc_cksum.c index eb42d8a20..6bf748922 100644 --- a/src/lib/crypto/des/cbc_cksum.c +++ b/src/lib/crypto/des/cbc_cksum.c @@ -11,8 +11,22 @@ * * These routines form the library interface to the DES facilities. * - * For copying and distribution information, please see the file - * <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * */ diff --git a/src/lib/crypto/des/cksum.c b/src/lib/crypto/des/cksum.c index 382df1f19..b6487747f 100644 --- a/src/lib/crypto/des/cksum.c +++ b/src/lib/crypto/des/cksum.c @@ -6,8 +6,22 @@ * of Technology. * All Rights Reserved. * - * For copying and distribution information, please see the file - * <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * * 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/cs_entry.c b/src/lib/crypto/des/cs_entry.c index 1013d60a8..205b05d66 100644 --- a/src/lib/crypto/des/cs_entry.c +++ b/src/lib/crypto/des/cs_entry.c @@ -5,8 +5,22 @@ * Copyright 1990,1991 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * For copying and distribution information, please see the file - * <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * * DES encryption interface file */ diff --git a/src/lib/crypto/des/des.c b/src/lib/crypto/des/des.c index 2c7853a24..69c06373e 100644 --- a/src/lib/crypto/des/des.c +++ b/src/lib/crypto/des/des.c @@ -6,8 +6,22 @@ * of Technology. * All Rights Reserved. * - * For copying and distribution information, please see the file - * <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * * 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 9f39fb6f6..38825838a 100644 --- a/src/lib/crypto/des/des_int.h +++ b/src/lib/crypto/des/des_int.h @@ -6,8 +6,22 @@ * Copyright 1987, 1988, 1990 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * For copying and distribution information, please see the file - * <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * * Private include file for the Data Encryption Standard library. */ diff --git a/src/lib/crypto/des/destest.c b/src/lib/crypto/des/destest.c index 4fdc1a0d8..66578d4bc 100644 --- a/src/lib/crypto/des/destest.c +++ b/src/lib/crypto/des/destest.c @@ -5,8 +5,22 @@ * Copyright 1990,1991 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * For copying and distribution information, please see the file - * <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * * Test a DES implementation against known inputs & outputs */ diff --git a/src/lib/crypto/des/enc_dec.c b/src/lib/crypto/des/enc_dec.c index 516732cc2..0a19ce9e6 100644 --- a/src/lib/crypto/des/enc_dec.c +++ b/src/lib/crypto/des/enc_dec.c @@ -17,8 +17,22 @@ * * Originally written 8/85 by Steve Miller, MIT Project Athena. * - * For copying and distribution information, please see the file - * <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * */ diff --git a/src/lib/crypto/des/fin_rndkey.c b/src/lib/crypto/des/fin_rndkey.c index 87f24da6a..0e1926617 100644 --- a/src/lib/crypto/des/fin_rndkey.c +++ b/src/lib/crypto/des/fin_rndkey.c @@ -5,8 +5,22 @@ * Copyright 1990,1991 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * For copying and distribution information, please see the file - * <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * */ diff --git a/src/lib/crypto/des/finish_key.c b/src/lib/crypto/des/finish_key.c index 297f04222..8fd1b10db 100644 --- a/src/lib/crypto/des/finish_key.c +++ b/src/lib/crypto/des/finish_key.c @@ -5,8 +5,22 @@ * Copyright 1990 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * For copying and distribution information, please see the file - * <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * */ diff --git a/src/lib/crypto/des/init_rkey.c b/src/lib/crypto/des/init_rkey.c index 0f5d088f0..63ef7abd6 100644 --- a/src/lib/crypto/des/init_rkey.c +++ b/src/lib/crypto/des/init_rkey.c @@ -5,8 +5,22 @@ * Copyright 1990 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * For copying and distribution information, please see the file - * <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * */ diff --git a/src/lib/crypto/des/key_parity.c b/src/lib/crypto/des/key_parity.c index 3890d4adf..5c56c0d05 100644 --- a/src/lib/crypto/des/key_parity.c +++ b/src/lib/crypto/des/key_parity.c @@ -5,8 +5,22 @@ * Copyright 1989, 1990 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * For copying and distribution information, please see the file - * <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * * 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 a77e50596..bb0f9e2c3 100644 --- a/src/lib/crypto/des/key_sched.c +++ b/src/lib/crypto/des/key_sched.c @@ -6,8 +6,22 @@ * of Technology. * All Rights Reserved. * - * For copying and distribution information, please see the file - * <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * * 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/krb_glue.c b/src/lib/crypto/des/krb_glue.c index f2fa86843..188e95dff 100644 --- a/src/lib/crypto/des/krb_glue.c +++ b/src/lib/crypto/des/krb_glue.c @@ -17,8 +17,22 @@ * * Originally written 8/85 by Steve Miller, MIT Project Athena. * - * For copying and distribution information, please see the file - * <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * */ diff --git a/src/lib/crypto/des/make_e.c b/src/lib/crypto/des/make_e.c index d912967cb..7829eb8f4 100644 --- a/src/lib/crypto/des/make_e.c +++ b/src/lib/crypto/des/make_e.c @@ -5,8 +5,22 @@ * Copyright 1987, 1988, 1990 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * For copying and distribution information, please see the file - * <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * * This routine generates source code that implements the "E" * operations of the DES. diff --git a/src/lib/crypto/des/make_fp.c b/src/lib/crypto/des/make_fp.c index a47890695..d7d6223d3 100644 --- a/src/lib/crypto/des/make_fp.c +++ b/src/lib/crypto/des/make_fp.c @@ -5,8 +5,22 @@ * Copyright 1988, 1990 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * For copying and distribution information, please see the file - * <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * * This file contains a generation routine for source code * implementing the final permutation of the DES. diff --git a/src/lib/crypto/des/make_ip.c b/src/lib/crypto/des/make_ip.c index 6114f9dbe..86e0bd3a9 100644 --- a/src/lib/crypto/des/make_ip.c +++ b/src/lib/crypto/des/make_ip.c @@ -5,8 +5,22 @@ * Copyright 1987, 1988,1990 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * For copying and distribution information, please see the file - * <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * * This routine generates source code implementing the initial * permutation of the DES. diff --git a/src/lib/crypto/des/make_kp.c b/src/lib/crypto/des/make_kp.c index 3cbd3f301..92bb1d65d 100644 --- a/src/lib/crypto/des/make_kp.c +++ b/src/lib/crypto/des/make_kp.c @@ -6,8 +6,22 @@ * Copyright 1988,1990 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * For copying and distribution information, please see the file - * <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * * This routine calculates an effective Key schedule set of * permutations for des. Beginning with the pre-defined key schedule diff --git a/src/lib/crypto/des/make_odd.c b/src/lib/crypto/des/make_odd.c index 1c3f4deb9..a61d2b6c0 100644 --- a/src/lib/crypto/des/make_odd.c +++ b/src/lib/crypto/des/make_odd.c @@ -5,8 +5,22 @@ * Copyright 1988,1990 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * For copying and distribution information, please see - * the file <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * * This routine generates an odd-parity table for use in key generation. */ diff --git a/src/lib/crypto/des/make_p.c b/src/lib/crypto/des/make_p.c index 0a83fd182..fa3662d15 100644 --- a/src/lib/crypto/des/make_p.c +++ b/src/lib/crypto/des/make_p.c @@ -5,8 +5,22 @@ * Copyright 1985, 1988,1990 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * For copying and distribution information, please - * see the file <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * * This routine generates the P permutation code for the DES. */ diff --git a/src/lib/crypto/des/make_pt.c b/src/lib/crypto/des/make_pt.c index 9bdc885f7..2c5ca8fda 100644 --- a/src/lib/crypto/des/make_pt.c +++ b/src/lib/crypto/des/make_pt.c @@ -5,8 +5,22 @@ * Copyright 1985, 1988, 1990 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * For copying and distribution information, please see the file - * <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * */ diff --git a/src/lib/crypto/des/make_s.c b/src/lib/crypto/des/make_s.c index 7b41f87cd..36cd11d9b 100644 --- a/src/lib/crypto/des/make_s.c +++ b/src/lib/crypto/des/make_s.c @@ -5,8 +5,22 @@ * Copyright 1985, 1988, 1990 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * For copying and distribution information, please - * see the file <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * */ #if !defined(lint) && !defined(SABER) diff --git a/src/lib/crypto/des/make_st.c b/src/lib/crypto/des/make_st.c index 37db177eb..9e4546d05 100644 --- a/src/lib/crypto/des/make_st.c +++ b/src/lib/crypto/des/make_st.c @@ -5,8 +5,22 @@ * Copyright 1985, 1988, 1990 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * For copying and distribution information, please - * see the file <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * */ #if !defined(lint) && !defined(SABER) diff --git a/src/lib/crypto/des/misc.c b/src/lib/crypto/des/misc.c index 2d224937a..ffc12fab3 100644 --- a/src/lib/crypto/des/misc.c +++ b/src/lib/crypto/des/misc.c @@ -5,8 +5,22 @@ * Copyright 1988, 1990 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * For copying and distribution information, please see the file - * <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * * 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/new_rn_key.c b/src/lib/crypto/des/new_rn_key.c index e3a8a9051..028e7ca7b 100644 --- a/src/lib/crypto/des/new_rn_key.c +++ b/src/lib/crypto/des/new_rn_key.c @@ -5,8 +5,22 @@ * Copyright 1988,1990 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * For copying and distribution information, please see the file - * <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * * New pseudo-random key generator, using DES encryption to make the * pseudo-random cycle as hard to break as DES. diff --git a/src/lib/crypto/des/process_ky.c b/src/lib/crypto/des/process_ky.c index 0f39a4359..8edda5f31 100644 --- a/src/lib/crypto/des/process_ky.c +++ b/src/lib/crypto/des/process_ky.c @@ -5,8 +5,22 @@ * Copyright 1990 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * For copying and distribution information, please see the file - * <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * */ diff --git a/src/lib/crypto/des/random_key.c b/src/lib/crypto/des/random_key.c index ee46b7d97..5db4485a6 100644 --- a/src/lib/crypto/des/random_key.c +++ b/src/lib/crypto/des/random_key.c @@ -5,8 +5,22 @@ * Copyright 1990,1991 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * For copying and distribution information, please see the file - * <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * */ diff --git a/src/lib/crypto/des/string2key.c b/src/lib/crypto/des/string2key.c index 1b5392246..ebce88334 100644 --- a/src/lib/crypto/des/string2key.c +++ b/src/lib/crypto/des/string2key.c @@ -5,8 +5,22 @@ * Copyright 1990,1991 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * For copying and distribution information, please see the file - * <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * * Wrapper for the V4 libdes for use with kerberos V5. */ diff --git a/src/lib/crypto/des/tables.h b/src/lib/crypto/des/tables.h index 063244a39..4634bcf4d 100644 --- a/src/lib/crypto/des/tables.h +++ b/src/lib/crypto/des/tables.h @@ -6,8 +6,22 @@ * Copyright 1988,1990 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * For copying and distribution information, please see the file - * <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * * part of the Athena Kerberos encryption system * diff --git a/src/lib/crypto/des/verify.c b/src/lib/crypto/des/verify.c index 827108b0e..4f03a59cc 100644 --- a/src/lib/crypto/des/verify.c +++ b/src/lib/crypto/des/verify.c @@ -5,8 +5,22 @@ * Copyright 1988, 1990 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * For copying and distribution information, please see the file - * <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * * Program to test the correctness of the DES library * implementation. diff --git a/src/lib/crypto/des/weak_key.c b/src/lib/crypto/des/weak_key.c index 3ac743f33..e750683a0 100644 --- a/src/lib/crypto/des/weak_key.c +++ b/src/lib/crypto/des/weak_key.c @@ -5,8 +5,22 @@ * Copyright 1989,1990 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * For copying and distribution information, please see the file - * <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * * Under U.S. law, this software may not be exported outside the US * without license from the U.S. Commerce department. diff --git a/src/lib/crypto/md4/Imakefile b/src/lib/crypto/md4/Imakefile index 89cbd871b..03026ec12 100644 --- a/src/lib/crypto/md4/Imakefile +++ b/src/lib/crypto/md4/Imakefile @@ -5,8 +5,22 @@ # Copyright 1990,1991 by the Massachusetts Institute of Technology. # All Rights Reserved. # -# For copying and distribution information, please see the file -# <krb5/copyright.h>. +# Export of this software from the United States of America is assumed +# to require a specific license from the United States Government. +# It is the responsibility of any person or organization contemplating +# export to obtain such a license before exporting. +# +# WITHIN THAT CONSTRAINT, permission to use, copy, modify, and +# distribute this software and its documentation for any purpose and +# without fee is hereby granted, provided that the above copyright +# notice appear in all copies and that both that copyright notice and +# this permission notice appear in supporting documentation, and that +# the name of M.I.T. not be used in advertising or publicity pertaining +# to distribution of the software without specific, written prior +# permission. M.I.T. makes no representations about the suitability of +# this software for any purpose. It is provided "as is" without express +# or implied warranty. +# # NormalLibraryObjectRule() diff --git a/src/lib/crypto/md4/md4crypto.c b/src/lib/crypto/md4/md4crypto.c index c61f796d8..b6f8aa05c 100644 --- a/src/lib/crypto/md4/md4crypto.c +++ b/src/lib/crypto/md4/md4crypto.c @@ -5,8 +5,22 @@ * Copyright 1991 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * For copying and distribution information, please see the file - * <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * * Kerberos glue for MD4 sample implementation. */ diff --git a/src/lib/crypto/md4/md4glue.c b/src/lib/crypto/md4/md4glue.c index fdf4b7f47..0a60046b4 100644 --- a/src/lib/crypto/md4/md4glue.c +++ b/src/lib/crypto/md4/md4glue.c @@ -5,8 +5,22 @@ * Copyright 1990,1991 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * For copying and distribution information, please see the file - * <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * * Kerberos glue for MD4 sample implementation. */ diff --git a/src/lib/crypto/os/rnd_confoun.c b/src/lib/crypto/os/rnd_confoun.c index c0f7b52d3..150d3dfc0 100644 --- a/src/lib/crypto/os/rnd_confoun.c +++ b/src/lib/crypto/os/rnd_confoun.c @@ -5,8 +5,22 @@ * Copyright 1990 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * For copying and distribution information, please see the file - * <krb5/copyright.h>. + * Export of this software from the United States of America is assumed + * to require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * * krb5_random_confounder() */ |
