mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
438a497c37
Get rid of a couple of copies of the CC0 text. Add header comment to CC0 files to remind people editing them what the terms are. Also add some missing XML headers. The header comments in layouts won't bloat the binary - they get stripped out before compressing, same as any other comments.
21 lines
605 B
XML
21 lines
605 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<softwarelist name="gls" description="VTech Genius Leader Select cartridges">
|
|
|
|
<software name="srs">
|
|
<description>Spielend Richtig Schreiben</description>
|
|
<year>199?</year>
|
|
<publisher>Video Technology</publisher>
|
|
<info name="serial" value="80-2463" />
|
|
|
|
<part name="rom" interface="genius_rom">
|
|
<dataarea name="rom" size="0x40000">
|
|
<rom name="27-05763-000.u2" size="0x40000" crc="5c6ada02" sha1="ee948b077a20fd3f4b4cdfcabeb09b17f9cc99c8"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|