Skip to content

Commit e3e0254

Browse files
authored
docs: v4 / Update copyright year to 2026 (#1291)
JIRA: CPOUI5FOUNDATION-1182 -> v4 branch version
1 parent 47c7d9e commit e3e0254

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

REUSE.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ SPDX-PackageComment = "The code in this project may include calls to APIs (“AP
77
[[annotations]]
88
path = "**"
99
precedence = "aggregate"
10-
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and UI5 CLI contributors"
10+
SPDX-FileCopyrightText = "2026 SAP SE or an SAP affiliate company and UI5 CLI contributors"
1111
SPDX-License-Identifier = "Apache-2.0"

lib/jsdoc/plugin/template/layout.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<?js // ##### BEGIN: MODIFIED BY SAP ?>
8484
<footer>
8585
<div class="ui5-footer-item ui5-footer-item-growing">
86-
<div>© Copyright 2025, SAP SE and UI5 CLI Contributors</div>
86+
<div>© Copyright 2026, SAP SE and UI5 CLI Contributors</div>
8787
<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>
8888
<?js if(env.conf.templates && env.conf.templates.default && env.conf.templates.default.includeDate !== false) {
8989
function pad(v){

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repo_url: 'https://github.com/UI5/cli'
55
edit_uri: ./edit/v4/docs
66
docs_dir: 'docs' # default
77
site_dir: 'site' # default
8-
copyright: '© Copyright 2025, SAP SE and UI5 CLI Contributors'
8+
copyright: '© Copyright 2026, SAP SE and UI5 CLI Contributors'
99
nav:
1010
- Home: index.md
1111
- Getting Started: pages/GettingStarted.md

0 commit comments

Comments
 (0)