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.
This commit is contained in:
Winni Neessen 2024-10-21 22:26:30 +02:00
parent 7bebdda27c
commit bf44fd2ad1
Signed by: wneessen
GPG key ID: 385AC9889632126E

View file

@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2024 The go-mail Authors
//
// SPDX-License-Identifier: MIT
package mail package mail
import "testing" import "testing"