summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apigateway/setup.cfg1
-rw-r--r--policy2tosca/policy2tosca.egg-info/PKG-INFO2
-rw-r--r--setup.cfg1
-rw-r--r--tosca2heat/heat-translator/setup.cfg1
-rw-r--r--tosca2heat/tosca-parser/setup.cfg1
5 files changed, 5 insertions, 1 deletions
diff --git a/apigateway/setup.cfg b/apigateway/setup.cfg
index 18de52b..eeb3242 100644
--- a/apigateway/setup.cfg
+++ b/apigateway/setup.cfg
@@ -6,6 +6,7 @@ summary = API Application
description-file = README.md
author = parser
author-email = openstack-dev@lists.openstack.org
+license = Apache-2.0
classifier =
Environment :: OPNFV
Intended Audience :: Information Technology
diff --git a/policy2tosca/policy2tosca.egg-info/PKG-INFO b/policy2tosca/policy2tosca.egg-info/PKG-INFO
index 897fcca..4833fe8 100644
--- a/policy2tosca/policy2tosca.egg-info/PKG-INFO
+++ b/policy2tosca/policy2tosca.egg-info/PKG-INFO
@@ -5,7 +5,7 @@ Summary: Parser policy2tosca
Home-page: UNKNOWN
Author: Shiva Charan M S
Author-email: shiva-charan.m-s@hpe.com
-License: UNKNOWN
+License: Apache-2.0
Description: =================
Running demoapp
=================
diff --git a/setup.cfg b/setup.cfg
index 4a19747..f9921a9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,6 +6,7 @@ summary = OPNFV Parser Project
author = OPNFV
author-email = opnfv-tech-discuss@lists.opnfv.org
home-page = https://wiki.opnfv.org/display/parser
+license = Apache-2.0
classifier =
Environment :: Console
Intended Audience :: Information Technology
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