1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (C) 2005-2019 Joël Krähemann -->
<!-- Copying and distribution of this file, with or without modification, -->
<!-- are permitted in any medium without royalty provided the copyright -->
<!-- notice and this notice are preserved. This file is offered as-is, -->
<!-- without any warranty. -->
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/xml">
<glob pattern="*.xml"/>
<comment>GSequencer's simple XML file format</comment>
<root-XML namespaceURI="http://nongnu.org/gsequencer/ns/ags-simple-file" localName="ags-simple-file"/>
</mime-type>
</mime-info>
|