From 2cbeb1dbb18050ea33a9b8553eb7f71636afa7fd Mon Sep 17 00:00:00 2001
From: Rob Pike
Date: Tue, 24 Nov 2009 14:04:43 -0800
Subject: [PATCH] change the rules for maintaining AUTHORS and CONTRIBUTORS
files. the current system is too painful, so instead let's just have the
coders tell us the details. we can update the files ourselves.
R=rsc, r1
CC=golang-dev
https://golang.org/cl/157158
---
doc/contribute.html | 38 +++++++++++++++++++++++++++-----------
1 file changed, 27 insertions(+), 11 deletions(-)
diff --git a/doc/contribute.html b/doc/contribute.html
index ef08493ee7..1c9301d18b 100644
--- a/doc/contribute.html
+++ b/doc/contribute.html
@@ -626,20 +626,36 @@ who “The Go Authors”—the copyright holders—are.
-When sending your first change list, you should prepare
-and send a separate change list adding yourself to
-CONTRIBUTORS
and adding
-the copyright holder for your code to AUTHORS
if not already listed.
+When sending your first change list, you need to do two extra things before your
+code can be accepted.
+
+
+-
If you are the copyright holder, you will need to agree to
-the individual contributor license agreement,
-which can be completed online;
+the individual
+contributor license agreement, which can be completed online;
if your organization is the copyright holder, the organization
will need to agree to the corporate contributor license agreement.
-If the copyright holder for your code has already completed the
+(If the copyright holder for your code has already completed the
agreement in connection with another Google open source project,
-it does not need to be completed again.
-One of the Go developers at Google will approve and submit
-this change after checking the list of people/organizations
-that have completed the agreement.
+it does not need to be completed again.)
+
-
+Send mail, or include information in the change list description,
+notifying us how you should be represented in the
CONTRIBUTORS
+and AUTHORS
files so we can add your information to
+them. Specifically, tell us either that you've completed the
+individual agreement or tell us the name of your organization once
+it has completed the corporate agreement. One of the Go developers
+at Google will add you to CONTRIBUTORS
and, if
+appropriate, AUTHORS
after verifying that the agreement
+has been completed. We will use the email address you use on
+codereview.appspot.com as the email address in these files.
+
+This rigamarole needs to be done only for your first submission.
+
+Once the code is ready to be committed,
+one of the Go developers at Google will approve and submit
+your change.
+
--
2.48.1