From d8d6c1f5640605d3af7c923b3209898956220a90 Mon Sep 17 00:00:00 2001 From: cotishq Date: Tue, 25 Aug 2026 20:38:49 +0530 Subject: [PATCH] fix: add missing copyright header to rand_test.go Signed-off-by: cotishq --- pkg/util/rand/rand_test.go | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pkg/util/rand/rand_test.go b/pkg/util/rand/rand_test.go index 14ed391..80618b2 100644 --- a/pkg/util/rand/rand_test.go +++ b/pkg/util/rand/rand_test.go @@ -1,3 +1,19 @@ +/* + * Copyright The Microcks Authors. + * + * 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 rand import (