diff options
| author | Denton Gentry <dgentry@tailscale.com> | 2023-01-01 15:53:03 -0800 |
|---|---|---|
| committer | Denton Gentry <dgentry@tailscale.com> | 2023-01-01 16:36:10 -0800 |
| commit | 239b7cce74ed066dc362843d39bbaf3353f5027d (patch) | |
| tree | 4dd63c37b46079454f09b08cc92c0d091b1b471a /cmd/viewer/tests/tests_view.go | |
| parent | 692eac23adf62f979dddb5b9694d084142036f10 (diff) | |
| download | tailscale-cloner.tar.xz tailscale-cloner.zip | |
util/codegen: Remove year from copyright header.cloner
Copyright notices in software are not supposed to update
the year in the header.
Because we have a CI check for `go generate`, we're failing
CI until we go update all of the copyright headers in
generated files to say 2023.
Instead, relax the requirement to always have a year in the
copyright header.
Fixes https://github.com/tailscale/tailscale/issues/6865
Signed-off-by: Denton Gentry <dgentry@tailscale.com>
Diffstat (limited to 'cmd/viewer/tests/tests_view.go')
| -rw-r--r-- | cmd/viewer/tests/tests_view.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/viewer/tests/tests_view.go b/cmd/viewer/tests/tests_view.go index a01853553..cdb7e20c5 100644 --- a/cmd/viewer/tests/tests_view.go +++ b/cmd/viewer/tests/tests_view.go @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Tailscale Inc & AUTHORS All rights reserved. +// Copyright (c) Tailscale Inc & AUTHORS All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. |
