chore: add GPLv3 license

This commit is contained in:
Emmanuel BENOîT 2024-07-19 15:20:14 +02:00
parent 3ea8d81578
commit df89ad725b
Signed by: Emmanuel BENOîT
SSH key fingerprint: SHA256:l7PFUUF5TCDsvYeQC9OnTNz08dFY7Fvf4Hv3neIqYpg
3 changed files with 677 additions and 1 deletions

View file

@ -2,7 +2,7 @@ BINNAME = gomonop
BINDIR = $(CURDIR)/bin
DISTDIR = $(CURDIR)/dist
TARGETS = linux/amd64 linux/386 linux/arm linux/arm64
STATICFILES = README.md
STATICFILES = README.md LICENSE
SRC := $(shell find . -type f -name '*.go' -print) go.mod go.sum
GOHOSTOS = $(shell go env GOHOSTOS)