summaryrefslogtreecommitdiff
path: root/tests/pkg.go
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2026-07-21 14:34:57 +0200
committerStefan Majewsky <majewsky@gmx.net>2026-07-21 14:42:45 +0200
commit8e41472447315290b2748709e09b27372adc2b7c (patch)
tree6b8ee49e3ecbf3d1d9544a1f84e7d3244c6abd3e /tests/pkg.go
parente3179558f05e9bb2c8c57fe9d0e916cb829df11c (diff)
downloadgo-schwift-8e41472447315290b2748709e09b27372adc2b7c.tar.gz
convert copyright headers to SPDX format
Diffstat (limited to 'tests/pkg.go')
-rw-r--r--tests/pkg.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/pkg.go b/tests/pkg.go
index 7edd248..aed208e 100644
--- a/tests/pkg.go
+++ b/tests/pkg.go
@@ -1,3 +1,6 @@
+// SPDX-FileCopyrightText: 2021 Stefan Majewsky <majewsky@gmx.net>
+// SPDX-License-Identifier: Apache-2.0
+
package tests
// This empty source file is required to make `make test` work.