summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@datawire.io>2022-09-19 00:54:27 -0600
committerLuke Shumaker <lukeshu@datawire.io>2022-09-19 00:59:29 -0600
commit5cc14a93670c2922a5aef19aa7a2315f7cdd81fb (patch)
tree3a1ae4b00877ceac910dab6b69d03abb40f31eee /Makefile
parent44702ccd4a8365f4addfb1aafae4b5bbbb3a8614 (diff)
Combine all of the license files in to a single LICENSEv0.1.0
In hopes of appeasing the pkg.go.dev license detector. I chose "LICENSE" instead of "COPYING.txt" so I wouldn't need to edit the statements in all of the borrowed_*.go files.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/Makefile b/Makefile
index a36a8f1..abe3cd2 100644
--- a/Makefile
+++ b/Makefile
@@ -14,21 +14,6 @@ lint: tools/bin/golangci-lint
tools/bin/golangci-lint run ./...
.PHONY: lint
-# generate
-
-generate/files = COPYING.gpl-2.0.txt
-
-generate: generate-clean
- $(MAKE) $(generate/files)
-.PHONY: generate
-
-generate-clean:
- rm -f $(generate/files)
-.PHONY: generate-clean
-
-COPYING.gpl-2.0.txt:
- curl https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt > $@
-
# tools
tools/bin/%: tools/src/%/pin.go tools/src/%/go.mod