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/admin | |
| 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/admin')
| -rw-r--r-- | src/admin/Imakefile | 4 | ||||
| -rw-r--r-- | src/admin/aname/Imakefile | 4 | ||||
| -rw-r--r-- | src/admin/aname/kdb5_anadd.M | 4 | ||||
| -rw-r--r-- | src/admin/aname/kdb5_anadd.c | 4 | ||||
| -rw-r--r-- | src/admin/convert/Imakefile | 4 | ||||
| -rw-r--r-- | src/admin/convert/kdb5_convert.M | 4 | ||||
| -rw-r--r-- | src/admin/convert/kdb5_convert.c | 4 | ||||
| -rw-r--r-- | src/admin/create/Imakefile | 4 | ||||
| -rw-r--r-- | src/admin/create/kdb5_create.M | 4 | ||||
| -rw-r--r-- | src/admin/create/kdb5_create.c | 4 | ||||
| -rw-r--r-- | src/admin/destroy/Imakefile | 4 | ||||
| -rw-r--r-- | src/admin/destroy/kdb5_destroy.M | 4 | ||||
| -rw-r--r-- | src/admin/destroy/kdb5_destroy.c | 4 | ||||
| -rw-r--r-- | src/admin/edit/Imakefile | 4 | ||||
| -rw-r--r-- | src/admin/edit/dump.c | 4 | ||||
| -rw-r--r-- | src/admin/edit/kdb5_ed_ct.ct | 4 | ||||
| -rw-r--r-- | src/admin/edit/kdb5_edit.M | 4 | ||||
| -rw-r--r-- | src/admin/edit/kdb5_edit.c | 4 | ||||
| -rw-r--r-- | src/admin/edit/kdb5_edit.h | 4 | ||||
| -rw-r--r-- | src/admin/edit/util.c | 4 | ||||
| -rw-r--r-- | src/admin/stash/Imakefile | 4 | ||||
| -rw-r--r-- | src/admin/stash/kdb5_stash.M | 4 | ||||
| -rw-r--r-- | src/admin/stash/kdb5_stash.c | 4 |
23 files changed, 46 insertions, 46 deletions
diff --git a/src/admin/Imakefile b/src/admin/Imakefile index d6700e90a1..167cc6fa25 100644 --- a/src/admin/Imakefile +++ b/src/admin/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/admin/aname/Imakefile b/src/admin/aname/Imakefile index 6da7c547e5..63c1d46850 100644 --- a/src/admin/aname/Imakefile +++ b/src/admin/aname/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/admin/aname/kdb5_anadd.M b/src/admin/aname/kdb5_anadd.M index 6b3c401132..dff7a8cff7 100644 --- a/src/admin/aname/kdb5_anadd.M +++ b/src/admin/aname/kdb5_anadd.M @@ -3,8 +3,8 @@ .\" $Id$ .\" Copyright 1990 by the Massachusetts Institute of Technology. .\" -.\" 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/admin/aname/kdb5_anadd.c b/src/admin/aname/kdb5_anadd.c index 1c0be29295..671635b67e 100644 --- a/src/admin/aname/kdb5_anadd.c +++ b/src/admin/aname/kdb5_anadd.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/admin/convert/Imakefile b/src/admin/convert/Imakefile index 642235b46f..e25e64b4b7 100644 --- a/src/admin/convert/Imakefile +++ b/src/admin/convert/Imakefile @@ -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/admin/convert/kdb5_convert.M b/src/admin/convert/kdb5_convert.M index ffcedc43d9..28b4aabf5d 100644 --- a/src/admin/convert/kdb5_convert.M +++ b/src/admin/convert/kdb5_convert.M @@ -3,8 +3,8 @@ .\" $Id$ .\" Copyright 1991 by the Massachusetts Institute of Technology. .\" -.\" 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/admin/convert/kdb5_convert.c b/src/admin/convert/kdb5_convert.c index fa82da1de6..2168e625e3 100644 --- a/src/admin/convert/kdb5_convert.c +++ b/src/admin/convert/kdb5_convert.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/admin/create/Imakefile b/src/admin/create/Imakefile index 1f7a843a7c..f35be3f5cf 100644 --- a/src/admin/create/Imakefile +++ b/src/admin/create/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/admin/create/kdb5_create.M b/src/admin/create/kdb5_create.M index 6049d744bc..ac01d787f6 100644 --- a/src/admin/create/kdb5_create.M +++ b/src/admin/create/kdb5_create.M @@ -3,8 +3,8 @@ .\" $Id$ .\" Copyright 1990 by the Massachusetts Institute of Technology. .\" -.\" 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/admin/create/kdb5_create.c b/src/admin/create/kdb5_create.c index 5a08533de5..a535a2aad1 100644 --- a/src/admin/create/kdb5_create.c +++ b/src/admin/create/kdb5_create.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/admin/destroy/Imakefile b/src/admin/destroy/Imakefile index 186554e9ce..3f4cdd910d 100644 --- a/src/admin/destroy/Imakefile +++ b/src/admin/destroy/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/admin/destroy/kdb5_destroy.M b/src/admin/destroy/kdb5_destroy.M index 50b183ef53..cea13cde7d 100644 --- a/src/admin/destroy/kdb5_destroy.M +++ b/src/admin/destroy/kdb5_destroy.M @@ -3,8 +3,8 @@ .\" $Id$ .\" Copyright 1990 by the Massachusetts Institute of Technology. .\" -.\" 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/admin/destroy/kdb5_destroy.c b/src/admin/destroy/kdb5_destroy.c index b890a872bf..94e954fd6b 100644 --- a/src/admin/destroy/kdb5_destroy.c +++ b/src/admin/destroy/kdb5_destroy.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/admin/edit/Imakefile b/src/admin/edit/Imakefile index b332ef0d74..3ef08d9817 100644 --- a/src/admin/edit/Imakefile +++ b/src/admin/edit/Imakefile @@ -5,8 +5,8 @@ # Copyright 1992 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/admin/edit/dump.c b/src/admin/edit/dump.c index bc8f09f098..2118c1e585 100644 --- a/src/admin/edit/dump.c +++ b/src/admin/edit/dump.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/admin/edit/kdb5_ed_ct.ct b/src/admin/edit/kdb5_ed_ct.ct index d70e442f63..1196680667 100644 --- a/src/admin/edit/kdb5_ed_ct.ct +++ b/src/admin/edit/kdb5_ed_ct.ct @@ -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/admin/edit/kdb5_edit.M b/src/admin/edit/kdb5_edit.M index 8122a24698..b9298767c8 100644 --- a/src/admin/edit/kdb5_edit.M +++ b/src/admin/edit/kdb5_edit.M @@ -3,8 +3,8 @@ .\" $Id$ .\" Copyright 1990 by the Massachusetts Institute of Technology. .\" -.\" 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/admin/edit/kdb5_edit.c b/src/admin/edit/kdb5_edit.c index 16b2046952..3afa25ef6a 100644 --- a/src/admin/edit/kdb5_edit.c +++ b/src/admin/edit/kdb5_edit.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/admin/edit/kdb5_edit.h b/src/admin/edit/kdb5_edit.h index 87c113a686..36e444744b 100644 --- a/src/admin/edit/kdb5_edit.h +++ b/src/admin/edit/kdb5_edit.h @@ -5,8 +5,8 @@ * Copyright 1992 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/admin/edit/util.c b/src/admin/edit/util.c index 48226234da..8aa9418f75 100644 --- a/src/admin/edit/util.c +++ b/src/admin/edit/util.c @@ -5,8 +5,8 @@ * Copyright 1992 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/admin/stash/Imakefile b/src/admin/stash/Imakefile index 426c2bb628..c6a38218de 100644 --- a/src/admin/stash/Imakefile +++ b/src/admin/stash/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/admin/stash/kdb5_stash.M b/src/admin/stash/kdb5_stash.M index 2ba7eb874c..292d488687 100644 --- a/src/admin/stash/kdb5_stash.M +++ b/src/admin/stash/kdb5_stash.M @@ -3,8 +3,8 @@ .\" $Id$ .\" Copyright 1990 by the Massachusetts Institute of Technology. .\" -.\" 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/admin/stash/kdb5_stash.c b/src/admin/stash/kdb5_stash.c index 3b9839df34..634bb4fabd 100644 --- a/src/admin/stash/kdb5_stash.c +++ b/src/admin/stash/kdb5_stash.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. * |
