diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-02-28 17:29:53 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-02-28 17:29:53 +0300 |
commit | 68e89665a0f567fabb953f8ad3e94ca645742d8f (patch) | |
tree | c15bbd3135687ade636800224dd076ae9877f42e | |
parent | get.py: run commands in parallel + refactoring (diff) | |
download | linux-status-68e89665a0f567fabb953f8ad3e94ca645742d8f.tar.gz linux-status-68e89665a0f567fabb953f8ad3e94ca645742d8f.zip |
get.py: add licensing notes
-rwxr-xr-x | cgi-bin/get.py | 5 |
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 |