forked from DataDog/datadog-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.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 <spf@spf13.com>
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