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 LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2025 SAP SE or an SAP affiliate company and UI5-TypeScript contributors
Copyright 2026 SAP SE or an SAP affiliate company and UI5-TypeScript contributors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ SPDX-PackageDownloadLocation = "https://github.com/UI5/typescript"
[[annotations]]
path = "**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and UI5-TypeScript contributors"
SPDX-FileCopyrightText = "2026 SAP SE or an SAP affiliate company and UI5-TypeScript contributors"
SPDX-License-Identifier = "Apache-2.0"
2 changes: 1 addition & 1 deletion packages/dts-generator/src/checkDtslint/check-dtslint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ function prepareTempDir(): string {
}

const MIN_TYPESCRIPT_VERSION_LINES = `/**
* Copyright (c) 2025 SAP SE or an SAP affiliate company and OpenUI5 contributors.
* Copyright (c) 2026 SAP SE or an SAP affiliate company and OpenUI5 contributors.
*/

/**
Expand Down
Loading