Skip to content

Commit 27f6d62

Browse files
committed
refactor: Consolidate and optimize REUSE.toml files into the root one
1 parent bfa5939 commit 27f6d62

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

REUSE.toml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,23 @@ SPDX-PackageSupplier = "SAP OpenUI5 <[email protected]>"
44
SPDX-PackageDownloadLocation = "https://github.com/UI5/cli"
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

7+
# Default Apache-2.0 license for everything
78
[[annotations]]
8-
path = ["docs/**", "examples/**", "resources/**", "rfcs/**", "scripts/**", "site/**", ".github/**", ".husky/**", ".vscode/**"]
9+
path = "**"
910
precedence = "aggregate"
1011
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and UI5 CLI contributors"
1112
SPDX-License-Identifier = "Apache-2.0"
1213

14+
# Special exceptions - different copyright holder
1315
[[annotations]]
14-
path = [".editorconfig", ".gitattributes", ".gitignore", ".licensee.json", ".npmrc", "audit-ci.jsonc", "CODE_OF_CONDUCT.md", "commitlint.config.mjs", "CONTRIBUTING.md", "eslint.common.config.js", "eslint.config.js", "LICENSE.txt", "package-lock.json", "package.json", "README.md", "REUSE_CLEANUP_SUMMARY.md", "REUSE.toml", "SUPPORT.md"]
16+
path = "packages/builder/lib/processors/jsdoc/lib/**"
1517
precedence = "aggregate"
16-
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and UI5 CLI contributors"
18+
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors"
1719
SPDX-License-Identifier = "Apache-2.0"
20+
21+
# Special exceptions - different license
22+
[[annotations]]
23+
path = "packages/documentation/.vitepress/**"
24+
precedence = "aggregate"
25+
SPDX-FileCopyrightText = "2019-present, Konrad Kost, Holger Schäfer, Yuxi (Evan) and VitePress contributors"
26+
SPDX-License-Identifier = "MIT"

0 commit comments

Comments
 (0)