From ddc7baaacac3b1aeaf5f4dd4e3e029cac40282ee Mon Sep 17 00:00:00 2001 From: Austin Abro Date: Tue, 4 Mar 2025 23:17:40 +0000 Subject: [PATCH] copyright things Signed-off-by: Austin Abro --- internal/client/client.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/client/client.go b/internal/client/client.go index b55ddb3f8..cb4ddb60e 100644 --- a/internal/client/client.go +++ b/internal/client/client.go @@ -1,4 +1,7 @@ /* +Copyright The Helm Authors. +This file was initially copied and modified from + https://github.com/kubernetes-sigs/controller-runtime/blob/e818ce450d3d358600848dcfa1b585de64e7c865/pkg/client/apiutil/restmapper.go Copyright 2023 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License");