From b7bc05775aa8c229da1e18b67197b935f6432a0f Mon Sep 17 00:00:00 2001 From: akanshat Date: Sun, 31 Oct 2021 00:05:05 +0530 Subject: [PATCH] add copyright to new pkg cachekey Signed-off-by: akanshat --- pkg/store/cache/cachekey/cachekey.go | 3 +++ pkg/store/cache/cachekey/cachekey_test.go | 3 +++ 2 files changed, 6 insertions(+) diff --git a/pkg/store/cache/cachekey/cachekey.go b/pkg/store/cache/cachekey/cachekey.go index 642e08f59af..d13706a586e 100644 --- a/pkg/store/cache/cachekey/cachekey.go +++ b/pkg/store/cache/cachekey/cachekey.go @@ -1,3 +1,6 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + package cachekey import ( diff --git a/pkg/store/cache/cachekey/cachekey_test.go b/pkg/store/cache/cachekey/cachekey_test.go index 757be8f7d4d..5c704ac24fb 100644 --- a/pkg/store/cache/cachekey/cachekey_test.go +++ b/pkg/store/cache/cachekey/cachekey_test.go @@ -1,3 +1,6 @@ +// Copyright (c) The Thanos Authors. +// Licensed under the Apache License 2.0. + package cachekey import (