diff options
| author | Shulhan <ms@kilabit.info> | 2022-03-14 23:26:55 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-03-14 23:26:55 +0700 |
| commit | fffdcde3ca6e39c9b249ed76ee802faeda532603 (patch) | |
| tree | 2e372f54032bd0c3b07b47eaa8fb43e2945d79f6 /go.mod | |
| parent | bc5065f71c448a7c9ec2b4bc6496793e01158833 (diff) | |
| download | gotp-fffdcde3ca6e39c9b249ed76ee802faeda532603.tar.xz | |
all: re-licensing gotp under GPL-3.0 or later
See https://kilabit.info/journal/2022/gpl/ for more information.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2021 M. Shulhan <ms@kilabit.info> +// SPDX-License-Identifier: GPL-3.0-or-later + module git.sr.ht/~shulhan/gotp go 1.17 |
