1 |
b46bfcf5
|
Bill Marquette
|
<?php
|
2 |
|
|
/* $Id$ */
|
3 |
6b07c15a
|
Matthew Grooms
|
/*
|
4 |
e568873f
|
sbeaver
|
license.php
|
5 |
|
|
Copyright (C) 2013-2015 Electric Sheep Fencing, LP
|
6 |
|
|
All rights reserved
|
7 |
6b07c15a
|
Matthew Grooms
|
|
8 |
e568873f
|
sbeaver
|
Redistribution and use in source and binary forms, with or without
|
9 |
|
|
modification, are permitted provided that the following conditions are met:
|
10 |
6b07c15a
|
Matthew Grooms
|
|
11 |
e568873f
|
sbeaver
|
1. Redistributions of source code must retain the above copyright notice,
|
12 |
|
|
this list of conditions and the following disclaimer.
|
13 |
6b07c15a
|
Matthew Grooms
|
|
14 |
e568873f
|
sbeaver
|
2. Redistributions in binary form must reproduce the above copyright
|
15 |
|
|
notice, this list of conditions and the following disclaimer in the
|
16 |
|
|
documentation and/or other materials provided with the distribution.
|
17 |
6b07c15a
|
Matthew Grooms
|
|
18 |
e568873f
|
sbeaver
|
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
|
19 |
|
|
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
|
20 |
|
|
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
21 |
|
|
AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
|
22 |
|
|
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
23 |
|
|
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
24 |
|
|
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
25 |
|
|
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
26 |
|
|
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
27 |
|
|
POSSIBILITY OF SUCH DAMAGE.
|
28 |
6b07c15a
|
Matthew Grooms
|
*/
|
29 |
7ac5a4cb
|
Scott Ullrich
|
/*
|
30 |
e568873f
|
sbeaver
|
pfSense_MODULE: routing
|
31 |
7ac5a4cb
|
Scott Ullrich
|
*/
|
32 |
544195a5
|
Erik Kristensen
|
|
33 |
6b07c15a
|
Matthew Grooms
|
##|+PRIV
|
34 |
|
|
##|*IDENT=page-system-license
|
35 |
|
|
##|*NAME=System: License page
|
36 |
|
|
##|*DESCR=Allow access to the 'System: License' page.
|
37 |
|
|
##|*MATCH=license.php*
|
38 |
|
|
##|-PRIV
|
39 |
|
|
|
40 |
|
|
require("guiconfig.inc");
|
41 |
544195a5
|
Erik Kristensen
|
include("head.inc");
|
42 |
6b07c15a
|
Matthew Grooms
|
?>
|
43 |
e568873f
|
sbeaver
|
<div class="panel panel-default">
|
44 |
|
|
<div class="panel-heading"><h4><?=gettext("License")?></h4></div>
|
45 |
ca4d3b80
|
Sjon Hortensius
|
<div class="panel-body">
|
46 |
|
|
<p>
|
47 |
|
|
<strong><?=$g['product_name']?><?=gettext(" is Copyright")?> © <?=$g['product_copyright_years']?><?=gettext(" by ")?><?=$g['product_copyright']?><br />
|
48 |
|
|
<?=gettext("All rights reserved")?>.</strong>
|
49 |
|
|
</p>
|
50 |
|
|
<p>
|
51 |
|
|
<strong><?=gettext("m0n0wall is Copyright ")?>© <?=gettext("2002-2015 by Manuel Kasper")?>
|
52 |
|
|
(<a href="mailto:mk@neon1.net">mk@neon1.net</a>).<br />
|
53 |
|
|
<?=gettext("All rights reserved")?>.</strong>
|
54 |
|
|
</p>
|
55 |
|
|
<p>
|
56 |
|
|
<?=gettext("Redistribution and use in source and binary forms, with or without")?><br />
|
57 |
|
|
<?=gettext("modification, are permitted provided that the following conditions ".
|
58 |
|
|
"are met")?>:<br />
|
59 |
|
|
<br />
|
60 |
|
|
<?=gettext("1. Redistributions of source code must retain the above copyright ".
|
61 |
|
|
"notice,")?><br />
|
62 |
|
|
<?=gettext("this list of conditions and the following disclaimer")?>.<br />
|
63 |
|
|
<br />
|
64 |
|
|
<?=gettext("2. Redistributions in binary form must reproduce the above copyright")?><br />
|
65 |
|
|
<?=gettext("notice, this list of conditions and the following disclaimer in ".
|
66 |
|
|
"the")?><br />
|
67 |
|
|
<?=gettext("documentation and/or other materials provided with the distribution.")?><br />
|
68 |
|
|
<br />
|
69 |
|
|
<strong><?=gettext("THIS SOFTWARE IS PROVIDED ")?>"<?=gettext("AS IS'' AND ANY EXPRESS ".
|
70 |
|
|
"OR IMPLIED WARRANTIES,")?><br />
|
71 |
|
|
<?=gettext("INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY")?><br />
|
72 |
|
|
<?=gettext("AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT ".
|
73 |
|
|
"SHALL THE")?><br />
|
74 |
|
|
<?=gettext("AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, ".
|
75 |
|
|
"EXEMPLARY,")?><br />
|
76 |
|
|
<?=gettext("OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT ".
|
77 |
|
|
"OF")?><br />
|
78 |
|
|
<?=gettext("SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR ".
|
79 |
|
|
"BUSINESS")?><br />
|
80 |
|
|
<?=gettext("INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER ".
|
81 |
|
|
"IN")?><br />
|
82 |
|
|
<?=gettext("CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)")?><br />
|
83 |
|
|
<?=gettext("ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED ".
|
84 |
|
|
"OF THE")?><br />
|
85 |
|
|
<?=gettext("POSSIBILITY OF SUCH DAMAGE")?></strong>.
|
86 |
|
|
</p>
|
87 |
|
|
<hr />
|
88 |
|
|
<p>
|
89 |
|
|
<?= "{$g['product_name']} " . gettext("is based upon/includes various free software packages, ".
|
90 |
|
|
"listed below.")?><br />
|
91 |
|
|
<?php printf(gettext("The authors of %s would like to thank the authors of these " .
|
92 |
|
|
"software packages for their efforts"),$g['product_name'])?>.
|
93 |
|
|
</p>
|
94 |
|
|
<p>
|
95 |
|
|
FreeBSD (<a href="http://www.freebsd.org" target="_blank">http://www.freebsd.org</a>)<br />
|
96 |
|
|
<?=gettext("Copyright")?> ©<?=gettext("1992-2015 The FreeBSD Project. All rights reserved")?>.<br />
|
97 |
|
|
<br />
|
98 |
|
|
<?=gettext("This product includes PHP, freely available from")?><a href="http://www.php.net/" target="_blank">http://www.php.net</a>.<br />
|
99 |
|
|
<?=gettext("Copyright"); ?> © <?=gettext("1999-2015 The PHP Group. All rights reserved.")?>.<br />
|
100 |
|
|
<br />
|
101 |
|
|
<?=gettext("LightTPD"); ?> (<a href="http://www.lighttpd.net" target="_blank">http://www.lighttpd.net)</a><br />
|
102 |
|
|
<?=gettext("Copyright"); ?> ©<?=gettext("2004, Jan Knescke, incremental")?><jan@kneschke.de>
|
103 |
|
|
<?=gettext("All rights reserved.")?><br />
|
104 |
|
|
<br />
|
105 |
|
|
<?=gettext("ISC DHCP server ")?>(<a href="http://www.isc.org/products/DHCP/" target="_blank">http://www.isc.org/products/DHCP</a>)<br />
|
106 |
|
|
<?=gettext("Copyright"); ?> © <?=gettext("2004-2012 Internet Software Consortium, Inc.")?><br />
|
107 |
|
|
<?=gettext("Copyright"); ?> © <?=gettext("1995-2003 Internet Software Consortium")?><br />
|
108 |
|
|
<br />
|
109 |
|
|
<?=gettext("PF"); ?> (<a href="http://www.openbsd.org/faq/pf" target="_blank">http://www.openbsd.org</a>)<br />
|
110 |
|
|
<br />
|
111 |
|
|
<?=gettext("MPD - Multi-link PPP daemon for FreeBSD")?> (<a href="http://www.dellroad.org/mpd" target="_blank">http://www.dellroad.org/mpd</a>)<br />
|
112 |
|
|
<?=gettext("Copyright"); ?> © 2003-2004, Archie L. Cobbs, Michael Bretterklieber, Alexander Motin<br />
|
113 |
|
|
<?=gettext("All rights reserved.")?><br />
|
114 |
|
|
<br />
|
115 |
|
|
<?=gettext("Circular log support for FreeBSD syslogd ")?>(<a href="http://software.wheelhouse.org/syslogd/" target="_blank">http://software.wheelhouse.org/syslogd/</a>)<br />
|
116 |
|
|
<?=gettext("Copyright"); ?> © 2001 Jeff Wheelhouse (jdw@wwwi.com)<br />
|
117 |
|
|
<br />
|
118 |
|
|
<?=gettext("Dnsmasq - a DNS forwarder for NAT firewalls")?> (<a href="http://www.thekelleys.org.uk" target="_blank">http://www.thekelleys.org.uk</a>)<br />
|
119 |
|
|
<?=gettext("Copyright"); ?> © 2000-2012 Simon Kelley.<br />
|
120 |
|
|
<br />
|
121 |
|
|
<?=gettext("IPsec-Tools"); ?> (<a href="http://ipsec-tools.sourceforge.net/" target="_blank">http://ipsec-tools.sourceforge.net/</a>)<br />
|
122 |
|
|
<?=gettext("Copyright"); ?> © <?=gettext("1995-2002 WIDE Project. All rights reserved.")?><br />
|
123 |
|
|
<br />
|
124 |
|
|
<?=gettext("msntp"); ?> (<a href="http://www.hpcf.cam.ac.uk/export" target="_blank">http://www.hpcf.cam.ac.uk/export</a>)<br />
|
125 |
|
|
<?=gettext("Copyright"); ?> ©<?=gettext(" 1996, 1997, 2000 N.M. Maclaren, University of Cambridge. ".
|
126 |
|
|
"All rights reserved.")?><br />
|
127 |
|
|
<br />
|
128 |
|
|
<?=gettext("UCD-SNMP"); ?> (<a href="http://www.ece.ucdavis.edu/ucd-snmp" target="_blank">http://www.ece.ucdavis.edu/ucd-snmp</a>)<br />
|
129 |
|
|
<?=gettext("Copyright"); ?> © <?=gettext("1989, 1991, 1992 by Carnegie Mellon University.")?><br />
|
130 |
|
|
<?=gettext("Copyright"); ?> © <?=gettext("1996, 1998-2000 The Regents of the University of ".
|
131 |
|
|
"California. All rights reserved")?>.<br />
|
132 |
|
|
<?=gettext("Copyright"); ?> © <?=gettext("2001-2002, Network Associates Technology, Inc. ".
|
133 |
|
|
"All rights reserved.")?><br />
|
134 |
|
|
<?=gettext("Portions of this code are copyright")?> © <?=gettext("2001-2002, Cambridge ".
|
135 |
|
|
"Broadband Ltd. All rights reserved.")?><br />
|
136 |
|
|
<br />
|
137 |
|
|
<?=gettext("choparp"); ?> (<a href="http://choparp.sourceforge.net/" target="_blank">http://choparp.sourceforge.net</a>)<br />
|
138 |
|
|
<?=gettext("Copyright"); ?> © 1997 Takamichi Tateoka (tree@mma.club.uec.ac.jp)<br />
|
139 |
|
|
<?=gettext("Copyright"); ?> © 2002 Thomas Quinot (thomas@cuivre.fr.eu.org)<br />
|
140 |
|
|
<br />
|
141 |
|
|
<?=gettext("php-radius"); ?> (<a href="http://www.mavetju.org/programming/php.php" target="_blank">http://www.mavetju.org/programming/php.php</a>)<br />
|
142 |
|
|
<?=gettext("Copyright 2000, 2001, 2002 by Edwin Groothuis. All rights reserved.")?><br />
|
143 |
|
|
<?=gettext("This product includes software developed by Edwin Groothuis.")?><br />
|
144 |
|
|
<br />
|
145 |
|
|
<?=gettext("wol"); ?> (<a href="http://ahh.sourceforge.net/wol" target="_blank">http://ahh.sourceforge.net/wol</a>)<br />
|
146 |
|
|
<?=gettext("Copyright"); ?> © 2000,2001,2002,2003,2004 Thomas Krennwallner <krennwallner@aon.at>
|
147 |
|
|
<br />
|
148 |
|
|
<?=gettext("OpenVPN"); ?> (<a href="http://openvpn.net/" target="_blank">http://openvpn.net/</a>)
|
149 |
|
|
<?=gettext("Copyright (C) 2002-2005 OpenVPN Solutions LLC ")?>
|
150 |
|
|
</p>
|
151 |
e568873f
|
sbeaver
|
</div>
|
152 |
|
|
</div>
|
153 |
5b237745
|
Scott Ullrich
|
|
154 |
e568873f
|
sbeaver
|
<?php include("foot.inc");
|