From 705e8622d3f4c1363f40ca95c86f45d723b01a90 Mon Sep 17 00:00:00 2001 From: "M. J. Fromberger" Date: Wed, 18 Feb 2026 12:40:13 -0800 Subject: [PATCH] all: remove the AUTHORS file and update comments See tailscale/tailscale#18503 for context --- AUTHORS | 17 ----------------- LICENSE | 2 +- acl/acl.go | 2 +- acl/acl_test.go | 2 +- audit/audit.go | 2 +- audit/audit_test.go | 2 +- client/setec/cache.go | 2 +- client/setec/client.go | 2 +- client/setec/client_test.go | 2 +- client/setec/example_test.go | 2 +- client/setec/fields.go | 2 +- client/setec/fields_test.go | 2 +- client/setec/fileclient.go | 2 +- client/setec/internal_test.go | 2 +- client/setec/store.go | 2 +- client/setec/store_test.go | 2 +- client/setec/watcher.go | 2 +- cmd/setec/setec.go | 2 +- db/db.go | 2 +- db/db_test.go | 2 +- db/kv.go | 2 +- server/backup.go | 2 +- server/server.go | 2 +- server/server_test.go | 2 +- setectest/dbtest.go | 2 +- setectest/server.go | 2 +- types/api/api.go | 2 +- 27 files changed, 26 insertions(+), 43 deletions(-) delete mode 100644 AUTHORS diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index 3c7f814..0000000 --- a/AUTHORS +++ /dev/null @@ -1,17 +0,0 @@ -# This is the official list of Tailscale authors for copyright purposes. -# -# Names should be added to this file as one of -# -# Organization's name -# Individual's name -# Individual's name -# -# Please keep the list sorted. -# -# You do not need to add entries to this list, and we don't actively populate -# this list. If you do want to be acknowledged explicitly as a copyright -# holder, though, then please send a PR referencing your earlier contributions -# and clarifying whether it's you or your company that owns the rights to your -# contribution. - -Tailscale Inc. diff --git a/LICENSE b/LICENSE index a5d119b..27ea29b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2023 Tailscale Inc & AUTHORS. +Copyright (c) 2023 Tailscale Inc & contributors. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/acl/acl.go b/acl/acl.go index 5013a4c..3cf31fc 100644 --- a/acl/acl.go +++ b/acl/acl.go @@ -1,4 +1,4 @@ -// Copyright (c) Tailscale Inc & AUTHORS +// Copyright (c) Tailscale Inc & contributors // SPDX-License-Identifier: BSD-3-Clause // Package acl implements ACL evaluation for access to a secrets diff --git a/acl/acl_test.go b/acl/acl_test.go index 43213a1..8fbace4 100644 --- a/acl/acl_test.go +++ b/acl/acl_test.go @@ -1,4 +1,4 @@ -// Copyright (c) Tailscale Inc & AUTHORS +// Copyright (c) Tailscale Inc & contributors // SPDX-License-Identifier: BSD-3-Clause package acl_test diff --git a/audit/audit.go b/audit/audit.go index cdbb8fc..7749779 100644 --- a/audit/audit.go +++ b/audit/audit.go @@ -1,4 +1,4 @@ -// Copyright (c) Tailscale Inc & AUTHORS +// Copyright (c) Tailscale Inc & contributors // SPDX-License-Identifier: BSD-3-Clause // Package audit provides an audit log writer for access to secrets. diff --git a/audit/audit_test.go b/audit/audit_test.go index fda046c..4b69bbe 100644 --- a/audit/audit_test.go +++ b/audit/audit_test.go @@ -1,4 +1,4 @@ -// Copyright (c) Tailscale Inc & AUTHORS +// Copyright (c) Tailscale Inc & contributors // SPDX-License-Identifier: BSD-3-Clause package audit_test diff --git a/client/setec/cache.go b/client/setec/cache.go index 78b6676..40f58f6 100644 --- a/client/setec/cache.go +++ b/client/setec/cache.go @@ -1,4 +1,4 @@ -// Copyright (c) Tailscale Inc & AUTHORS +// Copyright (c) Tailscale Inc & contributors // SPDX-License-Identifier: BSD-3-Clause package setec diff --git a/client/setec/client.go b/client/setec/client.go index 3965a6f..165792b 100644 --- a/client/setec/client.go +++ b/client/setec/client.go @@ -1,4 +1,4 @@ -// Copyright (c) Tailscale Inc & AUTHORS +// Copyright (c) Tailscale Inc & contributors // SPDX-License-Identifier: BSD-3-Clause // Package setec is a client library to access and manage secrets stored diff --git a/client/setec/client_test.go b/client/setec/client_test.go index ba4c76b..f2105e0 100644 --- a/client/setec/client_test.go +++ b/client/setec/client_test.go @@ -1,4 +1,4 @@ -// Copyright (c) Tailscale Inc & AUTHORS +// Copyright (c) Tailscale Inc & contributors // SPDX-License-Identifier: BSD-3-Clause package setec_test diff --git a/client/setec/example_test.go b/client/setec/example_test.go index c652f14..1b2d117 100644 --- a/client/setec/example_test.go +++ b/client/setec/example_test.go @@ -1,4 +1,4 @@ -// Copyright (c) Tailscale Inc & AUTHORS +// Copyright (c) Tailscale Inc & contributors // SPDX-License-Identifier: BSD-3-Clause package setec_test diff --git a/client/setec/fields.go b/client/setec/fields.go index 110e99a..8ac92b2 100644 --- a/client/setec/fields.go +++ b/client/setec/fields.go @@ -1,4 +1,4 @@ -// Copyright (c) Tailscale Inc & AUTHORS +// Copyright (c) Tailscale Inc & contributors // SPDX-License-Identifier: BSD-3-Clause package setec diff --git a/client/setec/fields_test.go b/client/setec/fields_test.go index 3a08998..28bde12 100644 --- a/client/setec/fields_test.go +++ b/client/setec/fields_test.go @@ -1,4 +1,4 @@ -// Copyright (c) Tailscale Inc & AUTHORS +// Copyright (c) Tailscale Inc & contributors // SPDX-License-Identifier: BSD-3-Clause package setec_test diff --git a/client/setec/fileclient.go b/client/setec/fileclient.go index d312ea6..0694982 100644 --- a/client/setec/fileclient.go +++ b/client/setec/fileclient.go @@ -1,4 +1,4 @@ -// Copyright (c) Tailscale Inc & AUTHORS +// Copyright (c) Tailscale Inc & contributors // SPDX-License-Identifier: BSD-3-Clause package setec diff --git a/client/setec/internal_test.go b/client/setec/internal_test.go index a686aa0..4d6b59a 100644 --- a/client/setec/internal_test.go +++ b/client/setec/internal_test.go @@ -1,4 +1,4 @@ -// Copyright (c) Tailscale Inc & AUTHORS +// Copyright (c) Tailscale Inc & contributors // SPDX-License-Identifier: BSD-3-Clause package setec diff --git a/client/setec/store.go b/client/setec/store.go index acbe714..aaaeab4 100644 --- a/client/setec/store.go +++ b/client/setec/store.go @@ -1,4 +1,4 @@ -// Copyright (c) Tailscale Inc & AUTHORS +// Copyright (c) Tailscale Inc & contributors // SPDX-License-Identifier: BSD-3-Clause package setec diff --git a/client/setec/store_test.go b/client/setec/store_test.go index 30cdeb3..7bea29e 100644 --- a/client/setec/store_test.go +++ b/client/setec/store_test.go @@ -1,4 +1,4 @@ -// Copyright (c) Tailscale Inc & AUTHORS +// Copyright (c) Tailscale Inc & contributors // SPDX-License-Identifier: BSD-3-Clause package setec_test diff --git a/client/setec/watcher.go b/client/setec/watcher.go index 0b2600f..772e032 100644 --- a/client/setec/watcher.go +++ b/client/setec/watcher.go @@ -1,4 +1,4 @@ -// Copyright (c) Tailscale Inc & AUTHORS +// Copyright (c) Tailscale Inc & contributors // SPDX-License-Identifier: BSD-3-Clause package setec diff --git a/cmd/setec/setec.go b/cmd/setec/setec.go index c6e4dde..3e0ed30 100644 --- a/cmd/setec/setec.go +++ b/cmd/setec/setec.go @@ -1,4 +1,4 @@ -// Copyright (c) Tailscale Inc & AUTHORS +// Copyright (c) Tailscale Inc & contributors // SPDX-License-Identifier: BSD-3-Clause // Program setec is a secret management server that vends secrets over diff --git a/db/db.go b/db/db.go index 60b066d..d619c34 100644 --- a/db/db.go +++ b/db/db.go @@ -1,4 +1,4 @@ -// Copyright (c) Tailscale Inc & AUTHORS +// Copyright (c) Tailscale Inc & contributors // SPDX-License-Identifier: BSD-3-Clause // Package db provides a secrets database that is encrypted at rest. diff --git a/db/db_test.go b/db/db_test.go index 4289b53..17cb8c3 100644 --- a/db/db_test.go +++ b/db/db_test.go @@ -1,4 +1,4 @@ -// Copyright (c) Tailscale Inc & AUTHORS +// Copyright (c) Tailscale Inc & contributors // SPDX-License-Identifier: BSD-3-Clause package db_test diff --git a/db/kv.go b/db/kv.go index c5743a5..0671f21 100644 --- a/db/kv.go +++ b/db/kv.go @@ -1,4 +1,4 @@ -// Copyright (c) Tailscale Inc & AUTHORS +// Copyright (c) Tailscale Inc & contributors // SPDX-License-Identifier: BSD-3-Clause package db diff --git a/server/backup.go b/server/backup.go index 1579eb1..7cf2b79 100644 --- a/server/backup.go +++ b/server/backup.go @@ -1,4 +1,4 @@ -// Copyright (c) Tailscale Inc & AUTHORS +// Copyright (c) Tailscale Inc & contributors // SPDX-License-Identifier: BSD-3-Clause package server diff --git a/server/server.go b/server/server.go index 25f6388..153f29c 100644 --- a/server/server.go +++ b/server/server.go @@ -1,4 +1,4 @@ -// Copyright (c) Tailscale Inc & AUTHORS +// Copyright (c) Tailscale Inc & contributors // SPDX-License-Identifier: BSD-3-Clause // Package server implements the setec secrets server. diff --git a/server/server_test.go b/server/server_test.go index 694e1f6..2d9c558 100644 --- a/server/server_test.go +++ b/server/server_test.go @@ -1,4 +1,4 @@ -// Copyright (c) Tailscale Inc & AUTHORS +// Copyright (c) Tailscale Inc & contributors // SPDX-License-Identifier: BSD-3-Clause package server_test diff --git a/setectest/dbtest.go b/setectest/dbtest.go index 6285b1f..d9c3fb3 100644 --- a/setectest/dbtest.go +++ b/setectest/dbtest.go @@ -1,4 +1,4 @@ -// Copyright (c) Tailscale Inc & AUTHORS +// Copyright (c) Tailscale Inc & contributors // SPDX-License-Identifier: BSD-3-Clause package setectest diff --git a/setectest/server.go b/setectest/server.go index 92de354..995fa46 100644 --- a/setectest/server.go +++ b/setectest/server.go @@ -1,4 +1,4 @@ -// Copyright (c) Tailscale Inc & AUTHORS +// Copyright (c) Tailscale Inc & contributors // SPDX-License-Identifier: BSD-3-Clause // Package setectest implements a wrapper around setec types for testing. diff --git a/types/api/api.go b/types/api/api.go index dffeb62..321fdd8 100644 --- a/types/api/api.go +++ b/types/api/api.go @@ -1,4 +1,4 @@ -// Copyright (c) Tailscale Inc & AUTHORS +// Copyright (c) Tailscale Inc & contributors // SPDX-License-Identifier: BSD-3-Clause // Package api defines types used to communicate between client and