forked from DataDog/datadog-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.copyright-overrides.yml
185 lines (169 loc) · 11.3 KB
/
.copyright-overrides.yml
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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
# this file contains overrides for the automatic determination of copyright
# implemented in tasks/licenses.py. The table keys are the golang package name
# or pattern, and the value is either a copyright owner or a list of owners.
#
# Package patterns may end with a `*`. When multiple patterns match, the longer
# is preferred.
#
# Copyright statements should reflect the copyright exactly as it is shown on
# the original component.
# NOTE: in general, we prefer to pull data from the repository so that it will
# be updated automatically, so prefer to make such a change in
# tasks/licenses.py if possible. Line-wrapping can be difficult to handle, and
# may be overridden here.
# These whole classes of package names have fixed copyright
cloud.google.com/*: Copyright 2019 Google LLC
code.cloudfoundry.org/*: Copyright (c) 2016-Present CloudFoundry.org Foundation, Inc. All Rights Reserved.
github.com/GoogleCloudPlatform/docker-credential-gcr: Copyright 2016 Google, Inc.
github.com/aws/aws-lambda-go: Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
github.com/aws/aws-sdk-go: ["Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.", "Copyright 2014-2015 Stripe, Inc."]
github.com/aws/aws-sdk-go-v2: ["Copyright 2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.", "Copyright 2014-2015 Stripe, Inc."]
github.com/containerd/*: Copyright 2012-2015 Docker, Inc.
github.com/coreos/*: Copyright 2017 CoreOS, Inc
github.com/docker/*: Copyright 2012-2017 Docker, Inc.
github.com/elastic/*: Copyright 2017-2018 Elasticsearch B.V.
github.com/golang/*: Copyright (c) 2009 The Go Authors. All rights reserved.
github.com/googleapis/*: Copyright 2017 Google Inc.
github.com/google/go-cmp/*: Copyright (c) 2017 The Go Authors. All rights reserved.
github.com/grpc-ecosystem/*: Copyright (c) 2015, Gengo, Inc.
github.com/hashicorp/*: Copyright © 2014-2018 HashiCorp, Inc
github.com/prometheus/*: Copyright 2012-2015 The Prometheus Authors
github.com/open-telemetry/*: Copyright The OpenTelemetry Authors
go.etcd.io/*: Copyright 2016 The etcd Authors
google.golang.org/appengine: Copyright 2011 Google Inc. All rights reserved.
google.golang.org/appengine/*: Copyright 2011 Google Inc. All rights reserved.
google.golang.org/genproto: Copyright 2020 Google LLC
google.golang.org/genproto/*: Copyright 2020 Google LLC
go.opentelemetry.io/*: Copyright The OpenTelemetry Authors
gopkg.in/DataDog/*: Copyright 2016-Present Datadog, Inc.
k8s.io/*: Copyright 2014 The Kubernetes Authors.
sigs.k8s.io/*: Copyright 2017 The Kubernetes Authors.
contrib.go.opencensus.io/exporter/prometheus: Copyright 2020, OpenCensus Authors
go.opencensus.io: Copyright 2018, OpenCensus Authors
go.opencensus.io/*: Copyright 2018, OpenCensus Authors
github.com/grpc-ecosystem/*: Copyright 2016 Michal Witkowski. All Rights Reserved.
google.golang.org/genproto/*: Copyright 2015 Google LLC
google.golang.org/grpc: Copyright 2014 gRPC authors.
google.golang.org/grpc/*: Copyright 2014 gRPC authors.
github.com/skydive-project/go-debouncer: Copyright (C) 2018 Red Hat, Inc.
# NOTE: We cannot use
# github.com/DataDog/*: Datadog, Inc.
# because many of those repos are forks, where DD does not own the copyright.
# https://raw.githubusercontent.com/golang/go/master/LICENSE
golang/go: Copyright (c) 2009 The Go Authors. All rights reserved.
# This has old and new code licensed to two different names, with some awkward
# line wrapping
gopkg.in/yaml.v3: ["Copyright (c) 2006-2010 Kirill Simonov", "Copyright 2011-2016 Canonical Ltd"]
# This has awkward line wrapping.
gopkg.in/inf.v0: "Copyright (c) 2012 Péter Surányi. Portions Copyright (c) 2009 The Go Authors. All rights reserved."
# See https://github.com/googleapis/google-api-go-client/blob/master/AUTHORS
google.golang.org/api/*: Copyright (c) 2011 Google Inc. All rights reserved.
# See https://github.com/openshift/api/blob/master/quota/OWNERS
github.com/openshift/api: Copyright 2020 Red Hat, Inc.
# https://datadoghq.atlassian.net/browse/AC-1296
github.com/DataDog/mmh3: Copyright (c) 2017 Datadog, Inc.
# https://datadoghq.atlassian.net/browse/OTEL-345
github.com/DataDog/opentelemetry-mapping-go: Copyright (c) 2023 Datadog, Inc.
# https://github.com/briandowns/spinner/blob/master/NOTICE.txt
github.com/briandowns/spinner: Copyright (c) 2022 Brian J. Downs
# https://github.com/shibumi/go-pathspec/blob/master/GO-LICENSE
github.com/shibumi/go-pathspec: Copyright (c) 2012 The Go Authors. All rights reserved.
# https://github.com/acomagu/bufpipe/blob/master/LICENSE
github.com/acomagu/bufpipe: Copyright (c) 2019 acomagu
# For Apache projects, copyright is typically in individual source files and
# not scanned automatically.
github.com/tklauser/numcpus: Copyright 2018 Tobias Klauser
github.com/Masterminds/goutils: "Copyright 2014 Alexander Okoli"
github.com/outcaste-io/ristretto:
- "Copyright 2019 Dgraph Labs, Inc. and Contributors"
- "Copyright 2020 Dgraph Labs, Inc. and Contributors"
- "Copyright 2021 Dgraph Labs, Inc. and Contributors"
- "Copyright 2020 The LevelDB-Go and Pebble Authors. All rights reserved."
- "Copyright (c) 2014 Andreas Briese, eduToolbox@Bri-C GmbH, Sarstedt"
- "Copyright (c) 2019 Ewan Chou"
github.com/dgraph-io/ristretto:
- "Copyright 2019 Dgraph Labs, Inc. and Contributors"
- "Copyright 2020 Dgraph Labs, Inc. and Contributors"
- "Copyright 2020 The LevelDB-Go and Pebble Authors. All rights reserved."
- "Copyright (c) 2014 Andreas Briese, eduToolbox@Bri-C GmbH, Sarstedt"
- "Copyright (c) 2019 Ewan Chou"
github.com/go-logr/logr: ["Copyright 2019 The logr Authors.", "Copyright 2020 The logr Authors."]
github.com/go-logr/stdr: "Copyright 2019 The logr Authors."
github.com/go-openapi/analysis: Copyright 2015 go-swagger maintainers
github.com/go-openapi/errors: Copyright 2015 go-swagger maintainers
github.com/go-openapi/jsonpointer: "Copyright 2013 sigu-399 ( https://github.com/sigu-399 )"
github.com/go-openapi/jsonreference: "Copyright 2013 sigu-399 ( https://github.com/sigu-399 )"
github.com/go-openapi/loads: Copyright 2015 go-swagger maintainers
github.com/go-openapi/runtime: Copyright 2015 go-swagger maintainers
github.com/go-openapi/spec: Copyright 2015 go-swagger maintainers
github.com/go-openapi/strfmt: Copyright 2015 go-swagger maintainers
github.com/go-openapi/swag: Copyright 2015 go-swagger maintainers
github.com/go-openapi/validate: Copyright 2015 go-swagger maintainers
github.com/google/gofuzz: Copyright 2014 Google Inc. All rights reserved.
github.com/kubernetes-sigs/custom-metrics-apiserver: Copyright 2018 The Kubernetes Authors.
github.com/mostynb/go-grpc-compression/snappy: Copyright 2017 gRPC authors.
github.com/mostynb/go-grpc-compression/zstd: ["Copyright 2020 Mostyn Bramley-Moore.","Copyright 2020 Mostyn Bramley-Moore."]
github.com/sassoftware/go-rpmutils: Copyright (c) SAS Institute Inc.
github.com/spf13/cobra: Copyright © 2013 Steve Francia <spf@spf13.com>.
github.com/xeipuuv/gojsonpointer: Copyright 2015 xeipuuv ( https://github.com/xeipuuv )
github.com/xeipuuv/gojsonreference: Copyright 2015 xeipuuv ( https://github.com/xeipuuv )
github.com/xeipuuv/gojsonschema: Copyright 2015 xeipuuv
github.com/open-policy-agent/opa: Copyright 2016 The OPA Authors. All rights reserved.
github.com/containernetworking/*: Copyright 2019 CNI authors
github.com/xanzy/ssh-agent: ["Copyright (c) 2014 David Mzareulyan", "Copyright 2015, Sander van Harmelen"]
github.com/google/go-containerregistry:
- "Copyright 2018 Google LLC All Rights Reserved."
- "Copyright 2019 Google LLC All Rights Reserved."
- "Copyright 2020 Google LLC All Rights Reserved."
- "Copyright 2021 Google LLC All Rights Reserved."
- "Copyright 2022 Google LLC All Rights Reserved."
github.com/google/licenseclassifier/v2:
- "Copyright 2017 Google LLC All Rights Reserved."
- "Copyright 2020 Google LLC All Rights Reserved."
github.com/dgraph-io/badger:
- "Copyright 2013 The LevelDB-Go Authors. All rights reserved."
- "Copyright 2017 Dgraph Labs, Inc. and Contributors"
- "Copyright 2018 Dgraph Labs, Inc. and Contributors"
- "Copyright 2019 Dgraph Labs, Inc. and Contributors"
- "Copyright 2020 Dgraph Labs, Inc. and Contributors"
- "Copyright 2021 Dgraph Labs, Inc. and Contributors"
# These have large AUTHORS/CONTRIBUTORS files but attribute copyright as a group
github.com/aptly-dev/aptly: Copyright 2013-2015 aptly authors. All rights reserved.
github.com/google/gopacket: ["Copyright (c) 2012 Google, Inc. All rights reserved.", "Copyright (c) 2009-2011 Andreas Krennmair. All rights reserved."]
github.com/fsnotify/fsnotify: ["Copyright (c) 2012 The Go Authors. All rights reserved.","Copyright (c) 2012-2019 fsnotify Authors. All rights reserved."]
github.com/gosnmp/gosnmp: Copyright 2012-2020 The GoSNMP Authors. All rights reserved.
github.com/shuLhan/go-bindata: Copyright 2018 The go-bindata Authors. All rights reserved.
github.com/lxn/walk: Copyright (c) 2010 The Walk Authors. All rights reserved.
github.com/lxn/win: Copyright (c) 2010 The win Authors. All rights reserved.
github.com/klauspost/compress/snappy: Copyright (c) 2011 The Snappy-Go Authors. All rights reserved.
github.com/golang/snappy: Copyright (c) 2011 The Snappy-Go Authors. All rights reserved.
github.com/shirou/w32: Copyright (c) 2010-2012 The w32 Authors. All rights reserved.
github.com/gogo/protobuf: ["Copyright (c) 2013, The GoGo Authors. All rights reserved.", "Copyright 2010 The Go Authors. All rights reserved."]
# These are just difficult to figure out, as they have no full copyright declaration.
# The following rules are applied:
# * Automatic "Copyright (c)"
# * Year is based on the year of the first commit to the repository
# * Author, when known only by GitHub username, is "GitHub Full Name (github-username)"
github.com/moby/sys/mountinfo: Copyright (c) 2014-2018 The Docker & Go Authors. All rights reserved.
github.com/moby/sys/signal: Copyright (c) 2014-2018 The Docker & Go Authors. All rights reserved.
github.com/modern-go/concurrent: Copyright (c) 2018 Tao Wen
github.com/modern-go/reflect2: Copyright (c) 2018 Tao Wen
github.com/opencontainers/selinux/*: Copyright (c) 2017 The Authors
github.com/spf13/afero: ["Copyright © 2014 Steve Francia <spf@spf13.com>.","Copyright 2013 tsuru authors. All rights reserved."]
github.com/vito/go-sse/sse: Copyright (c) 2014 Alex Suraci
gomodules.xyz/jsonpatch: Copyright (c) 2015 The Authors
github.com/bytecodealliance/wasmtime-go: Copyright (c) 2020 The Bytecode Alliance
github.com/OneOfOne/xxhash: Copyright (c) 2014 Ahmed W. (OneOfOne)
github.com/yashtewari/glob-intersection: Copyright (c) 2018 Yash Tewari (yashtewari)
go.mongodb.org/mongo-driver/*: Copyright © 2018 MongoDB, Inc.
github.com/masahiro331/go-ext4-filesystem: Copyright (c) 2021 masahiro331
github.com/masahiro331/go-mvn-version: Copyright (c) 2020 masahiro331
github.com/masahiro331/go-vmdk-parser: Copyright (c) 2020 masahiro331
github.com/masahiro331/go-xfs-filesystem: Copyright (c) 2021 masahiro331
github.com/knqyf263/go-apk-version: Copyright (c) 2020 Teppei Fukuda (knqyf263)
github.com/aquasecurity/go-gem-version: Copyright (c) 2020 Teppei Fukuda (knqyf263)
github.com/aquasecurity/go-npm-version: Copyright (c) 2020 Teppei Fukuda (knqyf263)
github.com/aquasecurity/go-pep440-version: Copyright (c) 2020 Teppei Fukuda (knqyf263)
github.com/aquasecurity/go-version: Copyright (c) 2020 Teppei Fukuda (knqyf263)
github.com/spdx/tools-golang: Copyright (c) 2018 The Authors
github.com/google/flatbuffers: Copyright (c) 2014 Google