From b87512b19fd60cee224b31c59eafe1e29f2580fd Mon Sep 17 00:00:00 2001
From: Teddy Wing
Date: Thu, 18 May 2023 14:57:28 +0200
Subject: testdata: Add missing license headers
---
testdata/function_argument.go | 19 +++++++++++++++++++
testdata/shadow.go | 19 +++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/testdata/function_argument.go b/testdata/function_argument.go
index db21eae..a72e8c8 100644
--- a/testdata/function_argument.go
+++ b/testdata/function_argument.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
func functionArgument(callback func()) {
diff --git a/testdata/shadow.go b/testdata/shadow.go
index a8c2b5f..c6cf11e 100644
--- a/testdata/shadow.go
+++ b/testdata/shadow.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 (
--
cgit v1.2.3