From c47eef1a765a8026431327f2db432b8e6a4b1492 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 7 Jun 2020 00:29:55 -0400 Subject: [PATCH] Add missing license header to smtp/server_test.go. --- smtp/server_test.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/smtp/server_test.go b/smtp/server_test.go index 09cb306..bfb37be 100644 --- a/smtp/server_test.go +++ b/smtp/server_test.go @@ -1,3 +1,9 @@ +// mailpopbox +// Copyright 2020 Blue Static +// This program is free software licensed under the GNU General Public License, +// version 3.0. The full text of the license can be found in LICENSE.txt. +// SPDX-License-Identifier: GPL-3.0-only + package smtp import ( -- 2.22.5