Skip to content

Commit

Permalink
docs: Update .reuse/dep5 file
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Mar 13, 2024
1 parent d56ec44 commit c4edfd1
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,28 @@ Disclaimer: The code in this project may include calls to APIs (“API Calls”)
Files: *
Copyright: 2024 SAP SE or an SAP affiliate company and UI5 linter contributors
License: Apache-2.0

Files: src/detectors/transpilers/xml/lib/JSTokenizer.js
Copyright: 2009-2024 SAP SE or an SAP affiliate company
License: Apache-2.0
Comment: This file is a copy of sap/base/util/JSTokenizer.js from the OpenUI5 project.

Files: src/formatter/lib/resolveLinks.ts
Copyright: 2009-2024 SAP SE or an SAP affiliate company
License: Apache-2.0
Comment: This file contains parts of the https://github.com/SAP/ui5-builder file lib/processors/jsdoc/lib/transformApiJson.cjs which itself is a copy from the OpenUI5 file lib/jsdoc/transformApiJson.js.

Files: src/manifest.d.ts
Copyright: 2009-2020 SAP SE or an SAP affiliate company
License: Apache-2.0
Comment: TypeScript definitions created from https://github.com/SAP/ui5-manifest/tree/v1.60.0

Files: test/fixtures/transpiler/amd/sapUiTestGenericUtils.js
Copyright: 2009-2024 SAP SE or an SAP affiliate company
License: Apache-2.0
Comment: This file is a copy of sap/ui/test/generic/Utils.js from the OpenUI5 project.

Files: scripts/metadataProvider/model.ts
Copyright: 2020-2021 SAP SE or an SAP affiliate company and UI5 Language Assistant contributors
License: Apache-2.0
Comment: This file contains a part from the https://github.com/SAP/ui5-language-assistant project (getTypeNameFix).
2 changes: 1 addition & 1 deletion src/formatter/lib/resolveLinks.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file is a modified copy of ui5-builder/lib/processors/jsdoc/lib/transformApiJson.cjs
// This file is a modified copy of parts of ui5-builder/lib/processors/jsdoc/lib/transformApiJson.cjs
// Its purpose is to try to resolve links in lint messages, derived from JSDoc annotations.

function JSDocUtil():
Expand Down
2 changes: 2 additions & 0 deletions test/fixtures/transpiler/amd/sapUiTestGenericUtils.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copied from OpenUI5 1.120.9 sap/ui/test/generic/Utils.js for testing purposes

/*!
* ${copyright}
*/
Expand Down

0 comments on commit c4edfd1

Please sign in to comment.