Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 35 additions & 4 deletions .github/workflows/reuse-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,41 @@ on:
permissions: {}

jobs:
compliance-check:
name: Compliance Check
runs-on: ubuntu-latest
root-compliance-check:
name: Root Workspace Compliance Check
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- name: Execute REUSE Compliance Check for root workspace only
run: ./scripts/check-root-reuse-compliance.sh

packages-compliance-check:
needs: root-compliance-check
name: Packages Compliance Check
runs-on: ubuntu-24.04
strategy:
matrix:
package:
- "packages/builder"
- "packages/cli"
- "packages/documentation"
- "packages/fs"
- "packages/logger"
- "packages/project"
- "packages/server"
steps:
- uses: actions/checkout@v5
- name: Execute REUSE Compliance Check

- name: Execute REUSE Compliance Check for ${{ matrix.package }}
uses: fsfe/reuse-action@v6
with:
args: --root ${{ matrix.package }} lint

final-report:
name: Compliance Check
needs: [root-compliance-check, packages-compliance-check]
runs-on: ubuntu-24.04
steps:
- name: Report
run: |
echo "📊 Final Report: OK"
24 changes: 3 additions & 21 deletions REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,13 @@ SPDX-PackageDownloadLocation = "https://github.com/UI5/cli"
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."

[[annotations]]
path = "**"
path = ["docs/**", "examples/**", "resources/**", "rfcs/**", "scripts/**", "site/**", ".github/**", ".husky/**", ".vscode/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and UI5 CLI contributors"
SPDX-License-Identifier = "Apache-2.0"

[[annotations]]
path = "packages/server/lib/middleware/serveIndex/**"
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"]
precedence = "aggregate"
SPDX-FileCopyrightText = ["2010 Sencha Inc.", "2011 LearnBoost", "2011 TJ Holowaychuk", "2014-2015 Douglas Christopher Wilson"]
SPDX-License-Identifier = "MIT"

[[annotations]]
path = "packages/server/lib/middleware/testRunner/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors"
SPDX-License-Identifier = "Apache-2.0"

[[annotations]]
path = "packages/builder/lib/processors/jsdoc/lib/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors"
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and UI5 CLI contributors"
SPDX-License-Identifier = "Apache-2.0"

[[annotations]]
path = "packages/documentation/.vitepress/**"
precedence = "aggregate"
SPDX-FileCopyrightText = ["2019-present, Konrad Kost, Holger Schäfer, Yuxi (Evan) and VitePress contributors"]
SPDX-License-Identifier = "MIT"
2 changes: 1 addition & 1 deletion packages/builder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
> Modules for building UI5 projects
> Part of the [UI5 CLI](https://github.com/UI5/cli)

[![REUSE status](https://api.reuse.software/badge/github.com/SAP/ui5-builder)](https://api.reuse.software/info/github.com/SAP/ui5-builder)
[![REUSE status](https://api.reuse.software/badge/github.com/UI5/cli)](https://api.reuse.software/info/github.com/UI5/cli)
[![npm Package Version](https://badge.fury.io/js/%40ui5%2Fbuilder.svg)](https://www.npmjs.com/package/@ui5/builder)
[![Coverage Status](https://coveralls.io/repos/github/SAP/ui5-builder/badge.svg)](https://coveralls.io/github/SAP/ui5-builder)

Expand Down
17 changes: 17 additions & 0 deletions packages/builder/REUSE.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version = 1
SPDX-PackageName = "ui5-builder"
SPDX-PackageSupplier = "SAP OpenUI5 <[email protected]>"
SPDX-PackageDownloadLocation = "https://github.com/UI5/cli/tree/main/packages/builder"
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."

[[annotations]]
path = "**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and UI5 CLI contributors"
SPDX-License-Identifier = "Apache-2.0"

[[annotations]]
path = "lib/processors/jsdoc/lib/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors"
SPDX-License-Identifier = "Apache-2.0"
2 changes: 1 addition & 1 deletion packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
> `ui5` Command Line Interface
> Part of the [UI5 CLI](https://github.com/UI5/cli)

[![REUSE status](https://api.reuse.software/badge/github.com/SAP/ui5-cli)](https://api.reuse.software/info/github.com/SAP/ui5-cli)
[![REUSE status](https://api.reuse.software/badge/github.com/UI5/cli)](https://api.reuse.software/info/github.com/UI5/cli)
[![npm Package Version](https://badge.fury.io/js/%40ui5%2Fcli.svg)](https://www.npmjs.com/package/@ui5/cli)
[![Coverage Status](https://coveralls.io/repos/github/SAP/ui5-cli/badge.svg)](https://coveralls.io/github/SAP/ui5-cli)

Expand Down
11 changes: 11 additions & 0 deletions packages/cli/REUSE.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version = 1
SPDX-PackageName = "ui5-cli"
SPDX-PackageSupplier = "SAP OpenUI5 <[email protected]>"
SPDX-PackageDownloadLocation = "https://github.com/UI5/cli/tree/main/packages/cli"
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."

[[annotations]]
path = "**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and UI5 CLI contributors"
SPDX-License-Identifier = "Apache-2.0"
Loading