summaryrefslogtreecommitdiffstats
path: root/src/lib/krb425
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/krb425
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/krb425')
-rw-r--r--src/lib/krb425/425data.c4
-rw-r--r--src/lib/krb425/425error.c4
-rw-r--r--src/lib/krb425/Imakefile4
-rw-r--r--src/lib/krb425/des_sched.c4
-rw-r--r--src/lib/krb425/err_txt.c4
-rw-r--r--src/lib/krb425/get_cred.c4
-rw-r--r--src/lib/krb425/get_krbhst.c4
-rw-r--r--src/lib/krb425/get_lrealm.c4
-rw-r--r--src/lib/krb425/get_phost.c4
-rw-r--r--src/lib/krb425/kn_parse.c4
-rw-r--r--src/lib/krb425/kntoln.c4
-rw-r--r--src/lib/krb425/krb425.h4
-rw-r--r--src/lib/krb425/krb_err.h4
-rw-r--r--src/lib/krb425/kuserok.c4
-rw-r--r--src/lib/krb425/mk_priv.c4
-rw-r--r--src/lib/krb425/mk_req.c4
-rw-r--r--src/lib/krb425/mk_safe.c4
-rw-r--r--src/lib/krb425/net_read.c4
-rw-r--r--src/lib/krb425/net_write.c4
-rw-r--r--src/lib/krb425/rd_priv.c4
-rw-r--r--src/lib/krb425/rd_req.c4
-rw-r--r--src/lib/krb425/rd_safe.c4
-rw-r--r--src/lib/krb425/realmhost.c4
-rw-r--r--src/lib/krb425/recvauth.c4
-rw-r--r--src/lib/krb425/sendauth.c4
-rw-r--r--src/lib/krb425/set_key.c4
26 files changed, 52 insertions, 52 deletions
diff --git a/src/lib/krb425/425data.c b/src/lib/krb425/425data.c
index 8cb388084..c3125d4f4 100644
--- a/src/lib/krb425/425data.c
+++ b/src/lib/krb425/425data.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/krb425/425error.c b/src/lib/krb425/425error.c
index 95de978bf..ff5786947 100644
--- a/src/lib/krb425/425error.c
+++ b/src/lib/krb425/425error.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/krb425/Imakefile b/src/lib/krb425/Imakefile
index 207d83bac..b8b1855ad 100644
--- a/src/lib/krb425/Imakefile
+++ b/src/lib/krb425/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/krb425/des_sched.c b/src/lib/krb425/des_sched.c
index 55aba1ec9..3ae45b44b 100644
--- a/src/lib/krb425/des_sched.c
+++ b/src/lib/krb425/des_sched.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/krb425/err_txt.c b/src/lib/krb425/err_txt.c
index db96b5b85..87c02084f 100644
--- a/src/lib/krb425/err_txt.c
+++ b/src/lib/krb425/err_txt.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/krb425/get_cred.c b/src/lib/krb425/get_cred.c
index 58c13b1ff..1307f10d4 100644
--- a/src/lib/krb425/get_cred.c
+++ b/src/lib/krb425/get_cred.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/krb425/get_krbhst.c b/src/lib/krb425/get_krbhst.c
index 6e30b485c..08b68cdbc 100644
--- a/src/lib/krb425/get_krbhst.c
+++ b/src/lib/krb425/get_krbhst.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/krb425/get_lrealm.c b/src/lib/krb425/get_lrealm.c
index 7777370c4..5023f2027 100644
--- a/src/lib/krb425/get_lrealm.c
+++ b/src/lib/krb425/get_lrealm.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/krb425/get_phost.c b/src/lib/krb425/get_phost.c
index 766581824..c6d52317b 100644
--- a/src/lib/krb425/get_phost.c
+++ b/src/lib/krb425/get_phost.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/krb425/kn_parse.c b/src/lib/krb425/kn_parse.c
index 0b2268199..4ce18a316 100644
--- a/src/lib/krb425/kn_parse.c
+++ b/src/lib/krb425/kn_parse.c
@@ -5,8 +5,8 @@
* Copyright 1987,1988,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/krb425/kntoln.c b/src/lib/krb425/kntoln.c
index 6b5a31b2c..ea420ccd4 100644
--- a/src/lib/krb425/kntoln.c
+++ b/src/lib/krb425/kntoln.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/krb425/krb425.h b/src/lib/krb425/krb425.h
index ac8031440..cc1b2ce96 100644
--- a/src/lib/krb425/krb425.h
+++ b/src/lib/krb425/krb425.h
@@ -6,8 +6,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/krb425/krb_err.h b/src/lib/krb425/krb_err.h
index 88365b25f..50fdbc3c4 100644
--- a/src/lib/krb425/krb_err.h
+++ b/src/lib/krb425/krb_err.h
@@ -6,8 +6,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/krb425/kuserok.c b/src/lib/krb425/kuserok.c
index 0090796df..b62093c06 100644
--- a/src/lib/krb425/kuserok.c
+++ b/src/lib/krb425/kuserok.c
@@ -5,8 +5,8 @@
* Copyright 1987, 1988 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/krb425/mk_priv.c b/src/lib/krb425/mk_priv.c
index a37b5b033..eeb6742d9 100644
--- a/src/lib/krb425/mk_priv.c
+++ b/src/lib/krb425/mk_priv.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/krb425/mk_req.c b/src/lib/krb425/mk_req.c
index 965df570d..9d1c91b40 100644
--- a/src/lib/krb425/mk_req.c
+++ b/src/lib/krb425/mk_req.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/krb425/mk_safe.c b/src/lib/krb425/mk_safe.c
index 53e5deb5f..8bde66a9b 100644
--- a/src/lib/krb425/mk_safe.c
+++ b/src/lib/krb425/mk_safe.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/krb425/net_read.c b/src/lib/krb425/net_read.c
index d60e81317..87d687605 100644
--- a/src/lib/krb425/net_read.c
+++ b/src/lib/krb425/net_read.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/krb425/net_write.c b/src/lib/krb425/net_write.c
index f9f5ae726..a99ad1470 100644
--- a/src/lib/krb425/net_write.c
+++ b/src/lib/krb425/net_write.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/krb425/rd_priv.c b/src/lib/krb425/rd_priv.c
index 4c58abd0a..af4e68995 100644
--- a/src/lib/krb425/rd_priv.c
+++ b/src/lib/krb425/rd_priv.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/krb425/rd_req.c b/src/lib/krb425/rd_req.c
index f604cb359..54b3ad981 100644
--- a/src/lib/krb425/rd_req.c
+++ b/src/lib/krb425/rd_req.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/krb425/rd_safe.c b/src/lib/krb425/rd_safe.c
index 4cfb00331..5ae55e1f7 100644
--- a/src/lib/krb425/rd_safe.c
+++ b/src/lib/krb425/rd_safe.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/krb425/realmhost.c b/src/lib/krb425/realmhost.c
index 52baf6621..e13556b27 100644
--- a/src/lib/krb425/realmhost.c
+++ b/src/lib/krb425/realmhost.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/krb425/recvauth.c b/src/lib/krb425/recvauth.c
index bbf06240b..b1a753669 100644
--- a/src/lib/krb425/recvauth.c
+++ b/src/lib/krb425/recvauth.c
@@ -5,8 +5,8 @@
* Copyright 1987, 1988 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/krb425/sendauth.c b/src/lib/krb425/sendauth.c
index 1cac41ea5..fd55314d0 100644
--- a/src/lib/krb425/sendauth.c
+++ b/src/lib/krb425/sendauth.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/krb425/set_key.c b/src/lib/krb425/set_key.c
index 19e4d02d7..a40ec35c0 100644
--- a/src/lib/krb425/set_key.c
+++ b/src/lib/krb425/set_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.
*