diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1998-02-25 15:51:58 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1998-02-25 15:51:58 +0000 |
commit | f974ce1cb3b60f8fa81ea3454ae6ad615beb2032 (patch) | |
tree | e84ee5ef178c214af84214f36430ee93acdef4ee /kerberosIV/ksrvtgt/ksrvtgt.c | |
parent | 3a15c0a0446842cb4beeae872345aa5feeb9b1ff (diff) |
nicer copyrights explaining that we are not criminals.
Diffstat (limited to 'kerberosIV/ksrvtgt/ksrvtgt.c')
-rw-r--r-- | kerberosIV/ksrvtgt/ksrvtgt.c | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/kerberosIV/ksrvtgt/ksrvtgt.c b/kerberosIV/ksrvtgt/ksrvtgt.c index e29694b14c5..edb2dc715f6 100644 --- a/kerberosIV/ksrvtgt/ksrvtgt.c +++ b/kerberosIV/ksrvtgt/ksrvtgt.c @@ -1,7 +1,14 @@ -/* $OpenBSD: ksrvtgt.c,v 1.4 1998/02/18 11:54:07 art Exp $ */ +/* $OpenBSD: ksrvtgt.c,v 1.5 1998/02/25 15:51:50 art 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. */ /*- @@ -32,7 +39,7 @@ #include <kerberosIV/krb.h> const char rcsid[] = - "$Id: ksrvtgt.c,v 1.4 1998/02/18 11:54:07 art Exp $"; + "$Id: ksrvtgt.c,v 1.5 1998/02/25 15:51:50 art Exp $"; main(argc,argv) int argc; |