aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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