Skip to content

Commit 3ddcf92

Browse files
authored
chore: add third-party attribution for embedded NVIDIA artifacts
1 parent 7140303 commit 3ddcf92

2 files changed

Lines changed: 56 additions & 1 deletion

File tree

.reuse/dep5

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2+
Upstream-Name: gpu
3+
Upstream-Contact: SAP Kyma <kyma@sap.com>
4+
Source: https://github.com/kyma-project/gpu
5+
Disclaimer: The code in this project may include calls to APIs ("API Calls") of
6+
SAP or third-party products or services developed outside of this project
7+
("External Products").
8+
"APIs" means application programming interfaces, as well as their respective
9+
specifications and implementing code that allows software to communicate with
10+
other software.
11+
API Calls to External Products are not licensed under the open source license
12+
that governs this project. The use of such API Calls and related External
13+
Products are subject to applicable additional agreements with the relevant
14+
provider of the External Products. In no event shall the open source license
15+
that governs this project grant any rights in or to any External Products, or
16+
alter, expand or supersede any terms of the applicable additional agreements.
17+
If you have a valid license agreement with SAP for the use of a particular SAP
18+
External Product, then you may make use of any API Calls included in this
19+
project's code for that SAP External Product, subject to the terms of such
20+
license agreement. If you do not have a valid license agreement for the use of
21+
a particular SAP External Product, then you may only make use of any API Calls
22+
in this project for that SAP External Product for your internal, non-productive
23+
and non-commercial test and evaluation of such API Calls. Nothing herein grants
24+
you any rights to use or access any SAP External Product, or provide any third
25+
parties the right to use of access any SAP External Product, through API Calls.
26+
27+
Files: *
28+
Copyright: 2026 SAP SE or an SAP affiliate company and gpu contributors.
29+
License: Apache-2.0
30+
31+
Files: internal/chart/gpu-operator/*
32+
Copyright: 2021 NVIDIA Corporation.
33+
License: Apache-2.0
34+
35+
Files: internal/chart/values/gardenlinux.yaml
36+
Copyright: SAP SE or an SAP affiliate company (Garden Linux contributors).
37+
License: Apache-2.0

NOTICE.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved.
1+
Copyright (c) 2026 SAP SE or an SAP affiliate company. All rights reserved.
2+
3+
---
4+
5+
This project embeds third-party software. The following notices apply:
6+
7+
## NVIDIA GPU Operator
8+
9+
Copyright 2021 NVIDIA Corporation.
10+
Licensed under the Apache License, Version 2.0.
11+
Source: https://github.com/NVIDIA/gpu-operator
12+
13+
## Node Feature Discovery
14+
15+
Copyright 2019-2021 The Kubernetes Authors.
16+
Licensed under the Apache License, Version 2.0.
17+
Source: https://github.com/kubernetes-sigs/node-feature-discovery
18+
19+
The Node Feature Discovery Helm chart is included as a dependency of the NVIDIA GPU Operator chart.

0 commit comments

Comments
 (0)