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

83 files changed:
src/include/krb5/asn.1/asn1defs.h
src/include/krb5/asn.1/encode.h
src/include/krb5/asn1.h
src/include/krb5/base-defs.h
src/include/krb5/ccache.h
src/include/krb5/crc-32.h
src/include/krb5/errors.h
src/include/krb5/ext-proto.h
src/include/krb5/fieldbits.h
src/include/krb5/free.h
src/include/krb5/func-proto.h
src/include/krb5/hostaddr.h
src/include/krb5/kdb.h
src/include/krb5/kdb_dbm.h
src/include/krb5/keytab.h
src/include/krb5/krb5.h
src/include/krb5/libos.h
src/include/krb5/macros.h
src/include/krb5/mit-des.h
src/include/krb5/proto.h
src/include/krb5/rcache.h
src/include/krb5/stock/config.h
src/include/krb5/stock/osconf.h
src/include/krb5/wordsize.h
src/lib/krb5/asn.1/KRB5-asn.py
src/lib/krb5/asn.1/asn1glue.h
src/lib/krb5/ccache/file/fcc_close.c
src/lib/krb5/ccache/file/fcc_defnam.c
src/lib/krb5/ccache/file/fcc_destry.c
src/lib/krb5/ccache/file/fcc_eseq.c
src/lib/krb5/ccache/file/fcc_gennew.c
src/lib/krb5/ccache/file/fcc_getnam.c
src/lib/krb5/ccache/file/fcc_gprin.c
src/lib/krb5/ccache/file/fcc_init.c
src/lib/krb5/ccache/file/fcc_nseq.c
src/lib/krb5/ccache/file/fcc_ops.c
src/lib/krb5/ccache/file/fcc_read.c
src/lib/krb5/ccache/file/fcc_reslv.c
src/lib/krb5/ccache/file/fcc_retrv.c
src/lib/krb5/ccache/file/fcc_sflags.c
src/lib/krb5/ccache/file/fcc_skip.c
src/lib/krb5/ccache/file/fcc_sseq.c
src/lib/krb5/ccache/file/fcc_store.c
src/lib/krb5/ccache/file/fcc_write.c
src/lib/krb5/error_tables/isode_err.et
src/lib/krb5/error_tables/kdb5_err.et
src/lib/krb5/error_tables/krb5_err.et
src/lib/krb5/free/f_tgt_cred.c
src/lib/krb5/krb/addr_comp.c
src/lib/krb5/krb/addr_srch.c
src/lib/krb5/krb/copy_addrs.c
src/lib/krb5/krb/copy_auth.c
src/lib/krb5/krb/copy_creds.c
src/lib/krb5/krb/copy_data.c
src/lib/krb5/krb/copy_key.c
src/lib/krb5/krb/copy_princ.c
src/lib/krb5/krb/decode_kdc.c
src/lib/krb5/krb/decrypt_tk.c
src/lib/krb5/krb/encode_kdc.c
src/lib/krb5/krb/encrypt_tk.c
src/lib/krb5/krb/faddr_ordr.c
src/lib/krb5/krb/gc_frm_kdc.c
src/lib/krb5/krb/gc_via_tgt.c
src/lib/krb5/krb/get_in_tkt.c
src/lib/krb5/krb/in_tkt_pwd.c
src/lib/krb5/krb/in_tkt_sky.c
src/lib/krb5/krb/int-proto.h
src/lib/krb5/krb/kdc_rep_dc.c
src/lib/krb5/krb/mk_error.c
src/lib/krb5/krb/mk_priv.c
src/lib/krb5/krb/mk_req.c
src/lib/krb5/krb/mk_req_ext.c
src/lib/krb5/krb/mk_safe.c
src/lib/krb5/krb/parse.c
src/lib/krb5/krb/princ_comp.c
src/lib/krb5/krb/rd_error.c
src/lib/krb5/krb/rd_priv.c
src/lib/krb5/krb/rd_req.c
src/lib/krb5/krb/rd_req_dec.c
src/lib/krb5/krb/rd_req_sim.c
src/lib/krb5/krb/rd_safe.c
src/lib/krb5/krb/send_tgs.c
src/lib/krb5/krb/unparse.c

index cc3e94438fbca6773a9dc50415ba345095946987..150ed0586adc35e8c5f0a3f92e59805da1e74e1a 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>.
  *
  * Function prototypes for asn1 glue routines.
  */
index 7ab3e1c9b4537dca15ba4433227da28b3ec69b18..208553574aabb3cc61bf808dd610c5c82dc93ace 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>.
  *
  * #defines for using generic encoder routine.
  */
index c0e296cb98c7fad6e8680a4521491da2cecc9866..ff7a34100c58f70323c1f6828b61e378c8b4adf1 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>.
  *
  * meta-include file for KRB5 asn.1/ISODE stuff
  */
index 53d37dcedb873e1a686289b7613122a8ba816a6c..ad7c7fc8b51ccb7374c4a59e37622ec695ef6fe4 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright 1989,1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * Basic definitions for Kerberos V5 library
  */
index 1409056bf2f710edd8beadd41067f9cd7be57c64..6459b6da23f100892bcaa4f19909d45e11dac355 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright 1989 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * Credentials cache definitions.
  */
index 198eab30e916aac662a8ae4a606629320e622953..91136325885f891493751cde366ab6fedac5f6db 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright 1989 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * Definitions for the CRC-32 checksum
  */
index e2a4ef2d0021eebf2d2afb732eb9bc244c3319b1..12dc67bca95413c649f4157b15a9913462bbddc3 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright 1989 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * Protocol error code definitions
  */
index 021eff863a5a1392707393a3dc62f75db485419f..762bb671419e9e084d5c68ab6662bacddeffbad5 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>.
  *
  * Prototypes for external (libc) funtions.
  */
index c0e2882bebefae167f409cbbe5889b816dffe50a..5800955e1af368f70299d20f9f79de0e3ea52131 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright 1989 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * Definitions for the field bits for Kerberos protocol
  * version 5.
index 7c98c6794ca8064db9ff35a65ed117130cff04da..c06a166e8614264184c5c2adf892e0ca6b6bc505 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>.
  *
  * definitions for free routines
  */
index 6c74996421b8cf0dc7418b96b1e51df536ad8f5a..db8faaefc28458abe1d1d5de692d2d9a4954be49 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>.
  *
  * Function prototypes for Kerberos V5 library.
  */
index efe8dc727a36ee15a4aff2b6fc543208bbc285fa..45c9a56709d0fd9266465fc53c8805a358d6b694 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright 1989 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * hostaddr definitions for Kerberos version 5.
  */
index ddc702f8a3f2772ef5e4f99bc236fbde8bbd2328..57505048bff87df0f15d6d8734e60d08f5fdcf7f 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>.
  *
  * KDC Database interface definitions.
  */
index cc81eab535cbbe321be4953f0cb285df21492470..0401dd49c2be1bc63fc4d81c4d9eccebd9fd6feb 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>.
  *
  * KDC Database interface definitions.
  */
index 11fabc1da01df2b61ee2ba5d094c15e9cb117e09..c770731222d09efe4c9ee3a54e956d863a1eac8f 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>.
  *
  * Keytab definitions.
  */
index bf769753a97c9b2070332f6045da7f43f1e36f02..8a70e17c44a34bb66b0519a52380db8f64073937 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright 1989,1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * General definitions for Kerberos version 5.
  */
index 91a346d0fb886d12c428c8cff57288be59c34cc8..7579dea7033c3cb792d36fb68b0f9ccf8e23c44c 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright 1989,1990 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * Definitions for this implementation of the libos layer.
  */
index e386760a10988e5a6f5cadd7e82189520a42ad3a..30ff0179daa58e5c230615d909aecc756a063a0f 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>.
  *
  * macros used in Kerberos code.
  */
index 0bcf99894f93f38c45a14287d55e04d522688a81..f392f7e2c84813864bb7fe3b1d9d6666f2d58a42 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright 1989 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * MIT Data Encryption Standard software implementation declarations.
  */
index d13214cdb5bc5c72ff109d1a3f98fd93487d1a07..33db50cc66a604ed0571f79a5f628b03c968661d 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright 1989 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * Protocol message definitions.
  */
index a4faf29d303a2f99aea1b02c0d01e74897f475ac..bef4e57a0303fb0c8833085a04e73cc505484f58 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>.
  *
  * Replay detection cache definitions.
  */
index e63c9ae60b6504ae00be8897444ed651d394f6c5..674be3e9539688ab10573bb4af95d75627854ebd 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>.
  *
  * Configuration file for Kerberos V5 library.
  * This config file works for IBM RT/PC running AOS 4.3 and VAX running 4.3BSD
index 4b49776424ed2bc97ce939eee703a08f7cf080d5..b8602a20f0e197244eb7208a6128e39ff071d7bc 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>.
  *
  * Site- and OS- dependant configuration.
  * This is mostly a stub.
index f7ae21a6ed78b6723d5a337cb04d6e60b33aaf79..c2399cc60ab1b5be425f3bff5fc968fef3fc558d 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright 1989 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * Word-size related definition.
  */
index da66b9649794202a2e4b8735e5c780f98b9abb78..48d1744f6afefc937aeb62a0d8c1bec12aa47bb9 100644 (file)
@@ -5,7 +5,7 @@
 -- Copyright 1989 by the Massachusetts Institute of Technology.
 --
 -- For copying and distribution information, please see the file
--- <krb5/mit-copyright.h>.
+-- <krb5/copyright.h>.
 --
 -- ASN.1 definitions for the kerberos network objects
 --
index 31c2cee529743c602dc19864a0d7f0bcf964ab4f..1be1d25c1734fa0877d46b78b54c483081a0c4c0 100644 (file)
@@ -6,7 +6,7 @@
  * Copyright 1989 by the Massachusetts Institute of Technology.
  *
  * For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
  *
  * Header file for some glue functions (macros, mostly)
  */
index 4c53421c2e96422f693bb05978f7e18b8f3e134a..3f71b8777e7ee9f3ebc036866ad05a50a5087247 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 file contains the source code for krb5_fcc_close.
  */
index d54efb2d1b1519c60c528dfb260a53db31fb6a8f..c2245b24b92625eab8176db3a0e15cb0d1baeedb 100644 (file)
@@ -11,7 +11,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 file contains the source code for krb5_fcc_default_name.
  */
index e8f6938eace1ad65b71a9ee6db8c4efee0f494fd..3c2d3b9a36c450d92fde435f2f2ac7d4ccfca04e 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 file contains the source code for krb5_fcc_destroy.
  */
index 95c97c98efe2d79fd326c595b783d7bb986f06fc..fb8c564429a440ecad3e7a60a08c56b61e8b1619 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 file contains the source code for krb5_fcc_end_seq_get.
  */
index da9444baf43bc8688581e2295945bdc87da5d51a..7772d336ff83c2746178344627ebf7f914f8241b 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 file contains the source code for krb5_fcc_generate_new.
  */
index 0d448e95a0d658560510de464a524a7d2306e4ac..2fdc098269ca781f911d8e8664071d9d6556e355 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 file contains the source code for krb5_fcc_get_name.
  */
index 59177704298eba78f2bb8ad3ce4cf9a8111fe78f..a95409b52da1c867637c1330d88641bdc0ff137f 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 file contains the source code for krb5_fcc_get_principal.
  */
index 71ee8cea2ddd7c8f6d4e3d45f9d8692cbc94c901..a422505e1b0f9906eb7d077d3456c780cef22ab2 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 file contains the source code for krb5_fcc_initialize.
  */
index 2826772b88683c10a1a993f47e1d86accc517294..4c5fba3500662a93504f65c9ee3d7db49e69f3ab 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 file contains the source code for krb5_fcc_next_cred.
  */
index f2e84889a0ccfc11e9a85dc05fbf29aadc8c1f6d..9aa6ee3559d19ad7be54bfeaa2a1201d6f276481 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 file contains the structure krb5_fcc_ops.
  */
index 3886062b76a9c24451ffb072275470fae514e30e..6947ae680bc989a8e1013a8daa335198fc6b8f24 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 file contains the source code for reading variables from a
  * credentials cache.  These are not library-exported functions.
index 7894c4b2ec0e081551067558639b812f6411b1cd..620ce609ea27da8dc8363ea9e28b09a1af514447 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 file contains the source code for krb5_fcc_resolve.
  */
index 6107f660e430f32dd65f5284d7ff34a3de4667f6..3a9c701d72e2e71101c3fed1dae921260aa668e9 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 file contains the source code for krb5_fcc_retrieve.
  */
index f27d7b9a5a857fee95ead87a69f052d14e75c1e1..c0b23e34011089361eadef9494b234314526e2da 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 file contains the source code for krb5_fcc_set_flags.
  */
index d557f863c86933096d1c0be906e3be72e78284c1..64380238e498b469c2badcd37ecaa78256336fbb 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 file contains the source code for reading variables from a
  * credentials cache.  These are not library-exported functions.
index e0850596cab4f00da885e1b6335ac3d7c7eb8782..ce66421c8206617b412fb7f0aa1f3c7eb4941282 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 file contains the source code for krb5_fcc_start_seq_get.
  */
index 26f350c8bee06e66534f1d5931debd6fdabff21a..7141f5221f7a5d0875fe05ea39e13a29bb2af5ae 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 file contains the source code for krb5_fcc_store.
  */
index 827d92b3587cf27beb85dd3f0f6978915d257148..7181ae7b669ef6f36bdb91194a6fd861051d70b7 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 file contains the source code for krb5_fcc_write_<type>.
  */
index 0cee13896a1d664b3856820ba028feab8db545a9..c354f9a435ce85ca5071c35b4e185747d4a1e892 100644 (file)
@@ -5,7 +5,7 @@
 # Copyright 1989 by the Massachusetts Institute of Technology.
 #
 # For copying and distribution information, please see the file
-# <krb5/mit-copyright.h>.
+# <krb5/copyright.h>.
 #
 # The Kerberos v5/ISODE 5.0 error table mappings
 #
index 9fbd3357a711e4083dbc4754b649d417b0b6ba23..4eb6de4f45a2fe0d8cdb36a80cef775074251c53 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>.
 #
 # The Kerberos v5 database library error code table.
 #
index b60831f413426a1d082b44c5e8fac7f3e1465d4f..680b08bdd6ed3ab8faefec6dba92b4e2b665f76e 100644 (file)
@@ -5,7 +5,7 @@
 # Copyright 1989,1990 by the Massachusetts Institute of Technology.
 #
 # For copying and distribution information, please see the file
-# <krb5/mit-copyright.h>.
+# <krb5/copyright.h>.
 #
 # The Kerberos v5 library error code table.
 # Protocol error codes are ERROR_TABLE_BASE_krb5 + the protocol error
index 85fe8909a47c2be7e6bce068d0c29936a34f3451..0f1908ee28bb6f8d31b51286ac2614eb93db1788 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_tgt_creds()
  */
index 645dd0fc0e78072d15bc51b353065e8705097d51..20531ac688b780e47fc0ef37b68ecf4128ee336b 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_address_compare()
  */
index 7985539e5a1112bdc7e54792a0fceee77c65ce96..f8a50c9a458d1768988c37bd8ffab541257c8dac 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_address_search()
  */
index c8cabf6b00ee29c5ba24e3b10f551dd6f969471a..bae5b547ca1382465d1c431831e2e3d412a27b83 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_copy_addresses()
  */
index b5a2d91674821d21ea3660d3c81093c6db1ef5e1..98d660f6012997eebd986789b9fee1dcba469e82 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_copy_authdata()
  */
index 16ab0e10658bb0109784ed66bd3ff556c991ac4e..3043dd14612f9a54ba398c7709654dbb01ddbb0f 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_copy_cred()
  */
index 1b1c08350df7865fabb0882443ae077fba7aaaf6..671e3720d598c4de16c4e71c7c60d3aaf3b6e17c 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_copy_data()
  */
index 4b86ffb90f867560867faf886aa81cfabc83bdaf..94a26d8e5a0929016c190a38ea853d180fbb6b8e 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_copy_keyblock()
  */
index b8a76615604be14cfcb9c3d0a2e2ebdaf860d6f1..a374d156e2decfe4f32b8814924fdc4e450d05a0 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_copy_principal()
  */
index 90ec2101f73893a3f15f19381b242cf9113caf8b..2eea0c2d1b4e0c54005ad5281a4a20b9b393d352 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_decode_kdc_rep() function.
  */
index 7affe0ec62876ae0c599a50186798bc220c60ef5..ee879962414f9298690a1d3b854104de2dacd7ca 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_decrypt_tkt_part() function.
  */
index 637d5aa5b0a235f52cb86e25858d28a9b63c3116..767596bccd2ee215df9584d51f66b568eea3b2e2 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_encode_kdc_rep() function.
  */
index 2705a586726a2a2447f8e6f111812d35ff1c99a0..ca5c73f23dfe5b962114c95a0de9763ac5c5df61 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_encrypt_tkt_part() routine.
  */
index 54c4fb92f37de1ae1c9260d2bce0960b2807e63b..323791bfb6c9bbd6683b05cfd69f561bf1631f4b 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_fulladdr_order()
  */
index 7390261b2eb0e8d419c9edff375641a9762a9abe..69a55164b494394d8b1a4bc1cd82b7c5f4065135 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 credentials from some KDC somewhere, possibly accumulating tgts
  * along the way.
index bf41c2491d14802a3c4f68b000f92e8e3b50f08c..f4950828efac622f883d19bec09f4ab60b960033 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>.
  *
  * Given a tgt, and a target cred, get it.
  */
index 0cf94bc689b188774ca5d4a4d2717beee0c794b7..1becaccccf4032624ebc5502d666e59d2bde0b77 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_in_tkt()
  */
index 6354ce389217d05dfb38100900a3fc558c627bca..3e9a3abcd569a5552ba7afcc637d2f79696de770 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_in_tkt_with_password()
  */
index 1237af0ea41ebfc2653bb158279af9ca359e60c5..9b8ed988ef5c052f2d886ee391ef7d0815943528 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_in_tkt_with_skey()
  *     
index 2a611310eacacbef51d99c62d2334a5d1abdeb6e..7a9dc7b6e064988296606f1dab672e4543763465 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>.
  *
  * Function prototypes for Kerberos V5 library internal functions.
  */
index 304d38a5b89131fbf10c49d969834e16d51cfbea..f7c8f479e62af574b67a02c8686ec9cc4cd3e4cf 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_kdc_rep_decrypt_proc()
  */
index 810829e6dc46289e6c6c964692fad46bbdf7513b..8fae668c111ed0e1149d7a3b2da852eac4be4a46 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_mk_error() routine.
  */
index 796ce4e6f59b51245d634ba01629efba0fc77b07..57669aeae7555e035ca77f0b061322e18edb978c 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_mk_priv()
  */
index 85808136ff52ab6adb5f6bd44d4e5bab6c7b25ba..2d0e5458290400dd342c70f78135e095e06acb54 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_mk_req() routine.
  */
index c5c0b62c8e1ebaf46407a6ff18f5c7344bb4cea9..beee9fc43330642d9b95f6464804fa70e8420e18 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_mk_req_extended()
  */
index a4fad748f54bdf373cb57a3697619f532bbcdc79..80e1502ddd6e085cff6930acab25f7358abc8b2f 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_mk_safe()
  */
index 80f80c753d28634f3183d124ff90cc9d61026c63..c647e1f9de0e51c410034ea586980fe1debcf745 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_parse_name() routine.
  */
index bbff5d28b80d3dd55fac7b60e57fefca327ad155..e2543c6d86f8fd50d1181abb5a85efdcc4c26390 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>.
  *
  * compare two principals, returning a krb5_boolean true if equal, false if
  * not.
index 36058f5dfa8040f5dd8d4080cab7c7a9e6ff0190..97e24f90dfd70c62665cee5b19d409a87550daea 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_rd_error() routine
  */
index 05f5805b7364e80c84b7242243898ee22e7cdb82..00e762779753b570cfe98a27db6fad9c07c5874a 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_rd_priv()
  */
index 8d3e21c0c17163567ab0d97c2c7f73bf2dba4ba8..95dcca7958b73eb25e10348e9cfb6f2187a2ec40 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_rd_req()
  */
index 383a2d213a7bbd426b72163d911bbfcf1c66c281..c03df28ea62b116e78a2764cd895d0a6206cb085 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_rd_req_decoded()
  */
index 6336343a1fbcbfa3c6765bc7fd24bf15223a9f39..ca9e05a21676f13bacd0efc6bbdb7d8d863cae19 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_rd_req_simple()
  */
index 02d69803788a11e9ee0f508f957b997a8c9e0d73..f34d9b4c084b3a13190ca5f01bf4a9bd6b08f3de 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_rd_safe()
  */
index 16214ecab4fe50aae72b820d9422b1eb43621cef..323be38ce7998b4a29dcd6ee86672722de0aa796 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_send_tgs()
  */
index b57d78a5d6866fc17227de90972d465d047cd7e7..36fd9c2d01201442ba8312f4679ae0266d26a814 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_unparse_name() routine
  */