diff options
Diffstat (limited to 'cmd/pare-gt')
-rw-r--r-- | cmd/pare-gt/main.go | 4 | ||||
-rw-r--r-- | cmd/pare-gt/main_test.go | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/cmd/pare-gt/main.go b/cmd/pare-gt/main.go index a4d9600..1180607 100644 --- a/cmd/pare-gt/main.go +++ b/cmd/pare-gt/main.go @@ -1,3 +1,7 @@ +// Copyright 2020 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/pare-gt/main_test.go b/cmd/pare-gt/main_test.go index c381a86..1edc58c 100644 --- a/cmd/pare-gt/main_test.go +++ b/cmd/pare-gt/main_test.go @@ -1,3 +1,7 @@ +// Copyright 2020 Nick White. +// Use of this source code is governed by the GPLv3 +// license that can be found in the LICENSE file. + package main import ( |