fix copyrights
authorJohn Kohl <jtkohl@mit.edu>
Wed, 13 Mar 1991 09:55:42 +0000 (09:55 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 13 Mar 1991 09:55:42 +0000 (09:55 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1885 dc483132-0cff-0310-8789-dd5450dbe970

23 files changed:
src/lib/krb5/asn.1/adr2kadr.c
src/lib/krb5/asn.1/aprp2kaprp.c
src/lib/krb5/asn.1/aprq2kaprq.c
src/lib/krb5/asn.1/arep2karep.c
src/lib/krb5/asn.1/asn1glue.h
src/lib/krb5/asn.1/auth2kauth.c
src/lib/krb5/asn.1/ck2kck.c
src/lib/krb5/asn.1/cvt_flags.c
src/lib/krb5/asn.1/decode.c
src/lib/krb5/asn.1/edat2kedat.c
src/lib/krb5/asn.1/ekrp2kekrp.c
src/lib/krb5/asn.1/enck2kkey.c
src/lib/krb5/asn.1/err2kerr.c
src/lib/krb5/asn.1/etpt2ketpt.c
src/lib/krb5/asn.1/g2unix.c
src/lib/krb5/asn.1/kadat2adat.c
src/lib/krb5/asn.1/kaddr2addr.c
src/lib/krb5/asn.1/kadr2adr.c
src/lib/krb5/asn.1/kaprp2aprp.c
src/lib/krb5/asn.1/kaprq2aprq.c
src/lib/krb5/asn.1/karep2arep.c
src/lib/krb5/asn.1/kauth2auth.c
src/lib/krb5/asn.1/kck2ck.c

index 5b002ecfe2a84a0e9ba7f6025fd0bb45b5130a43..63af6c325d16800938b98eccad8c1215458db243 100644 (file)
@@ -3,6 +3,7 @@
  * $Author$
  *
  * Copyright 1989,1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
  * For copying and distribution information, please see the file
  * <krb5/copyright.h>.
@@ -15,7 +16,6 @@ static char rcsid_adr2kadr_c[] =
 "$Id$";
 #endif /* lint || saber */
 
-#include <krb5/copyright.h>
 #include <krb5/krb5.h>
 
 /*#include <time.h> */
index a6b90f2d93c66a3ee92c5ac26baa540a4f72788e..230591ca8b48c690ae19a183d827c7178d724483 100644 (file)
@@ -3,6 +3,7 @@
  * $Author$
  *
  * Copyright 1989,1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
  * For copying and distribution information, please see the file
  * <krb5/copyright.h>.
@@ -15,7 +16,6 @@ static char rcsid_aprp2kaprp_c[] =
 "$Id$";
 #endif /* lint || saber */
 
-#include <krb5/copyright.h>
 #include <krb5/krb5.h>
 
 /*#include <time.h> */
index 060a118dc7a224bcbbaf56fc32ebbe35d50518fa..7f01011e0f423a0ca250d9d0fcabf7f263116163 100644 (file)
@@ -3,6 +3,7 @@
  * $Author$
  *
  * Copyright 1989,1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
  * For copying and distribution information, please see the file
  * <krb5/copyright.h>.
@@ -15,7 +16,6 @@ static char rcsid_aprq2kaprq_c[] =
 "$Id$";
 #endif /* lint || saber */
 
-#include <krb5/copyright.h>
 #include <krb5/krb5.h>
 
 /*#include <time.h> */
index 6f659a4ae0b8c88aceec28a6a51359386bae9c22..074909049221e2ab21d7332186bc2e089fa5be04 100644 (file)
@@ -3,6 +3,7 @@
  * $Author$
  *
  * Copyright 1989,1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
  * For copying and distribution information, please see the file
  * <krb5/copyright.h>.
@@ -15,7 +16,6 @@ static char rcsid_arep2karep_c[] =
 "$Id$";
 #endif /* lint || saber */
 
-#include <krb5/copyright.h>
 #include <krb5/krb5.h>
 
 /*#include <time.h> */
index 7d78201f4e7aec721314d3bce806b068ef1f26e9..cc3ba8139d1243fb4d91ecfd3d7cfc896e27a46e 100644 (file)
@@ -3,7 +3,8 @@
  * $Author$
  * $Id$
  *
- * Copyright 1989 by the Massachusetts Institute of Technology.
+ * Copyright 1989,1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
  * For copying and distribution information, please see the file
  * <krb5/copyright.h>.
@@ -11,7 +12,6 @@
  * Header file for some glue functions (macros, mostly)
  */
 
-#include <krb5/copyright.h>
 
 #ifndef __KRB5_GLUE_H__
 #define __KRB5_GLUE_H__
index b508f5f1cd2d30b6f65faf16c59e8a71845bbc7c..607f9d483847d77f139764a4ebc4c26df90f88ef 100644 (file)
@@ -2,7 +2,8 @@
  * $Source$
  * $Author$
  *
- * Copyright 1989,1990 by the Massachusetts Institute of Technology.
+ * Copyright 1989,1990,1991 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
  * For copying and distribution information, please see the file
  * <krb5/copyright.h>.
@@ -15,7 +16,6 @@ static char rcsid_auth2kauth_c[] =
 "$Id$";
 #endif /* lint || saber */
 
-#include <krb5/copyright.h>
 #include <krb5/krb5.h>
 
 /*#include <time.h> */
index 293a25bcce9c6e9907f2335d028e033df55997c1..c74e7c48dfe14199392b97c8be8c56e8c484db51 100644 (file)
@@ -3,6 +3,7 @@
  * $Author$
  *
  * Copyright 1989,1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
  * For copying and distribution information, please see the file
  * <krb5/copyright.h>.
@@ -15,7 +16,6 @@ static char rcsid_ck2kck_c[] =
 "$Id$";
 #endif /* lint || saber */
 
-#include <krb5/copyright.h>
 #include <krb5/krb5.h>
 
 /*#include <time.h> */
index 1d04dc122e59607e84cd775f6779a66893c8bfc4..36b785986c44f8a0425c28b5fc3a64e6651fd494 100644 (file)
@@ -2,7 +2,8 @@
  * $Source$
  * $Author$
  *
- * Copyright 1989,1990 by the Massachusetts Institute of Technology.
+ * Copyright 1989,1990,1991 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
  * For copying and distribution information, please see the file
  * <krb5/copyright.h>.
@@ -15,7 +16,6 @@ static char rcsid_cvt_flags_c[] =
 "$Id$";
 #endif /* lint || saber */
 
-#include <krb5/copyright.h>
 #include <krb5/krb5.h>
 
 /*#include <time.h> */
index f6918608110a519e137049f1d72831b262dddbdf..cbc8d4c4b18f956e337cc8a95b557c1794fa9bee 100644 (file)
@@ -2,7 +2,8 @@
  * $Source$
  * $Author$
  *
- * Copyright 1990 by the Massachusetts Institute of Technology.
+ * Copyright 1990,1991 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
  * For copying and distribution information, please see the file
  * <krb5/copyright.h>.
@@ -15,7 +16,6 @@ static char rcsid_decode_c[] =
 "$Id$";
 #endif /* lint || saber */
 
-#include <krb5/copyright.h>
 #include <isode/psap.h>
 #include <krb5/krb5.h>
 #include <krb5/asn1.h>
index 2ffd6fa1411be84a7dc45335d351a9652993fa28..cd7ab605eff611f81d1880816a3f5b46f22ab015 100644 (file)
@@ -3,6 +3,7 @@
  * $Author$
  *
  * Copyright 1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
  * For copying and distribution information, please see the file
  * <krb5/copyright.h>.
@@ -15,7 +16,6 @@ static char rcsid_edat2kedat_c[] =
 "$Id$";
 #endif /* lint || saber */
 
-#include <krb5/copyright.h>
 #include <krb5/krb5.h>
 
 /*#include <time.h> */
index 7c1f05497690ac04097b571307f9c75494e3c138..04db17ebc592b5c7c9fa4d49f8c220942de18ab3 100644 (file)
@@ -3,6 +3,7 @@
  * $Author$
  *
  * Copyright 1989,1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
  * For copying and distribution information, please see the file
  * <krb5/copyright.h>.
@@ -15,7 +16,6 @@ static char rcsid_ekrp2kekrp_c[] =
 "$Id$";
 #endif /* lint || saber */
 
-#include <krb5/copyright.h>
 #include <krb5/krb5.h>
 
 /*#include <time.h> */
index 81ed7779c98b8f46ff6df6130a89430576ef191c..985f98f43a6a8af4e8df0e59fc4ffc34ba2a0768 100644 (file)
@@ -3,6 +3,7 @@
  * $Author$
  *
  * Copyright 1989,1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
  * For copying and distribution information, please see the file
  * <krb5/copyright.h>.
@@ -15,7 +16,6 @@ static char rcsid_enck2kkey_c[] =
 "$Id$";
 #endif /* lint || saber */
 
-#include <krb5/copyright.h>
 #include <krb5/krb5.h>
 
 /*#include <time.h> */
index f8fc9421b704b2eee4852a0376189b8cd6bfd0c0..325bea2d9988dcbc166d5f08c252219bfea34625 100644 (file)
@@ -3,6 +3,7 @@
  * $Author$
  *
  * Copyright 1989,1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
  * For copying and distribution information, please see the file
  * <krb5/copyright.h>.
@@ -15,7 +16,6 @@ static char rcsid_err2kerr_c[] =
 "$Id$";
 #endif /* lint || saber */
 
-#include <krb5/copyright.h>
 #include <krb5/krb5.h>
 
 /*#include <time.h> */
index 6a9ca034c408660e99a413b5ccc7cba628fb20f1..0e458b4dfc46876f3096d5962d58d010f2f49f75 100644 (file)
@@ -3,6 +3,7 @@
  * $Author$
  *
  * Copyright 1989,1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
  * For copying and distribution information, please see the file
  * <krb5/copyright.h>.
@@ -15,7 +16,6 @@ static char rcsid_etpt2ketpt_c[] =
 "$Id$";
 #endif /* lint || saber */
 
-#include <krb5/copyright.h>
 #include <krb5/krb5.h>
 
 /*#include <time.h> */
index e77d695b763a02720863a5063a1852c121051068..ed1b6717fd1f9a17c8c29be6eac2a32eda228dc7 100644 (file)
@@ -2,7 +2,8 @@
  * $Source$
  * $Author$
  *
- * Copyright 1989,1990 by the Massachusetts Institute of Technology.
+ * Copyright 1989,1990,1991 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
  * For copying and distribution information, please see the file
  * <krb5/copyright.h>.
@@ -15,7 +16,6 @@ static char rcsid_g2unix_c[] =
 "$Id$";
 #endif /* lint || saber */
 
-#include <krb5/copyright.h>
 #include <krb5/krb5.h>
 
 /*#include <time.h> */
index 2ae06e51c8830a079e3eade33bc91abe63199650..c595c8c87817d94ff7e2e5ec4c0340d07ed2e355 100644 (file)
@@ -2,7 +2,8 @@
  * $Source$
  * $Author$
  *
- * Copyright 1989,1990 by the Massachusetts Institute of Technology.
+ * Copyright 1989,1990,1991 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
  * For copying and distribution information, please see the file
  * <krb5/copyright.h>.
@@ -15,7 +16,6 @@ static char rcsid_kadat2adat_c[] =
 "$Id$";
 #endif /* lint || saber */
 
-#include <krb5/copyright.h>
 #include <krb5/krb5.h>
 
 /*#include <time.h> */
index 2a02226b2f50197d3a507c31b061a7e65cfdc04d..6e7cfbd2fe8967604daaab3498c2e76a5bc28da8 100644 (file)
@@ -2,7 +2,8 @@
  * $Source$
  * $Author$
  *
- * Copyright 1989,1990 by the Massachusetts Institute of Technology.
+ * Copyright 1989,1990,1991 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
  * For copying and distribution information, please see the file
  * <krb5/copyright.h>.
@@ -15,7 +16,6 @@ static char rcsid_kaddr2addr_c[] =
 "$Id$";
 #endif /* lint || saber */
 
-#include <krb5/copyright.h>
 #include <krb5/krb5.h>
 
 /*#include <time.h> */
index 0c6d02cac400aa26fb1bd344aa9b2388db856d38..e611b5091495f2a0c8cb67d53b10fd2b8521be3e 100644 (file)
@@ -3,6 +3,7 @@
  * $Author$
  *
  * Copyright 1989,1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
  * For copying and distribution information, please see the file
  * <krb5/copyright.h>.
@@ -15,7 +16,6 @@ static char rcsid_kadr2adr_c[] =
 "$Id$";
 #endif /* lint || saber */
 
-#include <krb5/copyright.h>
 #include <krb5/krb5.h>
 
 /*#include <time.h> */
index 6577f3e6e8c4710bc5abae1b2393fd1e853867c8..95dfcc84f99693250acb44e6deaf9f47981fbc8a 100644 (file)
@@ -3,6 +3,7 @@
  * $Author$
  *
  * Copyright 1989,1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
  * For copying and distribution information, please see the file
  * <krb5/copyright.h>.
@@ -15,7 +16,6 @@ static char rcsid_kaprp2aprp_c[] =
 "$Id$";
 #endif /* lint || saber */
 
-#include <krb5/copyright.h>
 #include <krb5/krb5.h>
 
 /*#include <time.h> */
index 530bc89eff72480859ab8fda1bc30b9eb9eff477..63851b909fab3c95b43b2f00c705752ac6748687 100644 (file)
@@ -3,6 +3,7 @@
  * $Author$
  *
  * Copyright 1989,1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
  * For copying and distribution information, please see the file
  * <krb5/copyright.h>.
@@ -15,7 +16,6 @@ static char rcsid_kaprq2aprq_c[] =
 "$Id$";
 #endif /* lint || saber */
 
-#include <krb5/copyright.h>
 #include <krb5/krb5.h>
 
 /*#include <time.h> */
index d5b8f7ed702642d20666f0b3224392afbfc8086f..49e1a573fe9d3d69c9820ba51b2656355da16b41 100644 (file)
@@ -3,6 +3,7 @@
  * $Author$
  *
  * Copyright 1989,1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
  * For copying and distribution information, please see the file
  * <krb5/copyright.h>.
@@ -15,7 +16,6 @@ static char rcsid_karep2arep_c[] =
 "$Id$";
 #endif /* lint || saber */
 
-#include <krb5/copyright.h>
 #include <krb5/krb5.h>
 
 /*#include <time.h> */
index 13da1a22b36cce6f1ebe4f1e9ccaf8101f0b4c7a..246c1e06154abb11fae8e01ce264cfa995180e8a 100644 (file)
@@ -2,7 +2,8 @@
  * $Source$
  * $Author$
  *
- * Copyright 1989,1990 by the Massachusetts Institute of Technology.
+ * Copyright 1989,1990,1991 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
  * For copying and distribution information, please see the file
  * <krb5/copyright.h>.
@@ -15,7 +16,6 @@ static char rcsid_kauth2auth_c[] =
 "$Id$";
 #endif /* lint || saber */
 
-#include <krb5/copyright.h>
 #include <krb5/krb5.h>
 
 /*#include <time.h> */
index e6af475346a4c7c0c1bfcb17856b3d1ceee80fb6..c9b34d94ee992651788da378ec2b9961c2ade8a9 100644 (file)
@@ -3,6 +3,7 @@
  * $Author$
  *
  * Copyright 1989,1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
  * For copying and distribution information, please see the file
  * <krb5/copyright.h>.
@@ -15,7 +16,6 @@ static char rcsid_kck2ck_c[] =
 "$Id$";
 #endif /* lint || saber */
 
-#include <krb5/copyright.h>
 #include <krb5/krb5.h>
 
 /*#include <time.h> */