summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2022-07-22 11:11:07 -0400
committerRuss Cox <rsc@golang.org>2022-07-22 15:53:01 +0000
commitd03b41800055b01e3895b1e047af09733c93bf63 (patch)
tree506bd665bc7dac268dd72e03ca15f0887ec2adac
parentb4bca84b03619dba00657375259024a7f8ae6712 (diff)
downloadgolang-x-text-d03b41800055b01e3895b1e047af09733c93bf63.tar.gz
A+C: delete AUTHORS and CONTRIBUTORS
In 2009, Google's open-source lawyers asked us to create the AUTHORS file to define "The Go Authors", and the CONTRIBUTORS file was in keeping with open source best practices of the time. Re-reviewing our repos now in 2022, the open-source lawyers are comfortable with source control history taking the place of the AUTHORS file, and most open source projects no longer maintain CONTRIBUTORS files. To ease maintenance, remove AUTHORS and CONTRIBUTORS from all repos. For golang/go#53961. Change-Id: I3abeb5f16d9a9446e16a3a5318d22a9c622db0b6 Reviewed-on: https://go-review.googlesource.com/c/text/+/418923 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: David Chase <drchase@google.com> Run-TryBot: Russ Cox <rsc@golang.org>
-rw-r--r--AUTHORS3
-rw-r--r--CONTRIBUTORS3
2 files changed, 0 insertions, 6 deletions
diff --git a/AUTHORS b/AUTHORS
deleted file mode 100644
index 15167cd..0000000
--- a/AUTHORS
+++ /dev/null
@@ -1,3 +0,0 @@
-# This source code refers to The Go Authors for copyright purposes.
-# The master list of authors is in the main Go distribution,
-# visible at http://tip.golang.org/AUTHORS.
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
deleted file mode 100644
index 1c4577e..0000000
--- a/CONTRIBUTORS
+++ /dev/null
@@ -1,3 +0,0 @@
-# This source code was written by the Go contributors.
-# The master list of contributors is in the main Go distribution,
-# visible at http://tip.golang.org/CONTRIBUTORS.