From f189b9184a35e59cd29598bd7ac176998abab6d1 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 21 Nov 2024 08:46:57 -0500 Subject: [PATCH] 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 Reviewed-by: Sam Thanawalla --- bogo_shim_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bogo_shim_test.go b/bogo_shim_test.go index b29fe2c..bb78c64 100644 --- a/bogo_shim_test.go +++ b/bogo_shim_test.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 tls import (