diff options
author | Theodore Tso <tytso@mit.edu> | 1994-07-14 15:44:15 +0000 |
---|---|---|
committer | Theodore Tso <tytso@mit.edu> | 1994-07-14 15:44:15 +0000 |
commit | b6fc1de519602e8685ab3879b4da6b95dd8ed33a (patch) | |
tree | f8875e34b6a745bda5a8e5bb0e7e7c6135d3f617 /src/lib/krb5/asn.1/asn1_encode.c | |
parent | c18a08206b6d54787abf11ff1c6594b17ef61c4c (diff) | |
download | krb5-b6fc1de519602e8685ab3879b4da6b95dd8ed33a.tar.gz krb5-b6fc1de519602e8685ab3879b4da6b95dd8ed33a.tar.xz krb5-b6fc1de519602e8685ab3879b4da6b95dd8ed33a.zip |
Added MIT Copyright notices
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3973 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/asn.1/asn1_encode.c')
-rw-r--r-- | src/lib/krb5/asn.1/asn1_encode.c | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/lib/krb5/asn.1/asn1_encode.c b/src/lib/krb5/asn.1/asn1_encode.c index db8109ce0..d5a933021 100644 --- a/src/lib/krb5/asn.1/asn1_encode.c +++ b/src/lib/krb5/asn.1/asn1_encode.c @@ -1,3 +1,26 @@ +/* + * src/lib/krb5/asn.1/asn1_encode.c + * + * Copyright 1994 by the Massachusetts Institute of Technology. + * All Rights Reserved. + * + * Export of this software from the United States of America may + * 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. + */ + /* ASN.1 primitive encoders */ #include "asn1_encode.h" |