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.
34 lines
919 B
XML
34 lines
919 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
|
|
Generated by SLIST 0.2.1
|
|
-->
|
|
|
|
<softwarelist name="ht68k" description="HT68K 5.25 disks">
|
|
<software name="kos">
|
|
<description>K-OS</description>
|
|
<year>1986</year>
|
|
<publisher>Hawthorne Technology</publisher>
|
|
|
|
<part name="flop1" interface="floppy_5_25">
|
|
<dataarea name="flop" size="306305">
|
|
<rom name="kos_os.td0" size="306305" crc="8a10d01a" sha1="435fc374980e53077008444aca4ebd22bb406061"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="motbasic">
|
|
<description>MotionBASIC</description>
|
|
<year>1986</year>
|
|
<publisher>Hawthorne Technology</publisher>
|
|
|
|
<part name="flop1" interface="floppy_5_25">
|
|
<dataarea name="flop" size="210212">
|
|
<rom name="motbasic.td0" size="210212" crc="a1ffe471" sha1="5aa88bda9b8a740391dce3dc441e107234c4abb2"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|