diff options
author | rpaik <rpaik@linuxfoundation.org> | 2017-11-09 10:28:10 -0800 |
---|---|---|
committer | rpaik <rpaik@linuxfoundation.org> | 2017-11-09 10:28:52 -0800 |
commit | afbc4aa793b9457651523373b91358679fc1858c (patch) | |
tree | 835dc1e76ad3c6b42dcdfb590d66b030ad2e0630 | |
parent | 16f0175839e4bf5023d34d272182666f86f255cf (diff) |
Added a license metadata line to specify Apache-2.0
Change-Id: Ib37b90992ab37abd19774d1348670dea7cc29bf2
Signed-off-by: rpaik <rpaik@linuxfoundation.org>
-rw-r--r-- | keystone-moon/setup.cfg | 1 | ||||
-rw-r--r-- | keystonemiddleware-moon/setup.cfg | 1 |
2 files changed, 2 insertions, 0 deletions
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 |