Skip to content

Commit 9151d12

Browse files
committed
[INTERNAL] Update copyright year to 2025
JIRA: CPOUI5FOUNDATION-1045
1 parent de03fea commit 9151d12

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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 = "2018-2024 SAP SE or an SAP affiliate company and UI5 Tooling contributors"
10+
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and UI5 Tooling 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 2024, SAP SE and UI5 Tooling Contributors</div>
86+
<div>© Copyright 2025, SAP SE and UI5 Tooling 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/SAP/ui5-tooling'
55
edit_uri: ./edit/main/docs # default points to "master" branch
66
docs_dir: 'docs' # default
77
site_dir: 'site' # default
8-
copyright: '© Copyright 2024, SAP SE and UI5 Tooling Contributors'
8+
copyright: '© Copyright 2025, SAP SE and UI5 Tooling Contributors'
99
nav:
1010
- Home: index.md
1111
- Getting Started: pages/GettingStarted.md

0 commit comments

Comments
 (0)