From ceb8c2b34ea5cfcc86580d21be7a69f756b61ac3 Mon Sep 17 00:00:00 2001 From: Dan Bond Date: Tue, 13 Jul 2021 12:00:39 -0700 Subject: [PATCH] cmd/tailscale: update web server test copyright Signed-off-by: Dan Bond --- cmd/tailscale/cli/web_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tailscale/cli/web_test.go b/cmd/tailscale/cli/web_test.go index c2e060d2b..5a48625b8 100644 --- a/cmd/tailscale/cli/web_test.go +++ b/cmd/tailscale/cli/web_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2020 Tailscale Inc & AUTHORS All rights reserved. +// Copyright (c) 2021 Tailscale Inc & AUTHORS All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file.