diff options
| author | Theodore Tso <tytso@mit.edu> | 1993-09-01 03:21:21 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1993-09-01 03:21:21 +0000 |
| commit | 1095c36e42e3681477eb167810b73ea46defbd04 (patch) | |
| tree | 29866c291d0680d200e2cfec208f1a49eaf72583 /src/lib/des425 | |
| parent | 5bf9eb556adfec3563012c3e62e3b65c9b678feb (diff) | |
| download | krb5-1095c36e42e3681477eb167810b73ea46defbd04.tar.gz krb5-1095c36e42e3681477eb167810b73ea46defbd04.tar.xz krb5-1095c36e42e3681477eb167810b73ea46defbd04.zip | |
Change export warning notice from "is assumed to require an export license"
to "may require..."
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2638 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/des425')
| -rw-r--r-- | src/lib/des425/Imakefile | 4 | ||||
| -rw-r--r-- | src/lib/des425/cksum.c | 4 | ||||
| -rw-r--r-- | src/lib/des425/des.c | 4 | ||||
| -rw-r--r-- | src/lib/des425/des.h | 4 | ||||
| -rw-r--r-- | src/lib/des425/enc_dec.c | 4 | ||||
| -rw-r--r-- | src/lib/des425/key_parity.c | 4 | ||||
| -rw-r--r-- | src/lib/des425/key_sched.c | 4 | ||||
| -rw-r--r-- | src/lib/des425/new_rnd_key.c | 4 | ||||
| -rw-r--r-- | src/lib/des425/pcbc_encrypt.c | 4 | ||||
| -rw-r--r-- | src/lib/des425/quad_cksum.c | 4 | ||||
| -rw-r--r-- | src/lib/des425/random_key.c | 4 | ||||
| -rw-r--r-- | src/lib/des425/read_passwd.c | 4 | ||||
| -rw-r--r-- | src/lib/des425/str_to_key.c | 4 | ||||
| -rw-r--r-- | src/lib/des425/string2key.c | 4 | ||||
| -rw-r--r-- | src/lib/des425/verify.c | 4 | ||||
| -rw-r--r-- | src/lib/des425/weak_key.c | 4 |
16 files changed, 32 insertions, 32 deletions
diff --git a/src/lib/des425/Imakefile b/src/lib/des425/Imakefile index ffd883b9a..f96b0933d 100644 --- a/src/lib/des425/Imakefile +++ b/src/lib/des425/Imakefile @@ -5,8 +5,8 @@ # Copyright 1990 by the Massachusetts Institute of Technology. # All Rights Reserved. # -# Export of this software from the United States of America is assumed -# to require a specific license from the United States Government. +# Export of this software from the United States of America may +# 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. # diff --git a/src/lib/des425/cksum.c b/src/lib/des425/cksum.c index abb1a993e..2c5fbd055 100644 --- a/src/lib/des425/cksum.c +++ b/src/lib/des425/cksum.c @@ -6,8 +6,8 @@ * of Technology. * All Rights Reserved. * - * Export of this software from the United States of America is assumed - * to require a specific license from the United States Government. + * Export of this software from the United States of America may + * 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. * diff --git a/src/lib/des425/des.c b/src/lib/des425/des.c index abed7e6a1..9cf7f9b3e 100644 --- a/src/lib/des425/des.c +++ b/src/lib/des425/des.c @@ -6,8 +6,8 @@ * of Technology. * All Rights Reserved. * - * Export of this software from the United States of America is assumed - * to require a specific license from the United States Government. + * Export of this software from the United States of America may + * 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. * diff --git a/src/lib/des425/des.h b/src/lib/des425/des.h index 52533c588..4adbc3730 100644 --- a/src/lib/des425/des.h +++ b/src/lib/des425/des.h @@ -6,8 +6,8 @@ * Copyright 1991 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * Export of this software from the United States of America is assumed - * to require a specific license from the United States Government. + * Export of this software from the United States of America may + * 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. * diff --git a/src/lib/des425/enc_dec.c b/src/lib/des425/enc_dec.c index 8b6345105..4dc86c202 100644 --- a/src/lib/des425/enc_dec.c +++ b/src/lib/des425/enc_dec.c @@ -17,8 +17,8 @@ * * Originally written 8/85 by Steve Miller, MIT Project Athena. * - * Export of this software from the United States of America is assumed - * to require a specific license from the United States Government. + * Export of this software from the United States of America may + * 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. * diff --git a/src/lib/des425/key_parity.c b/src/lib/des425/key_parity.c index 9b2114bcd..25d99dc49 100644 --- a/src/lib/des425/key_parity.c +++ b/src/lib/des425/key_parity.c @@ -5,8 +5,8 @@ * Copyright 1989, 1990 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * Export of this software from the United States of America is assumed - * to require a specific license from the United States Government. + * Export of this software from the United States of America may + * 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. * diff --git a/src/lib/des425/key_sched.c b/src/lib/des425/key_sched.c index 4f0b5cd53..b770ae86d 100644 --- a/src/lib/des425/key_sched.c +++ b/src/lib/des425/key_sched.c @@ -6,8 +6,8 @@ * of Technology. * All Rights Reserved. * - * Export of this software from the United States of America is assumed - * to require a specific license from the United States Government. + * Export of this software from the United States of America may + * 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. * diff --git a/src/lib/des425/new_rnd_key.c b/src/lib/des425/new_rnd_key.c index 82375e8e7..1d35e9b1e 100644 --- a/src/lib/des425/new_rnd_key.c +++ b/src/lib/des425/new_rnd_key.c @@ -5,8 +5,8 @@ * Copyright 1988,1990 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * Export of this software from the United States of America is assumed - * to require a specific license from the United States Government. + * Export of this software from the United States of America may + * 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. * diff --git a/src/lib/des425/pcbc_encrypt.c b/src/lib/des425/pcbc_encrypt.c index a30ab49fa..e533a0db2 100644 --- a/src/lib/des425/pcbc_encrypt.c +++ b/src/lib/des425/pcbc_encrypt.c @@ -6,8 +6,8 @@ * of Technology. * All Rights Reserved. * - * Export of this software from the United States of America is assumed - * to require a specific license from the United States Government. + * Export of this software from the United States of America may + * 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. * diff --git a/src/lib/des425/quad_cksum.c b/src/lib/des425/quad_cksum.c index d9d91c9af..6a32ba5b7 100644 --- a/src/lib/des425/quad_cksum.c +++ b/src/lib/des425/quad_cksum.c @@ -6,8 +6,8 @@ * of Technology. * All Rights Reserved. * - * Export of this software from the United States of America is assumed - * to require a specific license from the United States Government. + * Export of this software from the United States of America may + * 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. * diff --git a/src/lib/des425/random_key.c b/src/lib/des425/random_key.c index 56bfa9b17..0da9a6a85 100644 --- a/src/lib/des425/random_key.c +++ b/src/lib/des425/random_key.c @@ -5,8 +5,8 @@ * Copyright 1990,1991 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * Export of this software from the United States of America is assumed - * to require a specific license from the United States Government. + * Export of this software from the United States of America may + * 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. * diff --git a/src/lib/des425/read_passwd.c b/src/lib/des425/read_passwd.c index bc393c973..e6c403d49 100644 --- a/src/lib/des425/read_passwd.c +++ b/src/lib/des425/read_passwd.c @@ -6,8 +6,8 @@ * of Technology. * All Rights Reserved. * - * Export of this software from the United States of America is assumed - * to require a specific license from the United States Government. + * Export of this software from the United States of America may + * 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. * diff --git a/src/lib/des425/str_to_key.c b/src/lib/des425/str_to_key.c index 89d0ba51e..06762ea0a 100644 --- a/src/lib/des425/str_to_key.c +++ b/src/lib/des425/str_to_key.c @@ -6,8 +6,8 @@ * of Technology. * All Rights Reserved. * - * Export of this software from the United States of America is assumed - * to require a specific license from the United States Government. + * Export of this software from the United States of America may + * 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. * diff --git a/src/lib/des425/string2key.c b/src/lib/des425/string2key.c index 06fe49958..048e0f932 100644 --- a/src/lib/des425/string2key.c +++ b/src/lib/des425/string2key.c @@ -5,8 +5,8 @@ * Copyright 1990,1991 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * Export of this software from the United States of America is assumed - * to require a specific license from the United States Government. + * Export of this software from the United States of America may + * 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. * diff --git a/src/lib/des425/verify.c b/src/lib/des425/verify.c index 70561959a..a1ce15123 100644 --- a/src/lib/des425/verify.c +++ b/src/lib/des425/verify.c @@ -5,8 +5,8 @@ * Copyright 1988,1990 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * Export of this software from the United States of America is assumed - * to require a specific license from the United States Government. + * Export of this software from the United States of America may + * 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. * diff --git a/src/lib/des425/weak_key.c b/src/lib/des425/weak_key.c index 5313b182c..72d9aee1e 100644 --- a/src/lib/des425/weak_key.c +++ b/src/lib/des425/weak_key.c @@ -5,8 +5,8 @@ * Copyright 1989,1990 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * Export of this software from the United States of America is assumed - * to require a specific license from the United States Government. + * Export of this software from the United States of America may + * 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. * |
