From d64721ef7f30f6941e906fabd129cf634a69ecf7 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Thu, 14 Mar 1991 11:56:55 +0000 Subject: fix copyrights git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1912 dc483132-0cff-0310-8789-dd5450dbe970 --- src/admin/edit/kdb5_ed_ct.ct | 1 + src/admin/edit/kdb5_edit.c | 1 + src/admin/stash/kdb5_stash.c | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src/admin') 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 # . 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 * . 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 * . @@ -15,7 +16,6 @@ static char rcsid_kdb_stash_c[] = "$Id$"; #endif /* !lint & !SABER */ -#include #include #include #include -- cgit