From 9ac6c7af20c0e456a1551eca751221878fcc4a9e Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 27 Dec 2025 13:36:25 +0700 Subject: all: update missing licenses and copyright information --- _example/.gitignore | 2 ++ internal/cmd/gocheck/main.go | 3 +-- 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 /.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 -// -// 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. -- cgit v1.3