From 45d723359eba0806b49148209a3bdfefac8cb7e4 Mon Sep 17 00:00:00 2001 From: Brice Rising Date: Mon, 17 Dec 2018 16:18:46 -0500 Subject: [PATCH] Switch BSD license in fsutil package to dep project license Signed-off-by: Brice Rising --- pkg/fsutil/fs.go | 2 +- pkg/fsutil/fs_test.go | 2 +- pkg/fsutil/rename.go | 2 +- pkg/fsutil/rename_windows.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg/fsutil/fs.go b/pkg/fsutil/fs.go index 0795f0f0f..0ad826be2 100644 --- a/pkg/fsutil/fs.go +++ b/pkg/fsutil/fs.go @@ -2,7 +2,7 @@ Copyright (c) for portions of fs.go are held by The Go Authors, 2016 and are provided under the BSD license. -https://github.com/golang/go/blob/master/LICENSE +https://github.com/golang/dep/blob/master/LICENSE Copyright The Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkg/fsutil/fs_test.go b/pkg/fsutil/fs_test.go index 2f7d16e0e..6d4ea1cad 100644 --- a/pkg/fsutil/fs_test.go +++ b/pkg/fsutil/fs_test.go @@ -2,7 +2,7 @@ Copyright (c) for portions of fs_test.go are held by The Go Authors, 2016 and are provided under the BSD license. -https://github.com/golang/go/blob/master/LICENSE +https://github.com/golang/dep/blob/master/LICENSE Copyright The Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkg/fsutil/rename.go b/pkg/fsutil/rename.go index 18df9ce7e..e24d46615 100644 --- a/pkg/fsutil/rename.go +++ b/pkg/fsutil/rename.go @@ -2,7 +2,7 @@ Copyright (c) for portions of rename.go are held by The Go Authors, 2016 and are provided under the BSD license. -https://github.com/golang/go/blob/master/LICENSE +https://github.com/golang/dep/blob/master/LICENSE Copyright The Helm Authors. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pkg/fsutil/rename_windows.go b/pkg/fsutil/rename_windows.go index 26b35a334..fec128bc4 100644 --- a/pkg/fsutil/rename_windows.go +++ b/pkg/fsutil/rename_windows.go @@ -2,7 +2,7 @@ Copyright (c) for portions of rename_windows.go are held by The Go Authors, 2016 and are provided under the BSD license. -https://github.com/golang/go/blob/master/LICENSE +https://github.com/golang/dep/blob/master/LICENSE Copyright The Helm Authors. Licensed under the Apache License, Version 2.0 (the "License");