From 04219821e9985147a4802e195cc808e3928ab3d6 Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Wed, 8 May 2019 10:55:47 +0200 Subject: [PATCH] Update package licenses --- _meta/setup.py | 4 ++-- chat/setup.py | 4 ++-- importer/setup.py | 4 ++-- importer_invenio/setup.py | 4 ++-- livesync/setup.py | 4 ++-- livesync_debug/setup.py | 4 ++-- livesync_invenio/setup.py | 4 ++-- payment_manual/setup.py | 4 ++-- payment_paypal/setup.py | 4 ++-- piwik/package.json | 2 +- piwik/setup.py | 4 ++-- previewer_code/setup.py | 2 +- previewer_jupyter/setup.py | 2 +- search/setup.py | 4 ++-- search_invenio/setup.py | 4 ++-- storage_s3/setup.py | 4 ++-- storage_xrootd/setup.py | 4 ++-- vc_dummy/setup.py | 4 ++-- vc_vidyo/setup.py | 4 ++-- 19 files changed, 35 insertions(+), 35 deletions(-) diff --git a/_meta/setup.py b/_meta/setup.py index b32a17f..ab0256e 100644 --- a/_meta/setup.py +++ b/_meta/setup.py @@ -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', ] ) diff --git a/chat/setup.py b/chat/setup.py index cdd189a..d8e9785 100644 --- a/chat/setup.py +++ b/chat/setup.py @@ -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' ], diff --git a/importer/setup.py b/importer/setup.py index 3adcc60..5483e75 100644 --- a/importer/setup.py +++ b/importer/setup.py @@ -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'}} diff --git a/importer_invenio/setup.py b/importer_invenio/setup.py index 6e64975..b35ba8f 100644 --- a/importer_invenio/setup.py +++ b/importer_invenio/setup.py @@ -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'}} diff --git a/livesync/setup.py b/livesync/setup.py index 324ce54..9f695fa 100644 --- a/livesync/setup.py +++ b/livesync/setup.py @@ -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'}} diff --git a/livesync_debug/setup.py b/livesync_debug/setup.py index 483f5dd..3e6a83d 100644 --- a/livesync_debug/setup.py +++ b/livesync_debug/setup.py @@ -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'}} diff --git a/livesync_invenio/setup.py b/livesync_invenio/setup.py index ad68cc8..b0f3bd0 100644 --- a/livesync_invenio/setup.py +++ b/livesync_invenio/setup.py @@ -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'}} diff --git a/payment_manual/setup.py b/payment_manual/setup.py index 63dcc16..e4c8d71 100644 --- a/payment_manual/setup.py +++ b/payment_manual/setup.py @@ -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'}} diff --git a/payment_paypal/setup.py b/payment_paypal/setup.py index 01484c9..c8c4b42 100644 --- a/payment_paypal/setup.py +++ b/payment_paypal/setup.py @@ -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'}} diff --git a/piwik/package.json b/piwik/package.json index 26d2757..24875f8 100644 --- a/piwik/package.json +++ b/piwik/package.json @@ -8,7 +8,7 @@ "url": "git+https://github.com/indico/indico-plugins.git" }, "author": "Indico Team ", - "license": "GPL-3.0", + "license": "MIT", "bugs": { "url": "https://github.com/indico/indico-plugins/issues" }, diff --git a/piwik/setup.py b/piwik/setup.py index b4268f6..fc67a7a 100644 --- a/piwik/setup.py +++ b/piwik/setup.py @@ -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'}} diff --git a/previewer_code/setup.py b/previewer_code/setup.py index bfa3aea..51c71ea 100644 --- a/previewer_code/setup.py +++ b/previewer_code/setup.py @@ -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(), diff --git a/previewer_jupyter/setup.py b/previewer_jupyter/setup.py index 8087617..e245fa6 100644 --- a/previewer_jupyter/setup.py +++ b/previewer_jupyter/setup.py @@ -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(), diff --git a/search/setup.py b/search/setup.py index 578e8c0..af925e2 100644 --- a/search/setup.py +++ b/search/setup.py @@ -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'}} diff --git a/search_invenio/setup.py b/search_invenio/setup.py index 4236010..4c1c325 100644 --- a/search_invenio/setup.py +++ b/search_invenio/setup.py @@ -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'}} diff --git a/storage_s3/setup.py b/storage_s3/setup.py index fb92718..0380ddf 100644 --- a/storage_s3/setup.py +++ b/storage_s3/setup.py @@ -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'}} diff --git a/storage_xrootd/setup.py b/storage_xrootd/setup.py index 5b92b78..037423a 100644 --- a/storage_xrootd/setup.py +++ b/storage_xrootd/setup.py @@ -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'}} diff --git a/vc_dummy/setup.py b/vc_dummy/setup.py index c1986ce..8487a75 100644 --- a/vc_dummy/setup.py +++ b/vc_dummy/setup.py @@ -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'}} diff --git a/vc_vidyo/setup.py b/vc_vidyo/setup.py index ea66266..4c2a8f3 100644 --- a/vc_vidyo/setup.py +++ b/vc_vidyo/setup.py @@ -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'}}