-
Notifications
You must be signed in to change notification settings - Fork 111
Expand file tree
/
Copy pathREUSE.toml
More file actions
52 lines (44 loc) · 1.85 KB
/
REUSE.toml
File metadata and controls
52 lines (44 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
version = 1
SPDX-PackageName = "UI5 Web Components for React"
SPDX-PackageSupplier = "ui5-webcomponents-react@sap.com"
SPDX-PackageDownloadLocation = "https://github.com/UI5/webcomponents-react"
[[annotations]]
path = "**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2019-2025 SAP SE or an SAP affiliate company and UI5 Web Components for React contributors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "/packages/charts/src/components/PieChart/PieChart.tsx"
precedence = "aggregate"
SPDX-FileCopyrightText = "2016-2025 Recharts Group"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "packages/base/src/internal/hooks/useIsomorphicLayoutEffect.ts"
precedence = "aggregate"
SPDX-FileCopyrightText = "2019 Tanner Linsley"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "packages/base/src/internal/utils/debounce.ts"
precedence = "aggregate"
SPDX-FileCopyrightText = "2009-2021 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "packages/base/src/internal/utils/throttle.ts"
precedence = "aggregate"
SPDX-FileCopyrightText = "2009-2021 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "packages/main/src/internal/safeGetChildrenArray.ts"
precedence = "aggregate"
SPDX-FileCopyrightText = "2022 Adobe Inc."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "packages/main/src/components/AnalyticalTable/hooks/useRowSelect.ts"
precedence = "aggregate"
SPDX-FileCopyrightText = "2019-2021 Tanner Linsley"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "packages/main/src/components/AnalyticalTable/hooks/useColumnResizing.ts"
precedence = "aggregate"
SPDX-FileCopyrightText = "2019-2021 Tanner Linsley"
SPDX-License-Identifier = "MIT"