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.
19 lines
521 B
XML
19 lines
521 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<softwarelist name="sbrain" description="Super Brain floppies">
|
|
|
|
<software name="boot">
|
|
<description>Boot disk</description>
|
|
<year>19??</year>
|
|
<publisher>Intertec</publisher>
|
|
<part name="flop1" interface="floppy_5_25">
|
|
<dataarea name="flop" size="336777">
|
|
<rom name="cboot.imd" size="336777" crc="0a7501db" sha1="90b97e2ab9840de8ac98e3302d2bd052edfa0189"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|