From 5c63cdd534c87b75c040ce8db09c7094102e4cb3 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 15 Sep 2026 13:46:12 +0200 Subject: fix: add the GPLv2 header to the policy test --- internal/notify/policy_test.go | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'internal/notify/policy_test.go') diff --git a/internal/notify/policy_test.go b/internal/notify/policy_test.go index 256c374..ef5bb72 100644 --- a/internal/notify/policy_test.go +++ b/internal/notify/policy_test.go @@ -1,3 +1,14 @@ +// Copyright (C) 2026 Danilo M. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License version 2 as +// published by the Free Software Foundation. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + package notify import ( -- cgit v1.2.3