summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-12-27 13:36:25 +0700
committerShulhan <ms@kilabit.info>2025-12-27 13:36:25 +0700
commit9ac6c7af20c0e456a1551eca751221878fcc4a9e (patch)
treed21b408c4fddab1bbedeb31811467ee3cc0ca377
parente9340396d4fe00958e687008013edb1626e50329 (diff)
downloadciigo-9ac6c7af20c0e456a1551eca751221878fcc4a9e.tar.xz
all: update missing licenses and copyright information
-rw-r--r--_example/.gitignore2
-rw-r--r--internal/cmd/gocheck/main.go3
2 files changed, 3 insertions, 2 deletions
diff --git a/_example/.gitignore b/_example/.gitignore
index ed8cb1d..37384e4 100644
--- a/_example/.gitignore
+++ b/_example/.gitignore
@@ -1,2 +1,4 @@
+// SPDX-License-Identifier: GPL-3.0-or-later
+// SPDX-FileCopyrightText: 2020 Shulhan <ms@kilabit.info>
/.ciigo_rescan
/journal
diff --git a/internal/cmd/gocheck/main.go b/internal/cmd/gocheck/main.go
index cb9d378..044acf9 100644
--- a/internal/cmd/gocheck/main.go
+++ b/internal/cmd/gocheck/main.go
@@ -1,6 +1,5 @@
// SPDX-FileCopyrightText: 2024 M. Shulhan <ms@kilabit.info>
-//
-// SPDX-License-Identifier: BSD-3-Clause
+// 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.