diff options
| author | John Kohl <jtkohl@mit.edu> | 1991-03-05 11:15:04 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1991-03-05 11:15:04 +0000 |
| commit | e4d1c62dc233db16101f2754d5d18cadc576c244 (patch) | |
| tree | b7a036db6fedce5ffe3635dbedad8c4e3486724b /src/lib | |
| parent | 8c0addd957d0c0e0f2e6d7a473fd4aeb457035f3 (diff) | |
fix copyrights
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1857 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/crypto/os/rnd_confoun.c | 2 | ||||
| -rw-r--r-- | src/lib/krb5/os/an_to_ln.c | 5 | ||||
| -rw-r--r-- | src/lib/krb5/os/ccdefname.c | 2 | ||||
| -rw-r--r-- | src/lib/krb5/os/def_realm.c | 4 | ||||
| -rw-r--r-- | src/lib/krb5/os/free_hstrl.c | 2 | ||||
| -rw-r--r-- | src/lib/krb5/os/hst_realm.c | 5 | ||||
| -rw-r--r-- | src/lib/krb5/os/ktdefname.c | 2 | ||||
| -rw-r--r-- | src/lib/krb5/os/kuserok.c | 2 | ||||
| -rw-r--r-- | src/lib/krb5/os/locate_kdc.c | 2 | ||||
| -rw-r--r-- | src/lib/krb5/os/lock_file.c | 3 | ||||
| -rw-r--r-- | src/lib/krb5/os/net_read.c | 4 | ||||
| -rw-r--r-- | src/lib/krb5/os/net_write.c | 4 | ||||
| -rw-r--r-- | src/lib/krb5/os/osconfig.c | 2 | ||||
| -rw-r--r-- | src/lib/krb5/os/timeofday.c | 3 | ||||
| -rw-r--r-- | src/lib/krb5/os/unlck_file.c | 2 | ||||
| -rw-r--r-- | src/lib/krb5/os/ustime.c | 5 |
16 files changed, 22 insertions, 27 deletions
diff --git a/src/lib/crypto/os/rnd_confoun.c b/src/lib/crypto/os/rnd_confoun.c index aca997395..95ba62075 100644 --- a/src/lib/crypto/os/rnd_confoun.c +++ b/src/lib/crypto/os/rnd_confoun.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/copyright.h>. @@ -15,7 +16,6 @@ static char rcsid_rnd_counfoun_c[] = "$Id$"; #endif /* !lint & !SABER */ -#include <krb5/copyright.h> #include <krb5/krb5.h> #include <krb5/ext-proto.h> diff --git a/src/lib/krb5/os/an_to_ln.c b/src/lib/krb5/os/an_to_ln.c index 02e6bab4f..4887dbd4c 100644 --- a/src/lib/krb5/os/an_to_ln.c +++ b/src/lib/krb5/os/an_to_ln.c @@ -2,7 +2,8 @@ * $Source$ * $Author$ * - * 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>. @@ -15,8 +16,6 @@ static char rcsid_an_to_ln_c[] = "$Id$"; #endif /* !lint & !SABER */ -#include <krb5/copyright.h> - #include <krb5/osconf.h> #include <krb5/krb5.h> diff --git a/src/lib/krb5/os/ccdefname.c b/src/lib/krb5/os/ccdefname.c index 82576bb17..860c7ad0c 100644 --- a/src/lib/krb5/os/ccdefname.c +++ b/src/lib/krb5/os/ccdefname.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/copyright.h>. @@ -15,7 +16,6 @@ static char rcsid_defname_c[] = "$Id$"; #endif /* !lint & !SABER */ -#include <krb5/copyright.h> #include <krb5/krb5.h> #include <stdio.h> diff --git a/src/lib/krb5/os/def_realm.c b/src/lib/krb5/os/def_realm.c index 093730937..3839f1cde 100644 --- a/src/lib/krb5/os/def_realm.c +++ b/src/lib/krb5/os/def_realm.c @@ -2,7 +2,8 @@ * $Source$ * $Author$ * - * 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>. @@ -15,7 +16,6 @@ static char rcsid_def_realm_c[] = "$Id$"; #endif /* !lint & !SABER */ -#include <krb5/copyright.h> #include <krb5/krb5.h> #include <krb5/ext-proto.h> diff --git a/src/lib/krb5/os/free_hstrl.c b/src/lib/krb5/os/free_hstrl.c index fa9f73495..267e59898 100644 --- a/src/lib/krb5/os/free_hstrl.c +++ b/src/lib/krb5/os/free_hstrl.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/copyright.h>. @@ -15,7 +16,6 @@ static char rcsid_free_hstrl_c[] = "$Id$"; #endif /* !lint & !SABER */ -#include <krb5/copyright.h> #include <krb5/krb5.h> #include <krb5/ext-proto.h> diff --git a/src/lib/krb5/os/hst_realm.c b/src/lib/krb5/os/hst_realm.c index d899df064..ed5aeb7ae 100644 --- a/src/lib/krb5/os/hst_realm.c +++ b/src/lib/krb5/os/hst_realm.c @@ -2,7 +2,8 @@ * $Source$ * $Author$ * - * 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>. @@ -15,8 +16,6 @@ static char rcsid_hst_realm_c[] = "$Id$"; #endif /* !lint & !SABER */ -#include <krb5/copyright.h> - /* Figures out the Kerberos realm names for host, filling in a pointer to an argv[] style list of names, terminated with a null pointer. diff --git a/src/lib/krb5/os/ktdefname.c b/src/lib/krb5/os/ktdefname.c index 014540eb4..28d4d46c0 100644 --- a/src/lib/krb5/os/ktdefname.c +++ b/src/lib/krb5/os/ktdefname.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/copyright.h>. @@ -15,7 +16,6 @@ static char rcsid_ktdefname_c[] = "$Id$"; #endif /* !lint & !SABER */ -#include <krb5/copyright.h> #include <krb5/krb5.h> #include <krb5/osconf.h> diff --git a/src/lib/krb5/os/kuserok.c b/src/lib/krb5/os/kuserok.c index dc3efe19c..d1335f4a3 100644 --- a/src/lib/krb5/os/kuserok.c +++ b/src/lib/krb5/os/kuserok.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/copyright.h>. @@ -15,7 +16,6 @@ static char rcsid_kuserok_c [] = "$Id$"; #endif /* !lint & !SABER */ -#include <krb5/copyright.h> #include <krb5/krb5.h> #include <krb5/ext-proto.h> #include <krb5/libos-proto.h> diff --git a/src/lib/krb5/os/locate_kdc.c b/src/lib/krb5/os/locate_kdc.c index 1dc2374c2..0eb9bd0c1 100644 --- a/src/lib/krb5/os/locate_kdc.c +++ b/src/lib/krb5/os/locate_kdc.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/copyright.h>. @@ -15,7 +16,6 @@ static char rcsid_locate_kdc_c[] = "$Id$"; #endif /* !lint & !SABER */ -#include <krb5/copyright.h> #include <krb5/krb5.h> #include <krb5/osconf.h> diff --git a/src/lib/krb5/os/lock_file.c b/src/lib/krb5/os/lock_file.c index 203129316..b9a6fcc47 100644 --- a/src/lib/krb5/os/lock_file.c +++ b/src/lib/krb5/os/lock_file.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/copyright.h>. @@ -15,8 +16,6 @@ static char rcsid_lock_file_c [] = "$Id$"; #endif /* !lint & !SABER */ -#include <krb5/copyright.h> - #include <krb5/krb5.h> #include <krb5/libos.h> diff --git a/src/lib/krb5/os/net_read.c b/src/lib/krb5/os/net_read.c index 55e6172aa..e3cb92317 100644 --- a/src/lib/krb5/os/net_read.c +++ b/src/lib/krb5/os/net_read.c @@ -3,6 +3,7 @@ * $Author$ * * Copyright 1987, 1988, 1990 by the Massachusetts Institute of Technology. + * All Rights Reserved. * * For copying and distribution information, please see the file * <krb5/copyright.h>. @@ -10,10 +11,9 @@ #if !defined(lint) && !defined(SABER) static char rcsid_net_read_c[] = -"$Header$"; +"$Id$"; #endif /* !lint & !SABER */ -#include <krb5/copyright.h> #include <krb5/config.h> /* for stdlib.h config option */ #include <krb5/ext-proto.h> diff --git a/src/lib/krb5/os/net_write.c b/src/lib/krb5/os/net_write.c index 0215db0ff..53313e7b5 100644 --- a/src/lib/krb5/os/net_write.c +++ b/src/lib/krb5/os/net_write.c @@ -3,6 +3,7 @@ * $Author$ * * Copyright 1987, 1988, 1990 by the Massachusetts Institute of Technology. + * All Rights Reserved. * * For copying and distribution information, please see the file * <krb5/copyright.h>. @@ -10,10 +11,9 @@ #if !defined(lint) && !defined(SABER) static char rcsid_net_write_c[] = -"$Header$"; +"$Id$"; #endif /* !lint & !SABER */ -#include <krb5/copyright.h> #include <krb5/config.h> /* ext-proto.h needs this */ #include <krb5/ext-proto.h> diff --git a/src/lib/krb5/os/osconfig.c b/src/lib/krb5/os/osconfig.c index e4dbc56be..1a72b583e 100644 --- a/src/lib/krb5/os/osconfig.c +++ b/src/lib/krb5/os/osconfig.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/copyright.h>. @@ -15,7 +16,6 @@ static char rcsid_config_fn_c [] = "$Id$"; #endif /* !lint & !SABER */ -#include <krb5/copyright.h> #include <krb5/osconf.h> #include <krb5/config.h> diff --git a/src/lib/krb5/os/timeofday.c b/src/lib/krb5/os/timeofday.c index edf8a92ac..747d5ab4b 100644 --- a/src/lib/krb5/os/timeofday.c +++ b/src/lib/krb5/os/timeofday.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/copyright.h>. @@ -15,8 +16,6 @@ static char rcsid_timeofday_c[] = "$Id$"; #endif /* lint || saber */ -#include <krb5/copyright.h> - #include <time.h> #include <stdio.h> /* needed for libos-proto.h */ diff --git a/src/lib/krb5/os/unlck_file.c b/src/lib/krb5/os/unlck_file.c index 0736143db..c609456bb 100644 --- a/src/lib/krb5/os/unlck_file.c +++ b/src/lib/krb5/os/unlck_file.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/copyright.h>. @@ -17,7 +18,6 @@ static char rcsid_unlock_file_c [] = #include <stdio.h> -#include <krb5/copyright.h> #include <krb5/krb5.h> #include <krb5/libos.h> #include <krb5/libos-proto.h> diff --git a/src/lib/krb5/os/ustime.c b/src/lib/krb5/os/ustime.c index 46117343a..aac64ef7d 100644 --- a/src/lib/krb5/os/ustime.c +++ b/src/lib/krb5/os/ustime.c @@ -2,7 +2,8 @@ * $Source$ * $Author$ * - * 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>. @@ -15,8 +16,6 @@ static char rcsid_mstime_c[] = "$Id$"; #endif /* lint || SABER */ -#include <krb5/copyright.h> - #include <krb5/config.h> #include <krb5/krb5.h> #include <krb5/libos-proto.h> |
