Skip to content

Commit 1849db2

Browse files
committed
Make everything MIT license
1 parent 6d180e3 commit 1849db2

File tree

21 files changed

+26
-20
lines changed

21 files changed

+26
-20
lines changed

Diff for: AUTHORS

+6
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,22 @@ Aivars Šterns <[email protected]>
22
Angel Velasquez <[email protected]>
33
Angel Velásquez <[email protected]>
44
Angel Velásquez <[email protected]>
5+
Arindam Choudhury <[email protected]>
6+
Christian Blunden <[email protected]>
57
68
Jacek Grzechnik <[email protected]>
79
Joao Mesquita <[email protected]>
810
11+
Marco Supino <[email protected]>
12+
marksmyth <[email protected]>
913
Minh Danh <[email protected]>
1014
Moises Silva <[email protected]>
1115
Nick Satterly <[email protected]>
1216
Rafael Matias <[email protected]>
1317
18+
Scott Mullaly <[email protected]>
1419
20+
1521
Карамышев Степан <[email protected]>
1622

1723

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2014-2016 Nick Satterly
3+
Copyright (c) 2014-2017 Nick Satterly and AUTHORS
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ Plugins
5454
License
5555
-------
5656

57-
Copyright (c) 2014-2017 Nick Satterly. Available under the MIT License.
57+
Copyright (c) 2014-2017 Nick Satterly and [AUTHORS](AUTHORS). Available under the MIT License.
5858

Diff for: integrations/mailer/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,4 @@ To execute unit-tests run:
161161
License
162162
-------
163163

164-
Copyright (c) 2015-2016 Nick Satterly and [AUTHORS](AUTHORS). Available under the MIT License.
164+
Copyright (c) 2015-2016 Nick Satterly and [AUTHORS](/AUTHORS). Available under the MIT License.

Diff for: integrations/snmptrap/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
version='3.3.2',
88
description='Alerta script for SNMP traps',
99
url='https://github.com/alerta/alerta-contrib',
10-
license='Apache License 2.0',
10+
license='MIT',
1111
author='Nick Satterly',
1212
author_email='[email protected]',
1313
py_modules=['handler'],

Diff for: integrations/sqs/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
version=version,
1010
description='Alerta integration for AWS SQS',
1111
url='https://github.com/alerta/alerta-contrib',
12-
license='Apache License 2.0',
12+
license='MIT',
1313
author='Nick Satterly',
1414
author_email='[email protected]',
1515
py_modules=['alerta_sqs'],

Diff for: integrations/syslog/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
version=version,
1010
description='Alerta script for Syslog messages',
1111
url='https://github.com/alerta/alerta-contrib',
12-
license='Apache License 2.0',
12+
license='MIT',
1313
author='Nick Satterly',
1414
author_email='[email protected]',
1515
py_modules=['syslogfwder'],

Diff for: integrations/urlmon/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
version=version,
1010
description='Alerta script for URL monitoring',
1111
url='https://github.com/alerta/alerta-contrib',
12-
license='Apache License 2.0',
12+
license='MIT',
1313
author='Nick Satterly',
1414
author_email='[email protected]',
1515
py_modules=['urlmon'],

Diff for: plugins/amqp/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
version=version,
99
description='Alerta plugin for AMQP messaging',
1010
url='https://github.com/alerta/alerta-contrib',
11-
license='Apache License 2.0',
11+
license='MIT',
1212
author='Nick Satterly',
1313
author_email='[email protected]',
1414
packages=find_packages(),

Diff for: plugins/cachet/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
version=version,
99
description='Alerta plugin for Cachet status page',
1010
url='https://github.com/alerta/alerta-contrib',
11-
license='Apache License 2.0',
11+
license='MIT',
1212
author='Nick Satterly',
1313
author_email='[email protected]',
1414
packages=find_packages(),

Diff for: plugins/enhance/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
version=version,
99
description='Alerta plugin for alert enhancement',
1010
url='https://github.com/alerta/alerta-contrib',
11-
license='Apache License 2.0',
11+
license='MIT',
1212
author='Nick Satterly',
1313
author_email='[email protected]',
1414
packages=find_packages(),

Diff for: plugins/geoip/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
version=version,
99
description='Alerta plugin for GeoIP Lookup',
1010
url='https://github.com/alerta/alerta-contrib',
11-
license='Apache License 2.0',
11+
license='MIT',
1212
author='Nick Satterly',
1313
author_email='[email protected]',
1414
packages=find_packages(),

Diff for: plugins/hipchat/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
version=version,
99
description='Alerta plugin for HipChat',
1010
url='https://github.com/alerta/alerta-contrib',
11-
license='Apache License 2.0',
11+
license='MIT',
1212
author='Nick Satterly',
1313
author_email='[email protected]',
1414
packages=find_packages(),

Diff for: plugins/influxdb/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
version=version,
99
description='Alerta plugin for InfluxDB v1.1',
1010
url='https://github.com/alerta/alerta-contrib',
11-
license='Apache License 2.0',
11+
license='MIT',
1212
author='Nick Satterly',
1313
author_email='[email protected]',
1414
packages=find_packages(),

Diff for: plugins/logstash/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
version=version,
99
description='Alerta plugin for ELK logstash',
1010
url='https://github.com/alerta/alerta-contrib',
11-
license='Apache License 2.0',
11+
license='MIT',
1212
author='Nick Satterly',
1313
author_email='[email protected]',
1414
packages=find_packages(),

Diff for: plugins/normalise/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
version=version,
99
description='Alerta plugin for alert normalisation',
1010
url='https://github.com/alerta/alerta-contrib',
11-
license='Apache License 2.0',
11+
license='MIT',
1212
author='Nick Satterly',
1313
author_email='[email protected]',
1414
packages=find_packages(),

Diff for: plugins/pagerduty/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
version=version,
99
description='Alerta plugin for PagerDuty',
1010
url='https://github.com/alerta/alerta-contrib',
11-
license='Apache License 2.0',
11+
license='MIT',
1212
author='Nick Satterly',
1313
author_email='[email protected]',
1414
packages=find_packages(),

Diff for: plugins/prometheus/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
version=version,
99
description='Alerta plugin for Prometheus Alertmanager',
1010
url='https://github.com/alerta/alerta-contrib',
11-
license='Apache License 2.0',
11+
license='MIT',
1212
author='Nick Satterly',
1313
author_email='[email protected]',
1414
packages=find_packages(),

Diff for: plugins/pubsub/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
version=version,
99
description='Alerta plugin for sending alerts to pubsub',
1010
url='https://github.com/alerta/alerta-contrib',
11-
license='Apache License 2.0',
11+
license='MIT',
1212
author='Arindam Choudhury',
1313
author_email='[email protected]',
1414
packages=find_packages(),

Diff for: plugins/sns/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
version=version,
99
description='Alerta plugin for AWS SNS',
1010
url='https://github.com/alerta/alerta-contrib',
11-
license='Apache License 2.0',
11+
license='MIT',
1212
author='Nick Satterly',
1313
author_email='[email protected]',
1414
packages=find_packages(),

Diff for: plugins/twilio/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
version=version,
99
description='Alerta plugin for Twilio SMS',
1010
url='https://github.com/alerta/alerta-contrib',
11-
license='Apache License 2.0',
11+
license='MIT',
1212
author='Nick Satterly',
1313
author_email='[email protected]',
1414
packages=find_packages(),

0 commit comments

Comments
 (0)