aboutsummaryrefslogtreecommitdiff
path: root/internal/cmd/gocheck/main.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-12-29 15:08:08 +0700
committerShulhan <ms@kilabit.info>2025-12-29 15:08:08 +0700
commit76df394598f5953a2cba14ca0f95c4d9e52e9469 (patch)
tree3df469aeb67ab5320aa20bb3e12383663cc71f17 /internal/cmd/gocheck/main.go
parent4654d45c96f86133bc0258d67c919dea7884fc46 (diff)
downloadhaminer-76df394598f5953a2cba14ca0f95c4d9e52e9469.tar.xz
all: add missing SPDX license to all files
Convert the old ".reuse/dep5" format to REUSE.toml format using "reuse convert-dep5" command. For generated files, add the ".license" file. Using "reuse annotate ..." it automatically add empty line after "SPDX-FileCopyrightText:", and it also put "SPDX-FileCopyrightText" above the "SPDX-License-Identifier". Now, this project is compliant with version 3.3 of the REUSE Specification.
Diffstat (limited to 'internal/cmd/gocheck/main.go')
-rw-r--r--internal/cmd/gocheck/main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/cmd/gocheck/main.go b/internal/cmd/gocheck/main.go
index 112c08a..956e790 100644
--- a/internal/cmd/gocheck/main.go
+++ b/internal/cmd/gocheck/main.go
@@ -1,5 +1,6 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
// SPDX-FileCopyrightText: 2024 M. Shulhan <ms@kilabit.info>
+//
+// SPDX-License-Identifier: GPL-3.0-or-later
// Program gocheck implement go static analysis using [Analyzer] that are not
// included in the default go vet.