forked from Xilinx-CNS/kubernetes-onload
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathContainerFileNotice
More file actions
184 lines (177 loc) · 26.4 KB
/
ContainerFileNotice
File metadata and controls
184 lines (177 loc) · 26.4 KB
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
NOTICE - BY INVOKING THIS SCRIPT AND USING THE SOFTWARE INSTALLED BY THE
SCRIPT, YOU AGREE ON BEHALF OF YOURSELF AND YOUR EMPLOYER (IF APPLICABLE) TO BE
BOUND TO THE LICENSE AGREEMENTS APPLICABLE TO THE PACKAGES IDENTIFIED BELOW
THAT YOU INSTALL BY RUNNING THE SCRIPT. YOU UNDERSTAND THAT THE INSTALLATION OF
THE PACKAGES LISTED BELOW MAY ALSO RESULT IN THE INSTALLATION ON YOUR SYSTEM OF
ADDITIONAL PACKAGES NOT LISTED BELOW IN ORDER TO OPERATE (EACH, A
‘DEPENDENCY’). ADVANCED MICRO DEVICES, INC., ON BEHALF OF ITSELF AND ITS
SUBSIDIARIES AND AFFILIATES, DOES NOT GRANT TO YOU ANY RIGHTS OR LICENSES TO
ANY SUCH DEPENDENCY. THE SCRIPT ITSELF IS LICENSED TO YOU SUBJECT TO THE
FOLLOWING TERMS:
Copyright © 2023 Advanced Micro Devices, Inc. All Rights Reserved.
These files (Dockerfile, deviceplugin.Dockerfile) are licensed under the
following license terms (MIT):
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the “Software”), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
These files (Dockerfile, deviceplugin.Dockerfile) pull in the following
packages subject to the licenses identified below:
| Package, Version | License | URL |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| golang, 1.21 | BSD-3-Clause | https://github.com/docker-library/golang/blob/585c8c1/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| Red Hat Universal Basic Image, 8 and 9 | UBI EULA | https://www.redhat.com/licenses/EULA_Red_Hat_Universal_Base_Image_English_20190422.pdf |
| | + Various | |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/golang/glog, v1.1.2 | Apache-2.0 | https://github.com/golang/glog/blob/v1.1.2/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/kubernetes-sigs/kernel-module-management, v1.1.0 | Apache-2.0 | https://github.com/kubernetes-sigs/kernel-module-management/blob/v1.1.0/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/onsi/ginkgo/v2, v2.13.1 | MIT | https://github.com/onsi/ginkgo/blob/v2.13.1/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/onsi/gomega, v1.30.0 | MIT | https://github.com/onsi/gomega/blob/v1.30.0/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| go.uber.org/mock, v0.3.0 | Apache-2.0 | https://github.com/uber-go/mock/blob/v0.3.0/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| google.golang.org/grpc, v1.59.0 | Apache-2.0 | https://github.com/grpc/grpc-go/blob/v1.59.0/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| k8s.io/api, v0.28.3 | Apache-2.0 | https://github.com/kubernetes/api/blob/v0.28.3/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| k8s.io/apimachinery, v0.28.3 | Apache-2.0 | https://github.com/kubernetes/apimachinery/blob/v0.28.3/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| k8s.io/client-go, v0.28.3 | Apache-2.0 | https://github.com/kubernetes/client-go/blob/v0.28.3/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| k8s.io/kubelet, v0.28.3 | Apache-2.0 | https://github.com/kubernetes/kubelet/blob/v0.28.3/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| k8s.io/utils, 3b25d923346b | Apache-2.0 | https://github.com/kubernetes/utils/blob/3b25d923346b/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| sigs.k8s.io/controller-runtime, v0.16.3 | Apache-2.0 | https://github.com/kubernetes-sigs/controller-runtime/blob/v0.16.3/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/beorn7/perks, v1.0.1 | MIT | https://github.com/beorn7/perks/blob/v1.0.1/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/cespare/xxhash/v2, v2.2.0 | MIT | https://github.com/cespare/xxhash/blob/v2.2.0/LICENSE.txt |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/davecgh/go-spew, v1.1.1 | ISC | https://github.com/davecgh/go-spew/blob/v1.1.1/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/emicklei/go-restful/v3, v3.11.0 | MIT | https://github.com/emicklei/go-restful/blob/v3.11.0/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/evanphx/json-patch/v5, v5.6.0 | BSD-3-Clause | https://github.com/evanphx/json-patch/blob/v5.6.0/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/fsnotify/fsnotify, v1.6.0 | BSD-3-Clause | https://github.com/fsnotify/fsnotify/blob/v1.6.0/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/go-logr/logr, v1.3.0 | Apache-2.0 | https://github.com/go-logr/logr/blob/v1.3.0/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/go-logr/zapr, v1.2.4 | Apache-2.0 | https://github.com/go-logr/zapr/blob/v1.2.4/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/go-openapi/jsonpointer, v0.19.6 | Apache-2.0 | https://github.com/go-openapi/jsonpointer/blob/v0.19.6/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/go-openapi/jsonreference, v0.20.2 | Apache-2.0 | https://github.com/go-openapi/jsonreference/blob/v0.20.2/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/go-openapi/swag, v0.22.3 | Apache-2.0 | https://github.com/go-openapi/swag/blob/v0.22.3/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/go-task/slim-sprig, 52ccab3ef572 | MIT | https://github.com/go-task/slim-sprig/blob/52ccab3ef572/LICENSE.txt |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/gogo/protobuf, v1.3.2 | BSD-3-Clause | https://github.com/gogo/protobuf/blob/v1.3.2/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/golang/groupcache, 41bb18bfe9da | Apache-2.0 | https://github.com/golang/groupcache/blob/41bb18bfe9da/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/golang/protobuf, v1.5.3 | BSD-3-Clause | https://github.com/golang/protobuf/blob/v1.5.3/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/google/gnostic-models, v0.6.8 | Apache-2.0 | https://github.com/google/gnostic-models/blob/v0.6.8/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/google/go-cmp, v0.6.0 | BSD-3-Clause | https://github.com/google/go-cmp/blob/v0.6.0/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/google/gofuzz, v1.2.0 | Apache-2.0 | https://github.com/google/gofuzz/blob/v1.2.0/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/google/pprof, 4bb14d4b1be1 | Apache-2.0 | https://github.com/google/pprof/blob/4bb14d4b1be1/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/google/uuid, v1.3.1 | BSD-3-Clause | https://github.com/google/uuid/blob/v1.3.1/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/imdario/mergo, v0.3.12 | BSD-3-Clause | https://github.com/imdario/mergo/blob/v0.3.12/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/josharian/intern, v1.0.0 | MIT | https://github.com/josharian/intern/blob/v1.0.0/license.md |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/json-iterator/go, v1.1.12 | MIT | https://github.com/json-iterator/go/blob/v1.1.12/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/mailru/easyjson, v0.7.7 | MIT | https://github.com/mailru/easyjson/blob/v0.7.7/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/matttproud/golang_protobuf_extensions, v1.0.4 | Apache-2.0 | https://github.com/matttproud/golang_protobuf_extensions/blob/v1.0.4/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/modern-go/concurrent, bacd9c7ef1dd | Apache-2.0 | https://github.com/modern-go/concurrent/blob/bacd9c7ef1dd/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/modern-go/reflect2, v1.0.2 | Apache-2.0 | https://github.com/modern-go/reflect2/blob/v1.0.2/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/munnerz/goautoneg, a7dc8b61c822 | BSD-3-Clause | https://github.com/munnerz/goautoneg/blob/a7dc8b61c822/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/pkg/errors, v0.9.1 | BSD-2-Clause | https://github.com/pkg/errors/blob/v0.9.1/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/prometheus/client_golang, v1.16.0 | Apache-2.0 | https://github.com/prometheus/client_golang/blob/v1.16.0/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/prometheus/client_model, v0.4.0 | Apache-2.0 | https://github.com/prometheus/client_model/blob/v0.4.0/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/prometheus/common, v0.44.0 | Apache-2.0 | https://github.com/prometheus/common/blob/v0.44.0/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/prometheus/procfs, v0.10.1 | Apache-2.0 | https://github.com/prometheus/procfs/blob/v0.10.1/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| github.com/spf13/pflag, v1.0.5 | BSD-3-Clause | https://github.com/spf13/pflag/blob/v1.0.5/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| go.uber.org/multierr, v1.11.0 | MIT | https://github.com/uber-go/multierr/blob/v1.11.0/LICENSE.txt |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| go.uber.org/zap, v1.25.0 | MIT | https://github.com/uber-go/zap/blob/v1.25.0/LICENSE.txt |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| golang.org/x/exp, a9213eeb770e | BSD-3-Clause | https://cs.opensource.google/go/x/exp/+/a9213eeb770e134e82907790f9fa16af15091e63:LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| golang.org/x/net, v0.17.0 | BSD-3-Clause | https://cs.opensource.google/go/x/net/+/refs/tags/v0.17.0:LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| golang.org/x/oauth2, v0.11.0 | BSD-3-Clause | https://cs.opensource.google/go/x/oauth2/+/refs/tags/v0.11.0:LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| golang.org/x/sys, v0.14.0 | BSD-3-Clause | https://cs.opensource.google/go/x/sys/+/refs/tags/v0.14.0:LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| golang.org/x/term, v0.13.0 | BSD-3-Clause | https://cs.opensource.google/go/x/term/+/refs/tags/v0.13.0:LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| golang.org/x/text, v0.13.0 | BSD-3-Clause | https://cs.opensource.google/go/x/text/+/refs/tags/v0.13.0:LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| golang.org/x/time, v0.3.0 | BSD-3-Clause | https://cs.opensource.google/go/x/time/+/refs/tags/v0.3.0:LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| golang.org/x/tools, v0.14.0 | BSD-3-Clause | https://cs.opensource.google/go/x/tools/+/refs/tags/v0.14.0:LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| gomodules.xyz/jsonpatch/v2, v2.4.0 | Apache-2.0 | https://github.com/gomodules/jsonpatch/blob/v2.4.0/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| google.golang.org/appengine, v1.6.7 | Apache-2.0 | https://github.com/golang/appengine/blob/v1.6.7/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| google.golang.org/genproto/googleapis/rpc, b8732ec3820d | Apache-2.0 | https://github.com/googleapis/go-genproto/blob/b8732ec3820d/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| google.golang.org/protobuf, v1.31.0 | BSD-3-Clause | https://github.com/protocolbuffers/protobuf-go/blob/v1.31.0/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| gopkg.in/inf.v0, v0.9.1 | BSD-3-Clause | https://github.com/go-inf/inf/blob/v0.9.1/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| gopkg.in/yaml.v2, v2.4.0 | Apache-2.0 | https://github.com/go-yaml/yaml/blob/v2.4.0/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| gopkg.in/yaml.v3, v3.0.1 | MIT | https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| k8s.io/apiextensions-apiserver, v0.28.3 | Apache-2.0 | https://github.com/kubernetes/apiextensions-apiserver/blob/v0.28.3/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| k8s.io/component-base, v0.28.3 | Apache-2.0 | https://github.com/kubernetes/component-base/blob/v0.28.3/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| k8s.io/klog/v2, v2.100.1 | Apache-2.0 | https://github.com/kubernetes/klog/blob/v2.100.1/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| k8s.io/kube-openapi, 2695361300d9 | Apache-2.0 | https://github.com/kubernetes/kube-openapi/blob/2695361300d9/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| sigs.k8s.io/json, bc3834ca7abd | Apache-2.0 | https://github.com/kubernetes-sigs/json/blob/bc3834ca7abd/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| sigs.k8s.io/structured-merge-diff/v4, v4.2.3 | Apache-2.0 | https://github.com/kubernetes-sigs/structured-merge-diff/blob/v4.2.3/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|
| sigs.k8s.io/yaml, v1.3.0 | MIT | https://github.com/kubernetes-sigs/yaml/blob/v1.3.0/LICENSE |
|-------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------|