diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-15 13:46:12 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-15 13:46:12 +0200 |
| commit | 5c63cdd534c87b75c040ce8db09c7094102e4cb3 (patch) | |
| tree | 897d022791cde3ca889fdc41b5812637ab76e576 /internal/notify/policy_test.go | |
| parent | cb273a7561a390f829dbc677d3f3d6e2940dbc2d (diff) | |
| download | notifyd-5c63cdd534c87b75c040ce8db09c7094102e4cb3.tar.gz notifyd-5c63cdd534c87b75c040ce8db09c7094102e4cb3.zip | |
fix: add the GPLv2 header to the policy test
Diffstat (limited to 'internal/notify/policy_test.go')
| -rw-r--r-- | internal/notify/policy_test.go | 11 |
1 files changed, 11 insertions, 0 deletions
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. <danix@danix.xyz> +// +// 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 ( |
