fwupd/data/tests/multiple-rels/firmware.metainfo.xml
Richard Hughes 5c9b1fcc81 Only include the start year in the copyright header
The end year is legally and functionally redundant, and more importantly causes
cherry-pick conflicts when trying to maintain old branches. Use git for history.
2021-01-07 14:48:16 +00:00

17 lines
571 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2017 Richard Hughes <richard@hughsie.com> -->
<component type="firmware">
<id>com.hughski.test.firmware</id>
<provides>
<firmware type="flashed">12345678-1234-1234-1234-123456789012</firmware>
</provides>
<releases>
<release version="1.2.4" timestamp="1424116755">
<checksum filename="firmware-124.bin" target="content"/>
</release>
<release version="1.2.3" timestamp="1424116754">
<checksum filename="firmware-123.bin" target="content"/>
</release>
</releases>
</component>