diff options
author | Renato Botelho <renato@netgate.com> | 2016-02-17 12:55:48 -0200 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2016-02-17 12:55:48 -0200 |
commit | b0c8434e71bad5a4d16a60aea782bc0fb3481de8 (patch) | |
tree | aa27656a01a2df6180e3a47d41781996352eb196 | |
parent | a1c800b1283bcc16d7548c639728155af37a9e96 (diff) | |
download | pfsense-b0c8434e71bad5a4d16a60aea782bc0fb3481de8.zip pfsense-b0c8434e71bad5a4d16a60aea782bc0fb3481de8.tar.gz |
Add m0n0wall entry back and also use product_name on pfSense line
-rw-r--r-- | src/usr/local/www/license.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/local/www/license.php b/src/usr/local/www/license.php index bf8cf2f..d21f5da 100644 --- a/src/usr/local/www/license.php +++ b/src/usr/local/www/license.php @@ -66,7 +66,8 @@ include("head.inc"); <div class="panel panel-default"> <div class="panel-heading"><h2 class="panel-title"><?=gettext("License")?></h2></div> <div class="panel-body content"> - <p><?php printf(gettext("Copyright © %s %s. All rights reserved."), $g['product_copyright_years'], $g['product_copyright'])?></p> + <p><strong><?php printf(gettext("%s is Copyright © %s %s. All rights reserved."), $g['product_name'], $g['product_copyright_years'], $g['product_copyright'])?></strong></p> + <p><?=gettext("m0n0wall is Copyright © 2002-2015 by Manuel Kasper (mk@neon1.net). All rights reserved.")?></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> |