[Bugs] [Bug 1727107] New: geo-replication/setup.py missing license details in setup()

bugzilla at redhat.com bugzilla at redhat.com
Thu Jul 4 13:30:44 UTC 2019


https://bugzilla.redhat.com/show_bug.cgi?id=1727107

            Bug ID: 1727107
           Summary: geo-replication/setup.py missing license details in
                    setup()
           Product: GlusterFS
           Version: mainline
          Hardware: x86_64
                OS: Linux
            Status: NEW
         Component: geo-replication
          Severity: low
          Assignee: kiyer at redhat.com
          Reporter: kiyer at redhat.com
                CC: bugs at gluster.org
  Target Milestone: ---
    Classification: Community



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 at gluster.org',
    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:

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Bugs mailing list