~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to src/lib/gssapi/LICENSE

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman, Russ Allbery, Sam Hartman
  • Date: 2008-08-21 10:41:41 UTC
  • mfrom: (11.1.15 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080821104141-a0f9c4o4cpo8xd0o
Tags: 1.6.dfsg.4~beta1-4
[ Russ Allbery ]
* Translation updates:
  - Swedish, thanks Martin Bagge.  (Closes: #487669, #491774)
  - Italian, thanks Luca Monducci.  (Closes: #493962)

[ Sam Hartman ]
* Translation Updates:
    - Dutch, Thanks Vincent Zweije, Closes: #495733

Show diffs side-by-side

added added

removed removed

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