Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit d73c2f2

Browse files
committed
Fixes boilerplate headers for:
pkg/util/flags/string_to_string_slice.go pkg/util/flags/string_to_string_slice_test.go test/util/strings.go Signed-off-by: JoshVanL <[email protected]>
1 parent 18f42d0 commit d73c2f2

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

pkg/util/flags/string_to_string_slice.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright Jetstack Ltd. See LICENSE for details.
12
package flags
23

34
import (

pkg/util/flags/string_to_string_slice_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright Jetstack Ltd. See LICENSE for details.
12
package flags
23

34
import (

test/util/strings.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Copyright Jetstack Ltd. See LICENSE for details.
12
package util
23

34
import "sort"

0 commit comments

Comments
 (0)