aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-10-09 10:51:41 -0400
committerTim Rozet <trozet@redhat.com>2017-10-10 13:12:57 +0000
commit015505a597760e0dc451ce889e27421cc6eb1d99 (patch)
tree651e7dc48b58caad1e9a14369bc49a4bc7e66340
parent91c8e42966ef1eb6446fb553284e0a2910d57b40 (diff)
Fix licenses
Change-Id: I5239bd2d2e9a30ea0cb5637c3fdf7fd57065a14e Signed-off-by: Tim Rozet <trozet@redhat.com> (cherry picked from commit 48c0283e725f990f990ec380a76d91e39c24dd78)
-rw-r--r--README.rst2
-rw-r--r--setup.cfg1
2 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 954b16e..c948819 100644
--- a/README.rst
+++ b/README.rst
@@ -17,7 +17,7 @@ An implementation of the 'network configuration' spec @
https://review.openstack.org/#/c/97859/.
The intention is for this code to be moved under the tripleo project in due course.
-* Free software: Apache license
+* Free software: Apache 2.0 license
* Documentation: http://docs.openstack.org/developer/os-net-config
* Source: http://git.openstack.org/cgit/openstack/os-net-config
* Bugs: http://bugs.launchpad.net/os-net-config
diff --git a/setup.cfg b/setup.cfg
index 8e69787..1e0e286 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,6 +6,7 @@ description-file =
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://git.openstack.org/cgit/openstack/os-net-config
+license = Apache-2
classifier =
Environment :: OpenStack
Intended Audience :: Developers