aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/krb425/des_sched.c2
-rw-r--r--src/lib/krb425/err_txt.c11
-rw-r--r--src/lib/krb425/get_krbhst.c2
-rw-r--r--src/lib/krb425/get_lrealm.c2
-rw-r--r--src/lib/krb425/get_phost.c2
-rw-r--r--src/lib/krb425/kn_parse.c9
-rw-r--r--src/lib/krb425/kntoln.c2
-rw-r--r--src/lib/krb425/krb425.h1
-rw-r--r--src/lib/krb425/krb_err.h2
-rw-r--r--src/lib/krb425/net_read.c2
-rw-r--r--src/lib/krb425/net_write.c2
-rw-r--r--src/lib/krb425/rd_req.c4
-rw-r--r--src/lib/krb425/realmhost.c4
-rw-r--r--src/lib/krb425/sendauth.c9
14 files changed, 33 insertions, 21 deletions
diff --git a/src/lib/krb425/des_sched.c b/src/lib/krb425/des_sched.c
index c1d13e7..ef2b948 100644
--- a/src/lib/krb425/des_sched.c
+++ b/src/lib/krb425/des_sched.c
@@ -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"
/*
diff --git a/src/lib/krb425/err_txt.c b/src/lib/krb425/err_txt.c
index dca93ef..1b8d756 100644
--- a/src/lib/krb425/err_txt.c
+++ b/src/lib/krb425/err_txt.c
@@ -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.
diff --git a/src/lib/krb425/get_krbhst.c b/src/lib/krb425/get_krbhst.c
index e02e1fc..7d5eb1b 100644
--- a/src/lib/krb425/get_krbhst.c
+++ b/src/lib/krb425/get_krbhst.c
@@ -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
diff --git a/src/lib/krb425/get_lrealm.c b/src/lib/krb425/get_lrealm.c
index d4de53c..3ca81a2 100644
--- a/src/lib/krb425/get_lrealm.c
+++ b/src/lib/krb425/get_lrealm.c
@@ -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
diff --git a/src/lib/krb425/get_phost.c b/src/lib/krb425/get_phost.c
index 6a60e7f..c6957de 100644
--- a/src/lib/krb425/get_phost.c
+++ b/src/lib/krb425/get_phost.c
@@ -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 *
diff --git a/src/lib/krb425/kn_parse.c b/src/lib/krb425/kn_parse.c
index 664b56a..da278b8 100644
--- a/src/lib/krb425/kn_parse.c
+++ b/src/lib/krb425/kn_parse.c
@@ -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>
diff --git a/src/lib/krb425/kntoln.c b/src/lib/krb425/kntoln.c
index 250368c..33532b2 100644
--- a/src/lib/krb425/kntoln.c
+++ b/src/lib/krb425/kntoln.c
@@ -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
diff --git a/src/lib/krb425/krb425.h b/src/lib/krb425/krb425.h
index b5f3a0d..a94ea7c 100644
--- a/src/lib/krb425/krb425.h
+++ b/src/lib/krb425/krb425.h
@@ -16,7 +16,6 @@
#ifndef KRB5_krb425__
#define KRB5_krb425__
-#include <krb5/copyright.h>
#include <ctype.h>
#include <netdb.h>
#include <krb.h>
diff --git a/src/lib/krb425/krb_err.h b/src/lib/krb425/krb_err.h
index 21bf1e7..c5f59bb 100644
--- a/src/lib/krb425/krb_err.h
+++ b/src/lib/krb425/krb_err.h
@@ -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)
diff --git a/src/lib/krb425/net_read.c b/src/lib/krb425/net_read.c
index c4020c2..9619fc6 100644
--- a/src/lib/krb425/net_read.c
+++ b/src/lib/krb425/net_read.c
@@ -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
diff --git a/src/lib/krb425/net_write.c b/src/lib/krb425/net_write.c
index 6522ae5..09421e8 100644
--- a/src/lib/krb425/net_write.c
+++ b/src/lib/krb425/net_write.c
@@ -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
diff --git a/src/lib/krb425/rd_req.c b/src/lib/krb425/rd_req.c
index 63ff481..baf041b 100644
--- a/src/lib/krb425/rd_req.c
+++ b/src/lib/krb425/rd_req.c
@@ -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
diff --git a/src/lib/krb425/realmhost.c b/src/lib/krb425/realmhost.c
index d7d2f9e..f9ccd2f 100644
--- a/src/lib/krb425/realmhost.c
+++ b/src/lib/krb425/realmhost.c
@@ -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 *
diff --git a/src/lib/krb425/sendauth.c b/src/lib/krb425/sendauth.c
index 2d73748..2bbeb5a 100644
--- a/src/lib/krb425/sendauth.c
+++ b/src/lib/krb425/sendauth.c
@@ -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>