diff options
Diffstat (limited to 'cgi-bin/get.py')
-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 |