aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2012-09-25 14:43:40 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2012-09-25 14:43:47 -0700
commit30362a21e7e181c058a4f5979bc85f3b18fb5e70 (patch)
treedaa229730d7d488d9c034a461eecd1026b2f5dd4 /bin
parent60bce9574f04aff397b3b07296a885a1e3fa41fe (diff)
downloadspark-30362a21e7e181c058a4f5979bc85f3b18fb5e70.tar.gz
spark-30362a21e7e181c058a4f5979bc85f3b18fb5e70.tar.bz2
spark-30362a21e7e181c058a4f5979bc85f3b18fb5e70.zip
Update license info on deploy scripts
Diffstat (limited to 'bin')
-rwxr-xr-xbin/slaves.sh3
-rwxr-xr-xbin/spark-daemon.sh3
2 files changed, 6 insertions, 0 deletions
diff --git a/bin/slaves.sh b/bin/slaves.sh
index d383e02545..030581e058 100755
--- a/bin/slaves.sh
+++ b/bin/slaves.sh
@@ -1,5 +1,8 @@
#!/usr/bin/env bash
+# This Spark deploy script is a modified version of the Apache Hadoop deploy
+# script, available under the Apache 2 license:
+#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
diff --git a/bin/spark-daemon.sh b/bin/spark-daemon.sh
index ae0b781291..0c584055c7 100755
--- a/bin/spark-daemon.sh
+++ b/bin/spark-daemon.sh
@@ -1,5 +1,8 @@
#!/usr/bin/env bash
+# This Spark deploy script is a modified version of the Apache Hadoop deploy
+# script, available under the Apache 2 license:
+#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.