From e18ee4ec75186d70618b3f4276a353c91204aa11 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 22 Aug 2023 11:58:37 +0100 Subject: Add copyright notices and brief package descriptions to newer cmds --- cmd/dlgbook/main.go | 6 ++++++ cmd/iiifdownloader/main.go | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/cmd/dlgbook/main.go b/cmd/dlgbook/main.go index 6518006..3c8870e 100644 --- a/cmd/dlgbook/main.go +++ b/cmd/dlgbook/main.go @@ -1,3 +1,9 @@ +// Copyright 2021 Nick White. +// Use of this source code is governed by the GPLv3 +// license that can be found in the LICENSE file. + +// dlgbook is a wrapper around getgbook which gets metadata and uses +// it to save to a specially formatted directory package main import ( 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 ( -- cgit v1.2.1-24-ge1ad