summaryrefslogtreecommitdiff
path: root/cmd/iiifdownloader
diff options
context:
space:
mode:
authorNick White <git@njw.name>2023-08-22 11:58:37 +0100
committerNick White <git@njw.name>2023-08-22 11:58:37 +0100
commite18ee4ec75186d70618b3f4276a353c91204aa11 (patch)
tree9f256a34f732251200014d7664dfe771be2aa515 /cmd/iiifdownloader
parent10eb175a5f651748a57297b35d86a3c9c0987e80 (diff)
Add copyright notices and brief package descriptions to newer cmdsHEADv0.1.4master
Diffstat (limited to 'cmd/iiifdownloader')
-rw-r--r--cmd/iiifdownloader/main.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/iiifdownloader/main.go b/cmd/iiifdownloader/main.go
index 87bd9a7..a218c5a 100644
--- a/cmd/iiifdownloader/main.go
+++ b/cmd/iiifdownloader/main.go
@@ -1,3 +1,9 @@
+// Copyright 2020-2021 Nick White.
+// Use of this source code is governed by the GPLv3
+// license that can be found in the LICENSE file.
+
+// iiifdownloader attempts to download every page of a IIIF book in
+// the best available quality, given a manifest url
package main
import (