From 3a046d728e7f399aa388d82140a6a89573e39ac1 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Mon, 28 Oct 2024 22:08:35 +0100 Subject: [PATCH] Add test attachment and its license file Introduced a new test attachment file for testing purposes. Also added a corresponding license file indicating copyright and licensing information for transparency and compliance. --- testdata/attachment | 1 + testdata/attachment.license | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 testdata/attachment create mode 100644 testdata/attachment.license diff --git a/testdata/attachment b/testdata/attachment new file mode 100644 index 0000000..fc21731 --- /dev/null +++ b/testdata/attachment @@ -0,0 +1 @@ +This is a test attachment diff --git a/testdata/attachment.license b/testdata/attachment.license new file mode 100644 index 0000000..615ea2b --- /dev/null +++ b/testdata/attachment.license @@ -0,0 +1,3 @@ +// SPDX-FileCopyrightText: Copyright (c) 2022-2024 The go-mail Authors +// +// SPDX-License-Identifier: MIT