From a26db09e5492bae3f74aaef91d423df1decf2311 Mon Sep 17 00:00:00 2001 From: James Houlahan Date: Tue, 25 Oct 2022 18:00:19 +0200 Subject: [PATCH] Other: Add missing license --- tests/main_test.go | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/tests/main_test.go b/tests/main_test.go index 1e6d068d..6118fa01 100644 --- a/tests/main_test.go +++ b/tests/main_test.go @@ -1,3 +1,20 @@ +// Copyright (c) 2022 Proton AG +// +// This file is part of Proton Mail Bridge. +// +// Proton Mail Bridge is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// Proton Mail Bridge is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with Proton Mail Bridge. If not, see . + package tests import (