From afbc4aa793b9457651523373b91358679fc1858c Mon Sep 17 00:00:00 2001 From: rpaik Date: Thu, 9 Nov 2017 10:28:10 -0800 Subject: Added a license metadata line to specify Apache-2.0 Change-Id: Ib37b90992ab37abd19774d1348670dea7cc29bf2 Signed-off-by: rpaik --- keystone-moon/setup.cfg | 1 + keystonemiddleware-moon/setup.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/keystone-moon/setup.cfg b/keystone-moon/setup.cfg index 2ac7436f..b91e5414 100644 --- a/keystone-moon/setup.cfg +++ b/keystone-moon/setup.cfg @@ -6,6 +6,7 @@ description-file = author = OpenStack author-email = openstack-dev@lists.openstack.org home-page = http://docs.openstack.org/developer/keystone/ +license = Apache-2.0 classifier = Environment :: OpenStack Intended Audience :: Information Technology diff --git a/keystonemiddleware-moon/setup.cfg b/keystonemiddleware-moon/setup.cfg index 4ff866e0..6893198b 100644 --- a/keystonemiddleware-moon/setup.cfg +++ b/keystonemiddleware-moon/setup.cfg @@ -6,6 +6,7 @@ description-file = author = OpenStack author-email = openstack-dev@lists.openstack.org home-page = http://launchpad.net/keystonemiddleware +license = Apache-2.0 classifier = Environment :: OpenStack Intended Audience :: Information Technology -- cgit 1.2.3-korg