Skip to content

Commit 079058a

Browse files
authored
chore: update REUSE file (#7136)
1 parent f0492e0 commit 079058a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

REUSE.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ SPDX-PackageDownloadLocation = "https://github.com/SAP/ui5-webcomponents-react"
66
[[annotations]]
77
path = "**"
88
precedence = "aggregate"
9-
SPDX-FileCopyrightText = "2019-2023 SAP SE or an SAP affiliate company and UI5 Web Components for React contributors"
9+
SPDX-FileCopyrightText = "2019-2025 SAP SE or an SAP affiliate company and UI5 Web Components for React contributors"
1010
SPDX-License-Identifier = "Apache-2.0"
1111

1212
[[annotations]]
1313
path = "/packages/charts/src/components/PieChart/PieChart.tsx"
1414
precedence = "aggregate"
15-
SPDX-FileCopyrightText = "2016-2020 Recharts Group"
15+
SPDX-FileCopyrightText = "2016-2025 Recharts Group"
1616
SPDX-License-Identifier = "MIT"
1717

1818
[[annotations]]

packages/charts/src/components/PieChart/PieChart.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ const PieChart = forwardRef<HTMLDivElement, PieChartProps>((props, ref) => {
182182
[onDataPointClick]
183183
);
184184

185+
// REUSE: part of this function is copied from: https://github.com/recharts/recharts/blob/411e57a3c206a1425ff33a7e63cacf40a844e551/storybook/stories/Examples/Pie/CustomActiveShapePieChart.stories.tsx#L22-L44
185186
const renderActiveShape = useCallback(
186187
(props) => {
187188
const RADIAN = Math.PI / 180;

0 commit comments

Comments
 (0)