diff options
author | John Kohl <jtkohl@mit.edu> | 1991-06-06 10:09:56 +0000 |
---|---|---|
committer | John Kohl <jtkohl@mit.edu> | 1991-06-06 10:09:56 +0000 |
commit | cb0b106e9547969ea0bbe087aa43934612473b18 (patch) | |
tree | f1ce5ca6003cbc4ea1eea1daa6a808f7f19b99d6 /src/clients/kinit | |
parent | 2ed6ce22621cb73b284d7cb644e155fe2a8e1e3f (diff) | |
download | krb5-cb0b106e9547969ea0bbe087aa43934612473b18.tar.gz krb5-cb0b106e9547969ea0bbe087aa43934612473b18.tar.xz krb5-cb0b106e9547969ea0bbe087aa43934612473b18.zip |
Update copyright notice
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2156 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/clients/kinit')
-rw-r--r-- | src/clients/kinit/Imakefile | 18 | ||||
-rw-r--r-- | src/clients/kinit/kinit.M | 18 | ||||
-rw-r--r-- | src/clients/kinit/kinit.c | 18 |
3 files changed, 48 insertions, 6 deletions
diff --git a/src/clients/kinit/Imakefile b/src/clients/kinit/Imakefile index 4eb0480971..fb4abfca5d 100644 --- a/src/clients/kinit/Imakefile +++ b/src/clients/kinit/Imakefile @@ -5,8 +5,22 @@ # Copyright 1990 by the Massachusetts Institute of Technology. # All Rights Reserved. # -# For copying and distribution information, please see the file -# <krb5/copyright.h>. +# 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/clients/kinit/kinit.M b/src/clients/kinit/kinit.M index e05c994754..c3dacc39cd 100644 --- a/src/clients/kinit/kinit.M +++ b/src/clients/kinit/kinit.M @@ -3,8 +3,22 @@ .\" $Id$ .\" Copyright 1990 by the Massachusetts Institute of Technology. .\" -.\" For copying and distribution information, please see the file -.\" <krb5/copyright.h>. +.\" 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. +.\" .\" .TH KINIT 1 "Kerberos Version 5.0" "MIT Project Athena" .SH NAME diff --git a/src/clients/kinit/kinit.c b/src/clients/kinit/kinit.c index 3b9061f8bb..db7d30c181 100644 --- a/src/clients/kinit/kinit.c +++ b/src/clients/kinit/kinit.c @@ -5,8 +5,22 @@ * Copyright 1990 by the Massachusetts Institute of Technology. * All Rights Reserved. * - * For copying and distribution information, please see the file - * <krb5/copyright.h>. + * 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. + * * * Initialize a credentials cache. */ |