forked from apache/bigtop-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.licenserc.yaml
More file actions
156 lines (152 loc) · 4.99 KB
/
.licenserc.yaml
File metadata and controls
156 lines (152 loc) · 4.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
header:
license:
spdx-id: Apache-2.0
copyright-owner: Apache Software Foundation
paths-ignore:
- '.gitmodules'
- '.github/actions'
- '**/.idea/'
- '**/*.iml'
- '**/target/**'
- '**/*.ftl'
- '**/*.log'
- '**/*.st'
- '.git/'
- '.github/**'
- '**/.gitignore'
- '**/*.json'
- '.mvn'
- 'mvnw'
- 'mvnw.cmd'
- 'LICENSE'
- 'NOTICE'
- 'pnpm-lock.yaml'
- '**/*.txt'
- '**/*.md'
- '**/*.prompt'
comment: on-failure
dependency:
files:
- pom.xml
- bigtop-manager-bom/pom.xml
licenses:
- name: org.apache.arrow:flight-sql-jdbc-driver
license: Apache-2.0
- name: org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7
license: Apache-2.0
- name: org.apache.hadoop.thirdparty:hadoop-shaded-guava
license: Apache-2.0
- name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
license: Apache-2.0
- name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
license: Apache-2.0
- name: com.fasterxml.jackson.module:jackson-module-parameter-names
license: Apache-2.0
- name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
license: Apache-2.0
- name: com.github.pagehelper:pagehelper
license: MIT
- name: com.github.pagehelper:pagehelper-spring-boot-starter
license: MIT
- name: com.github.pagehelper:pagehelper-spring-boot-autoconfigure
license: MIT
- name: io.swagger.core.v3:swagger-core-jakarta
license: Apache-2.0
- name: io.swagger.core.v3:swagger-annotations-jakarta
license: Apache-2.0
- name: io.swagger.core.v3:swagger-models-jakarta
license: Apache-2.0
- name: org.webjars:swagger-ui
license: Apache-2.0
- name: org.codehaus.janino:janino
license: BSD-3-Clause
- name: org.codehaus.janino:commons-compiler
license: BSD-3-Clause
- name: com.google.guava:listenablefuture
license: Apache-2.0
- name: com.thoughtworks.paranamer:paranamer
license: BSD-3-Clause
- name: com.github.victools:jsonschema-generator
license: Apache-2.0
- name: org.eclipse.jetty.toolchain:jetty-jakarta-servlet-api
license: Apache-2.0
- name: com.github.jsqlparser:jsqlparser
license: Apache-2.0
- name: org.latencyutils:LatencyUtils
license: BSD-2-Clause
- name: org.tukaani:xz
license: 0BSD
- name: com.jcraft:jsch
license: BSD-3-Clause
- name: io.dropwizard.metrics:metrics-core
license: Apache-2.0
- name: org.codehaus.woodstox:stax2-api
license: BSD-2-Clause
- name: org.reactivestreams:reactive-streams
license: MIT-0
- name: org.jboss.logging:jboss-logging
license: Apache-2.0
- name: com.auth0:java-jwt
license: MIT
- name: com.sun.istack:istack-commons-runtime
license: EDL-1.0
- name: org.jline:jline
license: BSD-3-Clause
- name: com.github.victools:jsonschema-module-jackson
license: Apache-2.0
- name: com.fasterxml.jackson.module:jackson-module-jsonSchema
license: Apache-2.0
- name: io.swagger.core.v3:swagger-annotations
license: Apache-2.0
- name: com.github.victools:jsonschema-module-swagger-2
license: Apache-2.0
- name: org.antlr:antlr-runtime
license: BSD-3-Clause
- name: org.antlr:antlr4-runtime
license: BSD-3-Clause
- name: org.antlr:ST4
license: BSD-3-Clause
# Weak compatible licenses
- name: javax.servlet.jsp:jsp-api
license: CDDL-1.1
- name: javax.ws.rs:jsr311-api
license: CDDL-1.1
- name: javax.xml.bind:jaxb-api
license: CDDL-1.1
- name: com.sun.jersey:jersey-client
license: CDDL-1.1
- name: com.sun.jersey:jersey-core
license: CDDL-1.1
- name: com.sun.jersey:jersey-server
license: CDDL-1.1
- name: com.sun.jersey:jersey-servlet
license: CDDL-1.1
- name: javax.servlet:javax.servlet-api
license: CDDL-1.1
- name: ch.qos.logback:logback-classic
license: EPL-1.0
- name: ch.qos.logback:logback-core
license: EPL-1.0
- name: org.aspectj:aspectjweaver
license: EPL-2.0
- name: jakarta.annotation:jakarta.annotation-api
license: EPL-2.0
excludes:
# Go license
- name: com.google.re2j:re2j