From e31bff080216fc641dc10d255f4699115899e5e8 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Tue, 2 Aug 2022 03:37:10 +0200 Subject: [PATCH] test/nbt_writestring_failure_mode: Add license information --- src/test/nbt_writestring_failure_mode.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/test/nbt_writestring_failure_mode.cpp b/src/test/nbt_writestring_failure_mode.cpp index 93b7d09..042b624 100644 --- a/src/test/nbt_writestring_failure_mode.cpp +++ b/src/test/nbt_writestring_failure_mode.cpp @@ -1,3 +1,18 @@ +// Copyright 2022, FOSS-VG Developers and Contributers +// +// This program is free software: you can redistribute it and/or modify it +// under the terms of the GNU Affero General Public License as published +// by the Free Software Foundation, version 3. +// +// This program 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 Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// version 3 along with this program. +// If not, see https://www.gnu.org/licenses/agpl-3.0.en.html + #include #include #include