From c072f9e4e908dafa4979c84ff5f61d633a08a2e8 Mon Sep 17 00:00:00 2001 From: Giulio Micheloni Date: Thu, 15 Aug 2024 17:51:46 +0200 Subject: [PATCH] add missing license header (#1290) --- internal/cli/cmd/cluster/git.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/internal/cli/cmd/cluster/git.go b/internal/cli/cmd/cluster/git.go index 9aba80d67..7b376efef 100644 --- a/internal/cli/cmd/cluster/git.go +++ b/internal/cli/cmd/cluster/git.go @@ -1,3 +1,7 @@ +// Copyright 2022 Namespace Labs Inc; All rights reserved. +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. + package cluster import (