chore: add GPLv3 license
This commit is contained in:
parent
3ea8d81578
commit
df89ad725b
3 changed files with 677 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue