summaryrefslogtreecommitdiffstats
path: root/tools/builder_defaults.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-09-06 18:17:19 -0300
committerRenato Botelho <renato@netgate.com>2016-09-06 18:19:36 -0300
commit2a2396a616194fde412e56d271c7fb2eecd00715 (patch)
treeeef98a13fdb76ef216b47385d1b9cecc65597537 /tools/builder_defaults.sh
parent48ffade7502839380cc6046187e0c1447723d67a (diff)
downloadpfsense-2a2396a616194fde412e56d271c7fb2eecd00715.zip
pfsense-2a2396a616194fde412e56d271c7fb2eecd00715.tar.gz
Move copyright from ESF to Netgate
Diffstat (limited to 'tools/builder_defaults.sh')
-rw-r--r--tools/builder_defaults.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/builder_defaults.sh b/tools/builder_defaults.sh
index 8259da4..bea733d 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.
#
# Redistribution and use in source and binary forms, with or without
@@ -112,8 +112,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.txt
exit 1
@@ -403,7 +403,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"}
OpenPOWER on IntegriCloud