mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Update license page. Ticket #5903
This commit is contained in:
parent
3c0407194b
commit
b715db5d73
@ -103,28 +103,17 @@ include("head.inc");
|
||||
<?=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 />
|
||||
<?=gettext("Copyright"); ?> © <?=gettext("1999-2016 The PHP Group. All rights reserved.")?>
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<strong>nginx</strong> (<a href="http://www.nginx.org" target="_blank">http://www.nginx.org)</a><br />
|
||||
<?=gettext("Copyright"); ?> ©<?=gettext("2011-2016 Nginx, Inc.")?>
|
||||
<?=gettext("All rights reserved.")?>
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<strong>ISC DHCP</strong> <?=gettext("server")?> (<a href="http://www.isc.org/products/DHCP/" target="_blank">http://www.isc.org/products/DHCP</a>)<br />
|
||||
<?=gettext("Copyright"); ?> © <?=gettext("2004-2013 Internet Software Consortium, Inc.")?><br />
|
||||
<?=gettext("Copyright"); ?> © <?=gettext("1995-2003 Internet Software Consortium")?>
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<strong>PF</strong> originally from OpenBSD (<a href="http://www.openbsd.org/faq/pf" target="_blank">http://www.openbsd.org</a>)
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<strong>MPD</strong> - Multi-link PPP daemon for FreeBSD (<a href="http://mpd.sourceforge.net/" target="_blank">http://mpd.sourceforge.net/</a>)<br />
|
||||
<?=gettext("Copyright"); ?> © 2003-2004, Archie L. Cobbs, Michael Bretterklieber, Alexander Motin<br />
|
||||
<?=gettext("All rights reserved.")?>
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<strong>bind-tools</strong> (<a href="https://www.isc.org/downloads/bind/" target="_blank">https://www.isc.org/downloads/bind/</a>)<br />
|
||||
<?=gettext("Copyright"); ?> © 2004-2013 Internet Systems Consortium, Inc. ("ISC")
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<strong>Bootstrap</strong> HTML, CSS and JS framework (<a href="https://getbootstrap.com/" target="_blank">https://getbootstrap.com/</a>)<br />
|
||||
<?=gettext("Copyright"); ?> © 2015 Twitter
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<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
|
||||
NSS library</a>)<br />
|
||||
@ -146,6 +135,15 @@ NSS library</a>)<br />
|
||||
<strong>curl</strong> (<a href="https://curl.haxx.se/" target="_blank">https://curl.haxx.se/</a>)<br />
|
||||
<?=gettext("Copyright"); ?> © 1998-2016 Daniel Stenberg.
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<strong>D3.js</strong> (<a href="https://d3js.org/" target="_blank">https://d3js.org/</a>)<br />
|
||||
<?=gettext("Copyright"); ?> © 2015-2016 Mike Bostock.
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<strong>d3pie</strong> (<a href="http://d3pie.org/" target="_blank">http://d3pie.org/</a>)<br />
|
||||
<?=gettext("Copyright"); ?> © 2014-2016 Benjamin Keen.
|
||||
</li>
|
||||
|
||||
<li class="list-group-item">
|
||||
<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 />
|
||||
<?=gettext("Copyright"); ?> © 2000-2016 Simon Kelley.
|
||||
@ -159,14 +157,33 @@ NSS library</a>)<br />
|
||||
<?=gettext("Copyright"); ?> © 2003-2016 Sun Microsystems, Inc.
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<strong>strongSwan</strong> (<a href="https://www.strongswan.org/" target="_blank">https://www.strongswan.org</a>)<br />
|
||||
<?=gettext("Copyright"); ?> © <?=gettext("2005-2016 University of Applied Sciences Rapperswil")?>
|
||||
<strong>ISC DHCP</strong> <?=gettext("server")?> (<a href="http://www.isc.org/products/DHCP/" target="_blank">http://www.isc.org/products/DHCP</a>)<br />
|
||||
<?=gettext("Copyright"); ?> © <?=gettext("2004-2013 Internet Software Consortium, Inc.")?><br />
|
||||
<?=gettext("Copyright"); ?> © <?=gettext("1995-2003 Internet Software Consortium")?>
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<strong>jQuery</strong> (<a href="https://jquery.com/" target="_blank">https://jquery.com/</a>)<br />
|
||||
<?=gettext("Copyright"); ?> © 2005-2016 jQuery Foundation and other contributors.
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<strong>MPD</strong> - Multi-link PPP daemon for FreeBSD (<a href="http://mpd.sourceforge.net/" target="_blank">http://mpd.sourceforge.net/</a>)<br />
|
||||
<?=gettext("Copyright"); ?> © 2003-2004, Archie L. Cobbs, Michael Bretterklieber, Alexander Motin<br />
|
||||
<?=gettext("All rights reserved.")?>
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<strong>nginx</strong> (<a href="http://www.nginx.org" target="_blank">http://www.nginx.org)</a><br />
|
||||
<?=gettext("Copyright"); ?> ©<?=gettext("2011-2016 Nginx, Inc.")?>
|
||||
<?=gettext("All rights reserved.")?>
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<strong>php-radius</strong> (<a href="http://www.mavetju.org/programming/php.php" target="_blank">http://www.mavetju.org/programming/php.php</a>)<br />
|
||||
<?=gettext("Copyright 2000, 2001, 2002 by Edwin Groothuis. All rights reserved.")?><br />
|
||||
<?=gettext("This product includes software developed by Edwin Groothuis.")?>
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<strong>strongSwan</strong> (<a href="https://www.strongswan.org/" target="_blank">https://www.strongswan.org</a>)<br />
|
||||
<?=gettext("Copyright"); ?> © <?=gettext("2005-2016 University of Applied Sciences Rapperswil")?>
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<strong>wol</strong> (<a href="http://ahh.sourceforge.net/wol" target="_blank">http://ahh.sourceforge.net/wol</a>)<br />
|
||||
<?=gettext("Copyright"); ?> © 2000,2001,2002,2003,2004 Thomas Krennwallner <krennwallner@aon.at>
|
||||
@ -208,6 +225,10 @@ NSS library</a>)<br />
|
||||
<strong>smartmontools</strong> (<a href="https://www.smartmontools.org/" target="_blank">https://www.smartmontools.org/</a>)<br />
|
||||
<?=gettext("Copyright"); ?> © 2002-2016 Bruce Allen, Christian Franke
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<strong>sortable</strong> Sortable JavaScript and CSS library (<a href="http://github.hubspot.com/sortable/" target="_blank">http://github.hubspot.com/sortable/</a>)<br />
|
||||
<?=gettext("Copyright"); ?> © 2013 Adam Schwartz
|
||||
</li>
|
||||
<li class="list-group-item">
|
||||
<strong>sqlite3</strong> (<a href="https://www.sqlite.org/" target="_blank">https://www.sqlite.org/</a>)<br />
|
||||
<?=gettext("Public Domain"); ?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user