Skip to content

Commit bc56512

Browse files
committed
docs: Update copyright year to 2026
JIRA: CPOUI5FOUNDATION-1182 -> main branch version
1 parent 845c2d2 commit bc56512

File tree

15 files changed

+17
-17
lines changed

15 files changed

+17
-17
lines changed

REUSE.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ 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"
1212

internal/documentation/REUSE.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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"
1212

1313
[[annotations]]

internal/documentation/jsdoc/templates/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){

internal/shrinkwrap-extractor/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"

packages/builder/REUSE.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ 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"
1212

1313
[[annotations]]
1414
path = "lib/processors/jsdoc/lib/**"
1515
precedence = "aggregate"
16-
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and OpenUI5 contributors"
16+
SPDX-FileCopyrightText = "2026 SAP SE or an SAP affiliate company and OpenUI5 contributors"
1717
SPDX-License-Identifier = "Apache-2.0"

packages/builder/lib/processors/jsdoc/lib/createIndexFiles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Node script to create cross-library API index files for use in the UI5 SDKs.
33
*
4-
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
4+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
55
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
66
*/
77

packages/builder/lib/processors/jsdoc/lib/transformApiJson.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Node script to preprocess api.json files for use in the UI5 SDKs.
33
*
4-
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
4+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
55
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
66
*/
77

packages/builder/lib/processors/jsdoc/lib/ui5/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* JSDoc3 plugin for UI5 documentation generation.
33
*
4-
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
4+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
55
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
66
*/
77

packages/builder/lib/processors/jsdoc/lib/ui5/template/publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* JSDoc3 template for UI5 documentation generation.
33
*
4-
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
4+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
55
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
66
*/
77

packages/builder/lib/processors/jsdoc/lib/ui5/template/utils/typeParser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Node script to parse type strings.
33
*
4-
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
4+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
55
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
66
*/
77

0 commit comments

Comments
 (0)