Skip to content

Commit f0492e0

Browse files
[chore]:Reuse API update - Migration from dep5 file to TOML file. (#7135)
The PR is fixing and updating the Reuse compliance to match the recent Reuse API Specification - we remove the dep5 file and migrate to the toml file. For more details please read the [Reuse Specification](https://reuse.software/spec-3.3/) Co-authored-by: ajinkyapatil8190 <[email protected]>
1 parent fcad122 commit f0492e0

File tree

2 files changed

+40
-29
lines changed

2 files changed

+40
-29
lines changed

.reuse/dep5

-29
This file was deleted.

REUSE.toml

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
version = 1
2+
SPDX-PackageName = "UI5 Web Components for React"
3+
SPDX-PackageSupplier = "[email protected]"
4+
SPDX-PackageDownloadLocation = "https://github.com/SAP/ui5-webcomponents-react"
5+
6+
[[annotations]]
7+
path = "**"
8+
precedence = "aggregate"
9+
SPDX-FileCopyrightText = "2019-2023 SAP SE or an SAP affiliate company and UI5 Web Components for React contributors"
10+
SPDX-License-Identifier = "Apache-2.0"
11+
12+
[[annotations]]
13+
path = "/packages/charts/src/components/PieChart/PieChart.tsx"
14+
precedence = "aggregate"
15+
SPDX-FileCopyrightText = "2016-2020 Recharts Group"
16+
SPDX-License-Identifier = "MIT"
17+
18+
[[annotations]]
19+
path = "packages/base/src/hooks/useIsomorphicLayoutEffect.ts"
20+
precedence = "aggregate"
21+
SPDX-FileCopyrightText = "2019 Tanner Linsley"
22+
SPDX-License-Identifier = "MIT"
23+
24+
[[annotations]]
25+
path = "packages/base/src/utils/debounce.ts"
26+
precedence = "aggregate"
27+
SPDX-FileCopyrightText = "2009-2021 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors"
28+
SPDX-License-Identifier = "MIT"
29+
30+
[[annotations]]
31+
path = "packages/base/src/utils/throttle.ts"
32+
precedence = "aggregate"
33+
SPDX-FileCopyrightText = "2009-2021 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors"
34+
SPDX-License-Identifier = "MIT"
35+
36+
[[annotations]]
37+
path = "packages/main/src/internal/safeGetChildrenArray.ts"
38+
precedence = "aggregate"
39+
SPDX-FileCopyrightText = "2022 Adobe Inc."
40+
SPDX-License-Identifier = "Apache-2.0"

0 commit comments

Comments
 (0)