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/admin | |
| 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/admin')
| -rw-r--r-- | src/admin/Imakefile | 18 | ||||
| -rw-r--r-- | src/admin/aname/Imakefile | 18 | ||||
| -rw-r--r-- | src/admin/aname/kdb5_anadd.M | 18 | ||||
| -rw-r--r-- | src/admin/aname/kdb5_anadd.c | 18 | ||||
| -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 | ||||
| -rw-r--r-- | src/admin/destroy/Imakefile | 18 | ||||
| -rw-r--r-- | src/admin/destroy/kdb5_destroy.M | 18 | ||||
| -rw-r--r-- | src/admin/destroy/kdb5_destroy.c | 18 | ||||
| -rw-r--r-- | src/admin/edit/Imakefile | 18 | ||||
| -rw-r--r-- | src/admin/edit/dump.c | 18 | ||||
| -rw-r--r-- | src/admin/edit/kdb5_ed_ct.ct | 18 | ||||
| -rw-r--r-- | src/admin/edit/kdb5_edit.M | 18 | ||||
| -rw-r--r-- | src/admin/edit/kdb5_edit.c | 18 | ||||
| -rw-r--r-- | src/admin/stash/Imakefile | 18 | ||||
| -rw-r--r-- | src/admin/stash/kdb5_stash.M | 18 | ||||
| -rw-r--r-- | src/admin/stash/kdb5_stash.c | 18 |
18 files changed, 288 insertions, 36 deletions
diff --git a/src/admin/Imakefile b/src/admin/Imakefile index 62bbeb26c..78835c40f 100644 --- a/src/admin/Imakefile +++ b/src/admin/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. +# # #define IHaveSubdirs #define PassCDebugFlags diff --git a/src/admin/aname/Imakefile b/src/admin/aname/Imakefile index 0df94eaaf..5a6221ebb 100644 --- a/src/admin/aname/Imakefile +++ b/src/admin/aname/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 = $(OSDEPLIB) LOCAL_LIBRARIES = $(KLIBLOC) -l$(OSLIB) $(COMERRLIB) $(DBMLIB) diff --git a/src/admin/aname/kdb5_anadd.M b/src/admin/aname/kdb5_anadd.M index fe9ceb080..6b3c40113 100644 --- a/src/admin/aname/kdb5_anadd.M +++ b/src/admin/aname/kdb5_anadd.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_ANADD 8 "Kerberos Version 5.0" "MIT Project Athena" .SH NAME diff --git a/src/admin/aname/kdb5_anadd.c b/src/admin/aname/kdb5_anadd.c index 562748096..1c0be2929 100644 --- a/src/admin/aname/kdb5_anadd.c +++ b/src/admin/aname/kdb5_anadd.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. + * * * Program to add/delete entries to/from the aname translation database. */ 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. */ diff --git a/src/admin/destroy/Imakefile b/src/admin/destroy/Imakefile index 52af97d6e..186554e9c 100644 --- a/src/admin/destroy/Imakefile +++ b/src/admin/destroy/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/destroy/kdb5_destroy.M b/src/admin/destroy/kdb5_destroy.M index 20f557a8a..50b183ef5 100644 --- a/src/admin/destroy/kdb5_destroy.M +++ b/src/admin/destroy/kdb5_destroy.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_DESTROY 8 "Kerberos Version 5.0" "MIT Project Athena" .SH NAME diff --git a/src/admin/destroy/kdb5_destroy.c b/src/admin/destroy/kdb5_destroy.c index 2782d88a0..3057e77ab 100644 --- a/src/admin/destroy/kdb5_destroy.c +++ b/src/admin/destroy/kdb5_destroy.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. + * * * kdb_dest(roy): destroy the named database. * diff --git a/src/admin/edit/Imakefile b/src/admin/edit/Imakefile index 02f2530a7..6c860356e 100644 --- a/src/admin/edit/Imakefile +++ b/src/admin/edit/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) $(SSLIB) diff --git a/src/admin/edit/dump.c b/src/admin/edit/dump.c index 66b23bb22..16098e3ae 100644 --- a/src/admin/edit/dump.c +++ b/src/admin/edit/dump.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. + * * * Dump a KDC database */ diff --git a/src/admin/edit/kdb5_ed_ct.ct b/src/admin/edit/kdb5_ed_ct.ct index c7783283e..d70e442f6 100644 --- a/src/admin/edit/kdb5_ed_ct.ct +++ b/src/admin/edit/kdb5_ed_ct.ct @@ -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. +# # # Command table for Kerberos administration edit # diff --git a/src/admin/edit/kdb5_edit.M b/src/admin/edit/kdb5_edit.M index 373a9b9fa..8122a2469 100644 --- a/src/admin/edit/kdb5_edit.M +++ b/src/admin/edit/kdb5_edit.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_EDIT 8 "Kerberos Version 5.0" "MIT Project Athena" .SH NAME diff --git a/src/admin/edit/kdb5_edit.c b/src/admin/edit/kdb5_edit.c index 0d0e7a341..2e0529a5d 100644 --- a/src/admin/edit/kdb5_edit.c +++ b/src/admin/edit/kdb5_edit.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. + * * * Edit a KDC database. */ diff --git a/src/admin/stash/Imakefile b/src/admin/stash/Imakefile index 97de7926c..426c2bb62 100644 --- a/src/admin/stash/Imakefile +++ b/src/admin/stash/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/stash/kdb5_stash.M b/src/admin/stash/kdb5_stash.M index 2add2e204..2ba7eb874 100644 --- a/src/admin/stash/kdb5_stash.M +++ b/src/admin/stash/kdb5_stash.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_STASH 8 "Kerberos Version 5.0" "MIT Project Athena" .SH NAME diff --git a/src/admin/stash/kdb5_stash.c b/src/admin/stash/kdb5_stash.c index a348981a6..982821997 100644 --- a/src/admin/stash/kdb5_stash.c +++ b/src/admin/stash/kdb5_stash.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. + * * * Store the master database key in a file. */ |
