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.
20 lines
550 B
XML
20 lines
550 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<softwarelist name="attache" description="Otrona Attache disk images">
|
|
|
|
<software name="cpm">
|
|
<description>CP/M 2.2.5</description>
|
|
<year>198?</year>
|
|
<publisher>Digital Research</publisher>
|
|
|
|
<part name="flop1" interface="floppy_5_25">
|
|
<dataarea name="flop" size="306361">
|
|
<rom name="attache_boot_2.2.5.imd" size="306361" crc="e34241ad" sha1="b35261c8644b285902eda4a102630d0aab67d211"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|