From bf44fd2ad14988479d763896bde8712c40be0223 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Mon, 21 Oct 2024 22:26:30 +0200 Subject: [PATCH] Add SPDX license headers to auth_test.go Included the SPDX license identifiers for copyright and license type at the beginning of the auth_test.go file. This ensures clear licensing information is provided and helps with automated license compliance. --- auth_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/auth_test.go b/auth_test.go index 984dbd6..fcb017e 100644 --- a/auth_test.go +++ b/auth_test.go @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2024 The go-mail Authors +// +// SPDX-License-Identifier: MIT + package mail import "testing"