From 3e7020b1617213cc7ca3b031f64536f4fdcccb40 Mon Sep 17 00:00:00 2001 From: David Howden Date: Sun, 28 Jun 2015 10:47:45 +1000 Subject: [PATCH] Added license and godoc to check. --- check/main.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/check/main.go b/check/main.go index c65ccab..deb2b0a 100644 --- a/check/main.go +++ b/check/main.go @@ -1,3 +1,10 @@ +// Copyright 2015, David Howden +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +/* +The check tool performs tag lookups on full music collections (iTunes or directory tree of files). +*/ package main import (