summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBen Lloyd Pearson <ben.pearson@oath.com>2018-12-07 11:47:16 -0600
committerGitHub <noreply@github.com>2018-12-07 11:47:16 -0600
commitfe1845f40c8945d5e2c28e4d645c9fd9c31bdd52 (patch)
tree856d5632947826b4ad5bdc61966f8bae9bebd4ce /README.md
parent44b6ba9a4d969aa893edeb29555d79b3fc212ebc (diff)
Add license header section
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index c07b8d5e45a..1ade07c40ad 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,6 @@ Vespa is an engine for low-latency computation over large data sets.
It stores and indexes your data and executes distributed queries including evaluation of
machine-learned models over many data points in real time.
-Code licensed under the Apache 2.0 license. See [LICENSE](LICENSE) for terms.
-
Travis-CI build status: [![Build Status](https://travis-ci.org/vespa-engine/vespa.svg?branch=master)](https://travis-ci.org/vespa-engine/vespa)
## Table of contents
@@ -18,6 +16,7 @@ Travis-CI build status: [![Build Status](https://travis-ci.org/vespa-engine/vesp
- [Usage](#usage)
- [Contribute](#contribute)
- [Building](#building)
+- [License](#license)
## Background
@@ -95,3 +94,7 @@ Replace `<source-dir>` with the directory in which you've cloned/unpacked the so
### Create RPM packages
sh dist.sh VERSION && rpmbuild -ba ~/rpmbuild/SPECS/vespa-VERSION.spec
+
+## License
+
+Code licensed under the Apache 2.0 license. See [LICENSE](LICENSE) for terms.