From: Tim Rozet Date: Mon, 9 Oct 2017 14:02:52 +0000 (-0400) Subject: Fix licenses to be Apache 2.0 X-Git-Tag: opnfv-6.0.0~73 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=apex.git;a=commitdiff_plain;h=16fa09bb892289f3997ef14ed6cbe5a278ee342a Fix licenses to be Apache 2.0 Change-Id: I53f3596685b83e995498b5fdb804561fed6dc38b Signed-off-by: Tim Rozet --- 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