From 217e7f13b886e4a47641deb28832c7ba9ef83c6b Mon Sep 17 00:00:00 2001 From: Leighton Date: Wed, 6 Nov 2019 12:40:12 -0800 Subject: [PATCH 1/2] fix license --- azure_monitor/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure_monitor/setup.cfg b/azure_monitor/setup.cfg index 4204fd4..e218950 100644 --- a/azure_monitor/setup.cfg +++ b/azure_monitor/setup.cfg @@ -9,7 +9,7 @@ author = Microsoft author_email = appinsightssdk@microsoft.com url = https://github.com/microsoft/opentelemetry-exporters-python platforms = any -license = Apache-2.0 +license = MIT classifiers = Development Status :: 3 - Alpha Intended Audience :: Developers From 10e846e3d2e38ececbff00653a4160b2d350c2ab Mon Sep 17 00:00:00 2001 From: Leighton Date: Wed, 6 Nov 2019 13:29:08 -0800 Subject: [PATCH 2/2] fix typo --- azure_monitor/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure_monitor/setup.cfg b/azure_monitor/setup.cfg index e218950..9fba157 100644 --- a/azure_monitor/setup.cfg +++ b/azure_monitor/setup.cfg @@ -13,7 +13,7 @@ license = MIT classifiers = Development Status :: 3 - Alpha Intended Audience :: Developers - License :: OSI Approved :: Apache Software License + License :: OSI Approved :: MIT License Programming Language :: Python Programming Language :: Python :: 3 Programming Language :: Python :: 3.4