From 8b56b27369a6bb1eab600ecf18602ef1be088034 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Mon, 9 Oct 2017 11:06:29 -0400 Subject: [PATCH] Fixes license to explicitly be Apache 2.0 Change-Id: If89b63df4e06cf2bc4c3c10fafe10a902ffd117a Signed-off-by: Tim Rozet --- README.md | 2 +- setup.cfg | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71da51764..137820d02 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Lightweight composition layer for Puppet TripleO. ## Contributing -* Free software: Apache licence +* Free software: Apache License (2.0) * Source: http://git.openstack.org/cgit/openstack/puppet-tripleo * Bugs: http://bugs.launchpad.net/tripleo (tag: puppet) * Documentation: diff --git a/setup.cfg b/setup.cfg index 9e5976bba..dd0ee19d3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,8 +6,9 @@ description-file = author = OpenStack author-email = openstack-dev@lists.openstack.org home-page = http://www.openstack.org/ +license = Apache License (2.0) classifier = Intended Audience :: Developers Intended Audience :: System Administrators License :: OSI Approved :: Apache Software License - Operating System :: POSIX :: Linux \ No newline at end of file + Operating System :: POSIX :: Linux