mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-07 16:06:06 +00:00
trivial: Correct the license for some metadata files
These warnings were coming up in the Debian build: ``` W: fwupd source: inconsistent-appstream-metadata-license data/remotes.d/lvfs-testing.metainfo.xml (cc0 != cc0-1.0) W: fwupd source: inconsistent-appstream-metadata-license data/remotes.d/lvfs.metainfo.xml (cc0 != cc0-1.0) ```
This commit is contained in:
parent
5df0e7de30
commit
80b671633c
@ -4,7 +4,7 @@
|
|||||||
<component type="source">
|
<component type="source">
|
||||||
<id>org.freedesktop.fwupd.remotes.lvfs-testing</id>
|
<id>org.freedesktop.fwupd.remotes.lvfs-testing</id>
|
||||||
<name>Linux Vendor Firmware Service (testing firmware)</name>
|
<name>Linux Vendor Firmware Service (testing firmware)</name>
|
||||||
<metadata_license>CC0</metadata_license>
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
<agreement version_id="1.0">
|
<agreement version_id="1.0">
|
||||||
<agreement_section>
|
<agreement_section>
|
||||||
<description>
|
<description>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<component type="source">
|
<component type="source">
|
||||||
<id>org.freedesktop.fwupd.remotes.lvfs</id>
|
<id>org.freedesktop.fwupd.remotes.lvfs</id>
|
||||||
<name>Linux Vendor Firmware Service (stable firmware)</name>
|
<name>Linux Vendor Firmware Service (stable firmware)</name>
|
||||||
<metadata_license>CC0</metadata_license>
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
<agreement version_id="1.0">
|
<agreement version_id="1.0">
|
||||||
<agreement_section>
|
<agreement_section>
|
||||||
<description>
|
<description>
|
||||||
|
Loading…
Reference in New Issue
Block a user