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 /tailcfg | |
| 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 'tailcfg')
| -rw-r--r-- | tailcfg/tailcfg_clone.go | 2 | ||||
| -rw-r--r-- | tailcfg/tailcfg_view.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tailcfg/tailcfg_clone.go b/tailcfg/tailcfg_clone.go index 098f42489..3eff1be47 100644 --- a/tailcfg/tailcfg_clone.go +++ b/tailcfg/tailcfg_clone.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. diff --git a/tailcfg/tailcfg_view.go b/tailcfg/tailcfg_view.go index eb8d3bb02..274635e2e 100644 --- a/tailcfg/tailcfg_view.go +++ b/tailcfg/tailcfg_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. |
