From 1095c36e42e3681477eb167810b73ea46defbd04 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Wed, 1 Sep 1993 03:21:21 +0000 Subject: 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 --- src/appl/simple/client/Imakefile | 4 ++-- src/appl/simple/client/sim_client.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/appl/simple/client') diff --git a/src/appl/simple/client/Imakefile b/src/appl/simple/client/Imakefile index 771320c4c..03dd9227d 100644 --- a/src/appl/simple/client/Imakefile +++ b/src/appl/simple/client/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/appl/simple/client/sim_client.c b/src/appl/simple/client/sim_client.c index 3d068bd59..6fbfac25a 100644 --- a/src/appl/simple/client/sim_client.c +++ b/src/appl/simple/client/sim_client.c @@ -5,8 +5,8 @@ * Copyright 1989,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. * -- cgit