Skip to content

Commit a6db419

Browse files
author
Guilherme Dellagustin
committed
chore: Fixed REUSE.toml
Fixed issues on REUSE.toml. Not all files were annoteted and the sintax was incorrect due to a missing closing ".
1 parent 2d5de71 commit a6db419

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

REUSE.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SPDX-PackageDownloadLocation = "https://github.com/cap-js/print"
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 = "*"
8+
path = "**"
99
precedence = "aggregate"
1010
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and print contributors"
11-
SPDX-License-Identifier = "Apache-2.0
11+
SPDX-License-Identifier = "Apache-2.0"

0 commit comments

Comments
 (0)