forked from freuds/nconf
-
Notifications
You must be signed in to change notification settings - Fork 7
/
legal.php
32 lines (30 loc) · 2.1 KB
/
legal.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?php
require_once 'include/head.php';
?>
<b>NEMS Configurator (NConf) Version 1.6</b><br><br>
<i>Copyright © 2016 - <?= date('Y'); ?> Robbie Ferguson, Ontario, Canada</i><br />
<i>Based on NConf, Copyright © 2006 - 2012 Sunrise Communications AG, Zurich, Switzerland</i>
<br><br><table >
<tr>
<td><div class="ui-state-error ui-corner-all fg-error"><span style="float: left; margin-right: 0.3em;" class="ui-icon ui-icon-alert"> </span><h2 >Attention</h2>This version of NConf contains heavy customizations for <a href="https://nemslinux.com/" target="_blank">NEMS Linux</a> on modern architecture.
<br />This version of the release is not supported by the original authors.
<br />To contribute, visit <a href="https://github.com/Cat5TV/nconf" target="_blank">https://github.com/Cat5TV/nconf</a></div>
</td>
</tr>
</table><br>
<b>License:</b>
<br>This software is distributed under the <a href="http://www.opensource.org/licenses/gpl-2.0.php" target="_blank">
GNU General Public License (GPL)</a>.
<br><br><b>Disclaimer of warranty:</b>
<br>NConf is provided as is with NO WARRANTY OF ANY KIND, including the warranty
<br>of design, merchantability, and fitness for a particular purpose.
<br><br><b>Trademarks:</b>
<br>Nagios and the Nagios logo are trademarks, servicemarks, registered trademarks
<br>or registered servicemarks owned by Nagios Enterprises, LLC.
<br><br><b>Additional copyrights:</b>
<br><i>Sweetie</i> icons by <a href="http://sweetie.sublink.ca" target="_blank">Joseph North</a>.
<br><br>All other trademarks, servicemarks, registered trademarks, and
<br>registered servicemarks are the property of their respective owner(s).
<?php
require_once 'include/foot.php';
?>