Skip to content

Commit c9afe1c

Browse files
committed
Update REUSE.toml with project data
1 parent c294bae commit c9afe1c

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

REUSE.toml

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,11 @@
11
version = 1
2-
SPDX-PackageName = "<YOUR-REPO-NAME>"
3-
SPDX-PackageSupplier = "<YOUR-CONTACT (MAIL ADDRESS ETC.)>"
4-
SPDX-PackageDownloadLocation = "<https://github.com/sap-samples/YOUR-REPO-NAME>"
2+
SPDX-PackageName = "btp-admin-guide-samples"
3+
SPDX-PackageSupplier = "[email protected]"
4+
SPDX-PackageDownloadLocation = "https://github.com/sap-samples/btp-admin-guide-samples"
55
SPDX-PackageComment = "The code in this project may include calls to APIs (\"API Calls\") of\n SAP or third-party products or services developed outside of this project\n (\"External Products\").\n \"APIs\" means application programming interfaces, as well as their respective\n specifications and implementing code that allows software to communicate with\n other software.\n API Calls to External Products are not licensed under the open source license\n that governs this project. The use of such API Calls and related External\n Products are subject to applicable additional agreements with the relevant\n provider of the External Products. In no event shall the open source license\n that governs this project grant any rights in or to any External Products,or\n alter, expand or supersede any terms of the applicable additional agreements.\n If you have a valid license agreement with SAP for the use of a particular SAP\n External Product, then you may make use of any API Calls included in this\n project's code for that SAP External Product, subject to the terms of such\n license agreement. If you do not have a valid license agreement for the use of\n a particular SAP External Product, then you may only make use of any API Calls\n in this project for that SAP External Product for your internal, non-productive\n and non-commercial test and evaluation of such API Calls. Nothing herein grants\n you any rights to use or access any SAP External Product, or provide any third\n parties the right to use of access any SAP External Product, through API Calls."
66

77
[[annotations]]
8-
path = "<YOUR-FILE-OR-FOLDER-LIST>"
8+
path = "**"
99
precedence = "aggregate"
10-
SPDX-FileCopyrightText = "<YEARS-RELEVANT-FOR-YOUR-PROJECT> SAP SE or an SAP affiliate company and <YOUR-PROJECT-NAME> contributors"
10+
SPDX-FileCopyrightText = "2015 SAP SE or an SAP affiliate company and btp-admin-guide-samples contributors"
1111
SPDX-License-Identifier = "Apache-2.0"
12-
13-
[[annotations]]
14-
path = "<THIRD-PARTY-FILE-OR-FOLDER-LIST>"
15-
precedence = "aggregate"
16-
SPDX-FileCopyrightText = "<COPYRIGHT-OF-THIRD-PARTY-CODE>"
17-
SPDX-License-Identifier = "<LICENSE-OF-THIRD-PARTY-CODE>"
18-
19-
[[annotations]]
20-
path = "<ANOTHER-THIRD-PARTY-FILE-OR-FOLDER-LIST>"
21-
precedence = "aggregate"
22-
SPDX-FileCopyrightText = "<COPYRIGHT-OF-ANOTHER-THIRD-PARTY-CODE>"
23-
SPDX-License-Identifier = "<LICENSE-OF-ANOTHER- THIRD-PARTY-CODE>"

0 commit comments

Comments
 (0)