forked from DataDog/datadog-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.copyright-overrides.yml
128 lines (117 loc) · 8.02 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
# 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/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/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/quota: Copyright 2020 Red Hat, Inc.
# https://datadoghq.atlassian.net/browse/AC-1296
github.com/DataDog/mmh3: Copyright (c) 2017 Datadog, Inc.
# 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 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/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/spec: Copyright 2015 go-swagger maintainers
github.com/go-openapi/swag: 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
# 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)