From c8c7d18ba913fc088e5bb8f687f6aba3f768ef8d Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Sun, 27 Oct 2024 10:30:20 +0100 Subject: [PATCH] Add test attachment with license information Introduced a new test attachment file to the testdata directory. Included a corresponding license file to specify copyright and licensing details. --- testdata/attachment.txt | 1 + testdata/attachment.txt.license | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 testdata/attachment.txt create mode 100644 testdata/attachment.txt.license diff --git a/testdata/attachment.txt b/testdata/attachment.txt new file mode 100644 index 0000000..fc21731 --- /dev/null +++ b/testdata/attachment.txt @@ -0,0 +1 @@ +This is a test attachment diff --git a/testdata/attachment.txt.license b/testdata/attachment.txt.license new file mode 100644 index 0000000..615ea2b --- /dev/null +++ b/testdata/attachment.txt.license @@ -0,0 +1,3 @@ +// SPDX-FileCopyrightText: Copyright (c) 2022-2024 The go-mail Authors +// +// SPDX-License-Identifier: MIT