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 d6700e90a..167cc6fa2 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 6da7c547e..63c1d4685 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 6b3c40113..dff7a8cff 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 1c0be2929..671635b67 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 642235b46..e25e64b4b 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 ffcedc43d..28b4aabf5 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 fa82da1de..2168e625e 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 1f7a843a7..f35be3f5c 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 6049d744b..ac01d787f 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 5a08533de..a535a2aad 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 186554e9c..3f4cdd910 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 50b183ef5..cea13cde7 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 b890a872b..94e954fd6 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 b332ef0d7..3ef08d981 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 bc8f09f09..2118c1e58 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 d70e442f6..119668066 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 8122a2469..b9298767c 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 16b204695..3afa25ef6 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 87c113a68..36e444744 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 48226234d..8aa9418f7 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 426c2bb62..c6a38218d 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 2ba7eb874..292d48868 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 3b9839df3..634bb4fab 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. * |
