Added MIT Copyright notices
authorTheodore Tso <tytso@mit.edu>
Thu, 14 Jul 1994 15:44:15 +0000 (15:44 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 14 Jul 1994 15:44:15 +0000 (15:44 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3973 dc483132-0cff-0310-8789-dd5450dbe970

19 files changed:
src/lib/krb5/asn.1/ChangeLog
src/lib/krb5/asn.1/asn1_decode.c
src/lib/krb5/asn.1/asn1_decode.h
src/lib/krb5/asn.1/asn1_decode_k.c
src/lib/krb5/asn.1/asn1_decode_k.h
src/lib/krb5/asn.1/asn1_encode.c
src/lib/krb5/asn.1/asn1_encode.h
src/lib/krb5/asn.1/asn1_encode_k.c
src/lib/krb5/asn.1/asn1_encode_k.h
src/lib/krb5/asn.1/asn1_get.c
src/lib/krb5/asn.1/asn1_get.h
src/lib/krb5/asn.1/asn1_make.c
src/lib/krb5/asn.1/asn1_make.h
src/lib/krb5/asn.1/asn1_misc.c
src/lib/krb5/asn.1/asn1_misc.h
src/lib/krb5/asn.1/krb5_decode.c
src/lib/krb5/asn.1/krb5_decode.h
src/lib/krb5/asn.1/krb5_encode.c
src/lib/krb5/asn.1/krb5_encode.h

index 58699399ec695b6b7849850b1f39e1f97837a703..03f866479b94294e25cbc179772140c03bd91613 100644 (file)
@@ -1,3 +1,8 @@
+Thu Jul 14 11:37:59 1994  Theodore Y. Ts'o  (tytso at tsx-11)
+
+       * asn1_*.[ch]: 
+       * krb5_*.[ch]: Add MIT Copyright notices.
+
 Thu Jul 14 01:26:22 1994  Tom Yu  (tlyu at dragons-lair)
 
        * asn1_encode_k.c (asn1_encode_pa_data): oops still check NULL if
index 5aa5845103b0ca759af0460e2278e8dfc00d78d2..82dde8f00c2db9fadb2b9a8a856a8a8eff83e9fb 100644 (file)
@@ -1,3 +1,26 @@
+/*
+ * src/lib/krb5/asn.1/asn1_decode.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.
+ */
+
 #include <stdio.h>
 /* ASN.1 primitive decoders */
 #include "asn1_decode.h"
index 57690845633406b3d9a64eaad7fcfbfca24eb267..c5b9b5308a08460d89c535e016f5f595250a682e 100644 (file)
@@ -1,3 +1,26 @@
+/*
+ * src/lib/krb5/asn.1/asn1_decode.h
+ * 
+ * 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.
+ */
+
 #ifndef __ASN1_DECODE_H__
 #define __ASN1_DECODE_H__
 
index 3d64d14f7b3e0fe6e2fb08d8372384b1111c6694..de430b41b07fa1728dbccf69c0a30cbaba2414ce 100644 (file)
@@ -1,3 +1,26 @@
+/*
+ * src/lib/krb5/asn.1/asn1_decode_k.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.
+ */
+
 #include "asn1_decode_k.h"
 #include "asn1_decode.h"
 #include "asn1_get.h"
index efbb059b7c74678c03e01f0c30a728fb18719473..c790edc6a6a94b25e698b3eec7d6fff9cb31564a 100644 (file)
@@ -1,3 +1,26 @@
+/*
+ * src/lib/krb5/asn.1/asn1_decode_k.h
+ * 
+ * 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.
+ */
+
 #ifndef __ASN1_DECODE_KRB5_H__
 #define __ASN1_DECODE_KRB5_H__
 
index db8109ce080c5ddbe3fc34103f0167694184b5d8..d5a933021a6d6ea94c36c0bb464ca627ad2004de 100644 (file)
@@ -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"
index 0f79dcedb5f75f34866b199ddf6e6896cffdec5a..62d61dc3d3235d628d54cf1dca73296bbc6db22e 100644 (file)
@@ -1,3 +1,26 @@
+/*
+ * src/lib/krb5/asn.1/asn1_encode.h
+ * 
+ * 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.
+ */
+
 #ifndef __ASN1_ENCODE_H__
 #define __ASN1_ENCODE_H__
 
index 5220c3b2d3c588cb64347e2e938ae59d4e02c2c0..41324f851085ab18cd9e27c3f8d4565d7962ec68 100644 (file)
@@ -1,3 +1,26 @@
+/*
+ * src/lib/krb5/asn.1/asn1_encode_k.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.
+ */
+
 #include "asn1_encode_k.h"
 #include "krb5_encode.h"
 #include "asn1_make.h"
index e54e974bda01996768d4a0efeb893f0d72b3c940..cb4945573e3f517093f0c3f6b4893dee065ef9c6 100644 (file)
@@ -1,3 +1,26 @@
+/*
+ * src/lib/krb5/asn.1/asn1_encode_k.h
+ * 
+ * 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.
+ */
+
 #ifndef __ASN1_ENCODE_KRB5_H__
 #define __ASN1_ENCODE_KRB5_H__
 
index 67e74ce887e026e1484126241fd4e97b886bcee0..f75f67aaed48ea10150c064c1d412be7c644a58c 100644 (file)
@@ -1,3 +1,26 @@
+/*
+ * src/lib/krb5/asn.1/asn1_get.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.
+ */
+
 #include "asn1_get.h"
 
 asn1_error_code asn1_get_tag(DECLARG(asn1buf *, buf),
index 1e4896bc80fcd4b439c49f07a639b40a800cbc06..af3df7c8c51c00098a6ae6d4592ac1c15d4a0a11 100644 (file)
@@ -1,3 +1,26 @@
+/*
+ * src/lib/krb5/asn.1/asn1_get.h
+ * 
+ * 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.
+ */
+
 #ifndef __ASN1_GET_H__
 #define __ASN1_GET_H__
 
index c4cbcf7f99f1ea596984bab02e8d200af4a4ba3a..786bba0f80812198412205141a668a420d1e0444 100644 (file)
@@ -1,3 +1,26 @@
+/*
+ * src/lib/krb5/asn.1/asn1_make.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.
+ */
+
 #include "asn1_make.h"
 
 asn1_error_code asn1_make_etag(DECLARG(asn1buf *, buf),
index 527e93c41f610355589560190b803c33bfc9fbc1..fd85b97d683bdab62070951692bc954569de6fb1 100644 (file)
@@ -1,3 +1,26 @@
+/*
+ * src/lib/krb5/asn.1/asn1_make.h
+ * 
+ * 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.
+ */
+
 #ifndef __ASN1_MAKE_H__
 #define __ASN1_MAKE_H__
 
index 80583c4160b5772fe0f132521ac3845a195c8be2..fec965096161f83ced40c5fe220c3cb9cf8b49ca 100644 (file)
@@ -1,3 +1,26 @@
+/*
+ * src/lib/krb5/asn.1/asn1_misc.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.
+ */
+
 #include "asn1_misc.h"
 
 asn1_error_code asn1_krb5_realm_copy(DECLARG(krb5_principal, target),
index 38506e8173e777eb967eccaf55f22aa53ed2ed8d..95a3b397756393dced06ab3105eaea5d35a2dec1 100644 (file)
@@ -1,3 +1,26 @@
+/*
+ * src/lib/krb5/asn.1/asn1_misc.h
+ * 
+ * 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.
+ */
+
 #ifndef __ASN1_MISC_H__
 #define __ASN1_MISC_H__
 
index 4cd06b8349cdcdc6f0341bb12bcf46f856929391..f991a0ef3f8882735c3e31bb70c752d439d2cf02 100644 (file)
@@ -1,3 +1,26 @@
+/*
+ * src/lib/krb5/asn.1/krb5_decode.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.
+ */
+
 #include "krb5_decode.h"
 #include "krbasn1.h"
 #include "asn1_decode_k.h"
index 671a794a030b2f2824582c4b40d7e80771d0c50b..06ef2884fd8ea04df21d62957204401c20c3ad70 100644 (file)
@@ -1,3 +1,26 @@
+/*
+ * src/lib/krb5/asn.1/krb5_decode.h
+ * 
+ * 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.
+ */
+
 #ifndef __KRB5_DECODE_H__
 #define __KRB5_DECODE_H__
 
index 2c1e4de00ad8ca0a9347ff91f6c18f7eb9218493..22bc609ed5653561ab709ac8d64fa901317e1813 100644 (file)
@@ -1,3 +1,26 @@
+/*
+ * src/lib/krb5/asn.1/krb5_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.
+ */
+
 #include "krb5_encode.h"
 #include "asn1_encode_k.h"
 #include "asn1_encode.h"
index 4841fd928e297e8e2a4b6b6e999a740774a2aa8d..af2dd71168e8bdb9fc9e0edcd78acdc502df8ec5 100644 (file)
@@ -1,3 +1,26 @@
+/*
+ * src/lib/krb5/asn.1/krb5_encode.h
+ * 
+ * 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.
+ */
+
 #ifndef __KRB5_ENCODE_H__
 #define __KRB5_ENCODE_H__