From 16fa09bb892289f3997ef14ed6cbe5a278ee342a Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Mon, 9 Oct 2017 10:02:52 -0400 Subject: Fix licenses to be Apache 2.0 Change-Id: I53f3596685b83e995498b5fdb804561fed6dc38b Signed-off-by: Tim Rozet --- docs/release/release-notes/release-notes.rst | 2 +- setup.cfg | 3 ++- 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 -- cgit 1.2.3-korg