Bug 1727107

Summary: geo-replication/setup.py missing license details in setup()
Product: [Community] GlusterFS Reporter: Kshithij Iyer <kiyer>
Component: geo-replicationAssignee: Kshithij Iyer <kiyer>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: unspecified    
Version: mainlineCC: bugs
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-07-10 04:18:17 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Kshithij Iyer 2019-07-04 13:30:44 UTC
Description of problem:
geo-replication/setup.py missing license details in setup() as shown below:

setup(
    name=name,
    version="",
    description='GlusterFS Geo Replication',
    license='',
    author='Red Hat, Inc.',
    author_email='gluster-devel',
    url='http://www.gluster.org',
    packages=['syncdaemon', ],
    test_suite='nose.collector',
    install_requires=[],
    scripts=[],
    entry_points={},
)

Version-Release number of selected component (if applicable):
Whatever is the current upstream version

Actual results:
license=''

Expected results:
license='GPLV2 and LGPLV3+'

Additional info:

Comment 1 Worker Ant 2019-07-04 13:41:23 UTC
REVIEW: https://review.gluster.org/22998 ([geo-replication] geo-replication/setup.py missing license details in setup()) posted (#1) for review on master by Kshithij Iyer

Comment 2 Worker Ant 2019-07-10 04:18:17 UTC
REVIEW: https://review.gluster.org/22998 ([geo-replication] geo-replication/setup.py missing license details in setup()) merged (#2) on master by Amar Tumballi