diff options
author | k-paulius <k.dash.paulius@gmail.com> | 2016-02-06 16:22:39 -0600 |
---|---|---|
committer | k-paulius <k.dash.paulius@gmail.com> | 2016-02-06 16:22:39 -0600 |
commit | d32b7a214d2ee4dd38d99a93848ccb9f2802723d (patch) | |
tree | d4bb326e165e6dc1b3a8fd101021c4ba18fcfc1e | |
parent | e1e1ab076b99a6cc47fb5fe1e5519a2e686eca45 (diff) | |
download | pfsense-d32b7a214d2ee4dd38d99a93848ccb9f2802723d.zip pfsense-d32b7a214d2ee4dd38d99a93848ccb9f2802723d.tar.gz |
Cleanup license page.
- split page into 'License' and 'Third Party Credits' sections
- update license wording with license from license.txt
-rw-r--r-- | src/usr/local/www/license.php | 199 |
1 files changed, 95 insertions, 104 deletions
diff --git a/src/usr/local/www/license.php b/src/usr/local/www/license.php index da79e4a..dfdfcad 100644 --- a/src/usr/local/www/license.php +++ b/src/usr/local/www/license.php @@ -65,112 +65,103 @@ include("head.inc"); ?> <div class="panel panel-default"> <div class="panel-heading"><h2 class="panel-title"><?=gettext("License")?></h2></div> - <div class="panel-body"> - <p> - <strong><?=$g['product_name']?><?=gettext(" is Copyright")?> © <?=$g['product_copyright_years']?><?=gettext(" by ")?><?=$g['product_copyright']?><br /> - <?=gettext("All rights reserved")?>.</strong> - </p> - <p> - <strong><?=gettext("m0n0wall is Copyright ")?>© <?=gettext("2002-2015 by Manuel Kasper")?> - (<a href="mailto:mk@neon1.net">mk@neon1.net</a>).<br /> - <?=gettext("All rights reserved")?>.</strong> - </p> - <p> - <?=gettext("Redistribution and use in source and binary forms, with or without")?><br /> - <?=gettext("modification, are permitted provided that the following conditions ". - "are met")?>:<br /> - <br /> - <?=gettext("1. Redistributions of source code must retain the above copyright ". - "notice,")?><br /> - <?=gettext("this list of conditions and the following disclaimer")?>.<br /> - <br /> - <?=gettext("2. Redistributions in binary form must reproduce the above copyright")?><br /> - <?=gettext("notice, this list of conditions and the following disclaimer in ". - "the")?><br /> - <?=gettext("documentation and/or other materials provided with the distribution.")?><br /> - <br /> - <strong><?=gettext("THIS SOFTWARE IS PROVIDED ")?>"<?=gettext("AS IS'' AND ANY EXPRESS ". - "OR IMPLIED WARRANTIES,")?><br /> - <?=gettext("INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY")?><br /> - <?=gettext("AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT ". - "SHALL THE")?><br /> - <?=gettext("AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, ". - "EXEMPLARY,")?><br /> - <?=gettext("OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT ". - "OF")?><br /> - <?=gettext("SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR ". - "BUSINESS")?><br /> - <?=gettext("INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER ". - "IN")?><br /> - <?=gettext("CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)")?><br /> - <?=gettext("ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED ". - "OF THE")?><br /> - <?=gettext("POSSIBILITY OF SUCH DAMAGE")?></strong>. - </p> - <hr /> - <p> - <?= "{$g['product_name']} " . gettext("is based upon/includes various free software packages, ". - "listed below.")?><br /> - <?php printf(gettext("The authors of %s would like to thank the authors of these " . - "software packages for their efforts"), $g['product_name'])?>. - </p> + <div class="panel-body content"> + <p><?php printf(gettext("Copyright © %s %s. All rights reserved."), $g['product_copyright_years'], $g['product_copyright'])?></p> + <p><?=gettext("Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:")?></p> + <ol type="1"> + <li><?=gettext("Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.")?></li> + <li><?=gettext("Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.")?></li> + <li><?=gettext("All advertising materials mentioning features or use of this software must display the following acknowledgment:")?> + <p><p><?php printf(gettext("\"This product includes software developed by the %s Project for use in the %s® software distribution."), $g['product_name'], $g['product_name'])?> (<a href="http://<?=$g['product_website']?>/" target="_blank">http://<?=$g['product_website']?>/</a>)."</p></p> + </li> + <li><?php printf(gettext("The names \"%s\" and \"%s Project\" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact"), $g['product_name'], $g['product_name'])?> <a href="mailto:<?=$g['product_email']?>"><?=$g['product_email']?></a>.</li> + <li><?php printf(gettext("Products derived from this software may not be called \"%s\" nor may \"%s\" appear in their names without prior written permission of the %s."), $g['product_name'], $g['product_name'], $g['product_copyright'])?></li> + <li><?=gettext("Redistributions of any form whatsoever must retain the following acknowledgment:")?> + <p><p><?php printf(gettext("\"This product includes software developed by the %s Project for use in the %s software distribution"), $g['product_name'], $g['product_name'])?> (<a href="http://<?=$g['product_website']?>/" target="_blank">http://<?=$g['product_website']?>/</a>)."</p></p> + </li> + </ol> + <p class="text-uppercase"><?php printf(gettext("THIS SOFTWARE IS PROVIDED BY THE %s PROJECT ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES " + . "OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE %s PROJECT OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, " + . "INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, " + . "DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING " + . "NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."), $g['product_name'], $g['product_name'])?></p> + </div> +</div> +<div class="panel panel-default"> + <div class="panel-heading"><h2 class="panel-title"><?=gettext("Third Party Credits")?></h2></div> + <div class="panel-body content"> <p> - FreeBSD (<a href="http://www.freebsd.org" target="_blank">http://www.freebsd.org</a>)<br /> - <?=gettext("Copyright")?> ©<?=gettext("1992-2015 The FreeBSD Project. All rights reserved")?>.<br /> - <br /> - <?=gettext("This product includes PHP, freely available from")?> <a href="http://www.php.net/" target="_blank">http://www.php.net</a>.<br /> - <?=gettext("Copyright"); ?> © <?=gettext("1999-2015 The PHP Group. All rights reserved.")?><br /> - <br /> - <?=gettext("nginx"); ?> (<a href="http://www.nginx.org" target="_blank">http://www.nginx.org)</a><br /> - <?=gettext("Copyright"); ?> ©<?=gettext("2011-2015 Nginx, Inc.")?> - <?=gettext("All rights reserved.")?><br /> - <br /> - <?=gettext("ISC DHCP server ")?>(<a href="http://www.isc.org/products/DHCP/" target="_blank">http://www.isc.org/products/DHCP</a>)<br /> - <?=gettext("Copyright"); ?> © <?=gettext("2004-2012 Internet Software Consortium, Inc.")?><br /> - <?=gettext("Copyright"); ?> © <?=gettext("1995-2003 Internet Software Consortium")?><br /> - <br /> - <?=gettext("PF"); ?> (<a href="http://www.openbsd.org/faq/pf" target="_blank">http://www.openbsd.org</a>)<br /> - <br /> - <?=gettext("MPD - Multi-link PPP daemon for FreeBSD")?> (<a href="http://www.dellroad.org/mpd" target="_blank">http://www.dellroad.org/mpd</a>)<br /> - <?=gettext("Copyright"); ?> © 2003-2004, Archie L. Cobbs, Michael Bretterklieber, Alexander Motin<br /> - <?=gettext("All rights reserved.")?><br /> - <br /> - <?=gettext("Circular log support for FreeBSD syslogd ")?>(<a href="http://software.wheelhouse.org/syslogd/" target="_blank">http://software.wheelhouse.org/syslogd/</a>)<br /> - <?=gettext("Copyright"); ?> © 2001 Jeff Wheelhouse (jdw@wwwi.com)<br /> - <br /> - <?=gettext("Dnsmasq - 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-2012 Simon Kelley.<br /> - <br /> - <?=gettext("IPsec-Tools"); ?> (<a href="http://ipsec-tools.sourceforge.net/" target="_blank">http://ipsec-tools.sourceforge.net/</a>)<br /> - <?=gettext("Copyright"); ?> © <?=gettext("1995-2002 WIDE Project. All rights reserved.")?><br /> - <br /> - <?=gettext("msntp"); ?> (<a href="http://www.hpcf.cam.ac.uk/export" target="_blank">http://www.hpcf.cam.ac.uk/export</a>)<br /> - <?=gettext("Copyright"); ?> ©<?=gettext(" 1996, 1997, 2000 N.M. Maclaren, University of Cambridge. ". - "All rights reserved.")?><br /> - <br /> - <?=gettext("UCD-SNMP"); ?> (<a href="http://www.ece.ucdavis.edu/ucd-snmp" target="_blank">http://www.ece.ucdavis.edu/ucd-snmp</a>)<br /> - <?=gettext("Copyright"); ?> © <?=gettext("1989, 1991, 1992 by Carnegie Mellon University.")?><br /> - <?=gettext("Copyright"); ?> © <?=gettext("1996, 1998-2000 The Regents of the University of ". - "California. All rights reserved")?>.<br /> - <?=gettext("Copyright"); ?> © <?=gettext("2001-2002, Network Associates Technology, Inc. ". - "All rights reserved.")?><br /> - <?=gettext("Portions of this code are copyright")?> © <?=gettext("2001-2002, Cambridge ". - "Broadband Ltd. All rights reserved.")?><br /> - <br /> - <?=gettext("choparp"); ?> (<a href="http://choparp.sourceforge.net/" target="_blank">http://choparp.sourceforge.net</a>)<br /> - <?=gettext("Copyright"); ?> © 1997 Takamichi Tateoka (tree@mma.club.uec.ac.jp)<br /> - <?=gettext("Copyright"); ?> © 2002 Thomas Quinot (thomas@cuivre.fr.eu.org)<br /> - <br /> - <?=gettext("php-radius"); ?> (<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.")?><br /> - <br /> - <?=gettext("wol"); ?> (<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> - <br /> - <?=gettext("OpenVPN"); ?> (<a href="http://openvpn.net/" target="_blank">http://openvpn.net/</a>) - <?=gettext("Copyright (C) 2002-2005 OpenVPN Solutions LLC ")?> + <?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 /> </p> + <ul class="list-group"> + <li class="list-group-item"> + <strong>FreeBSD</strong> (<a href="http://www.freebsd.org" target="_blank">http://www.freebsd.org</a>)<br /> + <?=gettext("Copyright")?> ©<?=gettext("1992-2016 The FreeBSD Project. All rights reserved.")?> + </li> + <li class="list-group-item"> + <?=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> (<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://www.dellroad.org/mpd" target="_blank">http://www.dellroad.org/mpd</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>Circular log support for FreeBSD syslogd</strong> (<a href="http://software.wheelhouse.org/syslogd/" target="_blank">http://software.wheelhouse.org/syslogd/</a>)<br /> + <?=gettext("Copyright"); ?> © 2001 Jeff Wheelhouse (jdw@wwwi.com) + </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-2012 Simon Kelley. + </li> + <li class="list-group-item"> + <strong>IPsec-Tools</strong> (<a href="http://ipsec-tools.sourceforge.net/" target="_blank">http://ipsec-tools.sourceforge.net/</a>)<br /> + <?=gettext("Copyright"); ?> © <?=gettext("1995-2002 WIDE Project. All rights reserved.")?> + </li> + <li class="list-group-item"> + <strong>msntp</strong> (<a href="http://www.hpcf.cam.ac.uk/export" target="_blank">http://www.hpcf.cam.ac.uk/export</a>)<br /> + <?=gettext("Copyright"); ?> ©<?=gettext(" 1996, 1997, 2000 N.M. Maclaren, University of Cambridge. All rights reserved.")?> + </li> + <li class="list-group-item"> + <strong>UCD-SNMP</strong> (<a href="http://www.ece.ucdavis.edu/ucd-snmp" target="_blank">http://www.ece.ucdavis.edu/ucd-snmp</a>)<br /> + <?=gettext("Copyright"); ?> © <?=gettext("1989, 1991, 1992 by Carnegie Mellon University.")?><br /> + <?=gettext("Copyright"); ?> © <?=gettext("1996, 1998-2000 The Regents of the University of California. All rights reserved")?>.<br /> + <?=gettext("Copyright"); ?> © <?=gettext("2001-2002, Network Associates Technology, Inc. All rights reserved.")?><br /> + <?=gettext("Portions of this code are copyright")?> © <?=gettext("2001-2002, Cambridge Broadband Ltd. All rights reserved.")?> + </li> + <li class="list-group-item"> + <strong>choparp</strong> (<a href="http://choparp.sourceforge.net/" target="_blank">http://choparp.sourceforge.net</a>)<br /> + <?=gettext("Copyright"); ?> © 1997 Takamichi Tateoka (tree@mma.club.uec.ac.jp)<br /> + <?=gettext("Copyright"); ?> © 2002 Thomas Quinot (thomas@cuivre.fr.eu.org) + </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>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> + </li> + <li class="list-group-item"> + <strong>OpenVPN</strong> (<a href="http://openvpn.net/" target="_blank">http://openvpn.net/</a>)<br /> + <?=gettext("Copyright (C) 2002-2016 OpenVPN Solutions LLC ")?> + </li> + </ul> </div> </div> |