summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-06-07 15:53:35 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-06-07 15:53:35 +0000
commitac74fb3c66f95d9730169cd37f16c16ea639042b (patch)
tree581fd79cfde6b1043c3f03cc98e09c916ac14f90 /src
parentaf8ecf512aca0404ef2c717d1567c3095be9c0d8 (diff)
downloadkrb5-ac74fb3c66f95d9730169cd37f16c16ea639042b.tar.gz
krb5-ac74fb3c66f95d9730169cd37f16c16ea639042b.tar.xz
krb5-ac74fb3c66f95d9730169cd37f16c16ea639042b.zip
fix up notice about code ownership
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2165 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/rcache/rc_base.c5
-rw-r--r--src/lib/krb5/rcache/rc_base.h5
-rw-r--r--src/lib/krb5/rcache/rc_conv.c5
-rw-r--r--src/lib/krb5/rcache/rc_dfl.c5
-rw-r--r--src/lib/krb5/rcache/rc_dfl.h5
-rw-r--r--src/lib/krb5/rcache/rc_io.c5
-rw-r--r--src/lib/krb5/rcache/rc_io.h5
7 files changed, 7 insertions, 28 deletions
diff --git a/src/lib/krb5/rcache/rc_base.c b/src/lib/krb5/rcache/rc_base.c
index 7a99d9693..36aefe0ec 100644
--- a/src/lib/krb5/rcache/rc_base.c
+++ b/src/lib/krb5/rcache/rc_base.c
@@ -2,12 +2,9 @@
* $Source$
* $Author$
*
- * This part of the Kerberos V5 software is derived from public-domain code
+ * This file of the Kerberos V5 software is derived from public-domain code
* contributed by Daniel J. Bernstein, <brnstnd@acf10.nyu.edu>.
*
- * XXX correct notice?
- * This portion of the software may be freely distributed; this permission
- * shall not be construed to apply to any other portion of the software.
*/
#if !defined(lint) && !defined(SABER)
diff --git a/src/lib/krb5/rcache/rc_base.h b/src/lib/krb5/rcache/rc_base.h
index 4e29cd6f4..81fe341c7 100644
--- a/src/lib/krb5/rcache/rc_base.h
+++ b/src/lib/krb5/rcache/rc_base.h
@@ -3,12 +3,9 @@
* $Author$
* $Id$
*
- * This part of the Kerberos V5 software is derived from public-domain code
+ * This file of the Kerberos V5 software is derived from public-domain code
* contributed by Daniel J. Bernstein, <brnstnd@acf10.nyu.edu>.
*
- * XXX correct notice?
- * This portion of the software may be freely distributed; this permission
- * shall not be construed to apply to any other portion of the software.
*/
#ifndef KRB5_RC_H
diff --git a/src/lib/krb5/rcache/rc_conv.c b/src/lib/krb5/rcache/rc_conv.c
index d8ac6fe0c..286f3b3bc 100644
--- a/src/lib/krb5/rcache/rc_conv.c
+++ b/src/lib/krb5/rcache/rc_conv.c
@@ -2,12 +2,9 @@
* $Source$
* $Author$
*
- * This part of the Kerberos V5 software is derived from public-domain code
+ * This file of the Kerberos V5 software is derived from public-domain code
* contributed by Daniel J. Bernstein, <brnstnd@acf10.nyu.edu>.
*
- * XXX correct notice?
- * This portion of the software may be freely distributed; this permission
- * shall not be construed to apply to any other portion of the software.
*/
#if !defined(lint) && !defined(SABER)
diff --git a/src/lib/krb5/rcache/rc_dfl.c b/src/lib/krb5/rcache/rc_dfl.c
index c99a12368..6ddcfabd1 100644
--- a/src/lib/krb5/rcache/rc_dfl.c
+++ b/src/lib/krb5/rcache/rc_dfl.c
@@ -2,12 +2,9 @@
* $Source$
* $Author$
*
- * This part of the Kerberos V5 software is derived from public-domain code
+ * This file of the Kerberos V5 software is derived from public-domain code
* contributed by Daniel J. Bernstein, <brnstnd@acf10.nyu.edu>.
*
- * XXX correct notice?
- * This portion of the software may be freely distributed; this permission
- * shall not be construed to apply to any other portion of the software.
*/
#if !defined(lint) && !defined(SABER)
diff --git a/src/lib/krb5/rcache/rc_dfl.h b/src/lib/krb5/rcache/rc_dfl.h
index c3a8af237..a66bbe6be 100644
--- a/src/lib/krb5/rcache/rc_dfl.h
+++ b/src/lib/krb5/rcache/rc_dfl.h
@@ -3,12 +3,9 @@
* $Author$
* $Id$
*
- * This part of the Kerberos V5 software is derived from public-domain code
+ * This file of the Kerberos V5 software is derived from public-domain code
* contributed by Daniel J. Bernstein, <brnstnd@acf10.nyu.edu>.
*
- * XXX correct notice?
- * This portion of the software may be freely distributed; this permission
- * shall not be construed to apply to any other portion of the software.
*/
/*
diff --git a/src/lib/krb5/rcache/rc_io.c b/src/lib/krb5/rcache/rc_io.c
index bc8d59cd0..680fa4e10 100644
--- a/src/lib/krb5/rcache/rc_io.c
+++ b/src/lib/krb5/rcache/rc_io.c
@@ -2,12 +2,9 @@
* $Source$
* $Author$
*
- * This part of the Kerberos V5 software is derived from public-domain code
+ * This file of the Kerberos V5 software is derived from public-domain code
* contributed by Daniel J. Bernstein, <brnstnd@acf10.nyu.edu>.
*
- * XXX correct notice?
- * This portion of the software may be freely distributed; this permission
- * shall not be construed to apply to any other portion of the software.
*/
#if !defined(lint) && !defined(SABER)
diff --git a/src/lib/krb5/rcache/rc_io.h b/src/lib/krb5/rcache/rc_io.h
index 5ae68764f..682b09879 100644
--- a/src/lib/krb5/rcache/rc_io.h
+++ b/src/lib/krb5/rcache/rc_io.h
@@ -3,12 +3,9 @@
* $Author$
* $Id$
*
- * This part of the Kerberos V5 software is derived from public-domain code
+ * This file of the Kerberos V5 software is derived from public-domain code
* contributed by Daniel J. Bernstein, <brnstnd@acf10.nyu.edu>.
*
- * XXX correct notice?
- * This portion of the software may be freely distributed; this permission
- * shall not be construed to apply to any other portion of the software.
*/
/*