LGTM On Tue, Sep 30, 2014 at 9:56 AM, <jbd@google.com> wrote: > Reviewers: adg, bradfitz, ...
11 years, 3 months ago
(2014-09-30 17:01:01 UTC)
#2
LGTM
On Tue, Sep 30, 2014 at 9:56 AM, <jbd@google.com> wrote:
> Reviewers: adg, bradfitz, gmlewis,
>
> Message:
> Tell me if you don't like your emails.
>
> Description:
> cloud: adding AUTHORS and CONTRIBUTORS
>
> Please review this at https://codereview.appspot.com/145640043/
>
> Affected files (+26, -0 lines):
> A AUTHORS
> A CONTRIBUTORS
>
>
> Index: AUTHORS
> diff --git a/AUTHORS b/AUTHORS
> new file mode 100644
> index 0000000000000000000000000000000000000000..
> 77f2d13e1e2d0b6d6a555de6b8f05a1835ad9367
> --- /dev/null
> +++ b/AUTHORS
> @@ -0,0 +1,9 @@
> +# This is the official list of cloud authors for copyright purposes.
> +# This file is distinct from the CONTRIBUTORS files.
> +# See the latter for an explanation.
> +
> +# Names should be added to this file as:
> +# Name or Organization <email address>
> +# The email address is not required for organizations.
> +
> +Google Inc.
> Index: CONTRIBUTORS
> diff --git a/CONTRIBUTORS b/CONTRIBUTORS
> new file mode 100644
> index 0000000000000000000000000000000000000000..
> 0ec1b2e7343bedb5a0c3280448d0aaa8e7bac00a
> --- /dev/null
> +++ b/CONTRIBUTORS
> @@ -0,0 +1,17 @@
> +# People who have agreed to one of the CLAs and can contribute patches.
> +# 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.
> +#
> +# https://developers.google.com/open-source/cla/individual
> +# https://developers.google.com/open-source/cla/corporate
> +#
> +# Names should be added to this file as:
> +# Name <email address>
> +
> +# Keep the list alphabetically sorted.
> +
> +Andrew Gerrand <adg@golang.org>
> +Brad Fitzpatrick <bradfitz@golang.org>
> +Burcu Dogan <jbd@google.com>
> +Glenn Lewis <gmlewis@golang.org>
>
>
>
Issue 145640043: cloud: adding AUTHORS and CONTRIBUTORS
Created 11 years, 3 months ago by jbd
Modified 11 years, 3 months ago
Reviewers: adg, bradfitz, gmlewis, gmlewis1
Base URL:
Comments: 0