thunix-www/copyright.php

27 lines
726 B
PHP

<?php include 'HEADER.php'; ?>
<title>Copyright Notices and Acknowledgements - thunix Community</title>
</head>
<body>
<div id="top">
<div id="header">
<div id="logo">
<h1>&#9763; thunix</h1>
</div>
</div>
<div id="page">
<div id="page-bgtop">
<div id="page-bgbtm">
<div id="content">
<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'; ?>