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.
43 lines
1.2 KiB
XML
43 lines
1.2 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
|
|
<softwarelist name="psi98" description="Kontron PSI98 floppy disks">
|
|
|
|
<software name="kos605d">
|
|
<description>KOS 6.05D Boot</description>
|
|
<year>1984</year>
|
|
<publisher>Kontron</publisher>
|
|
<part name="flop1" interface="floppy_5_25">
|
|
<dataarea name="flop" size="518086">
|
|
<rom name="kos605d.td0" size="518086" crc="4b16029c" sha1="bf41cb9e90f2a9b5653cbc6748fe427568099cbd"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="util605d">
|
|
<description>KOS 6.05D Utils</description>
|
|
<year>1984</year>
|
|
<publisher>Kontron</publisher>
|
|
<part name="flop1" interface="floppy_5_25">
|
|
<dataarea name="flop" size="545577">
|
|
<rom name="utils605d.td0" size="545577" crc="250c93d7" sha1="f06ae5f75f73cb4d64b2a191dc35d06ecb1f73b3"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="cpm22">
|
|
<description>Kontron CP/M 2.2 V6.31-Z</description>
|
|
<year>1985</year>
|
|
<publisher>Kontron</publisher>
|
|
<part name="flop1" interface="floppy_5_25">
|
|
<dataarea name="flop" size="348688">
|
|
<rom name="cpm22.td0" size="348688" crc="731b221e" sha1="55197c410797c11e92d776110b304f21b914a63b"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|