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 2ac9b8ab8..c171d925e 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 0d31726c0..f0e446d85 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 bacd23b34..c25d09035 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 42ac5df65..a4c7a23fc 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 90a7d4090..6ac6c320e 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 9fb64f82d..c79062c01 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 6bf748922..2458f3cc9 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 b6487747f..35aa623e6 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 205b05d66..5f96f176a 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 69c06373e..a21000064 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 38825838a..02beed14e 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 66578d4bc..e9cc1505f 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 0a19ce9e6..e0b0f8e36 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 0e1926617..11d37751a 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 8fd1b10db..bf0e4ca6b 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 63ef7abd6..a5b3c7656 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 5c56c0d05..889f6d4d9 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 bb0f9e2c3..07bafe97a 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 690e43c02..670d302b9 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 7829eb8f4..23d5e83e4 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 d7d6223d3..2dc0b387d 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 86e0bd3a9..83e1dbd71 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 92bb1d65d..69e827a04 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 a61d2b6c0..58ef7b16c 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 fa3662d15..09236e4d0 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 2c5ca8fda..d009c0ba0 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 36cd11d9b..b10cf84ed 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 9e4546d05..3f9f9dbf0 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 ffc12fab3..283720f4d 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 028e7ca7b..681a799d6 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 8edda5f31..849f38796 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 5db4485a6..8c835dbb4 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 ebce88334..e19b1f5ae 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 4634bcf4d..74435d63c 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 4f03a59cc..3c2416433 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 e750683a0..15ce2a847 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 6d7b5f938..d65f74b9f 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 b6f8aa05c..abd27fe64 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 0a60046b4..fe34794e3 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 04d70cd3c..1edca87fc 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 150d3dfc0..b0858a7c4 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.
*