From 23cb126fb736a8b9eb37293f21574a7365db7579 Mon Sep 17 00:00:00 2001 From: David Howden Date: Sun, 3 May 2015 09:58:40 +1000 Subject: [PATCH] Add license comment to unsynchroniser tests --- id3v2_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/id3v2_test.go b/id3v2_test.go index 502e7eb..03e6035 100644 --- a/id3v2_test.go +++ b/id3v2_test.go @@ -1,3 +1,7 @@ +// Copyright 2015, David Howden +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + package tag import (