diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/addtoqueue/main.go | 4 | ||||
-rw-r--r-- | cmd/bookpipeline/main.go | 4 | ||||
-rw-r--r-- | cmd/booktopipeline/main.go | 4 | ||||
-rw-r--r-- | cmd/confgraph/main.go | 4 | ||||
-rw-r--r-- | cmd/fonttobytes/main.go | 4 | ||||
-rw-r--r-- | cmd/getpipelinebook/main.go | 4 | ||||
-rw-r--r-- | cmd/lspipeline/main.go | 4 | ||||
-rw-r--r-- | cmd/mkpipeline/main.go | 4 | ||||
-rw-r--r-- | cmd/pagegraph/main.go | 4 | ||||
-rw-r--r-- | cmd/pdfbook/main.go | 4 | ||||
-rw-r--r-- | cmd/spotme/main.go | 4 | ||||
-rw-r--r-- | cmd/unstickocr/main.go | 4 |
12 files changed, 48 insertions, 0 deletions
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 ( |