From 68e89665a0f567fabb953f8ad3e94ca645742d8f Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 28 Feb 2021 17:29:53 +0300 Subject: get.py: add licensing notes --- cgi-bin/get.py | 5 +++++ 1 file changed, 5 insertions(+) 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 +# 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 -- cgit v1.2.3