Make everything MIT license
This commit is contained in:
parent
6d180e3fc9
commit
1849db2ad0
21 changed files with 26 additions and 20 deletions
6
AUTHORS
6
AUTHORS
|
@ -2,16 +2,22 @@ Aivars Šterns <asterns@evolutiongaming.com>
|
|||
Angel Velasquez <avelasquez@sangoma.com>
|
||||
Angel Velásquez <angvp@archlinux.org>
|
||||
Angel Velásquez <avelasquez@sangoma.com>
|
||||
Arindam Choudhury <arindam@live.com>
|
||||
Christian Blunden <christian.blunden@gmail.com>
|
||||
int32bit <krystism@gmail.com>
|
||||
Jacek Grzechnik <jacek.grzechnik@mbank.pl>
|
||||
Joao Mesquita <jmesquita@sangoma.com>
|
||||
Marco <marco@supino.org>
|
||||
Marco Supino <marco@drivenets.net>
|
||||
marksmyth <smythmark1980@gmail.com>
|
||||
Minh Danh <minhdanh@hoiio.com>
|
||||
Moises Silva <msilva@sangoma.com>
|
||||
Nick Satterly <nick.satterly@theguardian.com>
|
||||
Rafael Matias <rafael.matias@centralway.com>
|
||||
root <root@ubu001.pod01.secdo.net>
|
||||
Scott Mullaly <scott.mullaly@orionhealth.com>
|
||||
SK <skobolo@gmail.com>
|
||||
thehill <thehill@users.noreply.github.com>
|
||||
Карамышев Степан <karamyshev@corp.sputnik.ru>
|
||||
|
||||
|
||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2014-2016 Nick Satterly
|
||||
Copyright (c) 2014-2017 Nick Satterly and AUTHORS
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
@ -54,5 +54,5 @@ Plugins
|
|||
License
|
||||
-------
|
||||
|
||||
Copyright (c) 2014-2017 Nick Satterly. Available under the MIT License.
|
||||
Copyright (c) 2014-2017 Nick Satterly and [AUTHORS](AUTHORS). Available under the MIT License.
|
||||
|
||||
|
|
|
@ -161,4 +161,4 @@ To execute unit-tests run:
|
|||
License
|
||||
-------
|
||||
|
||||
Copyright (c) 2015-2016 Nick Satterly and [AUTHORS](AUTHORS). Available under the MIT License.
|
||||
Copyright (c) 2015-2016 Nick Satterly and [AUTHORS](/AUTHORS). Available under the MIT License.
|
||||
|
|
|
@ -7,7 +7,7 @@ setuptools.setup(
|
|||
version='3.3.2',
|
||||
description='Alerta script for SNMP traps',
|
||||
url='https://github.com/alerta/alerta-contrib',
|
||||
license='Apache License 2.0',
|
||||
license='MIT',
|
||||
author='Nick Satterly',
|
||||
author_email='nick.satterly@theguardian.com',
|
||||
py_modules=['handler'],
|
||||
|
|
|
@ -9,7 +9,7 @@ setuptools.setup(
|
|||
version=version,
|
||||
description='Alerta integration for AWS SQS',
|
||||
url='https://github.com/alerta/alerta-contrib',
|
||||
license='Apache License 2.0',
|
||||
license='MIT',
|
||||
author='Nick Satterly',
|
||||
author_email='nick.satterly@theguardian.com',
|
||||
py_modules=['alerta_sqs'],
|
||||
|
|
|
@ -9,7 +9,7 @@ setuptools.setup(
|
|||
version=version,
|
||||
description='Alerta script for Syslog messages',
|
||||
url='https://github.com/alerta/alerta-contrib',
|
||||
license='Apache License 2.0',
|
||||
license='MIT',
|
||||
author='Nick Satterly',
|
||||
author_email='nick.satterly@theguardian.com',
|
||||
py_modules=['syslogfwder'],
|
||||
|
|
|
@ -9,7 +9,7 @@ setuptools.setup(
|
|||
version=version,
|
||||
description='Alerta script for URL monitoring',
|
||||
url='https://github.com/alerta/alerta-contrib',
|
||||
license='Apache License 2.0',
|
||||
license='MIT',
|
||||
author='Nick Satterly',
|
||||
author_email='nick.satterly@theguardian.com',
|
||||
py_modules=['urlmon'],
|
||||
|
|
|
@ -8,7 +8,7 @@ setup(
|
|||
version=version,
|
||||
description='Alerta plugin for AMQP messaging',
|
||||
url='https://github.com/alerta/alerta-contrib',
|
||||
license='Apache License 2.0',
|
||||
license='MIT',
|
||||
author='Nick Satterly',
|
||||
author_email='nick.satterly@theguardian.com',
|
||||
packages=find_packages(),
|
||||
|
|
|
@ -8,7 +8,7 @@ setup(
|
|||
version=version,
|
||||
description='Alerta plugin for Cachet status page',
|
||||
url='https://github.com/alerta/alerta-contrib',
|
||||
license='Apache License 2.0',
|
||||
license='MIT',
|
||||
author='Nick Satterly',
|
||||
author_email='nick.satterly@theguardian.com',
|
||||
packages=find_packages(),
|
||||
|
|
|
@ -8,7 +8,7 @@ setup(
|
|||
version=version,
|
||||
description='Alerta plugin for alert enhancement',
|
||||
url='https://github.com/alerta/alerta-contrib',
|
||||
license='Apache License 2.0',
|
||||
license='MIT',
|
||||
author='Nick Satterly',
|
||||
author_email='nick.satterly@theguardian.com',
|
||||
packages=find_packages(),
|
||||
|
|
|
@ -8,7 +8,7 @@ setup(
|
|||
version=version,
|
||||
description='Alerta plugin for GeoIP Lookup',
|
||||
url='https://github.com/alerta/alerta-contrib',
|
||||
license='Apache License 2.0',
|
||||
license='MIT',
|
||||
author='Nick Satterly',
|
||||
author_email='nick.satterly@theguardian.com',
|
||||
packages=find_packages(),
|
||||
|
|
|
@ -8,7 +8,7 @@ setup(
|
|||
version=version,
|
||||
description='Alerta plugin for HipChat',
|
||||
url='https://github.com/alerta/alerta-contrib',
|
||||
license='Apache License 2.0',
|
||||
license='MIT',
|
||||
author='Nick Satterly',
|
||||
author_email='nick.satterly@theguardian.com',
|
||||
packages=find_packages(),
|
||||
|
|
|
@ -8,7 +8,7 @@ setup(
|
|||
version=version,
|
||||
description='Alerta plugin for InfluxDB v1.1',
|
||||
url='https://github.com/alerta/alerta-contrib',
|
||||
license='Apache License 2.0',
|
||||
license='MIT',
|
||||
author='Nick Satterly',
|
||||
author_email='nick.satterly@theguardian.com',
|
||||
packages=find_packages(),
|
||||
|
|
|
@ -8,7 +8,7 @@ setup(
|
|||
version=version,
|
||||
description='Alerta plugin for ELK logstash',
|
||||
url='https://github.com/alerta/alerta-contrib',
|
||||
license='Apache License 2.0',
|
||||
license='MIT',
|
||||
author='Nick Satterly',
|
||||
author_email='nick.satterly@theguardian.com',
|
||||
packages=find_packages(),
|
||||
|
|
|
@ -8,7 +8,7 @@ setup(
|
|||
version=version,
|
||||
description='Alerta plugin for alert normalisation',
|
||||
url='https://github.com/alerta/alerta-contrib',
|
||||
license='Apache License 2.0',
|
||||
license='MIT',
|
||||
author='Nick Satterly',
|
||||
author_email='nick.satterly@theguardian.com',
|
||||
packages=find_packages(),
|
||||
|
|
|
@ -8,7 +8,7 @@ setup(
|
|||
version=version,
|
||||
description='Alerta plugin for PagerDuty',
|
||||
url='https://github.com/alerta/alerta-contrib',
|
||||
license='Apache License 2.0',
|
||||
license='MIT',
|
||||
author='Nick Satterly',
|
||||
author_email='nick.satterly@theguardian.com',
|
||||
packages=find_packages(),
|
||||
|
|
|
@ -8,7 +8,7 @@ setup(
|
|||
version=version,
|
||||
description='Alerta plugin for Prometheus Alertmanager',
|
||||
url='https://github.com/alerta/alerta-contrib',
|
||||
license='Apache License 2.0',
|
||||
license='MIT',
|
||||
author='Nick Satterly',
|
||||
author_email='nick.satterly@theguardian.com',
|
||||
packages=find_packages(),
|
||||
|
|
|
@ -8,7 +8,7 @@ setup(
|
|||
version=version,
|
||||
description='Alerta plugin for sending alerts to pubsub',
|
||||
url='https://github.com/alerta/alerta-contrib',
|
||||
license='Apache License 2.0',
|
||||
license='MIT',
|
||||
author='Arindam Choudhury',
|
||||
author_email='arindam@live.com',
|
||||
packages=find_packages(),
|
||||
|
|
|
@ -8,7 +8,7 @@ setup(
|
|||
version=version,
|
||||
description='Alerta plugin for AWS SNS',
|
||||
url='https://github.com/alerta/alerta-contrib',
|
||||
license='Apache License 2.0',
|
||||
license='MIT',
|
||||
author='Nick Satterly',
|
||||
author_email='nick.satterly@theguardian.com',
|
||||
packages=find_packages(),
|
||||
|
|
|
@ -8,7 +8,7 @@ setup(
|
|||
version=version,
|
||||
description='Alerta plugin for Twilio SMS',
|
||||
url='https://github.com/alerta/alerta-contrib',
|
||||
license='Apache License 2.0',
|
||||
license='MIT',
|
||||
author='Nick Satterly',
|
||||
author_email='nick.satterly@theguardian.com',
|
||||
packages=find_packages(),
|
||||
|
|
Loading…
Add table
Reference in a new issue