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