From 6fff4f97cdbad5e18e66356f0851e45c2e60cc78 Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Fri, 24 Nov 2017 15:31:03 -0800 Subject: [PATCH] add Go copyright --- pkg/sympath/walk.go | 5 +++++ pkg/sympath/walk_test.go | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/pkg/sympath/walk.go b/pkg/sympath/walk.go index bada1dbfb..77fa04153 100644 --- a/pkg/sympath/walk.go +++ b/pkg/sympath/walk.go @@ -1,4 +1,9 @@ /* +Copyright (c) for portions of walk.go are held by The Go Authors, 2009 and are provided under +the BSD license. + +https://github.com/golang/go/blob/master/LICENSE + Copyright 2017 The Kubernetes Authors 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. diff --git a/pkg/sympath/walk_test.go b/pkg/sympath/walk_test.go index 298042281..442cb9ab1 100644 --- a/pkg/sympath/walk_test.go +++ b/pkg/sympath/walk_test.go @@ -1,4 +1,9 @@ /* +Copyright (c) for portions of walk_test.go are held by The Go Authors, 2009 and are provided under +the BSD license. + +https://github.com/golang/go/blob/master/LICENSE + Copyright 2017 The Kubernetes Authors 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.