diff options
author | Sam Hartman <hartmans@mit.edu> | 2010-10-05 13:57:27 +0000 |
---|---|---|
committer | Sam Hartman <hartmans@mit.edu> | 2010-10-05 13:57:27 +0000 |
commit | 0ce5cb2e9dc040f35a91bca8dcad68d10ed7ea8a (patch) | |
tree | 1f555993819808ecd184545f9096b4c713e0a207 | |
parent | 6b2ecc35be9774019d6abb3b76e71a3f3de93562 (diff) | |
download | krb5-0ce5cb2e9dc040f35a91bca8dcad68d10ed7ea8a.tar.gz krb5-0ce5cb2e9dc040f35a91bca8dcad68d10ed7ea8a.tar.xz krb5-0ce5cb2e9dc040f35a91bca8dcad68d10ed7ea8a.zip |
Add additional NRL copyright
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24423 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r-- | src/plugins/preauth/securid_sam2/securid2.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/plugins/preauth/securid_sam2/securid2.c b/src/plugins/preauth/securid_sam2/securid2.c index b0012a15a..f5e071549 100644 --- a/src/plugins/preauth/securid_sam2/securid2.c +++ b/src/plugins/preauth/securid_sam2/securid2.c @@ -25,6 +25,19 @@ * or implied warranty. */ +/* + * Copyright (c) 2002 Naval Research Laboratory (NRL/CCS) + * + * Permission to use, copy, modify and distribute this software and its + * documentation is hereby granted, provided that both the copyright + * notice and this permission notice appear in all copies of the software, + * derivative works or modified versions, and any portions thereof. + * + * NRL ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" CONDITION AND + * DISCLAIMS ANY LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER + * RESULTING FROM THE USE OF THIS SOFTWARE. + * + */ #include "k5-int.h" #include <kdb.h> #include <stdio.h> |