From 09f9bf827be794ccb999728775c0417b82317b27 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Sat, 14 Oct 2023 20:47:59 -0600 Subject: Add copyright statements --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c2ee221..6d12db3 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,10 @@ +# Copyright (c) 2017, 2023 Luke Shumaker +# +# This work is free. You can redistribute it and/or modify it under +# the terms of the Do What The Fuck You Want To Public License, +# Version 2, as published by Sam Hocevar. See the COPYING file for +# more details. + SHELL=bash -o pipefail PATH:=$(CURDIR)/bin:$(PATH) export PATH @@ -21,6 +28,9 @@ all: $(MAKE) dat/git .PHONY: all +COPYING: + curl -L http://www.wtfpl.net/txt/copying/ >$@ + # Stage 1 ###################################################################### # # Fetch a listing of all relevant URLs. -- cgit v1.2.3