From 9dbede8499afd5f6251b35f23d388b7c77c7ccb1 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Sun, 16 Feb 2025 13:23:45 +0100 Subject: [PATCH] Add SPDX license header to helper_test.go This commit adds the missing SPDX license headers to the file helper_test.go for clarity and legal compliance. It ensures proper attribution and consistent licensing information across the project. --- helper_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helper_test.go b/helper_test.go index 3dd90ba..a91657b 100644 --- a/helper_test.go +++ b/helper_test.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: The go-mail Authors +// +// SPDX-License-Identifier: MIT + package mail import (