mirror of
https://github.com/holub/mame
synced 2025-04-16 21:44:32 +03:00

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.
30 lines
865 B
XML
30 lines
865 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
|
|
<softwarelist name="bw12" description="Bondwell 12 disk images">
|
|
|
|
<software name="cpm22">
|
|
<description>CP/M 2.2</description>
|
|
<year>1984</year>
|
|
<publisher>Digital Research Inc.</publisher>
|
|
|
|
<part name="flop1" interface="floppy_5_25">
|
|
<feature name="part_id" value="System & Utl."/>
|
|
<dataarea name="flop" size="142458">
|
|
<rom name="bw12cpm2.imd" size="142458" crc="6858234c" sha1="72981d1616402e5071a5364041694f156eafb3c5"/>
|
|
</dataarea>
|
|
</part>
|
|
|
|
<part name="flop2" interface="floppy_5_25">
|
|
<feature name="part_id" value="Virtual Disk"/>
|
|
<dataarea name="flop" size="166939">
|
|
<rom name="bw12vdsk.imd" size="166939" crc="45cba82c" sha1="d1478242cd736c15ef9f7668266cb854b7ca4f9e"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|