Skip to content
Merged
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
2 changes: 1 addition & 1 deletion REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ SPDX-PackageComment = "The code in this project may include calls to APIs (“AP
[[annotations]]
path = "**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and UI5 CLI contributors"
SPDX-FileCopyrightText = "2026 SAP SE or an SAP affiliate company and UI5 CLI contributors"
SPDX-License-Identifier = "Apache-2.0"
2 changes: 1 addition & 1 deletion lib/jsdoc/plugin/template/layout.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<?js // ##### BEGIN: MODIFIED BY SAP ?>
<footer>
<div class="ui5-footer-item ui5-footer-item-growing">
<div>© Copyright 2025, SAP SE and UI5 CLI Contributors</div>
<div>© Copyright 2026, SAP SE and UI5 CLI Contributors</div>
<div>Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc <?js= env.version.number ?></a> using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.</div>
<?js if(env.conf.templates && env.conf.templates.default && env.conf.templates.default.includeDate !== false) {
function pad(v){
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repo_url: 'https://github.com/UI5/cli'
edit_uri: ./edit/v4/docs
docs_dir: 'docs' # default
site_dir: 'site' # default
copyright: '© Copyright 2025, SAP SE and UI5 CLI Contributors'
copyright: '© Copyright 2026, SAP SE and UI5 CLI Contributors'
nav:
- Home: index.md
- Getting Started: pages/GettingStarted.md
Expand Down