mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-03 18:55:54 +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">
|
||||
<id>org.freedesktop.fwupd.remotes.lvfs-testing</id>
|
||||
<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_section>
|
||||
<description>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<component type="source">
|
||||
<id>org.freedesktop.fwupd.remotes.lvfs</id>
|
||||
<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_section>
|
||||
<description>
|
||||
|
Loading…
Reference in New Issue
Block a user