From 5cc14a93670c2922a5aef19aa7a2315f7cdd81fb Mon Sep 17 00:00:00 2001
From: Luke Shumaker <lukeshu@datawire.io>
Date: Mon, 19 Sep 2022 00:54:27 -0600
Subject: Combine all of the license files in to a single LICENSE

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.
---
 Makefile | 15 ---------------
 1 file changed, 15 deletions(-)

(limited to 'Makefile')

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
-- 
cgit v1.2.3-2-g168b