diff options
author | Renato Botelho <renato@netgate.com> | 2016-09-06 18:17:19 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2016-09-06 18:19:36 -0300 |
commit | 2a2396a616194fde412e56d271c7fb2eecd00715 (patch) | |
tree | eef98a13fdb76ef216b47385d1b9cecc65597537 /tools | |
parent | 48ffade7502839380cc6046187e0c1447723d67a (diff) | |
download | pfsense-2a2396a616194fde412e56d271c7fb2eecd00715.zip pfsense-2a2396a616194fde412e56d271c7fb2eecd00715.tar.gz |
Move copyright from ESF to Netgate
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/build_snapshots.sh | 2 | ||||
-rw-r--r-- | tools/builder_common.sh | 2 | ||||
-rw-r--r-- | tools/builder_defaults.sh | 8 | ||||
-rwxr-xr-x | tools/scripts/clean.sh | 2 | ||||
-rwxr-xr-x | tools/scripts/generate-privdefs.php | 2 | ||||
-rwxr-xr-x | tools/scripts/update_pot.sh | 2 |
6 files changed, 9 insertions, 9 deletions
diff --git a/tools/build_snapshots.sh b/tools/build_snapshots.sh index 6b326bd..5bcdf9e 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. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/builder_common.sh b/tools/builder_common.sh index 7a08cb2..b3f1701 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 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"} diff --git a/tools/scripts/clean.sh b/tools/scripts/clean.sh index ddcb4a1..71c5d24 100755 --- a/tools/scripts/clean.sh +++ b/tools/scripts/clean.sh @@ -3,7 +3,7 @@ # clean.sh # # part of pfSense (https://www.pfsense.org) -# Copyright (c) 2015-2016 Electric Sheep Fencing, LLC +# Copyright (c) 2015-2016 Rubicon Communications, LLC (Netgate) # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/tools/scripts/generate-privdefs.php b/tools/scripts/generate-privdefs.php index 3501c55..04cb189 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. * * Redistribution and use in source and binary forms, with or without diff --git a/tools/scripts/update_pot.sh b/tools/scripts/update_pot.sh index dd72947..a0fd80d 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. # # Redistribution and use in source and binary forms, with or without |