summaryrefslogtreecommitdiff
path: root/kerberosIV/acl
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>1998-02-25 15:51:58 +0000
committerArtur Grabowski <art@cvs.openbsd.org>1998-02-25 15:51:58 +0000
commitf974ce1cb3b60f8fa81ea3454ae6ad615beb2032 (patch)
treee84ee5ef178c214af84214f36430ee93acdef4ee /kerberosIV/acl
parent3a15c0a0446842cb4beeae872345aa5feeb9b1ff (diff)
nicer copyrights explaining that we are not criminals.
Diffstat (limited to 'kerberosIV/acl')
-rw-r--r--kerberosIV/acl/acl_check.311
-rw-r--r--kerberosIV/acl/acl_files.c11
2 files changed, 18 insertions, 4 deletions
diff --git a/kerberosIV/acl/acl_check.3 b/kerberosIV/acl/acl_check.3
index 4fb3449902f..617391c4b61 100644
--- a/kerberosIV/acl/acl_check.3
+++ b/kerberosIV/acl/acl_check.3
@@ -1,5 +1,12 @@
.\"
-.\" This software may now be redistributed outside the US.
+.\" This source code is no longer held under any constraint of USA
+.\" `cryptographic laws' since it was exported legally. The cryptographic
+.\" functions were removed from the code and a "Bones" distribution was
+.\" made. A Commodity Jurisdiction Request #012-94 was filed with the
+.\" USA State Department, who handed it to the Commerce department. The
+.\" code was determined to fall under General License GTDA under ECCN 5D96G,
+.\" and hence exportable. The cryptographic interfaces were re-added by Eric
+.\" Young, and then KTH proceeded to maintain the code in the free world.
.\"
.\"Copyright (C) 1989 by the Massachusetts Institute of Technology
.\"
@@ -19,7 +26,7 @@
.\"this software for any purpose. It is provided "as is" without express
.\"or implied warranty.
.\"
-.\" $OpenBSD: acl_check.3,v 1.3 1998/02/18 11:53:31 art Exp $
+.\" $OpenBSD: acl_check.3,v 1.4 1998/02/25 15:50:28 art Exp $
.TH ACL_CHECK 3 "Kerberos Version 4.0" "MIT Project Athena"
.SH NAME
acl_canonicalize_principal, acl_check, acl_exact_match, acl_add,
diff --git a/kerberosIV/acl/acl_files.c b/kerberosIV/acl/acl_files.c
index f2fffe7f7db..21252e0975e 100644
--- a/kerberosIV/acl/acl_files.c
+++ b/kerberosIV/acl/acl_files.c
@@ -1,8 +1,15 @@
-/* $OpenBSD: acl_files.c,v 1.7 1997/12/22 16:27:44 art Exp $ */
+/* $OpenBSD: acl_files.c,v 1.8 1998/02/25 15:50:30 art Exp $ */
/* $KTH: acl_files.c,v 1.10 1997/05/02 14:28:56 assar Exp $ */
/*
- * This software may now be redistributed outside the US.
+ * This source code is no longer held under any constraint of USA
+ * `cryptographic laws' since it was exported legally. The cryptographic
+ * functions were removed from the code and a "Bones" distribution was
+ * made. A Commodity Jurisdiction Request #012-94 was filed with the
+ * USA State Department, who handed it to the Commerce department. The
+ * code was determined to fall under General License GTDA under ECCN 5D96G,
+ * and hence exportable. The cryptographic interfaces were re-added by Eric
+ * Young, and then KTH proceeded to maintain the code in the free world.
*
*/