Skip to content

Commit e5a33f9

Browse files
[#6330] Fix headers / license file (#6666)
### What changes were proposed in this pull request? Add 3rd party file ### Why are the changes needed? For ASF license policy compliance. Fix: #6330 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? locally --------- Co-authored-by: zzzk1 <madzhou1@gmail.com>
1 parent fdcb7ae commit e5a33f9

File tree

5 files changed

+42
-2
lines changed

5 files changed

+42
-2
lines changed

LICENSE

+6
Original file line numberDiff line numberDiff line change
@@ -310,3 +310,9 @@
310310

311311
Kyligence/kylinpy
312312
./clients/client-python/gravitino/utils/http_client.py
313+
314+
This product bundles a third-party component under the
315+
BSD License.
316+
.dev/docker/kerberos-hive/kadm5.acl
317+
.dev/docker/kerberos-hive/kdc.acl
318+
.dev/docker/kerberos-hive/krb5.acl

dev/docker/kerberos-hive/kadm5.acl

+3
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
# BSD license
2+
# Copyright (C) 1985-2024 by the Massachusetts Institute of Technology.
3+
14
*/admin@HADOOPKRB *

dev/docker/kerberos-hive/kdc.conf

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
[kdcdefaults]
1+
# BSD license
2+
# Copyright (C) 1985-2024 by the Massachusetts Institute of Technology.
3+
24
kdc_ports = 88
35
kdc_tcp_ports = 88
46
[realms]

dev/docker/kerberos-hive/krb5.conf

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
[[logging]
1+
# BSD license
2+
# Copyright (C) 1985-2024 by the Massachusetts Institute of Technology.
3+
4+
[logging]
25
default = FILE:/var/log/krb5libs.log
36
kdc = FILE:/var/log/krb5kdc.log
47
admin_server = FILE:/var/log/kadmind.log

licenses/krb5.txt

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Copyright (C) 1985-2024 by the Massachusetts Institute of Technology.
2+
3+
All rights reserved.
4+
5+
Redistribution and use in source and binary forms, with or without
6+
modification, are permitted provided that the following conditions are
7+
met:
8+
9+
Redistributions of source code must retain the above copyright
10+
notice, this list of conditions and the following disclaimer.
11+
12+
Redistributions in binary form must reproduce the above copyright
13+
notice, this list of conditions and the following disclaimer in the
14+
documentation and/or other materials provided with the distribution.
15+
16+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
19+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
20+
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

0 commit comments

Comments
 (0)