mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
os: os_chmod_test.go: fix copyright
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
// +build !baremetal,!js,!wasi
|
||||
|
||||
// TODO: Move this into os_test.go (as upstream has it) when wasi supports chmod
|
||||
// Copyright 2009 The Go Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// TODO: Move this back into os_test.go (as upstream has it) when wasi supports chmod
|
||||
|
||||
package os_test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user