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 /types | |
| 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 'types')
| -rw-r--r-- | types/dnstype/dnstype_clone.go | 2 | ||||
| -rw-r--r-- | types/dnstype/dnstype_view.go | 2 | ||||
| -rw-r--r-- | types/persist/persist_clone.go | 2 | ||||
| -rw-r--r-- | types/persist/persist_view.go | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/types/dnstype/dnstype_clone.go b/types/dnstype/dnstype_clone.go index 1ea760c4a..f0e694b10 100644 --- a/types/dnstype/dnstype_clone.go +++ b/types/dnstype/dnstype_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/types/dnstype/dnstype_view.go b/types/dnstype/dnstype_view.go index 7f99be2f4..2a053643e 100644 --- a/types/dnstype/dnstype_view.go +++ b/types/dnstype/dnstype_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. diff --git a/types/persist/persist_clone.go b/types/persist/persist_clone.go index 82db9c52b..977fd21b4 100644 --- a/types/persist/persist_clone.go +++ b/types/persist/persist_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/types/persist/persist_view.go b/types/persist/persist_view.go index 15355abf4..ca11ac51b 100644 --- a/types/persist/persist_view.go +++ b/types/persist/persist_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. |
