From 25c10d21af917a01714930e19e3188f07bf098d5 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Tue, 16 May 2023 22:19:58 +0200 Subject: Add license (GNU GPLv3+) --- testdata/simple.go | 19 +++++++++++++++++++ testdata/struct_reference.go | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) (limited to 'testdata') diff --git a/testdata/simple.go b/testdata/simple.go index 772b58c..191499e 100644 --- a/testdata/simple.go +++ b/testdata/simple.go @@ -1,3 +1,22 @@ +// Copyright (c) 2023 Teddy Wing +// +// This file is part of Gocapturedrefrace. +// +// Gocapturedrefrace 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. +// +// Gocapturedrefrace 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 Gocapturedrefrace. If not, see +// . + + package main import "strings" diff --git a/testdata/struct_reference.go b/testdata/struct_reference.go index 98d627f..000be1d 100644 --- a/testdata/struct_reference.go +++ b/testdata/struct_reference.go @@ -1,3 +1,22 @@ +// Copyright (c) 2023 Teddy Wing +// +// This file is part of Gocapturedrefrace. +// +// Gocapturedrefrace 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. +// +// Gocapturedrefrace 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 Gocapturedrefrace. If not, see +// . + + package main type AStruct struct { -- cgit v1.2.3