diff options
| author | Shulhan <ms@kilabit.info> | 2024-04-06 18:09:17 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-04-06 19:28:53 +0700 |
| commit | def8f703c311acedc77310557f3363eee2de7957 (patch) | |
| tree | b7d4338cea1c90b43c8e77baa98bb85b81ba0870 /go.mod | |
| parent | 3245b00f0246f7f2f0afd8635cfd3ff9bf2cf584 (diff) | |
| download | kamusku-def8f703c311acedc77310557f3363eee2de7957.tar.xz | |
all: re-license the project to GPL-3.0 or later
For the reason why we choose GPL v3 see
https://kilabit.info/journal/2022/gpl/.
While at it, we make the project comply with REUSE Specification
version 3.0.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2020 M. Shulhan <ms@kilabit.info> +// SPDX-License-Identifier: CC0-1.0 + module git.sr.ht/~shulhan/kamusd go 1.21 |
