diff options
author | Mathieu Simon <mathieu.simon@simweb.ch> | 2012-12-07 11:24:03 +0100 |
---|---|---|
committer | Mathieu Simon <mathieu.simon@simweb.ch> | 2012-12-07 11:24:03 +0100 |
commit | 4c6ede42eaa06f1fcbfa7476ede99dbbfc91f4a9 (patch) | |
tree | bae511616d2e1539409c350e7b8ef174dbf0bb06 /usr/local/www/license.php | |
parent | f24d8180e94598e3e66cc5ab0c5201e56f385aed (diff) | |
download | pfsense-4c6ede42eaa06f1fcbfa7476ede99dbbfc91f4a9.zip pfsense-4c6ede42eaa06f1fcbfa7476ede99dbbfc91f4a9.tar.gz |
license: Bump and fix some copyrights.
The copyright statements have been taken from source archives 1:1
Notes:
- FreeBSD is NOT an Inc. it's the FreeBSD project (and exists since 1992!)
(Took COPYRIGHT from RELENG 8.3)
- ISC changed to an Inc. and does not explicitely state
"all rights reserved", allign ourselves.
- PHP 5.3.14 says 2010 (interesting although it was relased 2012)
Diffstat (limited to 'usr/local/www/license.php')
-rwxr-xr-x | usr/local/www/license.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/local/www/license.php b/usr/local/www/license.php index 990a31b..71b3a4f 100755 --- a/usr/local/www/license.php +++ b/usr/local/www/license.php @@ -155,18 +155,18 @@ include("head.inc"); <?php printf(gettext("The author of %s would like to thank the authors of these " . "software packages for their efforts"),$g['product_name']);?>.</p> <p>FreeBSD (<a href="http://www.freebsd.org" target="_blank">http://www.freebsd.org</a>)<br> - <?=gettext("Copyright");?> ©<?=gettext(" 1994-2003 FreeBSD, Inc. All rights reserved");?>.<br> + <?=gettext("Copyright");?> ©<?=gettext("1992-2012 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 - 2003 The PHP Group. All rights reserved");?>.<br> + <?=gettext("Copyright"); ?> © <?=gettext("1999-2010 The PHP Group. All rights reserved.");?>.<br> <br> <?=gettext("LightTPD"); ?> (<a href="http://www.lighttpd.net" target="_blank">http://www.lighttpd.net)</a><br> - <?=gettext("Copyright"); ?> ©<?=gettext(" 2004 by Jan Kneschke ");?><jan@kneschke.de> + <?=gettext("Copyright"); ?> ©<?=gettext("2004, Jan Knescke, incremental");?><jan@kneschke.de> <?=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("1996-2003 Internet Software Consortium. All rights ". - "reserved.");?><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> @@ -178,7 +178,7 @@ include("head.inc"); <?=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-2003 Simon Kelley.<br> + <?=gettext("Copyright"); ?> © 2000-2012 Simon Kelley.<br> <br> <?=gettext("Racoon"); ?> (<a href="http://www.kame.net/racoon" target="_blank">http://www.kame.net/racoon</a>)<br> <?=gettext("Copyright"); ?> © <?=gettext("1995-2002 WIDE Project. All rights reserved.");?><br> |