From 96e3bfd78f7c865a9a251bd9aa4f3330410bbce9 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Thu, 14 Mar 1991 10:47:36 +0000 Subject: [PATCH] fix copyrights git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1893 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/crypto/crc32/crc.c | 2 +- src/lib/crypto/crc32/crctest.c | 2 +- src/lib/krb5/ccache/ccbase.c | 2 +- src/lib/krb5/ccache/ccdefault.c | 2 +- src/lib/krb5/ccache/ccdefops.c | 1 + src/lib/krb5/keytab/file/ktf_add.c | 2 +- src/lib/krb5/keytab/file/ktf_close.c | 2 +- src/lib/krb5/keytab/file/ktf_defops.c | 2 +- src/lib/krb5/keytab/file/ktf_endget.c | 2 +- src/lib/krb5/keytab/file/ktf_get_en.c | 2 +- src/lib/krb5/keytab/file/ktf_get_na.c | 2 +- src/lib/krb5/keytab/file/ktf_next.c | 2 +- src/lib/krb5/keytab/file/ktf_ops.c | 2 +- src/lib/krb5/keytab/file/ktf_remove.c | 2 +- src/lib/krb5/keytab/file/ktf_resolv.c | 2 +- src/lib/krb5/keytab/file/ktf_ssget.c | 2 +- src/lib/krb5/keytab/file/ktf_wops.c | 2 +- src/lib/krb5/keytab/file/ktf_wreslv.c | 2 +- src/lib/krb5/keytab/file/ktfile.h | 2 +- src/lib/krb5/keytab/ktadd.c | 2 +- src/lib/krb5/keytab/ktbase.c | 2 +- src/lib/krb5/keytab/ktdefault.c | 2 +- src/lib/krb5/keytab/ktfr_entry.c | 2 +- src/lib/krb5/keytab/ktremove.c | 2 +- src/lib/krb5/keytab/read_servi.c | 2 +- 25 files changed, 25 insertions(+), 24 deletions(-) diff --git a/src/lib/crypto/crc32/crc.c b/src/lib/crypto/crc32/crc.c index d55301927..2e7f04837 100644 --- a/src/lib/crypto/crc32/crc.c +++ b/src/lib/crypto/crc32/crc.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_crc_c[] = "$Id$"; #endif /* !lint & !SABER */ -#include #include #include #include diff --git a/src/lib/crypto/crc32/crctest.c b/src/lib/crypto/crc32/crctest.c index aed2391fd..a716b8bea 100644 --- a/src/lib/crypto/crc32/crctest.c +++ b/src/lib/crypto/crc32/crctest.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_crctest_c[] = "$Id$"; #endif /* !lint & !SABER */ -#include #include #include #include diff --git a/src/lib/krb5/ccache/ccbase.c b/src/lib/krb5/ccache/ccbase.c index 32577dbbc..21c94a41c 100644 --- a/src/lib/krb5/ccache/ccbase.c +++ b/src/lib/krb5/ccache/ccbase.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_ccbase_c[] = "$Id$"; #endif /* !lint & !SABER */ -#include #include #include diff --git a/src/lib/krb5/ccache/ccdefault.c b/src/lib/krb5/ccache/ccdefault.c index ff201e08a..2f786c2bf 100644 --- a/src/lib/krb5/ccache/ccdefault.c +++ b/src/lib/krb5/ccache/ccdefault.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_default_c[] = "$Id$"; #endif /* !lint & !SABER */ -#include #include krb5_error_code krb5_cc_default(ccache) diff --git a/src/lib/krb5/ccache/ccdefops.c b/src/lib/krb5/ccache/ccdefops.c index 50ca5aaac..9c8d316ff 100644 --- a/src/lib/krb5/ccache/ccdefops.c +++ b/src/lib/krb5/ccache/ccdefops.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 * . diff --git a/src/lib/krb5/keytab/file/ktf_add.c b/src/lib/krb5/keytab/file/ktf_add.c index 942bce200..783fb34f7 100644 --- a/src/lib/krb5/keytab/file/ktf_add.c +++ b/src/lib/krb5/keytab/file/ktf_add.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_ktf_add_c[] = "$Id$"; #endif /* !lint & !SABER */ -#include #include #include diff --git a/src/lib/krb5/keytab/file/ktf_close.c b/src/lib/krb5/keytab/file/ktf_close.c index 5558d2cc9..9bded55f7 100644 --- a/src/lib/krb5/keytab/file/ktf_close.c +++ b/src/lib/krb5/keytab/file/ktf_close.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 * . @@ -16,7 +17,6 @@ static char rcsid_krb5_ktfile_close_c[] = "$Id$"; #endif /* !lint & !SABER */ -#include #include #include diff --git a/src/lib/krb5/keytab/file/ktf_defops.c b/src/lib/krb5/keytab/file/ktf_defops.c index 1df790dea..64de75422 100644 --- a/src/lib/krb5/keytab/file/ktf_defops.c +++ b/src/lib/krb5/keytab/file/ktf_defops.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_ktf_defops_c[] = "$Id$"; #endif /* !lint & !SABER */ -#include #include #include "ktfile.h" diff --git a/src/lib/krb5/keytab/file/ktf_endget.c b/src/lib/krb5/keytab/file/ktf_endget.c index 6fed89188..ac201023d 100644 --- a/src/lib/krb5/keytab/file/ktf_endget.c +++ b/src/lib/krb5/keytab/file/ktf_endget.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_ktf_endget_c[] = "$Id$"; #endif /* !lint & !SABER */ -#include #include #include diff --git a/src/lib/krb5/keytab/file/ktf_get_en.c b/src/lib/krb5/keytab/file/ktf_get_en.c index cf04886c8..643a97d1e 100644 --- a/src/lib/krb5/keytab/file/ktf_get_en.c +++ b/src/lib/krb5/keytab/file/ktf_get_en.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 * . @@ -17,7 +18,6 @@ static char rcsid_krb5_ktfile_get_entry_c[] = "$Id$"; #endif /* !lint & !SABER */ -#include #include #include diff --git a/src/lib/krb5/keytab/file/ktf_get_na.c b/src/lib/krb5/keytab/file/ktf_get_na.c index 0fcc06f1c..099019ae1 100644 --- a/src/lib/krb5/keytab/file/ktf_get_na.c +++ b/src/lib/krb5/keytab/file/ktf_get_na.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_ktfile_get_name_c[] = "$Id$"; #endif /* !lint & !SABER */ -#include #include #include diff --git a/src/lib/krb5/keytab/file/ktf_next.c b/src/lib/krb5/keytab/file/ktf_next.c index 2d9e05ceb..4f239a26b 100644 --- a/src/lib/krb5/keytab/file/ktf_next.c +++ b/src/lib/krb5/keytab/file/ktf_next.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_ktf_next_c[] = "$Id$"; #endif /* !lint & !SABER */ -#include #include #include diff --git a/src/lib/krb5/keytab/file/ktf_ops.c b/src/lib/krb5/keytab/file/ktf_ops.c index 3b5647da4..0f94dd655 100644 --- a/src/lib/krb5/keytab/file/ktf_ops.c +++ b/src/lib/krb5/keytab/file/ktf_ops.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_ktf_ops_c[] = "$Id$"; #endif /* !lint & !SABER */ -#include #include #include "ktfile.h" diff --git a/src/lib/krb5/keytab/file/ktf_remove.c b/src/lib/krb5/keytab/file/ktf_remove.c index 7134842a2..0528b7b89 100644 --- a/src/lib/krb5/keytab/file/ktf_remove.c +++ b/src/lib/krb5/keytab/file/ktf_remove.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_ktf_add_c[] = "$Id$"; #endif /* !lint & !SABER */ -#include #include #include diff --git a/src/lib/krb5/keytab/file/ktf_resolv.c b/src/lib/krb5/keytab/file/ktf_resolv.c index a022d194a..2b7b841cd 100644 --- a/src/lib/krb5/keytab/file/ktf_resolv.c +++ b/src/lib/krb5/keytab/file/ktf_resolv.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 * . @@ -16,7 +17,6 @@ static char rcsid_ktfile_resolve_c[] = "$Id$"; #endif /* !lint & !SABER */ -#include #include #include diff --git a/src/lib/krb5/keytab/file/ktf_ssget.c b/src/lib/krb5/keytab/file/ktf_ssget.c index a244c4ac3..498ff74a5 100644 --- a/src/lib/krb5/keytab/file/ktf_ssget.c +++ b/src/lib/krb5/keytab/file/ktf_ssget.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_ktf_ssget_c[] = "$Id$"; #endif /* !lint & !SABER */ -#include #include #include diff --git a/src/lib/krb5/keytab/file/ktf_wops.c b/src/lib/krb5/keytab/file/ktf_wops.c index 9c15a8ba5..661a84cbb 100644 --- a/src/lib/krb5/keytab/file/ktf_wops.c +++ b/src/lib/krb5/keytab/file/ktf_wops.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_ktf_wops_c[] = "$Id$"; #endif /* !lint & !SABER */ -#include #include #include "ktfile.h" diff --git a/src/lib/krb5/keytab/file/ktf_wreslv.c b/src/lib/krb5/keytab/file/ktf_wreslv.c index 1bff88b94..d1eb24451 100644 --- a/src/lib/krb5/keytab/file/ktf_wreslv.c +++ b/src/lib/krb5/keytab/file/ktf_wreslv.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 * . @@ -16,7 +17,6 @@ static char rcsid_ktfile_wresolve_c[] = "$Id$"; #endif /* !lint & !SABER */ -#include #include #include diff --git a/src/lib/krb5/keytab/file/ktfile.h b/src/lib/krb5/keytab/file/ktfile.h index 83d9ec2c0..f57c9391b 100644 --- a/src/lib/krb5/keytab/file/ktfile.h +++ b/src/lib/krb5/keytab/file/ktfile.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 * . @@ -12,7 +13,6 @@ * of the file-based ticket cache implementation. */ -#include #ifndef KRB5_KTFILE__ #define KRB5_KTFILE__ diff --git a/src/lib/krb5/keytab/ktadd.c b/src/lib/krb5/keytab/ktadd.c index ed128c222..262bdcd41 100644 --- a/src/lib/krb5/keytab/ktadd.c +++ b/src/lib/krb5/keytab/ktadd.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_ktadd_c[] = "$Id$"; #endif /* !lint & !SABER */ -#include #include krb5_error_code diff --git a/src/lib/krb5/keytab/ktbase.c b/src/lib/krb5/keytab/ktbase.c index 589ee1322..b554bbc56 100644 --- a/src/lib/krb5/keytab/ktbase.c +++ b/src/lib/krb5/keytab/ktbase.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_ktbase_c[] = "$Id$"; #endif /* !lint & !SABER */ -#include #include #include diff --git a/src/lib/krb5/keytab/ktdefault.c b/src/lib/krb5/keytab/ktdefault.c index f322b8f96..1a90ade6e 100644 --- a/src/lib/krb5/keytab/ktdefault.c +++ b/src/lib/krb5/keytab/ktdefault.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_ktdefault_c [] = "$Id$"; #endif /* !lint & !SABER */ -#include #include #include diff --git a/src/lib/krb5/keytab/ktfr_entry.c b/src/lib/krb5/keytab/ktfr_entry.c index add089f22..feb5b9c7d 100644 --- a/src/lib/krb5/keytab/ktfr_entry.c +++ b/src/lib/krb5/keytab/ktfr_entry.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_ktfr_entry_c[] = "$Id$"; #endif /* !lint & !SABER */ -#include #include #include diff --git a/src/lib/krb5/keytab/ktremove.c b/src/lib/krb5/keytab/ktremove.c index b0c49af95..568d70c04 100644 --- a/src/lib/krb5/keytab/ktremove.c +++ b/src/lib/krb5/keytab/ktremove.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_ktremove_c[] = "$Id$"; #endif /* !lint & !SABER */ -#include #include krb5_error_code diff --git a/src/lib/krb5/keytab/read_servi.c b/src/lib/krb5/keytab/read_servi.c index 67758b436..8f8cac9d5 100644 --- a/src/lib/krb5/keytab/read_servi.c +++ b/src/lib/krb5/keytab/read_servi.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 * . @@ -18,7 +19,6 @@ static char rcsid_krb5_kt_read_service_key_c[] = "$Id$"; #endif /* !lint & !SABER */ -#include #include #include -- 2.26.2