From 6cce1b77f9ea5dec26099398b19d4edd39a88d4e Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 27 Feb 2020 17:05:13 +0000 Subject: Add documentation, license notices, and license --- cmd/addtoqueue/main.go | 4 ++++ cmd/bookpipeline/main.go | 4 ++++ cmd/booktopipeline/main.go | 4 ++++ cmd/confgraph/main.go | 4 ++++ cmd/fonttobytes/main.go | 4 ++++ cmd/getpipelinebook/main.go | 4 ++++ cmd/lspipeline/main.go | 4 ++++ cmd/mkpipeline/main.go | 4 ++++ cmd/pagegraph/main.go | 4 ++++ cmd/pdfbook/main.go | 4 ++++ cmd/spotme/main.go | 4 ++++ cmd/unstickocr/main.go | 4 ++++ 12 files changed, 48 insertions(+) (limited to 'cmd') diff --git a/cmd/addtoqueue/main.go b/cmd/addtoqueue/main.go index 3549180..06edac5 100644 --- a/cmd/addtoqueue/main.go +++ b/cmd/addtoqueue/main.go @@ -1,3 +1,7 @@ +// Copyright 2019 Nick White. +// Use of this source code is governed by the GPLv3 +// license that can be found in the LICENSE file. + package main import ( diff --git a/cmd/bookpipeline/main.go b/cmd/bookpipeline/main.go index 402271e..f7c2ae9 100644 --- a/cmd/bookpipeline/main.go +++ b/cmd/bookpipeline/main.go @@ -1,3 +1,7 @@ +// Copyright 2019 Nick White. +// Use of this source code is governed by the GPLv3 +// license that can be found in the LICENSE file. + package main import ( diff --git a/cmd/booktopipeline/main.go b/cmd/booktopipeline/main.go index f8e123d..cb40eb4 100644 --- a/cmd/booktopipeline/main.go +++ b/cmd/booktopipeline/main.go @@ -1,3 +1,7 @@ +// Copyright 2019 Nick White. +// Use of this source code is governed by the GPLv3 +// license that can be found in the LICENSE file. + package main import ( diff --git a/cmd/confgraph/main.go b/cmd/confgraph/main.go index 3ee2f95..55d2fd5 100644 --- a/cmd/confgraph/main.go +++ b/cmd/confgraph/main.go @@ -1,3 +1,7 @@ +// Copyright 2019 Nick White. +// Use of this source code is governed by the GPLv3 +// license that can be found in the LICENSE file. + package main import ( diff --git a/cmd/fonttobytes/main.go b/cmd/fonttobytes/main.go index 011baa1..860fae8 100644 --- a/cmd/fonttobytes/main.go +++ b/cmd/fonttobytes/main.go @@ -1,3 +1,7 @@ +// Copyright 2019 Nick White. +// Use of this source code is governed by the GPLv3 +// license that can be found in the LICENSE file. + package main import ( diff --git a/cmd/getpipelinebook/main.go b/cmd/getpipelinebook/main.go index fdfd307..f0dd4cf 100644 --- a/cmd/getpipelinebook/main.go +++ b/cmd/getpipelinebook/main.go @@ -1,3 +1,7 @@ +// Copyright 2019 Nick White. +// Use of this source code is governed by the GPLv3 +// license that can be found in the LICENSE file. + package main import ( diff --git a/cmd/lspipeline/main.go b/cmd/lspipeline/main.go index 56c8069..02119d1 100644 --- a/cmd/lspipeline/main.go +++ b/cmd/lspipeline/main.go @@ -1,3 +1,7 @@ +// Copyright 2019 Nick White. +// Use of this source code is governed by the GPLv3 +// license that can be found in the LICENSE file. + package main import ( diff --git a/cmd/mkpipeline/main.go b/cmd/mkpipeline/main.go index 55e0417..ab68d9a 100644 --- a/cmd/mkpipeline/main.go +++ b/cmd/mkpipeline/main.go @@ -1,3 +1,7 @@ +// Copyright 2019 Nick White. +// Use of this source code is governed by the GPLv3 +// license that can be found in the LICENSE file. + package main // TODO: set up iam role and policy needed for ec2 instances to access this stuff; diff --git a/cmd/pagegraph/main.go b/cmd/pagegraph/main.go index 5b6b35f..5750892 100644 --- a/cmd/pagegraph/main.go +++ b/cmd/pagegraph/main.go @@ -1,3 +1,7 @@ +// Copyright 2019 Nick White. +// Use of this source code is governed by the GPLv3 +// license that can be found in the LICENSE file. + package main import ( diff --git a/cmd/pdfbook/main.go b/cmd/pdfbook/main.go index 9f97543..923d97e 100644 --- a/cmd/pdfbook/main.go +++ b/cmd/pdfbook/main.go @@ -1,3 +1,7 @@ +// Copyright 2019 Nick White. +// Use of this source code is governed by the GPLv3 +// license that can be found in the LICENSE file. + package main import ( diff --git a/cmd/spotme/main.go b/cmd/spotme/main.go index 99404cb..3a6fe6f 100644 --- a/cmd/spotme/main.go +++ b/cmd/spotme/main.go @@ -1,3 +1,7 @@ +// Copyright 2019 Nick White. +// Use of this source code is governed by the GPLv3 +// license that can be found in the LICENSE file. + package main import ( diff --git a/cmd/unstickocr/main.go b/cmd/unstickocr/main.go index 27f3c0d..796525b 100644 --- a/cmd/unstickocr/main.go +++ b/cmd/unstickocr/main.go @@ -1,3 +1,7 @@ +// Copyright 2019 Nick White. +// Use of this source code is governed by the GPLv3 +// license that can be found in the LICENSE file. + package main import ( -- cgit v1.2.1-24-ge1ad