summaryrefslogtreecommitdiff
path: root/faq.md
diff options
context:
space:
mode:
authorMatei Alexandru Zaharia <matei@apache.org>2013-10-15 21:16:02 +0000
committerMatei Alexandru Zaharia <matei@apache.org>2013-10-15 21:16:02 +0000
commit3d6bab3c08db6ff4cb140014c6e2615a02e56635 (patch)
treeb9cf91e81b71e16c9ee547741595f20c27f3cdca /faq.md
parentcc4b04b216320786bdcb949e5dfdaad5e4b73f5a (diff)
downloadspark-website-3d6bab3c08db6ff4cb140014c6e2615a02e56635.tar.gz
spark-website-3d6bab3c08db6ff4cb140014c6e2615a02e56635.tar.bz2
spark-website-3d6bab3c08db6ff4cb140014c6e2615a02e56635.zip
FAQ tweak now that 0.8 is out
Diffstat (limited to 'faq.md')
-rw-r--r--faq.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/faq.md b/faq.md
index fcb889c3e..d14b45783 100644
--- a/faq.md
+++ b/faq.md
@@ -30,7 +30,7 @@ navigation:
<p class="question">What license is Spark under?</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="answer">Starting in version 0.8, Spark is 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>