From: Russ Cox Date: Thu, 15 Oct 2009 00:17:42 +0000 (-0700) Subject: add CONTRIBUTORS file to record those X-Git-Tag: weekly.2009-11-06~314 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e495953d2b01aef2982fb8978589f84f44db6cf3;p=gostls13.git add CONTRIBUTORS file to record those whose code can be accepted into the repository. R=r DELTA=44 (44 added, 0 deleted, 0 changed) OCL=35729 CL=35742 --- diff --git a/CONTRIBUTORS b/CONTRIBUTORS new file mode 100644 index 0000000000..0dce856cce --- /dev/null +++ b/CONTRIBUTORS @@ -0,0 +1,44 @@ +# This is the official list of people who can contribute +# (and typically have contributed) code to the Go repository. +# The AUTHORS file lists the copyright holders; this file +# lists people. For example, Google employees are listed here +# but not in AUTHORS, because Google holds the copyright. +# +# The submission process automatically checks to make sure +# that people submitting code are listed in this file (by email address). +# +# Names should be added to this file only after verifying that +# the individual or the individual's organization has agreed to +# the appropriate Contributor License Agreement, found here: +# +# http://code.google.com/legal/individual-cla-v1.0.html +# http://code.google.com/legal/corporate-cla-v1.0.html +# +# The individual agreement can be filled out online. + +# Names should be added to this file like so: +# Name + +Adam Langley +Austin Clements +Ben Eitzen +Bill Neubauer +Brendan O'Dea +Cary Hull +Daniel Nadasi +David Symonds +Ian Lance Taylor +Ivan Krasin +Jacob Baskin +Kai Backman +Ken Thompson +Larry Hosken +Nigel Tao +Peter McKenzie +Phil Pennock +Rob Pike +Robert Griesemer +Russ Cox +Scott Schwartz +Stephen Ma +Tom Szymanski