summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2015-12-11 14:36:21 -0600
committerJared Dillard <jdillard@netgate.com>2015-12-11 14:36:21 -0600
commit2d724ce20cd1b55a25e25c59a402e5fe4d7ec4cc (patch)
tree2d10ae34eead7728814582001fcead61eb29d584
parentd8f89cce05688ab5d24653c9ebcd57e9d3f872dd (diff)
downloadpfsense-2d724ce20cd1b55a25e25c59a402e5fe4d7ec4cc.zip
pfsense-2d724ce20cd1b55a25e25c59a402e5fe4d7ec4cc.tar.gz
link to proper license information location
-rw-r--r--README.md2
-rw-r--r--src/etc/inc/globals.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6a366c7..b62292e 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ pfSense software includes a web interface for the configuration of all included
pfSense started in 2004 as a fork of the [m0n0wall](http://m0n0.ch/wall/index.php "m0n0wall project homepage") Project (which ended 2015/02/15), though has diverged significantly since.
-pfSense is Copyright 2004-2015 [Electric Sheep Fencing LLC](http://electricsheepfencing.com "Electric Sheep Fencing LLC homepage") and published under an open source license.
+pfSense is Copyright 2004-2015 [Electric Sheep Fencing LLC](https://pfsense.org/license "License Information") and published under an open source license.
Read more at [https://pfsense.org/](https://pfsense.org/ "The pfSense homepage") and support the team by buying a Gold Membership Subscription, bundled hardware appliances or commercial support.
## Contribute
diff --git a/src/etc/inc/globals.inc b/src/etc/inc/globals.inc
index 306639b..44a3b02 100644
--- a/src/etc/inc/globals.inc
+++ b/src/etc/inc/globals.inc
@@ -59,7 +59,7 @@ $g = array(
"product_name" => "pfSense",
"product_version" => trim(file_get_contents("/etc/version"), " \n"),
"product_copyright" => "Electric Sheep Fencing LLC",
- "product_copyright_url" => "http://www.electricsheepfencing.com",
+ "product_copyright_url" => "https://pfsense.org/license",
"product_copyright_years" => "2004 - ".date("Y"),
"product_website" => "www.pfsense.org",
"product_website_footer" => "https://www.pfsense.org/?gui=bootstrap",
OpenPOWER on IntegriCloud