diff options
author | Teddy Wing | 2023-05-16 22:19:58 +0200 |
---|---|---|
committer | Teddy Wing | 2023-05-16 22:19:58 +0200 |
commit | 25c10d21af917a01714930e19e3188f07bf098d5 (patch) | |
tree | dd3ee142f95b7ed6a11f03c045b857d7b4f0a7ae /gocapturedrefrace_test.go | |
parent | 620d5bb8d1c671ebf2090ab2dc9f0c147e34e55e (diff) | |
download | gocapturedrefrace-25c10d21af917a01714930e19e3188f07bf098d5.tar.bz2 |
Add license (GNU GPLv3+)
Diffstat (limited to 'gocapturedrefrace_test.go')
-rw-r--r-- | gocapturedrefrace_test.go | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gocapturedrefrace_test.go b/gocapturedrefrace_test.go index d2e82b2..fd5fc53 100644 --- a/gocapturedrefrace_test.go +++ b/gocapturedrefrace_test.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 +// <https://www.gnu.org/licenses/>. + + package gocapturedrefrace_test import ( |