From 62bda8e129396572b1aab2f41bbadd541de37571 Mon Sep 17 00:00:00 2001 From: Dan Kegel Date: Thu, 16 Dec 2021 13:08:57 -0800 Subject: [PATCH] os: os_chmod_test.go: fix copyright --- src/os/os_chmod_test.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/os/os_chmod_test.go b/src/os/os_chmod_test.go index eef507c3..b4207c2a 100644 --- a/src/os/os_chmod_test.go +++ b/src/os/os_chmod_test.go @@ -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