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>
A new package can also later record/report which knobs are checked and
set. It also makes the code cleaner & easier to grep for env knobs.
Change-Id: Id8a123ab7539f1fadbd27e0cbeac79c2e4f09751
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>