diff options
| author | Shulhan <ms@kilabit.info> | 2022-02-21 23:15:49 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-02-21 23:15:49 +0700 |
| commit | cd8ad3533865e852e0144c4497e5226e88c917ba (patch) | |
| tree | 2184720826580e9c2e050d2a80b14378ea263da7 /go.mod | |
| parent | be8999f3656cc8613bddbdbd294f5f111b6f9d0b (diff) | |
| download | asciidoctor-go-cd8ad3533865e852e0144c4497e5226e88c917ba.tar.xz | |
all: relicense the asciidoctor-go under GPL 3.0 or later
Signed-off-by: Shulhan <ms@kilabit.info>
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: GPL-3.0-or-later + module git.sr.ht/~shulhan/asciidoctor-go go 1.16 |
