Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1174)

Issue 6845101: code review 6845101: goprotobuf: Use a standard redirecting AUTHORS and CONT... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 5 months ago by dsymonds
Modified:
11 years, 5 months ago
Reviewers:
CC:
rsc, bradfitz, golang-dev
Visibility:
Public.

Description

goprotobuf: Use a standard redirecting AUTHORS and CONTRIBUTORS file. Correct copyright notice to "The Go Authors" throughout.

Patch Set 1 #

Patch Set 2 : diff -r 29db96746e5d https://code.google.com/p/goprotobuf #

Patch Set 3 : diff -r 29db96746e5d https://code.google.com/p/goprotobuf #

Patch Set 4 : diff -r 29db96746e5d https://code.google.com/p/goprotobuf #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -66 lines) Patch
A AUTHORS View 1 1 chunk +3 lines, -0 lines 0 comments Download
M CONTRIBUTORS View 1 1 chunk +3 lines, -17 lines 0 comments Download
M LICENSE View 1 1 chunk +1 line, -1 line 0 comments Download
M Make.protobuf View 1 1 chunk +1 line, -1 line 0 comments Download
M Makefile View 1 1 chunk +1 line, -1 line 0 comments Download
M README View 1 1 chunk +1 line, -1 line 0 comments Download
M lib/codereview/codereview.cfg View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M proto/Makefile View 1 1 chunk +1 line, -1 line 0 comments Download
M proto/all_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M proto/clone.go View 1 1 chunk +1 line, -1 line 0 comments Download
M proto/clone_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M proto/decode.go View 1 1 chunk +1 line, -1 line 0 comments Download
M proto/encode.go View 1 1 chunk +1 line, -1 line 0 comments Download
M proto/equal.go View 1 1 chunk +1 line, -1 line 0 comments Download
M proto/equal_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M proto/extensions.go View 1 1 chunk +1 line, -1 line 0 comments Download
M proto/lib.go View 1 1 chunk +1 line, -1 line 0 comments Download
M proto/message_set.go View 1 1 chunk +1 line, -1 line 0 comments Download
M proto/pointer_reflect.go View 1 1 chunk +1 line, -1 line 0 comments Download
M proto/pointer_unsafe.go View 1 1 chunk +1 line, -1 line 0 comments Download
M proto/properties.go View 1 1 chunk +1 line, -1 line 0 comments Download
M proto/size.go View 1 1 chunk +1 line, -1 line 0 comments Download
M proto/size2_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M proto/size_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M proto/testdata/Makefile View 1 1 chunk +1 line, -1 line 0 comments Download
M proto/testdata/golden_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M proto/testdata/test.proto View 1 1 chunk +1 line, -1 line 0 comments Download
M proto/text.go View 1 1 chunk +1 line, -1 line 0 comments Download
M proto/text_parser.go View 1 1 chunk +1 line, -1 line 0 comments Download
M proto/text_parser_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M proto/text_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M protoc-gen-go/Makefile View 1 1 chunk +1 line, -1 line 0 comments Download
M protoc-gen-go/descriptor/Makefile View 1 1 chunk +1 line, -1 line 0 comments Download
M protoc-gen-go/doc.go View 1 1 chunk +1 line, -1 line 0 comments Download
M protoc-gen-go/generator/Makefile View 1 1 chunk +1 line, -1 line 0 comments Download
M protoc-gen-go/generator/generator.go View 1 1 chunk +1 line, -1 line 0 comments Download
M protoc-gen-go/main.go View 1 1 chunk +1 line, -1 line 0 comments Download
M protoc-gen-go/plugin/Makefile View 1 1 chunk +1 line, -1 line 0 comments Download
M protoc-gen-go/testdata/Makefile View 1 1 chunk +1 line, -1 line 0 comments Download
M protoc-gen-go/testdata/extension_base.proto View 1 1 chunk +1 line, -1 line 0 comments Download
M protoc-gen-go/testdata/extension_extra.proto View 1 1 chunk +1 line, -1 line 0 comments Download
M protoc-gen-go/testdata/extension_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M protoc-gen-go/testdata/extension_user.proto View 1 1 chunk +1 line, -1 line 0 comments Download
M protoc-gen-go/testdata/golden_test.go View 1 2 1 chunk +1 line, -1 line 0 comments Download
M protoc-gen-go/testdata/imp.proto View 1 1 chunk +1 line, -1 line 0 comments Download
M protoc-gen-go/testdata/imp2.proto View 1 1 chunk +1 line, -1 line 0 comments Download
M protoc-gen-go/testdata/imp3.proto View 1 1 chunk +1 line, -1 line 0 comments Download
M protoc-gen-go/testdata/main_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M protoc-gen-go/testdata/multi/multi1.proto View 1 1 chunk +1 line, -1 line 0 comments Download
M protoc-gen-go/testdata/multi/multi2.proto View 1 1 chunk +1 line, -1 line 0 comments Download
M protoc-gen-go/testdata/multi/multi3.proto View 1 1 chunk +1 line, -1 line 0 comments Download
M protoc-gen-go/testdata/my_test/test.proto View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3
dsymonds
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/goprotobuf
11 years, 5 months ago (2012-11-27 05:10:19 UTC) #1
bradfitz
LGTM On Mon, Nov 26, 2012 at 9:10 PM, <dsymonds@golang.org> wrote: > Reviewers: rsc, > ...
11 years, 5 months ago (2012-11-27 05:15:34 UTC) #2
dsymonds
11 years, 5 months ago (2012-11-28 21:51:13 UTC) #3
*** Submitted as
http://code.google.com/p/goprotobuf/source/detail?r=145dca00d164 ***

goprotobuf: Use a standard redirecting AUTHORS and CONTRIBUTORS file.

Correct copyright notice to "The Go Authors" throughout.

R=rsc, bradfitz
CC=golang-dev
http://codereview.appspot.com/6845101
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b