From b380bbf1eca4594220bf97027d11c5264749f601 Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Fri, 23 Feb 2024 17:36:35 +0100 Subject: [PATCH] Add licensing and copyright information --- pfdl_scheduler/utils/log_entry_observer.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pfdl_scheduler/utils/log_entry_observer.py b/pfdl_scheduler/utils/log_entry_observer.py index 529d08c..b4723b5 100644 --- a/pfdl_scheduler/utils/log_entry_observer.py +++ b/pfdl_scheduler/utils/log_entry_observer.py @@ -1,3 +1,9 @@ +# Copyright The PFDL Contributors +# +# Licensed under the MIT License. +# For details on the licensing terms, see the LICENSE file. +# SPDX-License-Identifier: MIT + """This module provides the LogEntryObserver which implements the Observer pattern. The scheduler notifies about log entries, so this class is used to catch these