summaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@tailscale.com>2023-01-05 11:38:39 -0800
committerBrad Fitzpatrick <brad@danga.com>2023-01-05 11:41:47 -0800
commit10eec37cd998c0884c491c19d785c335309ab253 (patch)
tree528919e6d91b0e9377efa07cde40ff958925757f /scripts
parent8f2bc0708bf0146495b0fa5344422bd461fdb072 (diff)
downloadtailscale-10eec37cd998c0884c491c19d785c335309ab253.tar.xz
tailscale-10eec37cd998c0884c491c19d785c335309ab253.zip
scripts: permit 2023 in license headers
Change-Id: Ia018cb8491871c8bf756c454d085780b75512962 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check_license_headers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check_license_headers.sh b/scripts/check_license_headers.sh
index 84e561ce5..31c0326bb 100755
--- a/scripts/check_license_headers.sh
+++ b/scripts/check_license_headers.sh
@@ -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