Project

General

Profile

Download (11.7 KB) Statistics
| Branch: | Tag: | Revision:
1
<?php
2
/*
3
 * license.php
4
 *
5
 * part of pfSense (https://www.pfsense.org)
6
 * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
7
 * All rights reserved.
8
 *
9
 * 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
 *
13
 * http://www.apache.org/licenses/LICENSE-2.0
14
 *
15
 * 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
 */
21

    
22
##|+PRIV
23
##|*IDENT=page-system-license
24
##|*NAME=System: License
25
##|*DESCR=Allow access to the 'System: License' page.
26
##|*MATCH=license.php*
27
##|-PRIV
28

    
29
require_once("guiconfig.inc");
30
include("head.inc");
31
?>
32
<div class="panel panel-default">
33
	<div class="panel-heading"><h2 class="panel-title"><?=gettext("License")?></h2></div>
34
	<div class="panel-body content">
35
		<p><strong><?php printf(gettext("%s is Copyright &copy; %s %s. All rights reserved."), $g['product_name'], $g['product_copyright_years'], $g['product_copyright'])?></strong></p>
36
		<p><?=gettext("m0n0wall is Copyright &copy; 2002-2015 by Manuel Kasper (mk@neon1.net). All rights reserved.")?></p>
37
		<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
	</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
		<p>
46
			<?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
		</p>
48
		<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")?> &copy;<?=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"); ?> &copy; <?=gettext("1999-2016 The PHP Group. All rights reserved.")?>
56
			</li>
57
			<li class="list-group-item">
58
				<strong>PF</strong> originally from OpenBSD (<a href="http://www.openbsd.org/faq/pf" target="_blank">http://www.openbsd.org</a>)
59
			</li>
60
			<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"); ?> &copy; 2004-2013 Internet Systems Consortium, Inc. ("ISC")
63
			</li>
64
			<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"); ?> &copy; 2015 Twitter
67
			</li>
68
			<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"); ?> &copy; 1997 Takamichi Tateoka (tree@mma.club.uec.ac.jp)<br />
75
				<?=gettext("Copyright"); ?> &copy; 2002 Thomas Quinot (thomas@cuivre.fr.eu.org)
76
			</li>
77
			<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"); ?> &copy; 2001 Jeff Wheelhouse (jdw@wwwi.com)
80
			</li>
81
			<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"); ?> &copy; 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"); ?> &copy; 1998-2016 Daniel Stenberg.
88
			</li>
89
			<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"); ?> &copy; 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"); ?> &copy; 2014-2016 Benjamin Keen.
96
			</li>
97
			
98
			<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
				<?=gettext("Copyright"); ?> &copy; 2000-2016 Simon Kelley.
101
			</li>
102
			<li class="list-group-item">
103
				<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"); ?> &copy; 2015-2016 Denny Page.
105
			</li>
106
			<li class="list-group-item">
107
				<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"); ?> &copy; 2003-2016 Sun Microsystems, Inc.
109
			</li>
110
			<li class="list-group-item">
111
				<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"); ?> &copy; <?=gettext("2004-2013 Internet Software Consortium, Inc.")?><br />
113
				<?=gettext("Copyright"); ?> &copy; <?=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"); ?> &copy; 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"); ?> &copy; 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"); ?> &copy;<?=gettext("2011-2016 Nginx, Inc.")?>
127
				<?=gettext("All rights reserved.")?>
128
			</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
			<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"); ?> &copy; <?=gettext("2005-2016 University of Applied Sciences Rapperswil")?>
137
			</li>
138
			<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"); ?> &copy; 2000,2001,2002,2003,2004 Thomas Krennwallner &lt;krennwallner@aon.at&gt;
141
			</li>
142
			<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"); ?> &copy; 1999-2016 The OpenLDAP Foundation
145
			</li>
146
			<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
			<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"); ?> &copy; 2001, 2007 Can Erkin Acar<br />
153
				<?=gettext("Copyright"); ?> &copy; 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"); ?> &copy; 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"); ?> &copy; 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"); ?> &copy; 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"); ?> &copy; 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"); ?> &copy; 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"); ?> &copy; 2002-2016 Bruce Allen, Christian Franke
178
			</li>
179
			<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"); ?> &copy; 2013 Adam Schwartz
182
			</li>
183
			<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
			<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"); ?> &copy; 2007 NLnet Labs
190
			</li>
191
			<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"); ?> &copy; 1992-2016 Panagiotis Tsirigotis
194
			</li>
195
		</ul>
196
	</div>
197
</div>
198

    
199
<?php include("foot.inc");
(87-87/225)