فهرست منبع

Allow 2021 in LICENSE header.

Signed-off-by: Denton Gentry <[email protected]>
Denton Gentry 5 سال پیش
والد
کامیت
67ebc7c0e7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      scripts/check_license_headers.sh

+ 1 - 1
scripts/check_license_headers.sh

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