diff --git a/.reuse/dep5 b/.reuse/dep5 index 0680e619..a491c521 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -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). diff --git a/src/formatter/lib/resolveLinks.ts b/src/formatter/lib/resolveLinks.ts index 0444bb31..37256797 100644 --- a/src/formatter/lib/resolveLinks.ts +++ b/src/formatter/lib/resolveLinks.ts @@ -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(): diff --git a/test/fixtures/transpiler/amd/sapUiTestGenericUtils.js b/test/fixtures/transpiler/amd/sapUiTestGenericUtils.js index fb46a9dc..1bc91e81 100644 --- a/test/fixtures/transpiler/amd/sapUiTestGenericUtils.js +++ b/test/fixtures/transpiler/amd/sapUiTestGenericUtils.js @@ -1,3 +1,5 @@ +// Copied from OpenUI5 1.120.9 sap/ui/test/generic/Utils.js for testing purposes + /*! * ${copyright} */