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/tests | |
| 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/tests')
| -rw-r--r-- | src/tests/Imakefile | 4 | ||||
| -rw-r--r-- | src/tests/create/Imakefile | 4 | ||||
| -rw-r--r-- | src/tests/create/kdb5_mkdums.M | 4 | ||||
| -rw-r--r-- | src/tests/create/kdb5_mkdums.c | 4 | ||||
| -rw-r--r-- | src/tests/dump.c | 4 | ||||
| -rw-r--r-- | src/tests/hammer/Imakefile | 4 | ||||
| -rw-r--r-- | src/tests/hammer/kdc5_hammer.c | 4 | ||||
| -rw-r--r-- | src/tests/test1.c | 4 | ||||
| -rw-r--r-- | src/tests/verify/Imakefile | 4 | ||||
| -rw-r--r-- | src/tests/verify/kdb5_verify.c | 4 |
10 files changed, 20 insertions, 20 deletions
diff --git a/src/tests/Imakefile b/src/tests/Imakefile index 6188734fb..f05c9e193 100644 --- a/src/tests/Imakefile +++ b/src/tests/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/tests/create/Imakefile b/src/tests/create/Imakefile index b8811b4c1..2b401a81e 100644 --- a/src/tests/create/Imakefile +++ b/src/tests/create/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/tests/create/kdb5_mkdums.M b/src/tests/create/kdb5_mkdums.M index e06913807..3be786cf2 100644 --- a/src/tests/create/kdb5_mkdums.M +++ b/src/tests/create/kdb5_mkdums.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/tests/create/kdb5_mkdums.c b/src/tests/create/kdb5_mkdums.c index 1c562c0f4..405a792d3 100644 --- a/src/tests/create/kdb5_mkdums.c +++ b/src/tests/create/kdb5_mkdums.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/tests/dump.c b/src/tests/dump.c index 3822556da..16d85c7ac 100644 --- a/src/tests/dump.c +++ b/src/tests/dump.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/tests/hammer/Imakefile b/src/tests/hammer/Imakefile index 621b639c0..ad86f7da8 100644 --- a/src/tests/hammer/Imakefile +++ b/src/tests/hammer/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/tests/hammer/kdc5_hammer.c b/src/tests/hammer/kdc5_hammer.c index 9bb93479e..e07e9f0f5 100644 --- a/src/tests/hammer/kdc5_hammer.c +++ b/src/tests/hammer/kdc5_hammer.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/tests/test1.c b/src/tests/test1.c index dfacbb19e..3b886b83c 100644 --- a/src/tests/test1.c +++ b/src/tests/test1.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/tests/verify/Imakefile b/src/tests/verify/Imakefile index 65d229b57..84add7b8b 100644 --- a/src/tests/verify/Imakefile +++ b/src/tests/verify/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/tests/verify/kdb5_verify.c b/src/tests/verify/kdb5_verify.c index 098aa2d97..0f4852797 100644 --- a/src/tests/verify/kdb5_verify.c +++ b/src/tests/verify/kdb5_verify.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. * |
