-
Notifications
You must be signed in to change notification settings - Fork 28
/
license.yaml
57 lines (54 loc) · 2.78 KB
/
license.yaml
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
# minimum confidence percentage used during license classification
threshold: .90
# all permitted licenses - if no list is specified, all licenses are assumed to be allowed
allow:
- "MIT"
- "Apache-2.0"
- "BSD-3-Clause"
- "BSD-2-Clause"
- "BSD-2-Clause-FreeBSD"
- "Zlib"
- "ISC"
- "MPL-2.0"
override:
- path: "github.com/hashicorp/cronexpr"
versions: "v1.1.1"
licenses: ["Apache-2.0"] # repo allows to choose between Apache-2.0 and GPL v3 https://github.com/hashicorp/cronexpr#license
- path: "github.com/weaveworks/common"
licenses: ["Apache-2.0"] # Actual license is Apache-2.0, there is a single script that we don't use under LGPL-3.0 https://github.com/weaveworks/common/blob/master/LICENSE
- path: "github.com/grafana/loki"
versions: "v1.6.2"
licenses: ["Apache-2.0"] # Actual packages used in the Loki exporter are Apache-2.0 https://github.com/grafana/loki/blob/main/pkg/logproto/LICENSE_APACHE2
- path: "github.com/apache/arrow/go/arrow"
licenses: ["Apache-2.0"] # Actual license is Apache-2.0 https://github.com/apache/arrow/blob/master/go/LICENSE.txt
- path: "github.com/apache/arrow/go/v15"
licenses: ["Apache-2.0"] # Actual license is Apache-2.0 https://github.com/apache/arrow/blob/master/go/LICENSE.txt
- path: "github.com/apache/arrow/go/v16"
licenses: ["Apache-2.0"] # Actual license is Apache-2.0. Go code was moved to a new rep. https://github.com/apache/arrow-go/blob/main/LICENSE.txt
- path: "github.com/JohnCGriffin/overflow"
licenses: ["MIT"] # License is embedded in the readme https://github.com/JohnCGriffin/overflow/blob/master/README.md
exceptions:
licenseNotPermitted:
# opencontainers/go-digest is Apache 2.0 licensed, the README and CONTRIBUTING docs
# are creative commons. https://github.com/opencontainers/go-digest#copyright-and-license
- path: "github.com/opencontainers/go-digest"
unresolvableLicense:
# Currently has no license but but we're ok with this.
# Filed and issues to add one https://github.com/coralogix/opentelemetry-cx-protobuf-api/issues/2
- path: "github.com/coralogix/opentelemetry-cx-protobuf-api/coralogixpb"
# uses a custom license that says we can basically do whatever we want with it
- path: "github.com/xi2/xz"
# Internal modules
- path: "./processor/resourceattributetransposerprocessor"
- path: "./receiver/m365receiver"
- path: "./receiver/pluginreceiver"
- path: "./receiver/routereceiver"
- path: "./exporter/googlecloudexporter"
- path: "./packagestate"
- path: "../packagestate"
- path: "./opamp/observiq/testdata/latest"
- path: "./processor/throughputmeasurementprocessor"
- path: "./processor/maskprocessor"
- path: "./processor/logcountprocessor"
- path: "./processor/metricextractprocessor"
- path: "./expr"