summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/admin/edit/kdb5_ed_ct.ct1
-rw-r--r--src/admin/edit/kdb5_edit.c1
-rw-r--r--src/admin/stash/kdb5_stash.c2
-rw-r--r--src/clients/kdestroy/kdestroy.c2
-rw-r--r--src/clients/kinit/kinit.c2
-rw-r--r--src/clients/klist/klist.c2
6 files changed, 6 insertions, 4 deletions
diff --git a/src/admin/edit/kdb5_ed_ct.ct b/src/admin/edit/kdb5_ed_ct.ct
index aff0c6e08..c7783283e 100644
--- a/src/admin/edit/kdb5_ed_ct.ct
+++ b/src/admin/edit/kdb5_ed_ct.ct
@@ -3,6 +3,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>.
diff --git a/src/admin/edit/kdb5_edit.c b/src/admin/edit/kdb5_edit.c
index 85e95f84e..de8cd51ec 100644
--- a/src/admin/edit/kdb5_edit.c
+++ b/src/admin/edit/kdb5_edit.c
@@ -3,6 +3,7 @@
* $Author$
*
* Copyright 1990,1991 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please see the file
* <krb5/copyright.h>.
diff --git a/src/admin/stash/kdb5_stash.c b/src/admin/stash/kdb5_stash.c
index c18704f11..42b330a21 100644
--- a/src/admin/stash/kdb5_stash.c
+++ b/src/admin/stash/kdb5_stash.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_kdb_stash_c[] =
"$Id$";
#endif /* !lint & !SABER */
-#include <krb5/copyright.h>
#include <krb5/krb5.h>
#include <krb5/kdb.h>
#include <krb5/kdb_dbm.h>
diff --git a/src/clients/kdestroy/kdestroy.c b/src/clients/kdestroy/kdestroy.c
index ba4d9a9ee..1bc1ecda0 100644
--- a/src/clients/kdestroy/kdestroy.c
+++ b/src/clients/kdestroy/kdestroy.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>.
@@ -17,7 +18,6 @@ static char rcsid_klist_c [] =
#include <stdio.h>
-#include <krb5/copyright.h>
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
diff --git a/src/clients/kinit/kinit.c b/src/clients/kinit/kinit.c
index db1a8847c..60ab44219 100644
--- a/src/clients/kinit/kinit.c
+++ b/src/clients/kinit/kinit.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>.
@@ -17,7 +18,6 @@ static char rcsid_kinit_c [] =
#include <stdio.h>
-#include <krb5/copyright.h>
#include <krb5/krb5.h>
#include <krb5/kdb.h> /* for TGTNAME */
#include <krb5/ext-proto.h>
diff --git a/src/clients/klist/klist.c b/src/clients/klist/klist.c
index dacca4885..9093d3d25 100644
--- a/src/clients/klist/klist.c
+++ b/src/clients/klist/klist.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>.
@@ -17,7 +18,6 @@ static char rcsid_klist_c [] =
#include <stdio.h>
-#include <krb5/copyright.h>
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
#include <com_err.h>