File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/dts-generator/src/checkDtslint Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -133,15 +133,15 @@ function prepareTempDir(): string {
133
133
}
134
134
135
135
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.
137
137
*/
138
138
139
139
/**
140
140
* For important notes, please read README.md!
141
141
*
142
142
* 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
145
145
*/
146
146
147
147
/// <reference types="jquery" />
You can’t perform that action at this time.
0 commit comments