scripts: permit 2023 in license headers
Change-Id: Ia018cb8491871c8bf756c454d085780b75512962 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
parent
8f2bc0708b
commit
10eec37cd9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue