commit 591dbe5e6e667388fab993a199b4c41205874099
parent e324fbb313c301302039a8b826556fa350343512
Author: Daniel Moch <daniel@danielmoch.com>
Date: Sat, 12 Dec 2020 11:29:22 -0500
Add per-file license information where missing
Diffstat:
4 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
@@ -1,3 +1,4 @@
+# See LICENSE file for copyright and license details
.POSIX:
include config.mk
diff --git a/config.mk b/config.mk
@@ -1,3 +1,4 @@
+# See LICENSE file for copyright and license details
PREFIX := /usr/local
MANPATH := ${PREFIX}/man
diff --git a/doc.go b/doc.go
@@ -1,3 +1,5 @@
+// See LICENSE file for copyright and license details
+
// The shrt module implements a simple (perhaps simplistic) URL
// shortener. It also handles go-get requests. See the cmd/shrt
// package documentation for a fuller explanation of the server.
diff --git a/shrtfile.go b/shrtfile.go
@@ -1,3 +1,5 @@
+// See LICENSE file for copyright and license details
+
package shrt
import (