1 |
b46bfcf5
|
Bill Marquette
|
<?php
|
2 |
6b07c15a
|
Matthew Grooms
|
/*
|
3 |
c5d81585
|
Renato Botelho
|
* license.php
|
4 |
|
|
*
|
5 |
|
|
* part of pfSense (https://www.pfsense.org)
|
6 |
81299b5c
|
Renato Botelho
|
* Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
|
7 |
c5d81585
|
Renato Botelho
|
* All rights reserved.
|
8 |
|
|
*
|
9 |
b12ea3fb
|
Renato Botelho
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
10 |
|
|
* you may not use this file except in compliance with the License.
|
11 |
|
|
* You may obtain a copy of the License at
|
12 |
c5d81585
|
Renato Botelho
|
*
|
13 |
b12ea3fb
|
Renato Botelho
|
* http://www.apache.org/licenses/LICENSE-2.0
|
14 |
c5d81585
|
Renato Botelho
|
*
|
15 |
b12ea3fb
|
Renato Botelho
|
* Unless required by applicable law or agreed to in writing, software
|
16 |
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
17 |
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
18 |
|
|
* See the License for the specific language governing permissions and
|
19 |
|
|
* limitations under the License.
|
20 |
919d91f9
|
Phil Davis
|
*/
|
21 |
544195a5
|
Erik Kristensen
|
|
22 |
6b07c15a
|
Matthew Grooms
|
##|+PRIV
|
23 |
|
|
##|*IDENT=page-system-license
|
24 |
5230f468
|
jim-p
|
##|*NAME=System: License
|
25 |
6b07c15a
|
Matthew Grooms
|
##|*DESCR=Allow access to the 'System: License' page.
|
26 |
|
|
##|*MATCH=license.php*
|
27 |
|
|
##|-PRIV
|
28 |
|
|
|
29 |
c81ef6e2
|
Phil Davis
|
require_once("guiconfig.inc");
|
30 |
544195a5
|
Erik Kristensen
|
include("head.inc");
|
31 |
6b07c15a
|
Matthew Grooms
|
?>
|
32 |
e568873f
|
sbeaver
|
<div class="panel panel-default">
|
33 |
95fa5cce
|
Phil Davis
|
<div class="panel-heading"><h2 class="panel-title"><?=gettext("License")?></h2></div>
|
34 |
d32b7a21
|
k-paulius
|
<div class="panel-body content">
|
35 |
b0c8434e
|
Renato Botelho
|
<p><strong><?php printf(gettext("%s is Copyright © %s %s. All rights reserved."), $g['product_name'], $g['product_copyright_years'], $g['product_copyright'])?></strong></p>
|
36 |
|
|
<p><?=gettext("m0n0wall is Copyright © 2002-2015 by Manuel Kasper (mk@neon1.net). All rights reserved.")?></p>
|
37 |
0f743680
|
Renato Botelho
|
<p><?=gettext("Licensed under the Apache License, Version 2.0 (the \"License\");<br />you may not use this file except in compliance with the License.<br />You may obtain a copy of the License at")?></p>
|
38 |
|
|
<p><a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a></p>
|
39 |
|
|
<p><?=gettext("Unless required by applicable law or agreed to in writing, software<br />distributed under the License is distributed on an \"AS IS\" BASIS,<br />WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.<br />See the License for the specific language governing permissions and<br />limitations under the License.")?></p>
|
40 |
d32b7a21
|
k-paulius
|
</div>
|
41 |
|
|
</div>
|
42 |
|
|
<div class="panel panel-default">
|
43 |
|
|
<div class="panel-heading"><h2 class="panel-title"><?=gettext("Third Party Credits")?></h2></div>
|
44 |
|
|
<div class="panel-body content">
|
45 |
ca4d3b80
|
Sjon Hortensius
|
<p>
|
46 |
d32b7a21
|
k-paulius
|
<?php printf(gettext("%s is based upon/includes various free software packages, listed below. The authors of %s would like to thank the authors of these software packages for their efforts."), $g['product_name'], $g['product_name'])?><br />
|
47 |
ca4d3b80
|
Sjon Hortensius
|
</p>
|
48 |
d32b7a21
|
k-paulius
|
<ul class="list-group">
|
49 |
|
|
<li class="list-group-item">
|
50 |
|
|
<strong>FreeBSD</strong> (<a href="http://www.freebsd.org" target="_blank">http://www.freebsd.org</a>)<br />
|
51 |
|
|
<?=gettext("Copyright")?> ©<?=gettext("1992-2016 The FreeBSD Project. All rights reserved.")?>
|
52 |
|
|
</li>
|
53 |
|
|
<li class="list-group-item">
|
54 |
|
|
<?=gettext("This product includes") . " <strong>PHP</strong>, " . gettext("freely available from")?> (<a href="http://www.php.net/" target="_blank">http://www.php.net</a>).<br />
|
55 |
|
|
<?=gettext("Copyright"); ?> © <?=gettext("1999-2016 The PHP Group. All rights reserved.")?>
|
56 |
|
|
</li>
|
57 |
|
|
<li class="list-group-item">
|
58 |
3c040719
|
Chris Buechler
|
<strong>PF</strong> originally from OpenBSD (<a href="http://www.openbsd.org/faq/pf" target="_blank">http://www.openbsd.org</a>)
|
59 |
d32b7a21
|
k-paulius
|
</li>
|
60 |
3c040719
|
Chris Buechler
|
<li class="list-group-item">
|
61 |
|
|
<strong>bind-tools</strong> (<a href="https://www.isc.org/downloads/bind/" target="_blank">https://www.isc.org/downloads/bind/</a>)<br />
|
62 |
|
|
<?=gettext("Copyright"); ?> © 2004-2013 Internet Systems Consortium, Inc. ("ISC")
|
63 |
|
|
</li>
|
64 |
b715db5d
|
Chris Buechler
|
<li class="list-group-item">
|
65 |
|
|
<strong>Bootstrap</strong> HTML, CSS and JS framework (<a href="https://getbootstrap.com/" target="_blank">https://getbootstrap.com/</a>)<br />
|
66 |
|
|
<?=gettext("Copyright"); ?> © 2015 Twitter
|
67 |
|
|
</li>
|
68 |
3c040719
|
Chris Buechler
|
<li class="list-group-item">
|
69 |
|
|
<strong>ca_root_nss</strong> Root certificates from certificate authorities included in the (<a href="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS" target="_blank">Mozilla
|
70 |
|
|
NSS library</a>)<br />
|
71 |
|
|
</li>
|
72 |
|
|
<li class="list-group-item">
|
73 |
|
|
<strong>choparp</strong> (<a href="http://choparp.sourceforge.net/" target="_blank">http://choparp.sourceforge.net</a>)<br />
|
74 |
|
|
<?=gettext("Copyright"); ?> © 1997 Takamichi Tateoka (tree@mma.club.uec.ac.jp)<br />
|
75 |
|
|
<?=gettext("Copyright"); ?> © 2002 Thomas Quinot (thomas@cuivre.fr.eu.org)
|
76 |
|
|
</li>
|
77 |
d32b7a21
|
k-paulius
|
<li class="list-group-item">
|
78 |
|
|
<strong>Circular log support for FreeBSD syslogd</strong> (<a href="http://software.wheelhouse.org/syslogd/" target="_blank">http://software.wheelhouse.org/syslogd/</a>)<br />
|
79 |
|
|
<?=gettext("Copyright"); ?> © 2001 Jeff Wheelhouse (jdw@wwwi.com)
|
80 |
|
|
</li>
|
81 |
3c040719
|
Chris Buechler
|
<li class="list-group-item">
|
82 |
|
|
<strong>cpdup</strong> (<a href="http://apollo.backplane.com/FreeSrc/" target="_blank">http://apollo.backplane.com/FreeSrc/</a>)<br />
|
83 |
|
|
<?=gettext("Copyright"); ?> © 1997-1999 Matthew Dillon and Dima Ruban.
|
84 |
|
|
</li>
|
85 |
|
|
<li class="list-group-item">
|
86 |
|
|
<strong>curl</strong> (<a href="https://curl.haxx.se/" target="_blank">https://curl.haxx.se/</a>)<br />
|
87 |
|
|
<?=gettext("Copyright"); ?> © 1998-2016 Daniel Stenberg.
|
88 |
|
|
</li>
|
89 |
b715db5d
|
Chris Buechler
|
<li class="list-group-item">
|
90 |
|
|
<strong>D3.js</strong> (<a href="https://d3js.org/" target="_blank">https://d3js.org/</a>)<br />
|
91 |
|
|
<?=gettext("Copyright"); ?> © 2015-2016 Mike Bostock.
|
92 |
|
|
</li>
|
93 |
|
|
<li class="list-group-item">
|
94 |
|
|
<strong>d3pie</strong> (<a href="http://d3pie.org/" target="_blank">http://d3pie.org/</a>)<br />
|
95 |
|
|
<?=gettext("Copyright"); ?> © 2014-2016 Benjamin Keen.
|
96 |
|
|
</li>
|
97 |
|
|
|
98 |
d32b7a21
|
k-paulius
|
<li class="list-group-item">
|
99 |
|
|
<strong>Dnsmasq</strong> - a DNS forwarder for NAT firewalls (<a href="http://www.thekelleys.org.uk" target="_blank">http://www.thekelleys.org.uk</a>)<br />
|
100 |
3c040719
|
Chris Buechler
|
<?=gettext("Copyright"); ?> © 2000-2016 Simon Kelley.
|
101 |
d32b7a21
|
k-paulius
|
</li>
|
102 |
|
|
<li class="list-group-item">
|
103 |
3c040719
|
Chris Buechler
|
<strong>dpinger</strong> - Pinger engine for monitoring latency and loss (<a href="https://github.com/dennypage/dpinger" target="_blank">https://github.com/dennypage/dpinger</a>)<br />
|
104 |
|
|
<?=gettext("Copyright"); ?> © 2015-2016 Denny Page.
|
105 |
d32b7a21
|
k-paulius
|
</li>
|
106 |
|
|
<li class="list-group-item">
|
107 |
3c040719
|
Chris Buechler
|
<strong>ipmitool</strong> - command-line interface to IPMI-enabled devices (<a href="https://sourceforge.net/projects/ipmitool/" target="_blank">https://sourceforge.net/projects/ipmitool/</a>)<br />
|
108 |
|
|
<?=gettext("Copyright"); ?> © 2003-2016 Sun Microsystems, Inc.
|
109 |
|
|
</li>
|
110 |
|
|
<li class="list-group-item">
|
111 |
b715db5d
|
Chris Buechler
|
<strong>ISC DHCP</strong> <?=gettext("server")?> (<a href="http://www.isc.org/products/DHCP/" target="_blank">http://www.isc.org/products/DHCP</a>)<br />
|
112 |
|
|
<?=gettext("Copyright"); ?> © <?=gettext("2004-2013 Internet Software Consortium, Inc.")?><br />
|
113 |
|
|
<?=gettext("Copyright"); ?> © <?=gettext("1995-2003 Internet Software Consortium")?>
|
114 |
|
|
</li>
|
115 |
|
|
<li class="list-group-item">
|
116 |
|
|
<strong>jQuery</strong> (<a href="https://jquery.com/" target="_blank">https://jquery.com/</a>)<br />
|
117 |
|
|
<?=gettext("Copyright"); ?> © 2005-2016 jQuery Foundation and other contributors.
|
118 |
|
|
</li>
|
119 |
|
|
<li class="list-group-item">
|
120 |
|
|
<strong>MPD</strong> - Multi-link PPP daemon for FreeBSD (<a href="http://mpd.sourceforge.net/" target="_blank">http://mpd.sourceforge.net/</a>)<br />
|
121 |
|
|
<?=gettext("Copyright"); ?> © 2003-2004, Archie L. Cobbs, Michael Bretterklieber, Alexander Motin<br />
|
122 |
|
|
<?=gettext("All rights reserved.")?>
|
123 |
|
|
</li>
|
124 |
|
|
<li class="list-group-item">
|
125 |
|
|
<strong>nginx</strong> (<a href="http://www.nginx.org" target="_blank">http://www.nginx.org)</a><br />
|
126 |
|
|
<?=gettext("Copyright"); ?> ©<?=gettext("2011-2016 Nginx, Inc.")?>
|
127 |
|
|
<?=gettext("All rights reserved.")?>
|
128 |
d32b7a21
|
k-paulius
|
</li>
|
129 |
|
|
<li class="list-group-item">
|
130 |
|
|
<strong>php-radius</strong> (<a href="http://www.mavetju.org/programming/php.php" target="_blank">http://www.mavetju.org/programming/php.php</a>)<br />
|
131 |
|
|
<?=gettext("Copyright 2000, 2001, 2002 by Edwin Groothuis. All rights reserved.")?><br />
|
132 |
|
|
<?=gettext("This product includes software developed by Edwin Groothuis.")?>
|
133 |
|
|
</li>
|
134 |
b715db5d
|
Chris Buechler
|
<li class="list-group-item">
|
135 |
|
|
<strong>strongSwan</strong> (<a href="https://www.strongswan.org/" target="_blank">https://www.strongswan.org</a>)<br />
|
136 |
|
|
<?=gettext("Copyright"); ?> © <?=gettext("2005-2016 University of Applied Sciences Rapperswil")?>
|
137 |
|
|
</li>
|
138 |
d32b7a21
|
k-paulius
|
<li class="list-group-item">
|
139 |
|
|
<strong>wol</strong> (<a href="http://ahh.sourceforge.net/wol" target="_blank">http://ahh.sourceforge.net/wol</a>)<br />
|
140 |
|
|
<?=gettext("Copyright"); ?> © 2000,2001,2002,2003,2004 Thomas Krennwallner <krennwallner@aon.at>
|
141 |
|
|
</li>
|
142 |
3c040719
|
Chris Buechler
|
<li class="list-group-item">
|
143 |
|
|
<strong>openldap-client</strong> (<a href="http://www.openldap.org/" target="_blank">http://www.openldap.org/</a>)<br />
|
144 |
|
|
<?=gettext("Copyright"); ?> © 1999-2016 The OpenLDAP Foundation
|
145 |
|
|
</li>
|
146 |
d32b7a21
|
k-paulius
|
<li class="list-group-item">
|
147 |
|
|
<strong>OpenVPN</strong> (<a href="http://openvpn.net/" target="_blank">http://openvpn.net/</a>)<br />
|
148 |
|
|
<?=gettext("Copyright (C) 2002-2016 OpenVPN Solutions LLC ")?>
|
149 |
|
|
</li>
|
150 |
3c040719
|
Chris Buechler
|
<li class="list-group-item">
|
151 |
|
|
<strong>pftop</strong> (<a href="http://www.eee.metu.edu.tr/~canacar/pftop/" target="_blank">http://www.eee.metu.edu.tr/~canacar/pftop/</a>)<br />
|
152 |
|
|
<?=gettext("Copyright"); ?> © 2001, 2007 Can Erkin Acar<br />
|
153 |
|
|
<?=gettext("Copyright"); ?> © 2001 Daniel Hartmeier
|
154 |
|
|
</li>
|
155 |
|
|
<li class="list-group-item">
|
156 |
|
|
<strong>radvd</strong> IPv6 router advertisement daemon(<a href="http://www.litech.org/radvd/" target="_blank">http://www.litech.org/radvd/</a>)<br />
|
157 |
|
|
<?=gettext("Copyright"); ?> © 1996-2015 Lars Fenneberg, Pedro Roque
|
158 |
|
|
</li>
|
159 |
|
|
<li class="list-group-item">
|
160 |
|
|
<strong>rate</strong> command line traffic analysis tool(<a href="http://s-tech.elsat.net.pl/bmtools/" target="_blank">http://s-tech.elsat.net.pl/bmtools/</a>)<br />
|
161 |
|
|
<?=gettext("Copyright"); ?> © 2003-2016 Mateusz 'mteg' Golicz
|
162 |
|
|
</li>
|
163 |
|
|
<li class="list-group-item">
|
164 |
|
|
<strong>relayd</strong> server load balancing with pf (<a href="http://www.openbsd.org" target="_blank">http://www.openbsd.org</a>)<br />
|
165 |
|
|
<?=gettext("Copyright"); ?> © 2007-2016 Reyk Floeter
|
166 |
|
|
</li>
|
167 |
|
|
<li class="list-group-item">
|
168 |
|
|
<strong>rrdtool</strong> data logging and graphing system for time series data (<a href="http://oss.oetiker.ch/rrdtool/" target="_blank">http://oss.oetiker.ch/rrdtool/</a>)<br />
|
169 |
|
|
<?=gettext("Copyright"); ?> © 1998-2016 Tobias Oetiker
|
170 |
|
|
</li>
|
171 |
|
|
<li class="list-group-item">
|
172 |
|
|
<strong>scponly</strong> (<a href="https://github.com/scponly/scponly/wiki" target="_blank">https://github.com/scponly/scponly/wiki</a>)<br />
|
173 |
|
|
<?=gettext("Copyright"); ?> © 2001, 2002, 2003 Joe Boyle
|
174 |
|
|
</li>
|
175 |
|
|
<li class="list-group-item">
|
176 |
|
|
<strong>smartmontools</strong> (<a href="https://www.smartmontools.org/" target="_blank">https://www.smartmontools.org/</a>)<br />
|
177 |
|
|
<?=gettext("Copyright"); ?> © 2002-2016 Bruce Allen, Christian Franke
|
178 |
|
|
</li>
|
179 |
b715db5d
|
Chris Buechler
|
<li class="list-group-item">
|
180 |
|
|
<strong>sortable</strong> Sortable JavaScript and CSS library (<a href="http://github.hubspot.com/sortable/" target="_blank">http://github.hubspot.com/sortable/</a>)<br />
|
181 |
|
|
<?=gettext("Copyright"); ?> © 2013 Adam Schwartz
|
182 |
|
|
</li>
|
183 |
3c040719
|
Chris Buechler
|
<li class="list-group-item">
|
184 |
|
|
<strong>sqlite3</strong> (<a href="https://www.sqlite.org/" target="_blank">https://www.sqlite.org/</a>)<br />
|
185 |
|
|
<?=gettext("Public Domain"); ?>
|
186 |
|
|
</li>
|
187 |
4d03eba9
|
Chris Buechler
|
<li class="list-group-item">
|
188 |
|
|
<strong>Unbound</strong> (<a href="https://www.unbound.net/" target="_blank">https://www.unbound.net/</a>)<br />
|
189 |
|
|
<?=gettext("Copyright"); ?> © 2007 NLnet Labs
|
190 |
|
|
</li>
|
191 |
3c040719
|
Chris Buechler
|
<li class="list-group-item">
|
192 |
|
|
<strong>xinetd</strong> (<a href="http://www.xinetd.org/" target="_blank">http://www.xinetd.org/</a>)<br />
|
193 |
|
|
<?=gettext("Copyright"); ?> © 1992-2016 Panagiotis Tsirigotis
|
194 |
|
|
</li>
|
195 |
d32b7a21
|
k-paulius
|
</ul>
|
196 |
e568873f
|
sbeaver
|
</div>
|
197 |
|
|
</div>
|
198 |
5b237745
|
Scott Ullrich
|
|
199 |
c10cb196
|
Stephen Beaver
|
<?php include("foot.inc");
|