aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2026-01-08 04:51:25 +0700
committerShulhan <ms@kilabit.info>2026-01-08 04:51:25 +0700
commit496c812f6e14b77408b71f7a35a3d755b8bbbf36 (patch)
treed12b51bcb11eaffab5a1dda8e044d3298390c4f5 /go.mod
parent2f6ebacaea7851be5c17a970514769dd3e9735e9 (diff)
downloadspdxconv-496c812f6e14b77408b71f7a35a3d755b8bbbf36.tar.xz
all: add missing license and copyright
Ah, the irony.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index feeffc8..fbfe07b 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,6 @@
+// SPDX-License-Identifier: GPL-3.0-only
+// SPDX-FileCopyrightText: 2025 M. Shulhan <ms@kilabit.info>
+
module git.sr.ht/~shulhan/spdxconv
go 1.24.0