forked from DataDog/datadog-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.copyright-overrides.yml
115 lines (103 loc) · 5.28 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
# 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.
# 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/*: Google LLC
code.cloudfoundry.org/*: CloudFoundry.org Foundation, Inc
github.com/aws/aws-sdk-go: ["Amazon.com, Inc. or its affiliates", "Stripe, Inc."]
github.com/containerd/*: The containerd Authors
github.com/coreos/*: CoreOS Project
github.com/docker/*: Docker, Inc
github.com/elastic/*: Elasticsearch B.V.
github.com/golang/*: The Go Authors
github.com/googleapis/*: Google LLC
github.com/google/go-cmp/*: The Go Authors
github.com/grpc-ecosystem/*: Gengo, Inc
github.com/hashicorp/*: HashiCorp Inc.
github.com/prometheus/*: The Prometheus Authors
github.com/open-telemetry/*: Open Telemetry Maintainers
go.etcd.io/*: the etcd maintainers
google.golang.org/appengine: the Go App Engine Maintainers
google.golang.org/appengine/*: the Go App Engine Maintainers
google.golang.org/genproto: The Go Generated Proto Package Maintainers
google.golang.org/genproto/*: The Go Generated Proto Package Maintainers
go.opentelemetry.io/*: Open Telemetry Maintainers
gopkg.in/DataDog/*: Datadog, Inc.
k8s.io/*: ["Cloud Native Computing Foundation (CNCF)", "The Kubernetes Authors"]
sigs.k8s.io/*: The Kubernetes Authors
contrib.go.opencensus.io/exporter/prometheus: OpenCensus Authors
go.opencensus.io: OpenCensus Authors
go.opencensus.io/*: OpenCensus Authors
github.com/grpc-ecosystem/*: gRPC Ecosystem
google.golang.org/genproto/*: Google LLC
google.golang.org/grpc: gRPC authors
google.golang.org/grpc/*: gRPC authors
github.com/skydive-project/go-debouncer: 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: The Go Authors
# This has old and new code licensed to two different names, with some awkward
# line wrapping
gopkg.in/yaml.v3: ["Kirill Simonov", "Canonical, Ltd."]
# This has awkward line wrapping.
gopkg.in/inf.v0: ["Péter Surányi", "The Go Authors"]
# See https://github.com/googleapis/google-api-go-client/blob/master/AUTHORS
google.golang.org/api/*: ["Google Inc.", "LightStep Inc."]
# See https://github.com/openshift/api/blob/master/quota/OWNERS
github.com/openshift/api/quota: ["David Eads", "Michal Fojtik"]
# https://datadoghq.atlassian.net/browse/AC-1296
github.com/DataDog/mmh3: DataDog, Inc.
# For Apache projects, copyright is typically in individual source files and
# not scanned automatically.
github.com/tklauser/numcpus: Tobias Klauser
github.com/Masterminds/goutils: Alexander Okoli
github.com/dgraph-io/ristretto: Dgraph Labs, Inc. and Contributors
github.com/go-logr/logr: The logr Authors
github.com/go-logr/stdr: The logr Authors
github.com/go-openapi/jsonpointer: sigu-399 ( https://github.com/sigu-399 )
github.com/go-openapi/jsonreference: sigu-399 ( https://github.com/sigu-399 )
github.com/go-openapi/spec: go-swagger maintainers
github.com/go-openapi/swag: go-swagger maintainers
github.com/google/gofuzz: Google, Inc.
github.com/kubernetes-sigs/custom-metrics-apiserver: The Kubernetes Authors
github.com/mostynb/go-grpc-compression/snappy: gRPC authors
github.com/mostynb/go-grpc-compression/zstd: Mostyn Bramley-Moore
github.com/sassoftware/go-rpmutils: SAS Institute, Inc.
github.com/spf13/cobra: Steve Francia <[email protected]>
github.com/xeipuuv/gojsonpointer: xeipuuv ( https://github.com/xeipuuv )
github.com/xeipuuv/gojsonreference: xeipuuv ( https://github.com/xeipuuv )
github.com/xeipuuv/gojsonschema: xeipuuv ( https://github.com/xeipuuv )
github.com/open-policy-agent/opa: The OPA Authors
github.com/containernetworking/cni: CNI authors
# These have large AUTHORS/CONTRIBUTORS files but attribute copyright as a group
github.com/aptly-dev/aptly: aptly authors
github.com/google/gopacket: ["Google, Inc.", "Andreas Krennmair"]
github.com/fsnotify/fsnotify: The fsnotify authors
github.com/gosnmp/gosnmp: The GoSNMP authors
github.com/shuLhan/go-bindata: The go-bindata authors
github.com/lxn/walk: The walk authors
github.com/lxn/win: The win authors
github.com/klauspost/compress/snappy: The Snappy-Go Authors
github.com/golang/snappy: The Snappy-Go Authors
github.com/shirou/w32: The w32 Authors
github.com/gogo/protobuf: ["The Go Authors", "The GoGo Authors"]
# These are just difficult to figure out.
github.com/moby/sys/mountinfo: Docker, Inc.
github.com/modern-go/concurrent: taowen
github.com/modern-go/reflect2: taowen
github.com/opencontainers/selinux/*: OpenContainers Authors
github.com/spf13/afero: The Authors
github.com/vito/go-sse/sse: The Authors
gomodules.xyz/jsonpatch: The Authors
github.com/bytecodealliance/wasmtime-go: Bytecode Alliance
github.com/OneOfOne/xxhash: OneOfOne (https://github.com/OneOfOne)
github.com/yashtewari/glob-intersection: yashtewari (https://github.com/yashtewari)