summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build_snapshots.sh2
-rw-r--r--tools/builder_common.sh2
-rw-r--r--tools/builder_defaults.sh8
-rwxr-xr-xtools/scripts/generate-privdefs.php2
-rwxr-xr-xtools/scripts/update_pot.sh2
5 files changed, 8 insertions, 8 deletions
diff --git a/tools/build_snapshots.sh b/tools/build_snapshots.sh
index 634ced1..9600985 100755
--- a/tools/build_snapshots.sh
+++ b/tools/build_snapshots.sh
@@ -3,7 +3,7 @@
# build_snapshots.sh
#
# part of pfSense (https://www.pfsense.org)
-# Copyright (c) 2004-2016 Electric Sheep Fencing, LLC
+# Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
# All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/tools/builder_common.sh b/tools/builder_common.sh
index 08dc83f..0cb5eb1 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -3,7 +3,7 @@
# builder_common.sh
#
# part of pfSense (https://www.pfsense.org)
-# Copyright (c) 2004-2016 Electric Sheep Fencing, LLC
+# Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
# All rights reserved.
#
# NanoBSD portions of the code
diff --git a/tools/builder_defaults.sh b/tools/builder_defaults.sh
index 4ac4b55..b782d95 100644
--- a/tools/builder_defaults.sh
+++ b/tools/builder_defaults.sh
@@ -3,7 +3,7 @@
# builder_defaults.sh
#
# part of pfSense (https://www.pfsense.org)
-# Copyright (c) 2004-2016 Electric Sheep Fencing, LLC
+# Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
# All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -81,8 +81,8 @@ export PRODUCT_SRC=${PRODUCT_SRC:-"${BUILDER_ROOT}/src"}
export PRODUCT_EMAIL=${PRODUCT_EMAIL:-"coreteam@pfsense.org"}
export XML_ROOTOBJ=${XML_ROOTOBJ:-$(echo "${PRODUCT_NAME}" | tr '[[:upper:]]' '[[:lower:]]')}
-if [ "${PRODUCT_NAME}" = "pfSense" -a "${BUILD_AUTHORIZED_BY_ELECTRIC_SHEEP_FENCING}" != "yes" ]; then
- echo ">>>ERROR: According the following license, only Electric Sheep Fencing can build genuine pfSense® software"
+if [ "${PRODUCT_NAME}" = "pfSense" -a "${BUILD_AUTHORIZED_BY_NETGATE}" != "yes" ]; then
+ echo ">>>ERROR: According the following license, only Netgate can build genuine pfSense® software"
echo ""
cat ${BUILDER_ROOT}/LICENSE
exit 1
@@ -363,7 +363,7 @@ else
fi
if [ "${PRODUCT_NAME}" = "pfSense" ]; then
- export VENDOR_NAME=${VENDOR_NAME:-"Electric Sheep Fencing, LLC"}
+ export VENDOR_NAME=${VENDOR_NAME:-"Rubicon Communications, LLC (Netgate)"}
export OVF_INFO=${OVF_INFO:-"pfSense is a free, open source customized distribution of FreeBSD tailored for use as a firewall and router. In addition to being a powerful, flexible firewalling and routing platform, it includes a long list of related features and a package system allowing further expandability without adding bloat and potential security vulnerabilities to the base distribution. pfSense is a popular project with more than 1 million downloads since its inception, and proven in countless installations ranging from small home networks protecting a PC and an Xbox to large corporations, universities and other organizations protecting thousands of network devices."}
else
export VENDOR_NAME=${VENDOR_NAME:-"nonSense"}
diff --git a/tools/scripts/generate-privdefs.php b/tools/scripts/generate-privdefs.php
index bc94843..c8e2421 100755
--- a/tools/scripts/generate-privdefs.php
+++ b/tools/scripts/generate-privdefs.php
@@ -4,7 +4,7 @@
* generate-privdefs.php
*
* part of pfSense (https://www.pfsense.org)
- * Copyright (c) 2004-2016 Electric Sheep Fencing, LLC
+ * Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/tools/scripts/update_pot.sh b/tools/scripts/update_pot.sh
index cffd6e1..aa6e27a 100755
--- a/tools/scripts/update_pot.sh
+++ b/tools/scripts/update_pot.sh
@@ -3,7 +3,7 @@
# update_pot.sh
#
# part of pfSense (https://www.pfsense.org)
-# Copyright (c) 2004-2016 Electric Sheep Fencing, LLC
+# Copyright (c) 2004-2016 Rubicon Communications, LLC (Netgate)
# All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
OpenPOWER on IntegriCloud