diff --git a/pkg/utils/retry.go b/pkg/utils/retry.go index efe95b0a..88380f9d 100644 --- a/pkg/utils/retry.go +++ b/pkg/utils/retry.go @@ -1,3 +1,5 @@ +// Copyright (c) 2020 StreamNative, Inc.. All Rights Reserved. + package utils import ( diff --git a/pkg/utils/retry_test.go b/pkg/utils/retry_test.go index 4d175840..a82b830c 100644 --- a/pkg/utils/retry_test.go +++ b/pkg/utils/retry_test.go @@ -1,3 +1,5 @@ +// Copyright (c) 2020 StreamNative, Inc.. All Rights Reserved. + package utils import (