summaryrefslogtreecommitdiffstats
path: root/usr/local/www/license.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-12-16 20:43:26 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-12-16 20:43:26 +0000
commit36d0358b568a0dde740ade770408bef2d8c3fa65 (patch)
tree4b8827c6708d12d3fee1a70d9a36b435b9c92624 /usr/local/www/license.php
parentb5e2cc9240a198a9b8fb4827fb262397275a881e (diff)
downloadpfsense-36d0358b568a0dde740ade770408bef2d8c3fa65.zip
pfsense-36d0358b568a0dde740ade770408bef2d8c3fa65.tar.gz
Add product_copyright re-branding support
Add product_copyright_years re-branding support Add product_website re-branding support Add product_email re-branding support Work sponsored-by: Centipede Networks
Diffstat (limited to 'usr/local/www/license.php')
-rwxr-xr-xusr/local/www/license.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/license.php b/usr/local/www/license.php
index d38b332..76f24d0 100755
--- a/usr/local/www/license.php
+++ b/usr/local/www/license.php
@@ -10,7 +10,7 @@ include("head.inc");
<?php include("fbegin.inc"); ?>
<p class="pgtitle">License</p>
- <p><strong>pfSense is Copyright &copy; 2004, 2005, 2006, 2007 by Scott Ullrich
+ <p><strong>{$g['product_name']} is Copyright &copy; {$g['product_copyright_years']} by {$g['product_copyright']}
(<a href="mailto:geekgod@geekgod.com">geekgod@geekgod.com</a>).<br>
All rights reserved.</strong></p>
@@ -117,9 +117,9 @@ include("head.inc");
Peter Curran (<a href="mailto:peter@closeconsultants.com">peter@closeconsultants.com</a>)<br>
&nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">OpenVPN support</font></em></p>
<hr size="1">
- <p>pfSense is based upon/includes various free software packages,
+ <p>{$g['product_name']} is based upon/includes various free software packages,
listed below.<br>
- The author of pfSense would like to thank the authors of these
+ The author of {$g['product_name']} would like to thank the authors of these
software packages for their efforts.</p>
<p>FreeBSD (<a href="http://www.freebsd.org" target="_blank">http://www.freebsd.org</a>)<br>
Copyright &copy; 1994-2003 FreeBSD, Inc. All rights reserved.<br>
OpenPOWER on IntegriCloud