summaryrefslogtreecommitdiffstats
path: root/src/python
diff options
context:
space:
mode:
authorRadek Novacek <rnovacek@redhat.com>2012-11-12 16:35:58 +0100
committerRadek Novacek <rnovacek@redhat.com>2012-11-12 16:35:58 +0100
commit7929538c574082370eded083c1ed97fe985a5b92 (patch)
treea2eb18db471dfe639a47da1149432bea7743a49f /src/python
parentc52f3069cb8f74f74c4c452e334145b43bc8d2ba (diff)
downloadopenlmi-providers-7929538c574082370eded083c1ed97fe985a5b92.tar.gz
openlmi-providers-7929538c574082370eded083c1ed97fe985a5b92.tar.xz
openlmi-providers-7929538c574082370eded083c1ed97fe985a5b92.zip
Relicence all sources from GPLv2+ to LGPLv2+0.0.15
Diffstat (limited to 'src/python')
-rw-r--r--src/python/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/setup.py b/src/python/setup.py
index 84284f2..8e72bfe 100644
--- a/src/python/setup.py
+++ b/src/python/setup.py
@@ -9,7 +9,7 @@ setup(
namespace_packages = ['openlmi'],
packages = ['openlmi'],
classifiers=[
- 'license :: osi approved :: gnu general public license v2 or later (gplv2+)',
+ 'license :: osi approved :: gnu lesser general public license v2 or later (lgplv2+)',
'operating system :: posix :: linux',
'topic :: system :: systems administration',
]