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.
33 lines
968 B
XML
33 lines
968 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
|
|
Acorn FileStore Discs
|
|
-->
|
|
|
|
<softwarelist name="e01_flop" description="Acorn FileStore Discs">
|
|
|
|
<software name="fsinit">
|
|
<description>FileStore Initial Disc</description>
|
|
<year>198?</year>
|
|
<publisher>Acorn</publisher>
|
|
<part name="flop1" interface="floppy_3_5">
|
|
<dataarea name="flop" size="655360">
|
|
<rom name="filestore_initial_disc.adl" size="655360" crc="9e758dec" sha1="4750e6cf1d4d948b3a88d0c96e17fef684dbb41a"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="fsutil">
|
|
<description>FileStore Utility Disc</description>
|
|
<year>198?</year>
|
|
<publisher>Acorn</publisher>
|
|
<part name="flop1" interface="floppy_3_5">
|
|
<dataarea name="flop" size="655360">
|
|
<rom name="filestore_utility_disc.adl" size="655360" crc="1e41ad3a" sha1="509b353bc9956917a854df9af868aac874869a23"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|