summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2018-09-26 09:38:36 +0200
committerGitHub <noreply@github.com>2018-09-26 09:38:36 +0200
commit3e929ad4ee249d54efd52c48889f611958b8c294 (patch)
tree2c826e5369172709a61f0f7dba7edf6d76afaf86
parentd245698a5a54d3e57ca4ed59a417e0b81cdc197e (diff)
give credit where credit is due (#4291)
Mostly add @l2isbad as an author.
-rw-r--r--python.d/cpufreq.chart.py3
-rw-r--r--python.d/example.chart.py2
-rw-r--r--python.d/ipfs.chart.py2
-rw-r--r--python.d/mysql.chart.py1
-rw-r--r--python.d/phpfpm.chart.py1
-rw-r--r--python.d/python_modules/bases/FrameworkServices/LogService.py1
-rw-r--r--python.d/python_modules/bases/FrameworkServices/SocketService.py1
-rw-r--r--python.d/tomcat.chart.py1
8 files changed, 9 insertions, 3 deletions
diff --git a/python.d/cpufreq.chart.py b/python.d/cpufreq.chart.py
index bf989bdc91..4e57998f71 100644
--- a/python.d/cpufreq.chart.py
+++ b/python.d/cpufreq.chart.py
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# Description: cpufreq netdata python.d module
-# Author: Pawel Krupa (paulfantom) and Steven Noonan (tycho)
+# Author: Pawel Krupa (paulfantom)
+# Author: Steven Noonan (tycho)
# SPDX-License-Identifier: GPL-3.0+
import glob
diff --git a/python.d/example.chart.py b/python.d/example.chart.py
index 36f9d9be8d..fb4531d7df 100644
--- a/python.d/example.chart.py
+++ b/python.d/example.chart.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Description: example netdata python.d module
-# Author: Pawel Krupa (paulfantom)
+# Author: Put your name here (your github login)
# SPDX-License-Identifier: GPL-3.0+
from random import SystemRandom
diff --git a/python.d/ipfs.chart.py b/python.d/ipfs.chart.py
index 955e9c643f..53b2330c81 100644
--- a/python.d/ipfs.chart.py
+++ b/python.d/ipfs.chart.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Description: IPFS netdata python.d module
-# Authors: Pawel Krupa (paulfantom), davidak
+# Authors: davidak
# SPDX-License-Identifier: GPL-3.0+
import json
diff --git a/python.d/mysql.chart.py b/python.d/mysql.chart.py
index c81ea4c77d..e3f4be8a1f 100644
--- a/python.d/mysql.chart.py
+++ b/python.d/mysql.chart.py
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# Description: MySQL netdata python.d module
# Author: Pawel Krupa (paulfantom)
+# Author: Ilya Mashchenko (l2isbad)
# SPDX-License-Identifier: GPL-3.0+
from bases.FrameworkServices.MySQLService import MySQLService
diff --git a/python.d/phpfpm.chart.py b/python.d/phpfpm.chart.py
index 4eec36e0d4..ab754d5fde 100644
--- a/python.d/phpfpm.chart.py
+++ b/python.d/phpfpm.chart.py
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# Description: PHP-FPM netdata python.d module
# Author: Pawel Krupa (paulfantom)
+# Author: Ilya Mashchenko (l2isbad)
# SPDX-License-Identifier: GPL-3.0+
import json
diff --git a/python.d/python_modules/bases/FrameworkServices/LogService.py b/python.d/python_modules/bases/FrameworkServices/LogService.py
index 4feff73013..241598973d 100644
--- a/python.d/python_modules/bases/FrameworkServices/LogService.py
+++ b/python.d/python_modules/bases/FrameworkServices/LogService.py
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# Description:
# Author: Pawel Krupa (paulfantom)
+# Author: Ilya Mashchenko (l2isbad)
# SPDX-License-Identifier: GPL-3.0+
from glob import glob
diff --git a/python.d/python_modules/bases/FrameworkServices/SocketService.py b/python.d/python_modules/bases/FrameworkServices/SocketService.py
index c248d46d73..63bb3201e5 100644
--- a/python.d/python_modules/bases/FrameworkServices/SocketService.py
+++ b/python.d/python_modules/bases/FrameworkServices/SocketService.py
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# Description:
# Author: Pawel Krupa (paulfantom)
+# Author: Ilya Mashchenko (l2isbad)
# SPDX-License-Identifier: GPL-3.0+
import socket
diff --git a/python.d/tomcat.chart.py b/python.d/tomcat.chart.py
index 7699c582f6..eaf8210641 100644
--- a/python.d/tomcat.chart.py
+++ b/python.d/tomcat.chart.py
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# Description: tomcat netdata python.d module
# Author: Pawel Krupa (paulfantom)
+# Author: Wei He (Wing924)
# SPDX-License-Identifier: GPL-3.0+
import xml.etree.ElementTree as ET