fix reference to copyright/distribution provisions
authorJohn Kohl <jtkohl@mit.edu>
Fri, 25 May 1990 09:41:07 +0000 (09:41 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Fri, 25 May 1990 09:41:07 +0000 (09:41 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@945 dc483132-0cff-0310-8789-dd5450dbe970

54 files changed:
src/kdc/dispatch.c
src/kdc/do_as_req.c
src/kdc/do_tgs_req.c
src/kdc/extern.c
src/kdc/extern.h
src/kdc/kdc_util.c
src/kdc/kdc_util.h
src/kdc/main.c
src/kdc/policy.c
src/kdc/policy.h
src/lib/kdb/decrypt_key.c
src/lib/kdb/encrypt_key.c
src/lib/kdb/fetch_mkey.c
src/lib/kdb/kdb_dbm.c
src/lib/kdb/verify_mky.c
src/lib/krb5/free/f_address.c
src/lib/krb5/free/f_ap_rep.c
src/lib/krb5/free/f_ap_req.c
src/lib/krb5/free/f_authdata.c
src/lib/krb5/free/f_authent.c
src/lib/krb5/free/f_cksum.c
src/lib/krb5/free/f_creds.c
src/lib/krb5/free/f_enc_kdc.c
src/lib/krb5/free/f_enc_tkt.c
src/lib/krb5/free/f_error.c
src/lib/krb5/free/f_kdc_rep.c
src/lib/krb5/free/f_keyblock.c
src/lib/krb5/free/f_last_req.c
src/lib/krb5/free/f_princ.c
src/lib/krb5/free/f_priv.c
src/lib/krb5/free/f_priv_enc.c
src/lib/krb5/free/f_safe.c
src/lib/krb5/free/f_ticket.c
src/lib/krb5/keytab/file/ktf_close.c
src/lib/krb5/keytab/file/ktf_get_en.c
src/lib/krb5/keytab/file/ktf_get_na.c
src/lib/krb5/keytab/file/ktf_resolv.c
src/lib/krb5/keytab/file/ktf_util.c
src/lib/krb5/keytab/file/ktf_wreslv.c
src/lib/krb5/keytab/file/ktfile.h
src/lib/krb5/keytab/read_servi.c
src/lib/krb5/os/ccdefname.c
src/lib/krb5/os/def_realm.c
src/lib/krb5/os/free_krbhs.c
src/lib/krb5/os/get_krbhst.c
src/lib/krb5/os/localaddr.c
src/lib/krb5/os/locate_kdc.c
src/lib/krb5/os/lock_file.c
src/lib/krb5/os/os-proto.h
src/lib/krb5/os/read_pwd.c
src/lib/krb5/os/sendto_kdc.c
src/lib/krb5/os/timeofday.c
src/lib/krb5/os/unlck_file.c
src/lib/krb5/os/ustime.c

index b1bd65b80a997dc060a91902a6592a32492fd792..90b9e470dc8dd0a0397a5d5e14325cc73b13666b 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * Dispatch an incoming packet.
  */
index 3653521f91cafb2c720604310b4f94bb09c6b2e1..065011ecc0b0146af0bb554c8e0d7973b2fa774d 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * KDC Routines to deal with AS_REQ's
  */
index cea26ed2a7010e3cd1bf50b4372bcc8ae524ded0..c19da603e7262b914924890add7adba501a193fb 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * KDC Routines to deal with TGS_REQ's
  */
index c11b25f7e4fdbda678386dff068926bec76d3fd2..b61fa256d78f4bda1947e10a54de369fed5d6175 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * allocations of extern stuff
  */
index c0afc7610fd3db80b35f97104f00e806faf37334..3c85173af7e0ddebb18df53a9f3e40d7ab376486 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * <<< Description >>>
  */
index 1c6adcdb614b3ddb96fbaaa08deb2fe4abb71bef..fefd886f4687425085e71acba1269a1570a38fb1 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * Utility functions for the KDC implementation.
  */
index c5d01ecd5a9e39d1d6aa13683bc21c74ff1a97a6..b451b88cdb21d9075d27619f10fed854b9d1003b 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * Declarations for policy.c
  */
index 978d9ee43665527b83210348c1b1f2bc98b217f4..f1b840484be78029f9f906740839cebefe6d4675 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * Main procedure body for the KDC server process.
  */
index 6bd7f1822da60322997141bad36c6955ac614b66..6f25f7cfcdbd9aba4cd654477392656580b9306e 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * Policy decision routines for KDC.
  */
index a3afedcc48edea6d35ce4bc436cb9e76f5be7b4f..ffd3653fb40cfb2f1cefb683c030664363f421a0 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * Declarations for policy.c
  */
index 95c92d9f5c5fe789efc96991c08831cfde391829..7ba40edd20de2115822b216c916d3f078933bb3c 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * krb5_kdb_encrypt_key(), krb5_kdb_decrypt_key functions
  */
index f2c2c5e1b8d733f62d74f82c9506c151cea0a0af..4cc6068b46a1c97d12314784c1e9f160e20315a9 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * krb5_kdb_encrypt_key(), krb5_kdb_decrypt_key functions
  */
index 43e28f303c06dd68b89a9fa29e7107e145280a33..313786930bf8431fc6236abb3a82be4f6fb7ba2a 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * krb5_db_fetch_mkey():
  * Fetch a database master key from somewhere.
index 355e1c7eb2867af1f3ea69a66a2021e30d48e12e..964074af4aaa3d6883ffbb98693d5f95932f63c5 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1988,1989,1990 by the Massachusetts Institute of Technology. 
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>. 
+ * <krb5/copyright.h>. 
  */
 
 #if !defined(lint) && !defined(SABER)
index 5b0872bd56eb1078ee9586b8cf7e959b4417839c..7652add97ccdc9393350b18fb6bac98b56fc11e7 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  * 
  * krb5_db_verify_master_key();
  */
index 7d4a9b3913b4d4807d2483dc8e1c6ac6edd56ff1..f28298705ca761063a1e5dfb4c08e54d1fce18ea 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * krb5_free_address()
  */
index 95286825d02722b8b4b0dea9959018aaa8e7020d..dcc4062fafedcd0a0b3e5932669a0246d1a7fd1d 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * krb5_free_ap_rep()
  */
index 3591fa28d7a0a2a394014bb900b356c986435ece..d3938e85976dd68e3af9ff28b34bf68056cee339 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * krb5_free_ap_req()
  */
index a292f8a266aef4a2fa72f2d354918d9507621c6c..c5d26d0366f3720fba3f7ac794b446568894a0e4 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * krb5_free_authdata()
  */
index 2ab0a8d50a9fecccf0405e1e5270006a27183d33..029c1b7630eaf648a80b73636328ddafada9def2 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * krb5_free_authenticator()
  */
index 0ce31bca907f0446848191a1c4cf565317cbff2e..5ef1acfda2e32adb551429ccfff0b7643877a824 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * krb5_free_checksum()
  */
index 4b4e0f97070def414d5e4bc74437773cb1d0928c..b85306a1835e584ffd24aee6513077db218ca5b1 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * krb5_free_creds()
  */
index ab02374c32218852f2b3745b1cfb8e8e15edaf49..77993e6c0d540acdeeec009071251d31a330b357 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * krb5_free_enc_kdc_rep_part()
  */
index 3b59b4ce836fbf33239a3394391b8bf4e828db5d..66a1dfde8ee2dcc73f8e683b428ff6e70fd57a8b 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * krb5_free_enc_tkt_part()
  */
index 459e8991c1fbece4096ecdfb6d7d2e8f759ee6aa..58271d4d9d4da5e050717ed77bdb22f31da99e8a 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * krb5_free_error()
  */
index 65dcdd4e4afe65ccec46bea794a15f3718789d7c..d0b8dd9eaa171169dbb08c5b65ed843fb0f35cb5 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * krb5_free_kdc_rep()
  */
index 571a3f89edf58ec266f19eaad65765a003403fcb..9b43f18be2ddb3fb7908871ac4e2e37e4cb8a528 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * krb5_free_keyblock()
  */
index b55a584c72b8a71f86dc13078de48b008593d20c..a19570f74ccb9f2075a36ed71dfa63309012b783 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * krb5_free_last_req()
  */
index d431860703ced7a5c0ab6554a98338d6568ac1aa..31c78fb995c40f0484ce142663e0b097adaaef63 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * krb5_free_principal()
  */
index 1aa913d0ee8d2d3fa6b89b2b02e185ab84b44285..a1647a34a21c55542cc9a27b46c58c3621cf1ec5 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * krb5_free_priv()
  */
index 4720c1d7f6b34c395327ba4d2eb8a598cbfef974..9560a528857f5c93de10465c35aed4934080290b 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * krb5_free_priv_enc_part()
  */
index 6222000782de161c570ff8d9766f65a57740755b..3ae0a861374b6b5b55d6fe8c396018c7caab587a 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * krb5_free_safe()
  */
index 5eac0f732519575ce977f1ab3e0d651a588bf515..a7c5cf9cf94b7d41d44d69dc3c47a686799c9bb0 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * krb5_free_ticket()
  */
index 1642a3c866c67da17c1bf154f7a7942ea5102ce0..5558d2cc9f051e548b25f79eee86b096e9bac1f5 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * "Close" a file-based keytab and invalidate the id.  This means
  * free memory hidden in the structures.
index 280700824e6509f204aa89931f7c50f8bef631e3..cf04886c89f5d9f2ec4f1349ff1585cc33eb2c61 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * This is the get_entry routine for the file based keytab implementation.
  * It opens the keytab file, and either retrieves the entry or returns
index f26c339408d0cff4a7e14984ad6797b2356aa220..506a4548f0ac54afc3018ec41ccdf96dbf37ced5 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * Get the name of the file containing a file-based keytab.
  */
index 5bff2c9a8bc56960996b1c897b0c007f005fcf50..278e934a7aa9c4bf6f7ee7d9d245617c00ed15f0 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * This is an implementation specific resolver.  It returns a keytab id 
  * initialized with file keytab routines.
index 92a3add1a52108aa6dff57274434839cd68e00e3..55f66918f445a73e8ed33796c055179ced33ab21 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * This function contains utilities for the file based implementation of 
  * the keytab.  There are no public functions in this file.
index b8de5cf4b2de4f81440cbd019e5f885f368dff83..7bb4fb7f6cbe085c129fc69804f31369b1455818 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * This is an implementation specific resolver.  It returns a keytab id 
  * initialized with file keytab routines.
index ddd80a9051e7d1b0d9b20ddc6d41d5169d9b68d3..b2ec3d6ecaf49c9091795c71cfcd44675278ed74 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * This header file contains information needed by internal routines
  * of the file-based ticket cache implementation.
index 0286da01b82c71c1f966a7d8d0230dfea8e63f42..2b9fe44ff8aef49a37735d7b508d4b205575a727 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * This routine is designed to be passed to krb5_rd_req.  
  * It is a convenience function that reads a key out of a keytab.
index 4422487144167f9969c3c4892d05ff2c4b7bd269..82576bb17d69b00275f1ba5c365ac4f1aa8dea9b 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * Return default cred. cache name.
  */
index 1c21d7ffc7ef3b31eb6cb9c3101eb6162fcdf945..516b90697ac88950e95b2feef0bee2de8c8a2735 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * krb5_get_default_realm() function.
  */
index 440785d28fe08b9119ef0a92cd2759a373df3b20..9d56699ab5487f574b36a7fd614d512319be764b 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * krb5_free_krbhst() function
  */
index 120dcc876b5a88b59a638379467082baf41b7d0a..db8b8d50f80bba22c03b1ec893453be3abe57f85 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * krb5_get_krbhst() function.
  */
index 38f531938d68b1f5332045a185742d67ddd660b8..fcd7be8620d67bf30921af7b2c0a19f9887e8238 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * Return the protocol addresses supported by this host.
  *
index 3191cca0150572c0dd4911ca7409c117afef41dd..1dc2374c2b1626036bc954fef67795102bbb5263 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * get socket addresses for KDC.
  */
index 25b28395104fabbcd016287a2a7a43554a1b8dd0..b5c99f1032d7e0b47a731b3d55708e851585e91c 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * libos: krb5_lock_file routine
  */
index fe69f8101d8f3255474531080bf2f3d9137f6035..c82edf923a132761c0e81339c7ac1dfa788edf32 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * LIBOS internal function prototypes.
  */
index 388256160c57584d5785f814dee40d2b1bf575af..4e7d834f9a146c85b36430d79f7a8a1552bc8945 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * libos: krb5_read_password for BSD 4.3
  */
index 555e56dbcf5ef6872b82515742ec80b5e29d8469..f74b2cac5ca702e6794130bfff782663cd2ee131 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * Send packet to KDC for realm; wait for response, retransmitting
  * as necessary.
index 1d455ee60fc045899666cbc0de3f4709eded49bd..45904917fb7b5c8c55eaebc63ff0293036bd1ba6 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * libos: krb5_timeofday function for BSD 4.3 
  */
index 39b1e1fbbdc8bd38d1e1e75573ea13d0e5fa97d5..0736143db98c1c3c2b299579f8c4496476702d5c 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * libos: krb5_lock_file routine
  */
index 6af86375ee9bd411422721ffc1882c69c16e5555..ca68cb4a44d3707124f621ba733efeece1efb2c0 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * krb5_mstimeofday for BSD 4.3
  */