summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-10-09 10:02:52 -0400
committerTim Rozet <trozet@redhat.com>2017-10-10 13:12:08 +0000
commit4e7331201ef12419de64061c326604e4a9049be2 (patch)
tree9e0071c07584e306da90c53e1227a2ccc3cfb675
parent4eb4cc36098057aae95c755ffeb3b2843ddd0435 (diff)
Fix licenses to be Apache 2.0
Change-Id: I53f3596685b83e995498b5fdb804561fed6dc38b Signed-off-by: Tim Rozet <trozet@redhat.com> (cherry picked from commit 16fa09bb892289f3997ef14ed6cbe5a278ee342a)
-rw-r--r--docs/release/release-notes/release-notes.rst2
-rw-r--r--setup.cfg3
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/release/release-notes/release-notes.rst b/docs/release/release-notes/release-notes.rst
index 7d8a78f9..d6785791 100644
--- a/docs/release/release-notes/release-notes.rst
+++ b/docs/release/release-notes/release-notes.rst
@@ -16,7 +16,7 @@ deployment toolchain.
License
=======
-All Apex and "common" entities are protected by the Apache License
+All Apex and "common" entities are protected by the Apache 2.0 License
( http://www.apache.org/licenses/ )
diff --git a/setup.cfg b/setup.cfg
index 9c181f5e..87cb6b9b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,11 +1,12 @@
[metadata]
name = apex
-summary = A ansible roles and tools for deploying OPNFV
+summary = TripleO based installer for deploying OPNFV
description-file =
INFO
author = Apex Team
author-email = michapma@redhat.com trozet@redhat.com dradez@redhat.com
home-page = https://github.com/opnfv/apex
+license = Apache-2
classifier =
License :: OSI Approved :: Apache Software License
Development Status :: 4 - Beta