From 7ccdd26e7cc2911dfdb5f9937ebe73200b678220 Mon Sep 17 00:00:00 2001 From: Marcel Edmund Franke Date: Sun, 24 Sep 2017 15:22:22 +0200 Subject: [PATCH] - Added: copyright header to retry files --- retry/retry.go | 4 ++++ retry/retry_test.go | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/retry/retry.go b/retry/retry.go index e65c99a..73a498d 100644 --- a/retry/retry.go +++ b/retry/retry.go @@ -1,3 +1,7 @@ +// Copyright 2017 The toolkit Authors. All rights reserved. +// Use of this source code is governed by a MIT License +// license that can be found in the LICENSE file. + package retry import ( diff --git a/retry/retry_test.go b/retry/retry_test.go index ddf09a3..9dbab6f 100644 --- a/retry/retry_test.go +++ b/retry/retry_test.go @@ -1,3 +1,7 @@ +// Copyright 2017 The toolkit Authors. All rights reserved. +// Use of this source code is governed by a MIT License +// license that can be found in the LICENSE file. + package retry_test import (