From 9acf886fff9ffc61ed0cd1266d465b6476598526 Mon Sep 17 00:00:00 2001 From: satyazzz123 Date: Sun, 10 Dec 2023 21:35:09 +0530 Subject: [PATCH] added license to file Signed-off-by: satyazzz123 --- filesystem/merger_test.go | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/filesystem/merger_test.go b/filesystem/merger_test.go index bce4082ba..4fca04845 100644 --- a/filesystem/merger_test.go +++ b/filesystem/merger_test.go @@ -1,4 +1,18 @@ - +/* + * Copyright IBM Corporation 2021 + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package filesystem import (