summaryrefslogtreecommitdiff
path: root/site/faq.html
diff options
context:
space:
mode:
authorMatei Alexandru Zaharia <matei@apache.org>2013-08-28 22:15:48 +0000
committerMatei Alexandru Zaharia <matei@apache.org>2013-08-28 22:15:48 +0000
commit65f7cc03c77ca02da9a19f2e63f518882e5c59d1 (patch)
tree302b5af8b4f2d167265dd71045c80961f455d536 /site/faq.html
parent61c4bb4aeaa1cfcd261b560dae4351a8f450909b (diff)
downloadspark-website-65f7cc03c77ca02da9a19f2e63f518882e5c59d1.tar.gz
spark-website-65f7cc03c77ca02da9a19f2e63f518882e5c59d1.tar.bz2
spark-website-65f7cc03c77ca02da9a19f2e63f518882e5c59d1.zip
Updated FAQ about license
Diffstat (limited to 'site/faq.html')
-rw-r--r--site/faq.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/site/faq.html b/site/faq.html
index 1f1c6f3a7..bcea27192 100644
--- a/site/faq.html
+++ b/site/faq.html
@@ -127,7 +127,8 @@
<p>Spark 0.6 also added a <a href="/docs/latest/java-programming-guide.html">Java API</a>, letting you use Spark from Java, and Spark 0.7 added a <a href="/docs/latest/python-programming-guide.html">Python API</a>.</p>
<p class="question">What license is Spark under?</p>
-<p class="answer">Spark is open source under the liberal <a href="https://github.com/mesos/spark/blob/master/LICENSE">BSD license</a>.</p>
+
+<p class="answer">Starting in version 0.8, Spark will be under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0 license</a>. Previous versions used the <a href="https://github.com/mesos/spark/blob/branch-0.7/LICENSE">BSD license</a>.</p>
<p class="question">How can I contribute to Spark?</p>
<p class="answer">Contact the <a href="http://groups.google.com/group/spark-users">mailing list</a> or send us a pull request on GitHub. We're glad to hear about your experience using Spark and to accept patches </p>