From 3e47bbc8286ef7f065e149319da3e3a5619193e8 Mon Sep 17 00:00:00 2001 From: rpaik Date: Thu, 9 Nov 2017 10:55:56 -0800 Subject: Added a license metadata line to specify Apache-2.0 Change-Id: I567522d47fa30efa03e84e5292360481e81f30ad Signed-off-by: rpaik --- tosca2heat/heat-translator/setup.cfg | 1 + tosca2heat/tosca-parser/setup.cfg | 1 + 2 files changed, 2 insertions(+) (limited to 'tosca2heat') diff --git a/tosca2heat/heat-translator/setup.cfg b/tosca2heat/heat-translator/setup.cfg index 2a10811..11c6b6e 100644 --- a/tosca2heat/heat-translator/setup.cfg +++ b/tosca2heat/heat-translator/setup.cfg @@ -8,6 +8,7 @@ description-file = author = OPNFV author-email = opnfv-dev@lists.opnfv.org home-page = https://wiki.opnfv.org/display/parser +license = Apache-2.0 classifier = Environment :: OpenStack Intended Audience :: Information Technology diff --git a/tosca2heat/tosca-parser/setup.cfg b/tosca2heat/tosca-parser/setup.cfg index 0d4e163..f24840a 100644 --- a/tosca2heat/tosca-parser/setup.cfg +++ b/tosca2heat/tosca-parser/setup.cfg @@ -8,6 +8,7 @@ description-file = author = OPNFV author-email = opnfv-dev@lists.opnfv.org home-page = https://wiki.opnfv.org/display/parser +license = Apache-2.0 classifier = Environment :: Plugins Intended Audience :: Information Technology -- cgit 1.2.3-korg