Skip to content

Commit dbb79b7

Browse files
committed
linux: Fix AppStream metainfo/releases licenses
Previously the comment at the top of the file claimed that these files are under CC-BY-4.0. But AppStream actually has a field that describes the license of the metadata, and in this we have: <metadata_license>CC0-1.0</metadata_license> While both licenses are on the AppStream specification's recommended list of metadata licenses, I think we can err on the side of the more permissive license here. https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-metadata_license
1 parent 4dda495 commit dbb79b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

linux/metainfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
SPDX-FileCopyrightText: The Threadbare Authors
4-
SPDX-License-Identifier: CC-BY-4.0
4+
SPDX-License-Identifier: CC0-1.0
55
-->
66
<component type="desktop">
77
<name>Threadbare</name>

linux/releases.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
SPDX-FileCopyrightText: The Threadbare Authors
4-
SPDX-License-Identifier: CC-BY-4.0
4+
SPDX-License-Identifier: CC0-1.0
55
-->
66
<releases>
77
<release version="0.1.5" date="2025-10-10">

0 commit comments

Comments
 (0)