tmp/copyright.php

16 lines
533 B
PHP

<?php include 'HEADER.php'; ?>
<title>Copyright Notices and Acknowledgements - thunix</title>
<?php include 'HEADER2.php'; ?>
<div class="post">
<h2 class="title">Copyright Notices and Acknowledgements</h2>
<div style="clear: both;">&nbsp;</div>
<div class="entry">
<!-- <p>(Coming soon)</p> -->
<?php include 'license.txt.php'; ?>
</div>
</div>
<div style="clear: both;">&nbsp;</div>
</div>
<?php include 'MENU.php'; ?>
<?php include 'FOOTER.php'; ?>