fix copyrights
authorJohn Kohl <jtkohl@mit.edu>
Thu, 14 Mar 1991 11:42:02 +0000 (11:42 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 14 Mar 1991 11:42:02 +0000 (11:42 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1906 dc483132-0cff-0310-8789-dd5450dbe970

14 files changed:
src/lib/krb425/des_sched.c
src/lib/krb425/err_txt.c
src/lib/krb425/get_krbhst.c
src/lib/krb425/get_lrealm.c
src/lib/krb425/get_phost.c
src/lib/krb425/kn_parse.c
src/lib/krb425/kntoln.c
src/lib/krb425/krb425.h
src/lib/krb425/krb_err.h
src/lib/krb425/net_read.c
src/lib/krb425/net_write.c
src/lib/krb425/rd_req.c
src/lib/krb425/realmhost.c
src/lib/krb425/sendauth.c

index c1d13e769dd96129178409944375419de89fec40..ef2b94823f68ecc0886544263148a93a3e98222c 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_des_sched_c[] =
 "$Id$";
 #endif /* !lint & !SABER */
 
-#include <krb5/copyright.h>
 #include "krb425.h"
 
 /*
index dca93ef091e490c0caf775fe53f4b7241df02873..1b8d7567a6cafc624065d638c2452267990f6080 100644 (file)
@@ -2,14 +2,17 @@
  * $Source$
  * $Author$
  *
- * Copyright 1988 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
- * <mit-copyright.h>.
+ * <krb5/copyright.h>.
  */
 
-
-#include <mit-copyright.h>
+#if !defined(lint) && !defined(SABER)
+static char rcsid_err_txt_c[] =
+"$Id$";
+#endif /* !lint & !SABER */
 
 /*
  * This file contains an array of error text strings.
index e02e1fce918c7d9f925e98ebb82f1954c43d4cc9..7d5eb1b52ba3d1d5ef6c1804004632122ed760a8 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_get_krbhst_c[] =
 "$Id$";
 #endif /* !lint & !SABER */
 
-#include <krb5/copyright.h>
 #include "krb425.h"
 
 int
index d4de53c97d2f537c569de9c2ae044cf906d001d6..3ca81a2874003fa34ac0d9faff5720f0ed70d235 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_get_lrealm_c[] =
 "$Id$";
 #endif /* !lint & !SABER */
 
-#include <krb5/copyright.h>
 #include "krb425.h"
 
 int
index 6a60e7f1aa1ea8929287a4a09cd3d1e7f71b8081..c6957de21f51e95f787e59fea33d1874f317b90f 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_get_phost_c[] =
 "$Id$";
 #endif /* !lint & !SABER */
 
-#include <krb5/copyright.h>
 #include "krb425.h"
 
 char *
index 664b56af0b34baab1bbefd79bf38f261fd25e102..da278b8c1c1896d400872a43c0a55effe8792da5 100644 (file)
@@ -2,13 +2,18 @@
  * $Source$
  * $Author$
  *
- * Copyright 1987, 1988 by the Massachusetts Institute of Technology.
+ * Copyright 1987,1988,1990,1991 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
  * For copying and distribution information, please see the file
  * <mit-copyright.h>.
  */
 
-#include <mit-copyright.h>
+#if !defined(lint) && !defined(SABER)
+static char rcsid_kn_parse_c[] =
+"$Id$";
+#endif /* !lint & !SABER */
+
 
 #include <stdio.h>
 #include <krb.h>
index 250368ca63d38031340c07246f4fb039edc50bad..33532b2409192fcde46c9634966680213069d4b5 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_kntoln_c[] =
 "$Id$";
 #endif /* !lint & !SABER */
 
-#include <krb5/copyright.h>
 #include "krb425.h"
 
 int
index b5f3a0dec0d856b6b73f1a8b75f6c3b91619a73c..a94ea7ca3498f3e063dab58b76c5f69203189647 100644 (file)
@@ -16,7 +16,6 @@
 #ifndef KRB5_krb425__
 #define KRB5_krb425__
 
-#include <krb5/copyright.h>
 #include <ctype.h>
 #include <netdb.h>
 #include <krb.h>
index 21bf1e7cacdd2a2be0fd8023c48f189f7ef7c02d..c5f59bb31c55e0e4249a0c8f908e10fc677a394d 100644 (file)
@@ -4,6 +4,7 @@
  * $Id$
  *
  * Copyright 1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
  * For copying and distribution information, please see the file
  * <krb5/copyright.h>.
@@ -14,7 +15,6 @@
 #ifndef KRB5_KRB_ERR_H__
 #define KRB5_KRB_ERR_H__
 
-#include <krb5/copyright.h>
 #define KRBET_KSUCCESS                           ((int)39525376)
 #define KRBET_KDC_NAME_EXP                       ((int)39525377)
 #define KRBET_KDC_SERVICE_EXP                    ((int)39525378)
index c4020c29e386972560db2b890a8cf92bb4e47db3..9619fc6d5c3d06933944e7616d02cd9edd2d31fa 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_net_read_c[] =
 "$Id$";
 #endif /* !lint & !SABER */
 
-#include <krb5/copyright.h>
 #include "krb425.h"
 
 int
index 6522ae5e20dee756bb49cb983c95224c0fd02a01..09421e86dd8d28b9e77b6b2e3aa85b02b19fc6e8 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_net_write_c[] =
 "$Id$";
 #endif /* !lint & !SABER */
 
-#include <krb5/copyright.h>
 #include "krb425.h"
 
 int
index 63ff48156d720c132c0302a2a965ec3497936962..baf041b02755dc49cbea3436488f13380019ff66 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_rd_req_c[] =
 "$Id$";
 #endif /* !lint & !SABER */
 
-#include <krb5/copyright.h>
 #include "krb425.h"
 
 static krb5_error_code
index d7d2f9eff520c31f94f227c098859276b7671d2d..f9ccd2fdfcc78f3f7b4a275e5ffbbc71394cea2e 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_realmhost_c[] =
 "$Id$";
 #endif /* !lint & !SABER */
 
-#include <krb5/copyright.h>
 #include "krb425.h"
 
 char *
index 2d73748e1752d5ecc7699eceb7368d39a28ef499..2bbeb5a486e20b2b0a89db0e82f3b494bf7b74e6 100644 (file)
@@ -2,14 +2,19 @@
  * $Source$
  * $Author$
  *
- * Copyright 1987, 1988 by the Massachusetts Institute of Technology.
+ * Copyright 1987,1988,1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
  * For copying and distribution information, please see the file
  * <mit-copyright.h>.
  *
  */
 
-#include <mit-copyright.h>
+#if !defined(lint) && !defined(SABER)
+static char rcsid_sendauth_c[] =
+"$Id$";
+#endif /* !lint & !SABER */
+
 #include "krb425.h"
 
 #include <sys/types.h>