summaryrefslogtreecommitdiffstats
path: root/src/log.py
diff options
context:
space:
mode:
authorJose M. Guisado <jguisado@soleta.eu>2023-04-18 15:50:43 +0200
committerJose M. Guisado <jguisado@soleta.eu>2023-04-18 17:26:40 +0200
commit2ddea6d5143c9a1bc7e207735ac9b5b249f6470f (patch)
treed3e0699cb33b2e3126f77515588c6d738d48a46d /src/log.py
parentee80dc89ad8227e277bf39d12bcbe7ef0176b8a3 (diff)
src: add missing copyright noticesv1.2.8
Diffstat (limited to 'src/log.py')
-rw-r--r--src/log.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/log.py b/src/log.py
index e62da7f..aaad319 100644
--- a/src/log.py
+++ b/src/log.py
@@ -1,3 +1,11 @@
+#
+# Copyright (C) 2023 Soleta Networks <info@soleta.eu>
+#
+# This program is free software: you can redistribute it and/or modify it under
+# the terms of the GNU Affero General Public License as published by the
+# Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+
import logging
import logging.config
import os