Add Apache License line to fsutil

This is probably not the correct apporach to using bsd licensed code under an apache license.

Signed-off-by: Brice Rising <brice.rising@slalom.com>
pull/6616/head
Brice Rising 7 years ago committed by Yagnesh Mistry
parent d4a14b4cbe
commit 9af56a6ed4

@ -1,6 +1,8 @@
// Copyright 2016 The Go Authors. All rights reserved. // Copyright 2016 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license.
// Licensed under the Apache License, Version 2.0 (the "License");
package fs package fs

@ -1,6 +1,9 @@
// Copyright 2016 The Go Authors. All rights reserved. // Copyright 2016 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license.
// Licensed under the Apache License, Version 2.0 (the "License");
package fs package fs

@ -1,6 +1,8 @@
// Copyright 2016 The Go Authors. All rights reserved. // Copyright 2016 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license.
// Licensed under the Apache License, Version 2.0 (the "License");
// +build !windows // +build !windows

@ -1,6 +1,8 @@
// Copyright 2016 The Go Authors. All rights reserved. // Copyright 2016 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license.
// Licensed under the Apache License, Version 2.0 (the "License");
// +build windows // +build windows

Loading…
Cancel
Save