Commit dbb79b7
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_license1 parent 4dda495 commit dbb79b7
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments