From cb0b106e9547969ea0bbe087aa43934612473b18 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Thu, 6 Jun 1991 10:09:56 +0000 Subject: Update copyright notice git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2156 dc483132-0cff-0310-8789-dd5450dbe970 --- src/appl/simple/Imakefile | 18 ++++++++++++++++-- src/appl/simple/client/Imakefile | 18 ++++++++++++++++-- src/appl/simple/client/sim_client.c | 18 ++++++++++++++++-- src/appl/simple/server/Imakefile | 18 ++++++++++++++++-- src/appl/simple/server/sim_server.c | 18 ++++++++++++++++-- src/appl/simple/simple.h | 18 ++++++++++++++++-- 6 files changed, 96 insertions(+), 12 deletions(-) (limited to 'src/appl/simple') diff --git a/src/appl/simple/Imakefile b/src/appl/simple/Imakefile index 4df2aadba..5b64e4529 100644 --- a/src/appl/simple/Imakefile +++ b/src/appl/simple/Imakefile @@ -5,8 +5,22 @@ # Copyright 1991 by the Massachusetts Institute of Technology. # All Rights Reserved. # -# For copying and distribution information, please see the file -# . +# Export of this software from the United States of America is assumed +# to 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. +# +# WITHIN THAT CONSTRAINT, permission to use, copy, modify, and +# distribute this software and its documentation for any purpose and +# without fee is hereby granted, provided that the above copyright +# notice appear in all copies and that both that copyright notice and +# this permission notice appear in supporting documentation, and that +# the name of M.I.T. not be used in advertising or publicity pertaining +# to distribution of the software without specific, written prior +# permission. M.I.T. makes no representations about the suitability of +# this software for any purpose. It is provided "as is" without express +# or implied warranty. +# # #define IHaveSubdirs #define PassCDebugFlags diff --git a/src/appl/simple/client/Imakefile b/src/appl/simple/client/Imakefile index e85f47d8e..2fa4447de 100644 --- a/src/appl/simple/client/Imakefile +++ b/src/appl/simple/client/Imakefile @@ -5,8 +5,22 @@ # Copyright 1991 by the Massachusetts Institute of Technology. # All Rights Reserved. # -# For copying and distribution information, please see the file -# . +# Export of this software from the United States of America is assumed +# to 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. +# +# WITHIN THAT CONSTRAINT, permission to use, copy, modify, and +# distribute this software and its documentation for any purpose and +# without fee is hereby granted, provided that the above copyright +# notice appear in all copies and that both that copyright notice and +# this permission notice appear in supporting documentation, and that +# the name of M.I.T. not be used in advertising or publicity pertaining +# to distribution of the software without specific, written prior +# permission. M.I.T. makes no representations about the suitability of +# this software for any purpose. It is provided "as is" without express +# or implied warranty. +# # DEPLIBS = $(DEPKLIB) LOCAL_LIBRARIES = $(KLIB) diff --git a/src/appl/simple/client/sim_client.c b/src/appl/simple/client/sim_client.c index 68c73d31e..3d068bd59 100644 --- a/src/appl/simple/client/sim_client.c +++ b/src/appl/simple/client/sim_client.c @@ -5,8 +5,22 @@ * Copyright 1989,1991 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * For copying and distribution information, please see the file - * . + * Export of this software from the United States of America is assumed + * to 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. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * * Simple UDP-based sample client program. For demonstration. * This program performs no useful function. diff --git a/src/appl/simple/server/Imakefile b/src/appl/simple/server/Imakefile index 9a3529060..cc1b71d8c 100644 --- a/src/appl/simple/server/Imakefile +++ b/src/appl/simple/server/Imakefile @@ -5,8 +5,22 @@ # Copyright 1991 by the Massachusetts Institute of Technology. # All Rights Reserved. # -# For copying and distribution information, please see the file -# . +# Export of this software from the United States of America is assumed +# to 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. +# +# WITHIN THAT CONSTRAINT, permission to use, copy, modify, and +# distribute this software and its documentation for any purpose and +# without fee is hereby granted, provided that the above copyright +# notice appear in all copies and that both that copyright notice and +# this permission notice appear in supporting documentation, and that +# the name of M.I.T. not be used in advertising or publicity pertaining +# to distribution of the software without specific, written prior +# permission. M.I.T. makes no representations about the suitability of +# this software for any purpose. It is provided "as is" without express +# or implied warranty. +# # DEPLIBS = $(DEPKLIB) LOCAL_LIBRARIES = $(KLIB) diff --git a/src/appl/simple/server/sim_server.c b/src/appl/simple/server/sim_server.c index b4efdd850..fa0ca5ef0 100644 --- a/src/appl/simple/server/sim_server.c +++ b/src/appl/simple/server/sim_server.c @@ -5,8 +5,22 @@ * Copyright 1989,1991 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * For copying and distribution information, please see the file - * . + * Export of this software from the United States of America is assumed + * to 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. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * * Usage: * sample_server servername diff --git a/src/appl/simple/simple.h b/src/appl/simple/simple.h index 0f0833bb7..89337d59d 100644 --- a/src/appl/simple/simple.h +++ b/src/appl/simple/simple.h @@ -6,8 +6,22 @@ * Copyright 1988,1991 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * For copying and distribution information, please see the file - * . + * Export of this software from the United States of America is assumed + * to 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. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. M.I.T. makes no representations about the suitability of + * this software for any purpose. It is provided "as is" without express + * or implied warranty. + * * * Common definitions for the simple UDP-based Kerberos-mediated * server & client applications. -- cgit