From 4e776c1cc519cc2000401eea9fc307b167fef4c4 Mon Sep 17 00:00:00 2001 From: umit Date: Fri, 13 Sep 2024 19:51:02 +0300 Subject: [PATCH] add license header Signed-off-by: umit --- go/utils/transform_utils_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go/utils/transform_utils_test.go b/go/utils/transform_utils_test.go index 124bea2f21..7b471b53e3 100644 --- a/go/utils/transform_utils_test.go +++ b/go/utils/transform_utils_test.go @@ -1,3 +1,5 @@ +// Copyright Valkey GLIDE Project Contributors - SPDX Identifier: Apache-2.0 + package utils import (