aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-02-28 17:29:53 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-02-28 17:29:53 +0300
commit68e89665a0f567fabb953f8ad3e94ca645742d8f (patch)
treec15bbd3135687ade636800224dd076ae9877f42e
parentget.py: run commands in parallel + refactoring (diff)
downloadlinux-status-68e89665a0f567fabb953f8ad3e94ca645742d8f.tar.gz
linux-status-68e89665a0f567fabb953f8ad3e94ca645742d8f.zip
get.py: add licensing notes
-rwxr-xr-xcgi-bin/get.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/cgi-bin/get.py b/cgi-bin/get.py
index 7841a15..dae200b 100755
--- a/cgi-bin/get.py
+++ b/cgi-bin/get.py
@@ -1,5 +1,10 @@
#!/usr/bin/env python3
+# Copyright (c) 2021 Egor Tensin <Egor.Tensin@gmail.com>
+# This file is part of the "linux-status" project.
+# For details, see https://github.com/egor-tensin/linux-status.
+# Distributed under the MIT License.
+
import abc
import cgi, cgitb
from collections import namedtuple