forked from DataDog/datadog-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.copyright-overrides.yml
92 lines (82 loc) · 4.18 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
# 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 `*`.
# 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/DataDog/*: Datadog, Inc.
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
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)
sigs.k8s.io/*: The Kubernetes Authors
contrib.go.opencensus.io/exporter/prometheus: OpenCensus Authors
# 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"]
# 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-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/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 )
# 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/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
github.com/wille/osutil: wille
gomodules.xyz/jsonpatch: The Authors