mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 13:05:46 +00:00
Allow 2021 in LICENSE header.
Signed-off-by: Denton Gentry <dgentry@tailscale.com>
This commit is contained in:
parent
02c34881b5
commit
67ebc7c0e7
@ -10,7 +10,7 @@
|
|||||||
check_file() {
|
check_file() {
|
||||||
got=$1
|
got=$1
|
||||||
|
|
||||||
for year in `seq 2019 2020`; do
|
for year in `seq 2019 2021`; do
|
||||||
want=$(cat <<EOF
|
want=$(cat <<EOF
|
||||||
// Copyright (c) $year Tailscale Inc & AUTHORS All rights reserved.
|
// Copyright (c) $year Tailscale Inc & AUTHORS All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
|
Loading…
Reference in New Issue
Block a user