summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1993-09-01 03:21:21 +0000
committerTheodore Tso <tytso@mit.edu>1993-09-01 03:21:21 +0000
commit1095c36e42e3681477eb167810b73ea46defbd04 (patch)
tree29866c291d0680d200e2cfec208f1a49eaf72583 /src/lib/crypto
parent5bf9eb556adfec3563012c3e62e3b65c9b678feb (diff)
downloadkrb5-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/crypto')
-rw-r--r--src/lib/crypto/Imakefile4
-rw-r--r--src/lib/crypto/crc32/Imakefile4
-rw-r--r--src/lib/crypto/crc32/crc.c4
-rw-r--r--src/lib/crypto/crc32/crctest.c4
-rw-r--r--src/lib/crypto/cryptoconf.c4
-rw-r--r--src/lib/crypto/des/Imakefile4
-rw-r--r--src/lib/crypto/des/cbc_cksum.c4
-rw-r--r--src/lib/crypto/des/cksum.c4
-rw-r--r--src/lib/crypto/des/cs_entry.c4
-rw-r--r--src/lib/crypto/des/des.c4
-rw-r--r--src/lib/crypto/des/des_int.h4
-rw-r--r--src/lib/crypto/des/destest.c4
-rw-r--r--src/lib/crypto/des/enc_dec.c4
-rw-r--r--src/lib/crypto/des/fin_rndkey.c4
-rw-r--r--src/lib/crypto/des/finish_key.c4
-rw-r--r--src/lib/crypto/des/init_rkey.c4
-rw-r--r--src/lib/crypto/des/key_parity.c4
-rw-r--r--src/lib/crypto/des/key_sched.c4
-rw-r--r--src/lib/crypto/des/krb_glue.c4
-rw-r--r--src/lib/crypto/des/make_e.c4
-rw-r--r--src/lib/crypto/des/make_fp.c4
-rw-r--r--src/lib/crypto/des/make_ip.c4
-rw-r--r--src/lib/crypto/des/make_kp.c4
-rw-r--r--src/lib/crypto/des/make_odd.c4
-rw-r--r--src/lib/crypto/des/make_p.c4
-rw-r--r--src/lib/crypto/des/make_pt.c4
-rw-r--r--src/lib/crypto/des/make_s.c4
-rw-r--r--src/lib/crypto/des/make_st.c4
-rw-r--r--src/lib/crypto/des/misc.c4
-rw-r--r--src/lib/crypto/des/new_rn_key.c4
-rw-r--r--src/lib/crypto/des/process_ky.c4
-rw-r--r--src/lib/crypto/des/random_key.c4
-rw-r--r--src/lib/crypto/des/string2key.c4
-rw-r--r--src/lib/crypto/des/tables.h4
-rw-r--r--src/lib/crypto/des/verify.c4
-rw-r--r--src/lib/crypto/des/weak_key.c4
-rw-r--r--src/lib/crypto/md4/Imakefile4
-rw-r--r--src/lib/crypto/md4/md4crypto.c4
-rw-r--r--src/lib/crypto/md4/md4glue.c4
-rw-r--r--src/lib/crypto/os/Imakefile4
-rw-r--r--src/lib/crypto/os/rnd_confoun.c4
41 files changed, 82 insertions, 82 deletions
diff --git a/src/lib/crypto/Imakefile b/src/lib/crypto/Imakefile
index 2ac9b8ab8a..c171d925ef 100644
--- a/src/lib/crypto/Imakefile
+++ b/src/lib/crypto/Imakefile
@@ -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/crypto/crc32/Imakefile b/src/lib/crypto/crc32/Imakefile
index 0d31726c08..f0e446d85a 100644
--- a/src/lib/crypto/crc32/Imakefile
+++ b/src/lib/crypto/crc32/Imakefile
@@ -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/crypto/crc32/crc.c b/src/lib/crypto/crc32/crc.c
index bacd23b341..c25d090352 100644
--- a/src/lib/crypto/crc32/crc.c
+++ b/src/lib/crypto/crc32/crc.c
@@ -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/crypto/crc32/crctest.c b/src/lib/crypto/crc32/crctest.c
index 42ac5df65a..a4c7a23fc9 100644
--- a/src/lib/crypto/crc32/crctest.c
+++ b/src/lib/crypto/crc32/crctest.c
@@ -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/crypto/cryptoconf.c b/src/lib/crypto/cryptoconf.c
index 90a7d40907..6ac6c320e6 100644
--- a/src/lib/crypto/cryptoconf.c
+++ b/src/lib/crypto/cryptoconf.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/crypto/des/Imakefile b/src/lib/crypto/des/Imakefile
index 9fb64f82d9..c79062c015 100644
--- a/src/lib/crypto/des/Imakefile
+++ b/src/lib/crypto/des/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/crypto/des/cbc_cksum.c b/src/lib/crypto/des/cbc_cksum.c
index 6bf7489228..2458f3cc92 100644
--- a/src/lib/crypto/des/cbc_cksum.c
+++ b/src/lib/crypto/des/cbc_cksum.c
@@ -11,8 +11,8 @@
*
* These routines form the library interface to the DES facilities.
*
- * 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/crypto/des/cksum.c b/src/lib/crypto/des/cksum.c
index b6487747fe..35aa623e60 100644
--- a/src/lib/crypto/des/cksum.c
+++ b/src/lib/crypto/des/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/crypto/des/cs_entry.c b/src/lib/crypto/des/cs_entry.c
index 205b05d660..5f96f176ae 100644
--- a/src/lib/crypto/des/cs_entry.c
+++ b/src/lib/crypto/des/cs_entry.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/crypto/des/des.c b/src/lib/crypto/des/des.c
index 69c06373eb..a21000064a 100644
--- a/src/lib/crypto/des/des.c
+++ b/src/lib/crypto/des/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/crypto/des/des_int.h b/src/lib/crypto/des/des_int.h
index 38825838a9..02beed14ef 100644
--- a/src/lib/crypto/des/des_int.h
+++ b/src/lib/crypto/des/des_int.h
@@ -6,8 +6,8 @@
* Copyright 1987, 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/crypto/des/destest.c b/src/lib/crypto/des/destest.c
index 66578d4bc8..e9cc1505f2 100644
--- a/src/lib/crypto/des/destest.c
+++ b/src/lib/crypto/des/destest.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/crypto/des/enc_dec.c b/src/lib/crypto/des/enc_dec.c
index 0a19ce9e68..e0b0f8e36a 100644
--- a/src/lib/crypto/des/enc_dec.c
+++ b/src/lib/crypto/des/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/crypto/des/fin_rndkey.c b/src/lib/crypto/des/fin_rndkey.c
index 0e1926617b..11d37751a3 100644
--- a/src/lib/crypto/des/fin_rndkey.c
+++ b/src/lib/crypto/des/fin_rndkey.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/crypto/des/finish_key.c b/src/lib/crypto/des/finish_key.c
index 8fd1b10db1..bf0e4ca6b0 100644
--- a/src/lib/crypto/des/finish_key.c
+++ b/src/lib/crypto/des/finish_key.c
@@ -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/crypto/des/init_rkey.c b/src/lib/crypto/des/init_rkey.c
index 63ef7abd62..a5b3c76560 100644
--- a/src/lib/crypto/des/init_rkey.c
+++ b/src/lib/crypto/des/init_rkey.c
@@ -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/crypto/des/key_parity.c b/src/lib/crypto/des/key_parity.c
index 5c56c0d053..889f6d4d94 100644
--- a/src/lib/crypto/des/key_parity.c
+++ b/src/lib/crypto/des/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/crypto/des/key_sched.c b/src/lib/crypto/des/key_sched.c
index bb0f9e2c33..07bafe97a0 100644
--- a/src/lib/crypto/des/key_sched.c
+++ b/src/lib/crypto/des/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/crypto/des/krb_glue.c b/src/lib/crypto/des/krb_glue.c
index 690e43c028..670d302b94 100644
--- a/src/lib/crypto/des/krb_glue.c
+++ b/src/lib/crypto/des/krb_glue.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/crypto/des/make_e.c b/src/lib/crypto/des/make_e.c
index 7829eb8f46..23d5e83e43 100644
--- a/src/lib/crypto/des/make_e.c
+++ b/src/lib/crypto/des/make_e.c
@@ -5,8 +5,8 @@
* Copyright 1987, 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/crypto/des/make_fp.c b/src/lib/crypto/des/make_fp.c
index d7d6223d33..2dc0b387d9 100644
--- a/src/lib/crypto/des/make_fp.c
+++ b/src/lib/crypto/des/make_fp.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/crypto/des/make_ip.c b/src/lib/crypto/des/make_ip.c
index 86e0bd3a9d..83e1dbd71e 100644
--- a/src/lib/crypto/des/make_ip.c
+++ b/src/lib/crypto/des/make_ip.c
@@ -5,8 +5,8 @@
* Copyright 1987, 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/crypto/des/make_kp.c b/src/lib/crypto/des/make_kp.c
index 92bb1d65de..69e827a04d 100644
--- a/src/lib/crypto/des/make_kp.c
+++ b/src/lib/crypto/des/make_kp.c
@@ -6,8 +6,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/crypto/des/make_odd.c b/src/lib/crypto/des/make_odd.c
index a61d2b6c0b..58ef7b16c6 100644
--- a/src/lib/crypto/des/make_odd.c
+++ b/src/lib/crypto/des/make_odd.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/crypto/des/make_p.c b/src/lib/crypto/des/make_p.c
index fa3662d151..09236e4d05 100644
--- a/src/lib/crypto/des/make_p.c
+++ b/src/lib/crypto/des/make_p.c
@@ -5,8 +5,8 @@
* Copyright 1985, 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/crypto/des/make_pt.c b/src/lib/crypto/des/make_pt.c
index 2c5ca8fda4..d009c0ba01 100644
--- a/src/lib/crypto/des/make_pt.c
+++ b/src/lib/crypto/des/make_pt.c
@@ -5,8 +5,8 @@
* Copyright 1985, 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/crypto/des/make_s.c b/src/lib/crypto/des/make_s.c
index 36cd11d9b1..b10cf84ede 100644
--- a/src/lib/crypto/des/make_s.c
+++ b/src/lib/crypto/des/make_s.c
@@ -5,8 +5,8 @@
* Copyright 1985, 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/crypto/des/make_st.c b/src/lib/crypto/des/make_st.c
index 9e4546d050..3f9f9dbf0e 100644
--- a/src/lib/crypto/des/make_st.c
+++ b/src/lib/crypto/des/make_st.c
@@ -5,8 +5,8 @@
* Copyright 1985, 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/crypto/des/misc.c b/src/lib/crypto/des/misc.c
index ffc12fab32..283720f4d7 100644
--- a/src/lib/crypto/des/misc.c
+++ b/src/lib/crypto/des/misc.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/crypto/des/new_rn_key.c b/src/lib/crypto/des/new_rn_key.c
index 028e7ca7b7..681a799d6b 100644
--- a/src/lib/crypto/des/new_rn_key.c
+++ b/src/lib/crypto/des/new_rn_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/crypto/des/process_ky.c b/src/lib/crypto/des/process_ky.c
index 8edda5f31e..849f387962 100644
--- a/src/lib/crypto/des/process_ky.c
+++ b/src/lib/crypto/des/process_ky.c
@@ -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/crypto/des/random_key.c b/src/lib/crypto/des/random_key.c
index 5db4485a64..8c835dbb42 100644
--- a/src/lib/crypto/des/random_key.c
+++ b/src/lib/crypto/des/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/crypto/des/string2key.c b/src/lib/crypto/des/string2key.c
index ebce883342..e19b1f5ae8 100644
--- a/src/lib/crypto/des/string2key.c
+++ b/src/lib/crypto/des/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/crypto/des/tables.h b/src/lib/crypto/des/tables.h
index 4634bcf4dd..74435d63c5 100644
--- a/src/lib/crypto/des/tables.h
+++ b/src/lib/crypto/des/tables.h
@@ -6,8 +6,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/crypto/des/verify.c b/src/lib/crypto/des/verify.c
index 4f03a59ccf..3c24164333 100644
--- a/src/lib/crypto/des/verify.c
+++ b/src/lib/crypto/des/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/crypto/des/weak_key.c b/src/lib/crypto/des/weak_key.c
index e750683a0b..15ce2a8470 100644
--- a/src/lib/crypto/des/weak_key.c
+++ b/src/lib/crypto/des/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.
*
diff --git a/src/lib/crypto/md4/Imakefile b/src/lib/crypto/md4/Imakefile
index 6d7b5f9386..d65f74b9f2 100644
--- a/src/lib/crypto/md4/Imakefile
+++ b/src/lib/crypto/md4/Imakefile
@@ -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/crypto/md4/md4crypto.c b/src/lib/crypto/md4/md4crypto.c
index b6f8aa05c2..abd27fe643 100644
--- a/src/lib/crypto/md4/md4crypto.c
+++ b/src/lib/crypto/md4/md4crypto.c
@@ -5,8 +5,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/crypto/md4/md4glue.c b/src/lib/crypto/md4/md4glue.c
index 0a60046b42..fe34794e30 100644
--- a/src/lib/crypto/md4/md4glue.c
+++ b/src/lib/crypto/md4/md4glue.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/crypto/os/Imakefile b/src/lib/crypto/os/Imakefile
index 04d70cd3c2..1edca87fc0 100644
--- a/src/lib/crypto/os/Imakefile
+++ b/src/lib/crypto/os/Imakefile
@@ -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/crypto/os/rnd_confoun.c b/src/lib/crypto/os/rnd_confoun.c
index 150d3dfc0b..b0858a7c4b 100644
--- a/src/lib/crypto/os/rnd_confoun.c
+++ b/src/lib/crypto/os/rnd_confoun.c
@@ -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.
*