From 9e4d9716757515c060284979598ba4cc1825b64b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 26 Jan 2017 15:13:15 -0500 Subject: Add copyright information. --- gocovcat.go | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/gocovcat.go b/gocovcat.go index 103ace9..cbf7103 100755 --- a/gocovcat.go +++ b/gocovcat.go @@ -1,5 +1,20 @@ //usr/bin/env go run "$0" "$@"; exit $? +// Copyright 2017 Luke Shumaker +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + // Command gocovcat combines multiple go cover runs, and prints the // result on stdout. package main -- cgit v1.2.3