summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-03-14 12:19:32 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-03-14 12:19:32 +0000
commit7c86f5f31283166fa426d4808f68891ecbab7716 (patch)
treef2daefded5b722e5ab319f862b2c55f3e498df43 /src
parent135937a74444934c795ce056d6303f56f9c9e3c1 (diff)
downloadkrb5-7c86f5f31283166fa426d4808f68891ecbab7716.tar.gz
krb5-7c86f5f31283166fa426d4808f68891ecbab7716.tar.xz
krb5-7c86f5f31283166fa426d4808f68891ecbab7716.zip
fix copyrights
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1915 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/include/krb5/asn.1/KRB5-types-aux.h13
-rw-r--r--src/include/krb5/asn.1/asn1defs.h2
-rw-r--r--src/include/krb5/asn.1/encode.h4
-rw-r--r--src/include/krb5/stock/config.h4
-rw-r--r--src/include/krb5/stock/osconf.h4
-rw-r--r--src/tests/test1.c2
6 files changed, 21 insertions, 8 deletions
diff --git a/src/include/krb5/asn.1/KRB5-types-aux.h b/src/include/krb5/asn.1/KRB5-types-aux.h
index 9a07f46e2..00645129c 100644
--- a/src/include/krb5/asn.1/KRB5-types-aux.h
+++ b/src/include/krb5/asn.1/KRB5-types-aux.h
@@ -1,3 +1,16 @@
+/*
+ * $Source$
+ * $Author$
+ * $Id$
+ *
+ * Copyright 1990,1991 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
+ *
+ * For copying and distribution information, please see the file
+ * <krb5/copyright.h>.
+ *
+ */
+
#ifdef __STDC__
# define P(s) s
#else
diff --git a/src/include/krb5/asn.1/asn1defs.h b/src/include/krb5/asn.1/asn1defs.h
index eafe71de3..8540109bb 100644
--- a/src/include/krb5/asn.1/asn1defs.h
+++ b/src/include/krb5/asn.1/asn1defs.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>.
@@ -11,7 +12,6 @@
* Function prototypes for asn1 glue routines.
*/
-#include <krb5/copyright.h>
#ifndef KRB5_ASN1DEFS__
#define KRB5_ASN1DEFS__
diff --git a/src/include/krb5/asn.1/encode.h b/src/include/krb5/asn.1/encode.h
index 55a2bd3cb..b89aa8a7c 100644
--- a/src/include/krb5/asn.1/encode.h
+++ b/src/include/krb5/asn.1/encode.h
@@ -3,7 +3,8 @@
* $Author$
* $Id$
*
- * 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>.
@@ -11,7 +12,6 @@
* #defines for using generic encoder routine.
*/
-#include <krb5/copyright.h>
#ifndef KRB5_ENCODE_DEFS__
#define KRB5_ENCODE_DEFS__
diff --git a/src/include/krb5/stock/config.h b/src/include/krb5/stock/config.h
index cdb847fce..f044c5c61 100644
--- a/src/include/krb5/stock/config.h
+++ b/src/include/krb5/stock/config.h
@@ -6,7 +6,8 @@
* $Author$
* $Id$
*
- * 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>.
@@ -14,7 +15,6 @@
* Configuration definition file.
*/
-#include <krb5/copyright.h>
#ifndef KRB5_CONFIG__
#define KRB5_CONFIG__
diff --git a/src/include/krb5/stock/osconf.h b/src/include/krb5/stock/osconf.h
index 60b774a4a..d172aff2c 100644
--- a/src/include/krb5/stock/osconf.h
+++ b/src/include/krb5/stock/osconf.h
@@ -6,7 +6,8 @@
* $Author$
* $Id$
*
- * 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>.
@@ -14,7 +15,6 @@
* Site- and OS- dependant configuration.
*/
-#include <krb5/copyright.h>
#ifndef KRB5_OSCONF__
#define KRB5_OSCONF__
diff --git a/src/tests/test1.c b/src/tests/test1.c
index 0d2d7d0fd..69af9c00f 100644
--- a/src/tests/test1.c
+++ b/src/tests/test1.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/mit-copyright.h>.
@@ -15,7 +16,6 @@ static char rcsid_test1_c [] =
"$Id$";
#endif /* !lint & !SABER */
-#include <krb5/copyright.h>
#include <krb5/krb5.h>