aboutsummaryrefslogtreecommitdiff
path: root/src/path/filepath
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2024-11-21 08:46:57 -0500
committerRuss Cox <rsc@golang.org>2024-11-21 16:12:09 +0000
commit844426104a901b68f3a8c7a7ca96d910b03fb054 (patch)
treec527e3635c63b064fca3d624c363a0bacfc64bb8 /src/path/filepath
parentc1a0ee37644559f51aeb112dcf6ce3e4316a44df (diff)
downloadgo-844426104a901b68f3a8c7a7ca96d910b03fb054.tar.xz
internal/copyright: add test that copyright notices exist
We shouldn't spend human code review time checking this. Let the computer check. Change-Id: I6de9d733c128d833b958b0e43a52b564e8f82dd3 Reviewed-on: https://go-review.googlesource.com/c/go/+/630417 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Sam Thanawalla <samthanawalla@google.com>
Diffstat (limited to 'src/path/filepath')
-rw-r--r--src/path/filepath/path_windows.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/path/filepath/path_windows.go b/src/path/filepath/path_windows.go
index d53f87f1ac..d0eb42c5f6 100644
--- a/src/path/filepath/path_windows.go
+++ b/src/path/filepath/path_windows.go
@@ -1,3 +1,7 @@
+// Copyright 2024 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.
+
package filepath
import (