Make everything MIT license

This commit is contained in:
Nick Satterly 2017-05-10 10:09:13 +01:00
parent 6d180e3fc9
commit 1849db2ad0
21 changed files with 26 additions and 20 deletions
AUTHORSLICENSEREADME.md
integrations
mailer
snmptrap
sqs
syslog
urlmon
plugins
amqp
cachet
enhance
geoip
hipchat
influxdb
logstash
normalise
pagerduty
prometheus
pubsub
sns
twilio

View file

@ -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>

View file

@ -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

View file

@ -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.

View file

@ -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.

View file

@ -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'],

View file

@ -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'],

View file

@ -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'],

View file

@ -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'],

View file

@ -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(),

View file

@ -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(),

View file

@ -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(),

View file

@ -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(),

View file

@ -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(),

View file

@ -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(),

View file

@ -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(),

View file

@ -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(),

View file

@ -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(),

View file

@ -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(),

View file

@ -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(),

View file

@ -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(),

View file

@ -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(),