From f9aa8549187911e768155a1207d8a2d89bd60b54 Mon Sep 17 00:00:00 2001 From: Travis Turner Date: Tue, 15 May 2018 15:02:22 -0500 Subject: [PATCH] add Licenses section to readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5ae041dfd..7c1c7cfda 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,14 @@ There are supported libraries for the following languages: - [Java](https://www.pilosa.com/docs/client-libraries/#java) - [Python](https://www.pilosa.com/docs/client-libraries/#python) +## Licenses + +The core Pilosa code base and all default builds (referred to as Pilosa Community Edition) are licensed completely under the Apache License, Version 2.0. +If you build Pilosa with the `enterprise` build tag (Pilosa Enterprise Edition), then that build will include features licensed under the GNU Affero General +Public License (AGPL). Enterprise code is located entirely in the [github.com/pilosa/pilosa/enterprise](https://github.com/pilosa/pilosa/tree/master/enterprise) +directory. See [github.com/pilosa/pilosa/NOTICE](https://github.com/pilosa/pilosa/blob/master/NOTICE) and +[github.com/pilosa/pilosa/LICENSE](https://github.com/pilosa/pilosa/blob/master/LICENSE) for more information about Pilosa licenses. + ## Get Support There are [several channels](https://www.pilosa.com/community/#support) available for you to reach out to us for support.