fix copyrights
authorJohn Kohl <jtkohl@mit.edu>
Tue, 5 Mar 1991 11:15:04 +0000 (11:15 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 5 Mar 1991 11:15:04 +0000 (11:15 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1857 dc483132-0cff-0310-8789-dd5450dbe970

16 files changed:
src/lib/crypto/os/rnd_confoun.c
src/lib/krb5/os/an_to_ln.c
src/lib/krb5/os/ccdefname.c
src/lib/krb5/os/def_realm.c
src/lib/krb5/os/free_hstrl.c
src/lib/krb5/os/hst_realm.c
src/lib/krb5/os/ktdefname.c
src/lib/krb5/os/kuserok.c
src/lib/krb5/os/locate_kdc.c
src/lib/krb5/os/lock_file.c
src/lib/krb5/os/net_read.c
src/lib/krb5/os/net_write.c
src/lib/krb5/os/osconfig.c
src/lib/krb5/os/timeofday.c
src/lib/krb5/os/unlck_file.c
src/lib/krb5/os/ustime.c

index aca997395f61cf225651231f61b6c1753c892cec..95ba62075b19e5a5c17804ef96b71e72e3b876ea 100644 (file)
@@ -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>
 
index 02e6bab4f039142d8d99664c63ff646799ec8614..4887dbd4cac16b62770812815a22183f8b384379 100644 (file)
@@ -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>
index 82576bb17d69b00275f1ba5c365ac4f1aa8dea9b..860c7ad0c1293af415aa75bb83ad77e35fc6bbda 100644 (file)
@@ -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>
index 0937309378182ab8cf581b0e6b4dfaaaf916864f..3839f1cde7729159d15ce59642a2630031d4573b 100644 (file)
@@ -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>
 
index fa9f73495177183b95ea0419ea11e0701d2a8602..267e59898a39dc1f741795c3cd7903f7f7ed495c 100644 (file)
@@ -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>
index d899df0647c3bb96c7123db9a1a19630b006c11a..ed5aeb7aec8181c2f79cde266b55b587f404cb16 100644 (file)
@@ -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.
index 014540eb447b8ceee4d1b15ec68729baa7c1f51c..28d4d46c044823dc39a82c816fb4a4b01d038fe7 100644 (file)
@@ -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>
 
index dc3efe19c3272cec8740c72cd364290ed321bad2..d1335f4a344ab802cacbfc555457475d42053913 100644 (file)
@@ -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>
index 1dc2374c2b1626036bc954fef67795102bbb5263..0eb9bd0c18976e3aeaf247effbd2980788d5df6c 100644 (file)
@@ -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>
 
index 203129316967bdd14d57bad263dbe9e3d984da07..b9a6fcc4750ccdbaf002e73481e35f5e56abb0f9 100644 (file)
@@ -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>
 
index 55e6172aae7ad85addaf86ec1a25683515d42174..e3cb9231794221018d3af7e7dd2b145dfe29b329 100644 (file)
@@ -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>.
 
 #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>
 
index 0215db0ff6d3d1ac1e8ab07d494f77208e894edf..53313e7b5c7ce2a8668abd21d9ab208efebf49bf 100644 (file)
@@ -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>.
 
 #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>
 
index e4dbc56be6c23a02db41dae44b5dc637d00c40a1..1a72b583e6767a364fef4500b3fa81c45acd32c2 100644 (file)
@@ -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>
 
index edf8a92ac9bf3072f3189be056ac8323543888f3..747d5ab4bfd4c82db03ed3a5fec79b51f7fbfe5b 100644 (file)
@@ -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 */
 
index 0736143db98c1c3c2b299579f8c4496476702d5c..c609456bb535a55e25cae0b3b009889ba876d641 100644 (file)
@@ -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>
index 46117343a645159bb0c1f2e98c8a75596a039081..aac64ef7da0d3befcbafb406f5f374e8cf1a1d87 100644 (file)
@@ -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>