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
558 B
XML
19 lines
558 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<softwarelist name="m5_flop" description="Sord m5 diskettes">
|
|
|
|
<software name="bb">
|
|
<description>Booting diskette for CP/M.[Brno mod]</description>
|
|
<year>1989</year>
|
|
<publisher><unknown></publisher>
|
|
<part name="flop1" interface="floppy_3_5">
|
|
<dataarea name="flop" size="860416">
|
|
<rom name="brno_boot_cpm.dsk" size="860416" crc="9484f399" sha1="efd1e664d5f4b80a7d49078cc80d187f72f4bc2f"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|