<?php

require_once($_SERVER["DOCUMENT_ROOT"] . "/common/common.INC.PHP");         

print_page_header();

?>
<p>MIDI (SMI) file parser.</p>
<p>It is written in <a href="http://www.python.org/">python 2.4</a>.</p>
<p><em>MIDI parser</em> is Copyright (c) 2007 Danny Milosavljevic. </p>
<p><em>MIDI parser</em> is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</p>
<p><em>MIDI parser</em> is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See <a href="http://www.gnu.org/licenses/gpl.html">The GNU General Public License</a> for more details.</p>
<?php

print_page_footer();

?>