summaryrefslogtreecommitdiffstats
path: root/python.d/python_modules
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <ahferroin7@gmail.com>2018-06-01 11:45:36 -0400
committerAustin S. Hemmelgarn <ahferroin7@gmail.com>2018-06-01 11:45:36 -0400
commitfd24ac92d2faac5c2a5d669c08f26361c3c24143 (patch)
tree1ae4428702499794de0874717b64ad2ae8c4080a /python.d/python_modules
parent04c501ecbcd2a6619ddbcb73a8214a026b89817d (diff)
Add SPDX license tag for mcrcon redistributed code.
Diffstat (limited to 'python.d/python_modules')
-rw-r--r--python.d/python_modules/third_party/mcrcon.py19
1 files changed, 1 insertions, 18 deletions
diff --git a/python.d/python_modules/third_party/mcrcon.py b/python.d/python_modules/third_party/mcrcon.py
index 6105992797..a65a304b64 100644
--- a/python.d/python_modules/third_party/mcrcon.py
+++ b/python.d/python_modules/third_party/mcrcon.py
@@ -2,24 +2,7 @@
#
# Copyright (C) 2015 Barnaby Gale
#
-# Permission is hereby granted, free of charge, to any person obtaining a copy
-# of this software and associated documentation files (the "Software"), to
-# deal in the Software without restriction, including without limitation the
-# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
-# sell copies of the Software, and to permit persons to whom the Software is
-# furnished to do so, subject to the following conditions:
-#
-# The above copyright notice and this permission notice shall be included in
-# all copies of the Software and its documentation and acknowledgment shall be
-# given in the documentation and software packages that this Software was
-# used.
-#
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
-# THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+# SPDX-License-Identifier: MIT
import socket
import select