From 0f0296be1ed1393e382278e9dbfb0139f02bea57 Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Wed, 3 Sep 2014 00:57:11 -0400 Subject: [PATCH] Address missing copyright on storage.go [ci skip] --- tracker/storage.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tracker/storage.go b/tracker/storage.go index 5cc2a65..b803fe9 100644 --- a/tracker/storage.go +++ b/tracker/storage.go @@ -1,3 +1,7 @@ +// Copyright 2014 The Chihaya Authors. All rights reserved. +// Use of this source code is governed by the BSD 2-Clause license, +// which can be found in the LICENSE file. + package tracker import (