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/5038/head
Brice Rising 7 years ago
parent cd0abc9750
commit 0046998a07

@ -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