From 76244028614c8179713901061a6b40c5943b2a67 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Wed, 13 Mar 1991 09:57:02 +0000 Subject: [PATCH] fix copyrights git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1886 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/asn.1/kdcr2kkdcr.c | 2 +- src/lib/krb5/asn.1/kdcr2ktgsr.c | 2 +- src/lib/krb5/asn.1/kedat2edat.c | 2 +- src/lib/krb5/asn.1/kekrp2ekrp.c | 2 +- src/lib/krb5/asn.1/kerr2err.c | 2 +- src/lib/krb5/asn.1/ketpt2etpt.c | 2 +- src/lib/krb5/asn.1/kkdcr2kdcr.c | 2 +- src/lib/krb5/asn.1/kkey2enck.c | 2 +- src/lib/krb5/asn.1/klsrq2lsrq.c | 4 ++-- src/lib/krb5/asn.1/kprep2prep.c | 2 +- src/lib/krb5/asn.1/kprin2prin.c | 4 ++-- src/lib/krb5/asn.1/kpriv2priv.c | 2 +- src/lib/krb5/asn.1/ksafe2safe.c | 4 ++-- src/lib/krb5/asn.1/ktgrq2tgrq.c | 4 ++-- src/lib/krb5/asn.1/ktgsr2kdcr.c | 2 +- src/lib/krb5/asn.1/ktkt2tkt.c | 2 +- src/lib/krb5/asn.1/ktran2tran.c | 2 +- src/lib/krb5/asn.1/prep2kprep.c | 2 +- src/lib/krb5/asn.1/priv2kpriv.c | 2 +- src/lib/krb5/asn.1/qbuf2data.c | 2 +- src/lib/krb5/asn.1/safe2ksafe.c | 2 +- src/lib/krb5/asn.1/tgrq2ktgrq.c | 4 ++-- src/lib/krb5/asn.1/tkt2ktkt.c | 2 +- src/lib/krb5/asn.1/tran2ktran.c | 2 +- src/lib/krb5/asn.1/u2gen.c | 2 +- 25 files changed, 30 insertions(+), 30 deletions(-) diff --git a/src/lib/krb5/asn.1/kdcr2kkdcr.c b/src/lib/krb5/asn.1/kdcr2kkdcr.c index cb36e086c..1b88fedbe 100644 --- a/src/lib/krb5/asn.1/kdcr2kkdcr.c +++ b/src/lib/krb5/asn.1/kdcr2kkdcr.c @@ -3,6 +3,7 @@ * $Author$ * * Copyright 1989,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_kdcr2kkdcr_c[] = "$Id$"; #endif /* lint || saber */ -#include #include /*#include */ diff --git a/src/lib/krb5/asn.1/kdcr2ktgsr.c b/src/lib/krb5/asn.1/kdcr2ktgsr.c index bf62e0048..b5a36405a 100644 --- a/src/lib/krb5/asn.1/kdcr2ktgsr.c +++ b/src/lib/krb5/asn.1/kdcr2ktgsr.c @@ -3,6 +3,7 @@ * $Author$ * * Copyright 1989,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_kdcr2ktgsr_c[] = "$Id$"; #endif /* lint || saber */ -#include #include /*#include */ diff --git a/src/lib/krb5/asn.1/kedat2edat.c b/src/lib/krb5/asn.1/kedat2edat.c index 5a0462478..7c2f0a1ac 100644 --- a/src/lib/krb5/asn.1/kedat2edat.c +++ b/src/lib/krb5/asn.1/kedat2edat.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_kedat2edat_c[] = "$Id$"; #endif /* lint || saber */ -#include #include /*#include */ diff --git a/src/lib/krb5/asn.1/kekrp2ekrp.c b/src/lib/krb5/asn.1/kekrp2ekrp.c index 2824a97f4..4aa3eee92 100644 --- a/src/lib/krb5/asn.1/kekrp2ekrp.c +++ b/src/lib/krb5/asn.1/kekrp2ekrp.c @@ -3,6 +3,7 @@ * $Author$ * * Copyright 1989,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_kekrp2ekrp_c[] = "$Id$"; #endif /* lint || saber */ -#include #include /*#include */ diff --git a/src/lib/krb5/asn.1/kerr2err.c b/src/lib/krb5/asn.1/kerr2err.c index 4d0e4553d..50a0c6532 100644 --- a/src/lib/krb5/asn.1/kerr2err.c +++ b/src/lib/krb5/asn.1/kerr2err.c @@ -3,6 +3,7 @@ * $Author$ * * Copyright 1989,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_kerr2err_c[] = "$Id$"; #endif /* lint || saber */ -#include #include /*#include */ diff --git a/src/lib/krb5/asn.1/ketpt2etpt.c b/src/lib/krb5/asn.1/ketpt2etpt.c index bbf48752c..25478d199 100644 --- a/src/lib/krb5/asn.1/ketpt2etpt.c +++ b/src/lib/krb5/asn.1/ketpt2etpt.c @@ -3,6 +3,7 @@ * $Author$ * * Copyright 1989,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_ketpt2etpt_c[] = "$Id$"; #endif /* lint || saber */ -#include #include /*#include */ diff --git a/src/lib/krb5/asn.1/kkdcr2kdcr.c b/src/lib/krb5/asn.1/kkdcr2kdcr.c index 9a5c66b39..9086c2aa1 100644 --- a/src/lib/krb5/asn.1/kkdcr2kdcr.c +++ b/src/lib/krb5/asn.1/kkdcr2kdcr.c @@ -3,6 +3,7 @@ * $Author$ * * Copyright 1989,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_kkdcr2kdcr_c[] = "$Id$"; #endif /* lint || saber */ -#include #include #include diff --git a/src/lib/krb5/asn.1/kkey2enck.c b/src/lib/krb5/asn.1/kkey2enck.c index 1c83ebb10..e071edc0b 100644 --- a/src/lib/krb5/asn.1/kkey2enck.c +++ b/src/lib/krb5/asn.1/kkey2enck.c @@ -3,6 +3,7 @@ * $Author$ * * Copyright 1989,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_kkey2enck_c[] = "$Id$"; #endif /* lint || saber */ -#include #include /*#include */ diff --git a/src/lib/krb5/asn.1/klsrq2lsrq.c b/src/lib/krb5/asn.1/klsrq2lsrq.c index 11b540050..fac150470 100644 --- a/src/lib/krb5/asn.1/klsrq2lsrq.c +++ b/src/lib/krb5/asn.1/klsrq2lsrq.c @@ -2,7 +2,8 @@ * $Source$ * $Author$ * - * Copyright 1989,1990 by the Massachusetts Institute of Technology. + * Copyright 1989,1990,1991 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_klsrq2lsrq_c[] = "$Id$"; #endif /* lint || saber */ -#include #include /*#include */ diff --git a/src/lib/krb5/asn.1/kprep2prep.c b/src/lib/krb5/asn.1/kprep2prep.c index d43c913be..a3f779185 100644 --- a/src/lib/krb5/asn.1/kprep2prep.c +++ b/src/lib/krb5/asn.1/kprep2prep.c @@ -3,6 +3,7 @@ * $Author$ * * Copyright 1989,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_kprep2prep_c[] = "$Id$"; #endif /* lint || saber */ -#include #include /*#include */ diff --git a/src/lib/krb5/asn.1/kprin2prin.c b/src/lib/krb5/asn.1/kprin2prin.c index d0a6239ff..d2c9183b1 100644 --- a/src/lib/krb5/asn.1/kprin2prin.c +++ b/src/lib/krb5/asn.1/kprin2prin.c @@ -2,7 +2,8 @@ * $Source$ * $Author$ * - * Copyright 1989,1990 by the Massachusetts Institute of Technology. + * Copyright 1989,1990,1991 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_kprin2prin_c[] = "$Id$"; #endif /* lint || saber */ -#include #include /*#include */ diff --git a/src/lib/krb5/asn.1/kpriv2priv.c b/src/lib/krb5/asn.1/kpriv2priv.c index 1da99027f..47d8745d0 100644 --- a/src/lib/krb5/asn.1/kpriv2priv.c +++ b/src/lib/krb5/asn.1/kpriv2priv.c @@ -3,6 +3,7 @@ * $Author$ * * Copyright 1989,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_kpriv2priv_c[] = "$Id$"; #endif /* lint || saber */ -#include #include /*#include */ diff --git a/src/lib/krb5/asn.1/ksafe2safe.c b/src/lib/krb5/asn.1/ksafe2safe.c index 95f5ddede..f8523e3ae 100644 --- a/src/lib/krb5/asn.1/ksafe2safe.c +++ b/src/lib/krb5/asn.1/ksafe2safe.c @@ -2,7 +2,8 @@ * $Source$ * $Author$ * - * Copyright 1989,1990 by the Massachusetts Institute of Technology. + * Copyright 1989,1990,1991 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_ksafe2safe_c[] = "$Id$"; #endif /* lint || saber */ -#include #include /*#include */ diff --git a/src/lib/krb5/asn.1/ktgrq2tgrq.c b/src/lib/krb5/asn.1/ktgrq2tgrq.c index 06967656c..f5964dac5 100644 --- a/src/lib/krb5/asn.1/ktgrq2tgrq.c +++ b/src/lib/krb5/asn.1/ktgrq2tgrq.c @@ -2,7 +2,8 @@ * $Source$ * $Author$ * - * Copyright 1989,1990 by the Massachusetts Institute of Technology. + * Copyright 1989,1990,1991 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_ktgrq2tgrq_c[] = "$Id$"; #endif /* lint || saber */ -#include #include /*#include */ diff --git a/src/lib/krb5/asn.1/ktgsr2kdcr.c b/src/lib/krb5/asn.1/ktgsr2kdcr.c index 8f6054944..7846fd77c 100644 --- a/src/lib/krb5/asn.1/ktgsr2kdcr.c +++ b/src/lib/krb5/asn.1/ktgsr2kdcr.c @@ -3,6 +3,7 @@ * $Author$ * * Copyright 1989,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_ktgsr2kdcr_c[] = "$Id$"; #endif /* lint || saber */ -#include #include /*#include */ diff --git a/src/lib/krb5/asn.1/ktkt2tkt.c b/src/lib/krb5/asn.1/ktkt2tkt.c index 9de12ef46..a917b555f 100644 --- a/src/lib/krb5/asn.1/ktkt2tkt.c +++ b/src/lib/krb5/asn.1/ktkt2tkt.c @@ -3,6 +3,7 @@ * $Author$ * * Copyright 1989,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_ktkt2tkt_c[] = "$Id$"; #endif /* lint || saber */ -#include #include /*#include */ diff --git a/src/lib/krb5/asn.1/ktran2tran.c b/src/lib/krb5/asn.1/ktran2tran.c index 5b038c09b..2aa55b4fa 100644 --- a/src/lib/krb5/asn.1/ktran2tran.c +++ b/src/lib/krb5/asn.1/ktran2tran.c @@ -3,6 +3,7 @@ * $Author$ * * Copyright 1989,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_ktran2tran_c[] = "$Id$"; #endif /* lint || saber */ -#include #include /*#include */ diff --git a/src/lib/krb5/asn.1/prep2kprep.c b/src/lib/krb5/asn.1/prep2kprep.c index 8360b70e3..3f5f9ca0f 100644 --- a/src/lib/krb5/asn.1/prep2kprep.c +++ b/src/lib/krb5/asn.1/prep2kprep.c @@ -3,6 +3,7 @@ * $Author$ * * Copyright 1989,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_prep2kprep_c[] = "$Id$"; #endif /* lint || saber */ -#include #include /*#include */ diff --git a/src/lib/krb5/asn.1/priv2kpriv.c b/src/lib/krb5/asn.1/priv2kpriv.c index d596c77fd..23778437a 100644 --- a/src/lib/krb5/asn.1/priv2kpriv.c +++ b/src/lib/krb5/asn.1/priv2kpriv.c @@ -3,6 +3,7 @@ * $Author$ * * Copyright 1989,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_priv2kpriv_c[] = "$Id$"; #endif /* lint || saber */ -#include #include /*#include */ diff --git a/src/lib/krb5/asn.1/qbuf2data.c b/src/lib/krb5/asn.1/qbuf2data.c index 962e3e675..2131c64cc 100644 --- a/src/lib/krb5/asn.1/qbuf2data.c +++ b/src/lib/krb5/asn.1/qbuf2data.c @@ -3,6 +3,7 @@ * $Author$ * * Copyright 1989,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_qbuf2data_c[] = "$Id$"; #endif /* lint || saber */ -#include #include /*#include */ diff --git a/src/lib/krb5/asn.1/safe2ksafe.c b/src/lib/krb5/asn.1/safe2ksafe.c index 05919e45c..0b90f375a 100644 --- a/src/lib/krb5/asn.1/safe2ksafe.c +++ b/src/lib/krb5/asn.1/safe2ksafe.c @@ -3,6 +3,7 @@ * $Author$ * * Copyright 1989,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_safe2ksafe_c[] = "$Id$"; #endif /* lint || saber */ -#include #include /*#include */ diff --git a/src/lib/krb5/asn.1/tgrq2ktgrq.c b/src/lib/krb5/asn.1/tgrq2ktgrq.c index dee030fd5..60b0dfad4 100644 --- a/src/lib/krb5/asn.1/tgrq2ktgrq.c +++ b/src/lib/krb5/asn.1/tgrq2ktgrq.c @@ -2,7 +2,8 @@ * $Source$ * $Author$ * - * Copyright 1989,1990 by the Massachusetts Institute of Technology. + * Copyright 1989,1990,1991 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_tgrq2ktgrq_c[] = "$Id$"; #endif /* lint || saber */ -#include #include /*#include */ diff --git a/src/lib/krb5/asn.1/tkt2ktkt.c b/src/lib/krb5/asn.1/tkt2ktkt.c index bdee75525..a7caf0017 100644 --- a/src/lib/krb5/asn.1/tkt2ktkt.c +++ b/src/lib/krb5/asn.1/tkt2ktkt.c @@ -3,6 +3,7 @@ * $Author$ * * Copyright 1989,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_tkt2ktkt_c[] = "$Id$"; #endif /* lint || saber */ -#include #include /*#include */ diff --git a/src/lib/krb5/asn.1/tran2ktran.c b/src/lib/krb5/asn.1/tran2ktran.c index bba95123b..95431657c 100644 --- a/src/lib/krb5/asn.1/tran2ktran.c +++ b/src/lib/krb5/asn.1/tran2ktran.c @@ -3,6 +3,7 @@ * $Author$ * * Copyright 1989,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_tran2ktran_c[] = "$Id$"; #endif /* lint || saber */ -#include #include /*#include */ diff --git a/src/lib/krb5/asn.1/u2gen.c b/src/lib/krb5/asn.1/u2gen.c index a9bd94cb6..a10141526 100644 --- a/src/lib/krb5/asn.1/u2gen.c +++ b/src/lib/krb5/asn.1/u2gen.c @@ -3,6 +3,7 @@ * $Author$ * * Copyright 1989,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_u2gen_c[] = "$Id$"; #endif /* lint || saber */ -#include #include /* includes */ #include -- 2.26.2