From d8a05f1766c4efb770afa101b0493533b18c4ef4 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Sun, 11 Aug 2013 11:15:07 -0700 Subject: [PATCH] feat(README): add note about the license --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index eedda8d37..8cb9b4e88 100644 --- a/README.md +++ b/README.md @@ -467,3 +467,9 @@ curl -L http://127.0.0.1:4001 During the v0 series of releases we may break the API as we fix bugs and get feedback. [semver]: http://semver.org/ + +### License + +etcd is under the Apache 2.0 license. See the [LICENSE][license] file for details. + +[license]: https://github.com/coreos/etcd/blob/master/LICENSE