From 19d77ce6a37a81ae2543148bd4f868c7fbda04c0 Mon Sep 17 00:00:00 2001 From: Dmytro Shynkevych Date: Wed, 15 Jul 2020 12:48:35 -0400 Subject: [PATCH] cmd/tailscale: fix typo in license headers Signed-off-by: Dmytro Shynkevych --- cmd/tailscale/cli/cli.go | 2 +- cmd/tailscale/cli/status.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/tailscale/cli/cli.go b/cmd/tailscale/cli/cli.go index 926ad0bf3..684389ee3 100644 --- a/cmd/tailscale/cli/cli.go +++ b/cmd/tailscale/cli/cli.go @@ -1,6 +1,6 @@ // Copyright (c) 2020 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 +// license that can be found in the LICENSE file. // Package cli contains the cmd/tailscale CLI code in a package that can be included // in other wrapper binaries such as the Mac and Windows clients. diff --git a/cmd/tailscale/cli/status.go b/cmd/tailscale/cli/status.go index 28b91ddb5..4fa899626 100644 --- a/cmd/tailscale/cli/status.go +++ b/cmd/tailscale/cli/status.go @@ -1,6 +1,6 @@ // Copyright (c) 2020 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 +// license that can be found in the LICENSE file. package cli