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