Skip to content

Commit c9dce32

Browse files
authored
chore(dts-generator): update generated dtslint index.d.ts file (#496)
1 parent a3b9b76 commit c9dce32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/dts-generator/src/checkDtslint/check-dtslint.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,15 +133,15 @@ function prepareTempDir(): string {
133133
}
134134

135135
const MIN_TYPESCRIPT_VERSION_LINES = `/**
136-
* Copyright (c) 2024 SAP SE or an SAP affiliate company and OpenUI5 contributors.
136+
* Copyright (c) 2025 SAP SE or an SAP affiliate company and OpenUI5 contributors.
137137
*/
138138
139139
/**
140140
* For important notes, please read README.md!
141141
*
142142
* These *.d.ts files are generated. In case of issues, either the generator or the JSDoc in the original
143-
* OpenUI5 repository must be fixed. While the latest version of the generator is not yet available at
144-
* GitHub, you can contribute to OpenUI5: https://github.com/SAP/openui5/blob/master/CONTRIBUTING.md
143+
* OpenUI5 repository must be fixed. The generator is developed at https://github.com/SAP/ui5-typescript/tree/main/packages/dts-generator
144+
* and you can contribute to OpenUI5, see: https://github.com/SAP/openui5/blob/master/CONTRIBUTING.md
145145
*/
146146
147147
/// <reference types="jquery" />

0 commit comments

Comments
 (0)