From 015505a597760e0dc451ce889e27421cc6eb1d99 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Mon, 9 Oct 2017 10:51:41 -0400 Subject: Fix licenses Change-Id: I5239bd2d2e9a30ea0cb5637c3fdf7fd57065a14e Signed-off-by: Tim Rozet (cherry picked from commit 48c0283e725f990f990ec380a76d91e39c24dd78) --- README.rst | 2 +- setup.cfg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- cgit 1.2.3-korg