scripts: permit 2023 in license headers

Change-Id: Ia018cb8491871c8bf756c454d085780b75512962
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
Brad Fitzpatrick 2023-01-05 11:38:39 -08:00 committed by Brad Fitzpatrick
parent 8f2bc0708b
commit 10eec37cd9
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
check_file() {
got=$1
for year in `seq 2019 2022`; do
for year in `seq 2019 2023`; do
want=$(cat <<EOF
// Copyright (c) $year Tailscale Inc & AUTHORS All rights reserved.
// Use of this source code is governed by a BSD-style