summaryrefslogtreecommitdiffstats
path: root/tools/builder_common.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-07-14 18:33:58 -0300
committerRenato Botelho <renato@netgate.com>2016-07-14 18:36:02 -0300
commit8acd654ad290ebcc829fc83346bcc1af59658909 (patch)
treef1dc7357d76ae93b8136b4132b99ca710cb6478a /tools/builder_common.sh
parentfdd09cbd79e34c2047c31dbe7087e80b5a55c8cd (diff)
downloadpfsense-8acd654ad290ebcc829fc83346bcc1af59658909.zip
pfsense-8acd654ad290ebcc829fc83346bcc1af59658909.tar.gz
Review license / copyright on all files (1st round)
Diffstat (limited to 'tools/builder_common.sh')
-rw-r--r--tools/builder_common.sh39
1 files changed, 28 insertions, 11 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh
index 4169365..f10ec28 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -2,8 +2,8 @@
#
# builder_common.sh
#
-# Copyright (c) 2004-2015 Electric Sheep Fencing, LLC
-# Copyright (C) 2014 Ermal Luçi
+# part of pfSense (https://www.pfsense.org)
+# Copyright (c) 2004-2016 Electric Sheep Fencing, LLC
# All rights reserved.
#
# NanoBSD portions of the code
@@ -17,15 +17,35 @@
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
+# modification, are permitted provided that the following conditions are met:
#
-# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
+# 1. Redistributions of source code must retain the above copyright notice,
+# this list of conditions and the following disclaimer.
#
# 2. Redistributions in binary form must reproduce the above copyright
-# notice, this list of conditions and the following disclaimer in the
-# documentation and/or other materials provided with the distribution.
+# notice, this list of conditions and the following disclaimer in
+# the documentation and/or other materials provided with the
+# distribution.
+#
+# 3. All advertising materials mentioning features or use of this software
+# must display the following acknowledgment:
+# "This product includes software developed by the pfSense Project
+# for use in the pfSense® software distribution. (http://www.pfsense.org/).
+#
+# 4. The names "pfSense" and "pfSense Project" must not be used to
+# endorse or promote products derived from this software without
+# prior written permission. For written permission, please contact
+# coreteam@pfsense.org.
+#
+# 5. Products derived from this software may not be called "pfSense"
+# nor may "pfSense" appear in their names without prior written
+# permission of the Electric Sheep Fencing, LLC.
+#
+# 6. Redistributions of any form whatsoever must retain the following
+# acknowledgment:
+#
+# "This product includes software developed by the pfSense Project
+# for use in the pfSense software distribution (http://www.pfsense.org/).
#
# THIS SOFTWARE IS PROVIDED BY THE pfSense PROJECT ``AS IS'' AND ANY
# EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
@@ -39,9 +59,6 @@
# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
# OF THE POSSIBILITY OF SUCH DAMAGE.
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions are met:
-#
if [ -n "${IMAGES_FINAL_DIR}" -a "${IMAGES_FINAL_DIR}" != "/" ]; then
mkdir -p ${IMAGES_FINAL_DIR}
OpenPOWER on IntegriCloud