summaryrefslogtreecommitdiffstats
path: root/glustolibs-io/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'glustolibs-io/setup.py')
-rw-r--r--glustolibs-io/setup.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/glustolibs-io/setup.py b/glustolibs-io/setup.py
index 4e3b16e89..9ee90b15b 100644
--- a/glustolibs-io/setup.py
+++ b/glustolibs-io/setup.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright (c) 2016 Red Hat, Inc.
+# Copyright (c) 2016-2019 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -28,7 +28,7 @@ setup(
name=name,
version=version,
description='Glusto - Red Hat I/O Libraries',
- license='GPLv2+',
+ license='GPLv3+',
author='Red Hat, Inc.',
author_email='gluster-devel@gluster.org',
url='http://www.gluster.org',
@@ -37,8 +37,8 @@ setup(
'Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: Developers',
- 'License :: OSI Approved :: GNU General Public License v2 or '
- 'later (GPLv2+)',
+ 'License :: OSI Approved :: GNU General Public License v3 or '
+ 'later (GPLv3+)',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python',
'Programming Language :: Python :: 2',