diff options
| author | John Kohl <jtkohl@mit.edu> | 1991-03-04 11:53:56 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1991-03-04 11:53:56 +0000 |
| commit | 641b23dda8e94698dae52d1ef37fc10f1018b391 (patch) | |
| tree | c29da30bd9b99fadfd68504cd504d782dd4209fc /src/lib | |
| parent | 0e49cc4270bebc85e3505ce628cc18f145376af1 (diff) | |
| download | krb5-641b23dda8e94698dae52d1ef37fc10f1018b391.tar.gz krb5-641b23dda8e94698dae52d1ef37fc10f1018b391.tar.xz krb5-641b23dda8e94698dae52d1ef37fc10f1018b391.zip | |
fix copyrights
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1841 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/crypto/crc32/Imakefile | 3 | ||||
| -rw-r--r-- | src/lib/crypto/des/Imakefile | 1 | ||||
| -rw-r--r-- | src/lib/crypto/md4/Imakefile | 1 | ||||
| -rw-r--r-- | src/lib/kdb/Imakefile | 3 | ||||
| -rw-r--r-- | src/lib/krb425/Imakefile | 3 | ||||
| -rw-r--r-- | src/lib/krb5/Imakefile | 3 | ||||
| -rw-r--r-- | src/lib/krb5/asn.1/Imakefile | 3 | ||||
| -rw-r--r-- | src/lib/krb5/ccache/Imakefile | 1 | ||||
| -rw-r--r-- | src/lib/krb5/ccache/file/Imakefile | 3 | ||||
| -rw-r--r-- | src/lib/krb5/ccache/stdio/Imakefile | 1 | ||||
| -rw-r--r-- | src/lib/krb5/error_tables/Imakefile | 1 | ||||
| -rw-r--r-- | src/lib/krb5/free/Imakefile | 3 | ||||
| -rw-r--r-- | src/lib/krb5/keytab/Imakefile | 1 | ||||
| -rw-r--r-- | src/lib/krb5/keytab/file/Imakefile | 1 | ||||
| -rw-r--r-- | src/lib/krb5/krb/Imakefile | 1 | ||||
| -rw-r--r-- | src/lib/krb5/rcache/Imakefile | 3 |
16 files changed, 24 insertions, 8 deletions
diff --git a/src/lib/crypto/crc32/Imakefile b/src/lib/crypto/crc32/Imakefile index e650f7bfb..1e16d2738 100644 --- a/src/lib/crypto/crc32/Imakefile +++ b/src/lib/crypto/crc32/Imakefile @@ -2,7 +2,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>. diff --git a/src/lib/crypto/des/Imakefile b/src/lib/crypto/des/Imakefile index 94a9c6156..93d68173d 100644 --- a/src/lib/crypto/des/Imakefile +++ b/src/lib/crypto/des/Imakefile @@ -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 # <krb5/copyright.h>. diff --git a/src/lib/crypto/md4/Imakefile b/src/lib/crypto/md4/Imakefile index 9a9deb6d7..21918a9d7 100644 --- a/src/lib/crypto/md4/Imakefile +++ b/src/lib/crypto/md4/Imakefile @@ -3,6 +3,7 @@ # $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>. diff --git a/src/lib/kdb/Imakefile b/src/lib/kdb/Imakefile index 835fcb85f..8558ca19a 100644 --- a/src/lib/kdb/Imakefile +++ b/src/lib/kdb/Imakefile @@ -2,7 +2,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>. diff --git a/src/lib/krb425/Imakefile b/src/lib/krb425/Imakefile index 186861863..7c37a4e7d 100644 --- a/src/lib/krb425/Imakefile +++ b/src/lib/krb425/Imakefile @@ -2,7 +2,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>. diff --git a/src/lib/krb5/Imakefile b/src/lib/krb5/Imakefile index 612d1d410..fe69c19b1 100644 --- a/src/lib/krb5/Imakefile +++ b/src/lib/krb5/Imakefile @@ -2,7 +2,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>. diff --git a/src/lib/krb5/asn.1/Imakefile b/src/lib/krb5/asn.1/Imakefile index 85efc5db9..25ea44a82 100644 --- a/src/lib/krb5/asn.1/Imakefile +++ b/src/lib/krb5/asn.1/Imakefile @@ -2,7 +2,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>. diff --git a/src/lib/krb5/ccache/Imakefile b/src/lib/krb5/ccache/Imakefile index 6fe7b3ff5..2c4691630 100644 --- a/src/lib/krb5/ccache/Imakefile +++ b/src/lib/krb5/ccache/Imakefile @@ -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 # <krb5/copyright.h>. diff --git a/src/lib/krb5/ccache/file/Imakefile b/src/lib/krb5/ccache/file/Imakefile index c8f63e0eb..3d82b3331 100644 --- a/src/lib/krb5/ccache/file/Imakefile +++ b/src/lib/krb5/ccache/file/Imakefile @@ -2,7 +2,8 @@ # $Author$ # $Id$ # -# Copyright 1990,,1991 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>. diff --git a/src/lib/krb5/ccache/stdio/Imakefile b/src/lib/krb5/ccache/stdio/Imakefile index b7de205e6..6a6f32fe3 100644 --- a/src/lib/krb5/ccache/stdio/Imakefile +++ b/src/lib/krb5/ccache/stdio/Imakefile @@ -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 # <krb5/copyright.h>. diff --git a/src/lib/krb5/error_tables/Imakefile b/src/lib/krb5/error_tables/Imakefile index ae08d589a..c361bdaa4 100644 --- a/src/lib/krb5/error_tables/Imakefile +++ b/src/lib/krb5/error_tables/Imakefile @@ -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 # <krb5/copyright.h>. diff --git a/src/lib/krb5/free/Imakefile b/src/lib/krb5/free/Imakefile index 2bb5f0b46..0ed6cbaf5 100644 --- a/src/lib/krb5/free/Imakefile +++ b/src/lib/krb5/free/Imakefile @@ -2,7 +2,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>. diff --git a/src/lib/krb5/keytab/Imakefile b/src/lib/krb5/keytab/Imakefile index d693fee8a..cf47f072e 100644 --- a/src/lib/krb5/keytab/Imakefile +++ b/src/lib/krb5/keytab/Imakefile @@ -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 # <krb5/copyright.h>. diff --git a/src/lib/krb5/keytab/file/Imakefile b/src/lib/krb5/keytab/file/Imakefile index dcfbe447b..1fb4e50f0 100644 --- a/src/lib/krb5/keytab/file/Imakefile +++ b/src/lib/krb5/keytab/file/Imakefile @@ -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 # <krb5/copyright.h>. diff --git a/src/lib/krb5/krb/Imakefile b/src/lib/krb5/krb/Imakefile index 373d64cc4..af0f93e13 100644 --- a/src/lib/krb5/krb/Imakefile +++ b/src/lib/krb5/krb/Imakefile @@ -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 # <krb5/copyright.h>. diff --git a/src/lib/krb5/rcache/Imakefile b/src/lib/krb5/rcache/Imakefile index 4032d0371..c53105459 100644 --- a/src/lib/krb5/rcache/Imakefile +++ b/src/lib/krb5/rcache/Imakefile @@ -2,7 +2,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>. |
