Skip to content

Commit 8383592

Browse files
fix: correct sorting order of license infos
Signed-off-by: Andy Scherzinger <[email protected]>
1 parent fe9c2d2 commit 8383592

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

REUSE.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ precedence = "aggregate"
1717
SPDX-FileCopyrightText = "2023 Nextcloud GmbH and Nextcloud contributors"
1818
SPDX-License-Identifier = "AGPL-3.0-or-later"
1919

20-
[[annotations]]
21-
path = ["docs/resources/logo.svg"]
22-
precedence = "aggregate"
23-
SPDX-FileCopyrightText = "2016-2024 Nextcloud GmbH"
24-
SPDX-License-Identifier = "LicenseRef-NextcloudTrademarks"
25-
2620
# Workaround annotating the folders
2721
[[annotations]]
2822
path = ["docs/**", "js/**", ""]
2923
precedence = "aggregate"
3024
SPDX-FileCopyrightText = "2023 Nextcloud GmbH and Nextcloud contributors"
3125
SPDX-License-Identifier = "AGPL-3.0-or-later"
3226

27+
[[annotations]]
28+
path = ["docs/resources/logo.svg"]
29+
precedence = "aggregate"
30+
SPDX-FileCopyrightText = "2016-2024 Nextcloud GmbH"
31+
SPDX-License-Identifier = "LicenseRef-NextcloudTrademarks"
32+
3333
[[annotations]]
3434
path = ["img/app.svg", "img/app-dark.svg"]
3535
precedence = "aggregate"

0 commit comments

Comments
 (0)