diff options
author | Luke Shumaker <lukeshu@datawire.io> | 2022-09-19 00:54:27 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@datawire.io> | 2022-09-19 00:59:29 -0600 |
commit | 5cc14a93670c2922a5aef19aa7a2315f7cdd81fb (patch) | |
tree | 3a1ae4b00877ceac910dab6b69d03abb40f31eee /Makefile | |
parent | 44702ccd4a8365f4addfb1aafae4b5bbbb3a8614 (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-- | Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -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 |