From 6e44b2ad195e13b0a40dc2a7d18559e426a3c93d Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Wed, 19 Nov 2025 18:20:54 +0100 Subject: [PATCH] chore: Restore license header --- server/utils/send_notifications.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/utils/send_notifications.py b/server/utils/send_notifications.py index c6d4d7a3..974593ed 100644 --- a/server/utils/send_notifications.py +++ b/server/utils/send_notifications.py @@ -1,3 +1,6 @@ +# Copyright (c) 2024 PLANKA Software GmbH +# Licensed under the Fair Use License: https://github.com/plankanban/planka/blob/master/LICENSE.md + import sys import json import logging