Update package licenses

This commit is contained in:
Adrian Moennich 2019-05-08 10:55:47 +02:00 committed by Adrian
parent 2078acc265
commit 04219821e9
19 changed files with 35 additions and 35 deletions

View File

@ -47,7 +47,7 @@ setup(
version='2.2-dev',
description='A meta-package containing the official Indico plugins',
url='https://github.com/indico/indico-plugins',
license='https://www.gnu.org/licenses/gpl-3.0.txt',
license='MIT',
author='Indico Team',
author_email='indico-team@cern.ch',
zip_safe=False,
@ -56,7 +56,7 @@ setup(
classifiers=[
'Environment :: Plugins',
'Environment :: Web Environment',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2.7',
]
)

View File

@ -24,7 +24,7 @@ setup(
version='2.2-dev',
description='XMPP chat integration for Indico',
url='https://github.com/indico/indico-plugins',
license='https://www.gnu.org/licenses/gpl-3.0.txt',
license='MIT',
author='Indico Team',
author_email='indico-team@cern.ch',
packages=find_packages(),
@ -37,7 +37,7 @@ setup(
classifiers=[
'Environment :: Plugins',
'Environment :: Web Environment',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2.7',
'Topic :: Communications :: Chat'
],

View File

@ -24,7 +24,7 @@ setup(
version='2.2-dev',
description='Framework for importing timetable data from external sources into Indico',
url='https://github.com/indico/indico-plugins',
license='https://www.gnu.org/licenses/gpl-3.0.txt',
license='MIT',
author='Indico Team',
author_email='indico-team@cern.ch',
packages=find_packages(),
@ -36,7 +36,7 @@ setup(
classifiers=[
'Environment :: Plugins',
'Environment :: Web Environment',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2.7'
],
entry_points={'indico.plugins': {'importer = indico_importer.plugin:ImporterPlugin'}}

View File

@ -24,7 +24,7 @@ setup(
version='1.0',
description='Invenio data source for the Indico Importer plugin',
url='https://github.com/indico/indico-plugins',
license='https://www.gnu.org/licenses/gpl-3.0.txt',
license='MIT',
author='Indico Team',
author_email='indico-team@cern.ch',
packages=find_packages(),
@ -37,7 +37,7 @@ setup(
classifiers=[
'Environment :: Plugins',
'Environment :: Web Environment',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2.7'
],
entry_points={'indico.plugins': {'importer_invenio = indico_importer_invenio.plugin:ImporterInvenioPlugin'}}

View File

@ -24,7 +24,7 @@ setup(
version='2.0',
description='Framework for pushing Indico event data to external services',
url='https://github.com/indico/indico-plugins',
license='https://www.gnu.org/licenses/gpl-3.0.txt',
license='MIT',
author='Indico Team',
author_email='indico-team@cern.ch',
packages=find_packages(),
@ -36,7 +36,7 @@ setup(
classifiers=[
'Environment :: Plugins',
'Environment :: Web Environment',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2.7'
],
entry_points={'indico.plugins': {'livesync = indico_livesync.plugin:LiveSyncPlugin'}}

View File

@ -24,7 +24,7 @@ setup(
version='1.0',
description='Debug target for the Indico LiveSync plugin',
url='https://github.com/indico/indico-plugins',
license='https://www.gnu.org/licenses/gpl-3.0.txt',
license='MIT',
author='Indico Team',
author_email='indico-team@cern.ch',
packages=find_packages(),
@ -37,7 +37,7 @@ setup(
classifiers=[
'Environment :: Plugins',
'Environment :: Web Environment',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2.7'
],
entry_points={'indico.plugins': {'livesync_debug = indico_livesync_debug.plugin:LiveSyncDebugPlugin'}}

View File

@ -24,7 +24,7 @@ setup(
version='1.0',
description='Invenio target for the Indico LiveSync plugin',
url='https://github.com/indico/indico-plugins',
license='https://www.gnu.org/licenses/gpl-3.0.txt',
license='MIT',
author='Indico Team',
author_email='indico-team@cern.ch',
packages=find_packages(),
@ -37,7 +37,7 @@ setup(
classifiers=[
'Environment :: Plugins',
'Environment :: Web Environment',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2.7'
],
entry_points={'indico.plugins': {'livesync_invenio = indico_livesync_invenio.plugin:InvenioLiveSyncPlugin'}}

View File

@ -24,7 +24,7 @@ setup(
version='1.0.1',
description='Payment plugin for Indico that can be used for custom payment information/links',
url='https://github.com/indico/indico-plugins',
license='https://www.gnu.org/licenses/gpl-3.0.txt',
license='MIT',
author='Indico Team',
author_email='indico-team@cern.ch',
packages=find_packages(),
@ -36,7 +36,7 @@ setup(
classifiers=[
'Environment :: Plugins',
'Environment :: Web Environment',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2.7'
],
entry_points={'indico.plugins': {'payment_manual = indico_payment_manual.plugin:ManualPaymentPlugin'}}

View File

@ -24,7 +24,7 @@ setup(
version='1.0',
description='PayPal payments for Indico event registration fees',
url='https://github.com/indico/indico-plugins',
license='https://www.gnu.org/licenses/gpl-3.0.txt',
license='MIT',
author='Indico Team',
author_email='indico-team@cern.ch',
packages=find_packages(),
@ -36,7 +36,7 @@ setup(
classifiers=[
'Environment :: Plugins',
'Environment :: Web Environment',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2.7'
],
entry_points={'indico.plugins': {'payment_paypal = indico_payment_paypal.plugin:PaypalPaymentPlugin'}}

View File

@ -8,7 +8,7 @@
"url": "git+https://github.com/indico/indico-plugins.git"
},
"author": "Indico Team <indico.team@cern.ch>",
"license": "GPL-3.0",
"license": "MIT",
"bugs": {
"url": "https://github.com/indico/indico-plugins/issues"
},

View File

@ -24,7 +24,7 @@ setup(
version='2.2-dev',
description='Piwik integration for global and event-specific statistics in Indico',
url='https://github.com/indico/indico-plugins',
license='https://www.gnu.org/licenses/gpl-3.0.txt',
license='MIT',
author='Indico Team',
author_email='indico-team@cern.ch',
packages=find_packages(),
@ -36,7 +36,7 @@ setup(
classifiers=[
'Environment :: Plugins',
'Environment :: Web Environment',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2.7'
],
entry_points={'indico.plugins': {'piwik = indico_piwik.plugin:PiwikPlugin'}}

View File

@ -24,7 +24,7 @@ setup(
version='1.0',
description='Syntax highlighter for code attachments in Indico',
url='https://github.com/indico/indico-plugins',
license='https://www.gnu.org/licenses/gpl-3.0.txt',
license='MIT',
author='Indico Team',
author_email='indico-team@cern.ch',
packages=find_packages(),

View File

@ -24,7 +24,7 @@ setup(
version='1.0',
description='Jupyter notebook rendering for attachments in Indico',
url='https://github.com/indico/indico-plugins',
license='https://www.gnu.org/licenses/gpl-3.0.txt',
license='MIT',
author='Indico Team',
author_email='indico-team@cern.ch',
packages=find_packages(),

View File

@ -24,7 +24,7 @@ setup(
version='2.2-dev',
description='Framework for searching content in Indico',
url='https://github.com/indico/indico-plugins',
license='https://www.gnu.org/licenses/gpl-3.0.txt',
license='MIT',
author='Indico Team',
author_email='indico-team@cern.ch',
packages=find_packages(),
@ -36,7 +36,7 @@ setup(
classifiers=[
'Environment :: Plugins',
'Environment :: Web Environment',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2.7'
],
entry_points={'indico.plugins': {'search = indico_search.plugin:SearchPlugin'}}

View File

@ -24,7 +24,7 @@ setup(
version='2.2-dev',
description='Invenio backend for the Indico Search plugin',
url='https://github.com/indico/indico-plugins',
license='https://www.gnu.org/licenses/gpl-3.0.txt',
license='MIT',
author='Indico Team',
author_email='indico-team@cern.ch',
packages=find_packages(),
@ -37,7 +37,7 @@ setup(
classifiers=[
'Environment :: Plugins',
'Environment :: Web Environment',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2.7'
],
entry_points={'indico.plugins': {'search_invenio = indico_search_invenio.plugin:InvenioSearchPlugin'}}

View File

@ -24,7 +24,7 @@ setup(
version='2.0.3',
description='S3 storage backend for Indico',
url='https://github.com/indico/indico-plugins',
license='https://www.gnu.org/licenses/gpl-3.0.txt',
license='MIT',
author='Indico Team',
author_email='indico-team@cern.ch',
packages=find_packages(),
@ -37,7 +37,7 @@ setup(
classifiers=[
'Environment :: Plugins',
'Environment :: Web Environment',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2.7'
],
entry_points={'indico.plugins': {'storage_s3 = indico_storage_s3.plugin:S3StoragePlugin'}}

View File

@ -24,7 +24,7 @@ setup(
version='1.0',
description='XRootD/EOS storage backend for Indico',
url='https://github.com/indico/indico-plugins',
license='https://www.gnu.org/licenses/gpl-3.0.txt',
license='MIT',
author='Indico Team',
author_email='indico-team@cern.ch',
py_modules=('indico_storage_xrootd',),
@ -37,7 +37,7 @@ setup(
classifiers=[
'Environment :: Plugins',
'Environment :: Web Environment',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2.7'
],
entry_points={'indico.plugins': {'storage_xrootd = indico_storage_xrootd:XRootDStoragePlugin'}}

View File

@ -24,7 +24,7 @@ setup(
version='1.0',
description='Dummy/example video-conferencing plugin for Indico',
url='https://github.com/indico/indico-plugins',
license='https://www.gnu.org/licenses/gpl-3.0.txt',
license='MIT',
author='Indico Team',
author_email='indico-team@cern.ch',
packages=find_packages(),
@ -36,7 +36,7 @@ setup(
classifiers=[
'Environment :: Plugins',
'Environment :: Web Environment',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2.7'
],
entry_points={'indico.plugins': {'vc_dummy = indico_vc_dummy.plugin:DummyPlugin'}}

View File

@ -24,7 +24,7 @@ setup(
version='2.2-dev',
description='Vidyo video-conferencing plugin for Indico',
url='https://github.com/indico/indico-plugins',
license='https://www.gnu.org/licenses/gpl-3.0.txt',
license='MIT',
author='Indico Team',
author_email='indico-team@cern.ch',
packages=find_packages(),
@ -37,7 +37,7 @@ setup(
classifiers=[
'Environment :: Plugins',
'Environment :: Web Environment',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2.7'
],
entry_points={'indico.plugins': {'vc_vidyo = indico_vc_vidyo.plugin:VidyoPlugin'}}