1[ NOTE: MIT has only incorporated the mechglue and spnego change, and 2not the incremental propagation changes. The filenames are different 3between the Sun and MIT sources. The actual MIT filenames appear in 4the top-level README file. Original text of Sun's LICENSE file 5follows. ] 6 7Subject to the license set forth below, Sun Microsystems, Inc. donates 8the attached files to MIT for the purpose of including these 9modifications and additions in future versions of the Kerberos system. 10 11Many of the files attached are subject to licenses issued by other 12entities, including OpenVision, MIT, and FundsXpress. See the 13individual files, and/or related Readme files, for these licenses. 14 15In addition Sun requires that the license set forth below be 16incorporated into any future version of the Kerberos system which 17contains portions of the files attached. The following files must be 18listed, in the top level Readme file, as being provided subject to such 19license: 20 21cmd/krb5/iprop/iprop.x 22cmd/krb5/iprop/iprop_hdr.h 23cmd/krb5/kadmin/server/ipropd_svc.c 24cmd/krb5/kproplog/kproplog.c 25cmd/krb5/slave/kpropd_rpc.c 26lib/gss_mechs/mech_krb5/et/kdb5_err.c 27lib/gss_mechs/mech_spnego/mech/gssapiP_spnego.h 28lib/gss_mechs/mech_spnego/mech/spnego_mech.c 29lib/krb5/kadm5/kadm_host_srv_names.c 30lib/krb5/kdb/kdb_convert.c 31lib/krb5/kdb/kdb_hdr.h 32lib/krb5/kdb/kdb_log.c 33lib/krb5/kdb/kdb_log.h 34lib/libgss/g_accept_sec_context.c 35lib/libgss/g_acquire_cred.c 36lib/libgss/g_canon_name.c 37lib/libgss/g_compare_name.c 38lib/libgss/g_context_time.c 39lib/libgss/g_delete_sec_context.c 40lib/libgss/g_dsp_name.c 41lib/libgss/g_dsp_status.c 42lib/libgss/g_dup_name.c 43lib/libgss/g_exp_sec_context.c 44lib/libgss/g_export_name.c 45lib/libgss/g_glue.c 46lib/libgss/g_imp_name.c 47lib/libgss/g_imp_sec_context.c 48lib/libgss/g_init_sec_context.c 49lib/libgss/g_initialize.c 50lib/libgss/g_inquire_context.c 51lib/libgss/g_inquire_cred.c 52lib/libgss/g_inquire_names.c 53lib/libgss/g_process_context.c 54lib/libgss/g_rel_buffer.c 55lib/libgss/g_rel_cred.c 56lib/libgss/g_rel_name.c 57lib/libgss/g_rel_oid_set.c 58lib/libgss/g_seal.c 59lib/libgss/g_sign.c 60lib/libgss/g_store_cred.c 61lib/libgss/g_unseal.c 62lib/libgss/g_userok.c 63lib/libgss/g_utils.c 64lib/libgss/g_verify.c 65lib/libgss/gssd_pname_to_uid.c 66uts/common/gssapi/include/gssapi_err_generic.h 67uts/common/gssapi/include/mechglueP.h 68 69Sun's License is as follows: 70 71Copyright (c) 2004 Sun Microsystems, Inc. 72 73Permission is hereby granted, free of charge, to any person obtaining a 74copy of this software and associated documentation files (the 75"Software"), to deal in the Software without restriction, including 76without limitation the rights to use, copy, modify, merge, publish, 77distribute, sublicense, and/or sell copies of the Software, and to 78permit persons to whom the Software is furnished to do so, subject to 79the following conditions: 80 81The above copyright notice and this permission notice shall be included 82in all copies or substantial portions of the Software. 83 84THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 85OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 86MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 87IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 88CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 89TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 90SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 91 92