diff options
Diffstat (limited to 'src/admin/create')
| -rw-r--r-- | src/admin/create/Imakefile | 18 | ||||
| -rw-r--r-- | src/admin/create/kdb5_create.M | 18 | ||||
| -rw-r--r-- | src/admin/create/kdb5_create.c | 18 |
3 files changed, 48 insertions, 6 deletions
diff --git a/src/admin/create/Imakefile b/src/admin/create/Imakefile index c709a3a21..1f7a843a7 100644 --- a/src/admin/create/Imakefile +++ b/src/admin/create/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 = $(DEPKDBLIB) $(DEPKLIB) LOCAL_LIBRARIES = $(KDBLIB) $(KLIB) diff --git a/src/admin/create/kdb5_create.M b/src/admin/create/kdb5_create.M index 2e6c069da..6049d744b 100644 --- a/src/admin/create/kdb5_create.M +++ b/src/admin/create/kdb5_create.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 KDB5_CREATE 8 "Kerberos Version 5.0" "MIT Project Athena" .SH NAME diff --git a/src/admin/create/kdb5_create.c b/src/admin/create/kdb5_create.c index f4d469411..efde6a9f1 100644 --- a/src/admin/create/kdb5_create.c +++ b/src/admin/create/kdb5_create.c @@ -5,8 +5,22 @@ * Copyright 1990,1991 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. + * * * Generate (from scratch) a Kerberos KDC database. */ |
