diff options
| author | John Kohl <jtkohl@mit.edu> | 1991-03-14 11:43:56 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1991-03-14 11:43:56 +0000 |
| commit | 7057bf5a33149989931e90552690de559e6244f6 (patch) | |
| tree | 7b21a79c58dac118763ba858932d7e77b6632672 /src/lib | |
| parent | b712a2cc09ddbd2985b4ebb932db6a4b48b8a567 (diff) | |
| download | krb5-7057bf5a33149989931e90552690de559e6244f6.tar.gz krb5-7057bf5a33149989931e90552690de559e6244f6.tar.xz krb5-7057bf5a33149989931e90552690de559e6244f6.zip | |
fix copyrights
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1907 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/krb425/kn_parse.c | 2 | ||||
| -rw-r--r-- | src/lib/krb425/kuserok.c | 3 | ||||
| -rw-r--r-- | src/lib/krb425/recvauth.c | 3 | ||||
| -rw-r--r-- | src/lib/krb425/sendauth.c | 2 |
4 files changed, 6 insertions, 4 deletions
diff --git a/src/lib/krb425/kn_parse.c b/src/lib/krb425/kn_parse.c index da278b8c1..bf6f3b6d8 100644 --- a/src/lib/krb425/kn_parse.c +++ b/src/lib/krb425/kn_parse.c @@ -6,7 +6,7 @@ * All Rights Reserved. * * For copying and distribution information, please see the file - * <mit-copyright.h>. + * <krb5/copyright.h>. */ #if !defined(lint) && !defined(SABER) diff --git a/src/lib/krb425/kuserok.c b/src/lib/krb425/kuserok.c index 40eeb495f..7cadf8fd9 100644 --- a/src/lib/krb425/kuserok.c +++ b/src/lib/krb425/kuserok.c @@ -3,9 +3,10 @@ * $Author$ * * Copyright 1987, 1988 by the Massachusetts Institute of Technology. + * All Rights Reserved. * * For copying and distribution information, please see the file - * <mit-copyright.h>. + * <krb5/copyright.h>. * * kuserok: check if a kerberos principal has * access to a local account diff --git a/src/lib/krb425/recvauth.c b/src/lib/krb425/recvauth.c index 321c46170..9be41a808 100644 --- a/src/lib/krb425/recvauth.c +++ b/src/lib/krb425/recvauth.c @@ -3,9 +3,10 @@ * $Author$ * * Copyright 1987, 1988 by the Massachusetts Institute of Technology. + * All Rights Reserved. * * For copying and distribution information, please see the file - * <mit-copyright.h>. + * <krb5/copyright.h>. */ #include "krb425.h" diff --git a/src/lib/krb425/sendauth.c b/src/lib/krb425/sendauth.c index 2bbeb5a48..12fec8664 100644 --- a/src/lib/krb425/sendauth.c +++ b/src/lib/krb425/sendauth.c @@ -6,7 +6,7 @@ * All Rights Reserved. * * For copying and distribution information, please see the file - * <mit-copyright.h>. + * <krb5/copyright.h>. * */ |
