diff options
Diffstat (limited to 'cmd/dlgbook/main.go')
-rw-r--r-- | cmd/dlgbook/main.go | 6 |
1 files changed, 6 insertions, 0 deletions
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 ( |