diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1998-02-18 11:54:12 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1998-02-18 11:54:12 +0000 |
commit | 6a6de0fd06adbe371ec59e4d00ad312c980cf3b1 (patch) | |
tree | 7b055b6c24c87a8bc415ccfa9bed9480af1b19e0 /kerberosIV/kdb_init | |
parent | 43023af5552ec8bf7595d026b5b06b777c2fc3a6 (diff) |
OpenBSD-tags and corrections of copyrights
Diffstat (limited to 'kerberosIV/kdb_init')
-rw-r--r-- | kerberosIV/kdb_init/kdb_init.8 | 24 | ||||
-rw-r--r-- | kerberosIV/kdb_init/kdb_init.c | 1 |
2 files changed, 21 insertions, 4 deletions
diff --git a/kerberosIV/kdb_init/kdb_init.8 b/kerberosIV/kdb_init/kdb_init.8 index b6e5a8da27e..4efcb556397 100644 --- a/kerberosIV/kdb_init/kdb_init.8 +++ b/kerberosIV/kdb_init/kdb_init.8 @@ -1,9 +1,25 @@ -.\" Copyright 1989 by the Massachusetts Institute of Technology. .\" -.\" For copying and distribution information, -.\" please see the file <mit-copyright.h>. +.\" This software may now be redistributed outside the US. .\" -.\" $OpenBSD: kdb_init.8,v 1.2 1997/05/30 03:11:22 gene Exp $ +.\"Copyright (C) 1989 by the Massachusetts Institute of Technology +.\" +.\"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. +.\" +.\" $OpenBSD: kdb_init.8,v 1.3 1998/02/18 11:53:50 art Exp $ .TH KDB_INIT 8 "Kerberos Version 4.0" "MIT Project Athena" .SH NAME kdb_init \- Initialize Kerberos key distribution center database diff --git a/kerberosIV/kdb_init/kdb_init.c b/kerberosIV/kdb_init/kdb_init.c index 6908d97adb8..8c0c251e5ee 100644 --- a/kerberosIV/kdb_init/kdb_init.c +++ b/kerberosIV/kdb_init/kdb_init.c @@ -1,3 +1,4 @@ +/* $OpenBSD: kdb_init.c,v 1.4 1998/02/18 11:53:50 art Exp $ */ /* $KTH: kdb_init.c,v 1.23 1997/03/30 17:45:05 assar Exp $ */ /*- |