Skip to content

Commit

Permalink
go-tour: switch to subrepo-style codereview setup
Browse files Browse the repository at this point in the history
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5707051
  • Loading branch information
adg committed Feb 28, 2012
1 parent 5b795fb commit c4f3b22
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 42 deletions.
14 changes: 3 additions & 11 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
# This is the official list of Go Tour 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.

# Please keep the list sorted.

Google Inc.
# 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.
33 changes: 3 additions & 30 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -1,30 +1,3 @@
# This is the official list of people who can contribute
# (and typically have contributed) code to the Go Tour 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 agreement for individuals can be filled out on the web.
#
# When adding J Random Contributor's name to this file,
# either J's name or J's organization's name should be
# added to the AUTHORS file, depending on whether the
# individual or corporate CLA was used.

# Names should be added to this file like so:
# Name <email address>

# Please keep the list sorted.

Andrew Gerrand <adg@golang.org>
Rob Pike <r@golang.org>
# 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.
2 changes: 2 additions & 0 deletions codereview.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
defaultcc: golang-dev@googlegroups.com
contributors: http://go.googlecode.com/hg/CONTRIBUTORS
1 change: 0 additions & 1 deletion lib/codereview/codereview.cfg

This file was deleted.

0 comments on commit c4f3b22

Please sign in to comment.