tmp/copyright.php

16 lines
533 B
PHP
Raw Normal View History

2019-01-12 21:36:39 +00:00
<?php include 'HEADER.php'; ?>
2019-05-18 16:40:29 +00:00
<title>Copyright Notices and Acknowledgements - thunix</title>
<?php include 'HEADER2.php'; ?>
2019-01-12 21:36:39 +00:00
<div class="post">
<h2 class="title">Copyright Notices and Acknowledgements</h2>
<div style="clear: both;">&nbsp;</div>
<div class="entry">
2019-03-07 17:56:21 +00:00
<!-- <p>(Coming soon)</p> -->
<?php include 'license.txt.php'; ?>
2019-01-12 21:36:39 +00:00
</div>
</div>
<div style="clear: both;">&nbsp;</div>
</div>
<?php include 'MENU.php'; ?>
2019-01-25 17:19:56 +00:00
<?php include 'FOOTER.php'; ?>