thunix-www/copyright.php

27 lines
726 B
PHP
Raw Permalink Normal View History

2019-01-12 21:36:39 +00:00
<?php include 'HEADER.php'; ?>
2019-01-25 17:19:56 +00:00
<title>Copyright Notices and Acknowledgements - thunix Community</title>
2019-01-12 21:36:39 +00:00
</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">
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'; ?>