Skip to content

Commit ee6e9c5

Browse files
committed
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
1 parent cddfff5 commit ee6e9c5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+56
-66
lines changed

AUTHORS

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# This source code refers to The Go Authors for copyright purposes.
2+
# The master list of authors is in the main Go distribution,
3+
# visible at http://tip.golang.org/AUTHORS.

CONTRIBUTORS

+3-17
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
# This is a list of contributors to the Go protobuf repository.
2-
3-
# Names should be added to this file like so:
4-
# Name <email address>
5-
6-
# Please keep the list sorted.
7-
8-
9-
Dave Cheney <dave@cheney.net>
10-
David Symonds <dsymonds@golang.org>
11-
Jeff Hodges <jeff@somethingsimilar.com>
12-
Jonathan Hseu <jhseu@google.com>
13-
Ken Thompson <ken@golang.org>
14-
Mikkel Krautz <mikkel@krautz.dk> <krautz@gmail.com>
15-
Nigel Tao <nigeltao@golang.org>
16-
Rob Pike <r@golang.org>
17-
Russ Cox <rsc@golang.org>
1+
# This source code was written by the Go contributors.
2+
# The master list of contributors is in the main Go distribution,
3+
# visible at http://tip.golang.org/CONTRIBUTORS.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Go support for Protocol Buffers - Google's data interchange format
22

3-
Copyright 2010 Google Inc. All rights reserved.
3+
Copyright 2010 The Go Authors. All rights reserved.
44
http://code.google.com/p/goprotobuf/
55

66
Redistribution and use in source and binary forms, with or without

Make.protobuf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Go support for Protocol Buffers - Google's data interchange format
22
#
3-
# Copyright 2010 Google Inc. All rights reserved.
3+
# Copyright 2010 The Go Authors. All rights reserved.
44
# http://code.google.com/p/goprotobuf/
55
#
66
# Redistribution and use in source and binary forms, with or without

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Go support for Protocol Buffers - Google's data interchange format
22
#
3-
# Copyright 2010 Google Inc. All rights reserved.
3+
# Copyright 2010 The Go Authors. All rights reserved.
44
# http://code.google.com/p/goprotobuf/
55
#
66
# Redistribution and use in source and binary forms, with or without

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Go support for Protocol Buffers - Google's data interchange format
2-
Copyright 2010 Google Inc.
2+
Copyright 2010 The Go Authors.
33
http://code.google.com/p/goprotobuf/
44

55
This software implements Go bindings for protocol buffers. For

lib/codereview/codereview.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
defaultcc: golang-dev@googlegroups.com
2+
contributors: http://go.googlecode.com/hg/CONTRIBUTORS

proto/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Go support for Protocol Buffers - Google's data interchange format
22
#
3-
# Copyright 2010 Google Inc. All rights reserved.
3+
# Copyright 2010 The Go Authors. All rights reserved.
44
# http://code.google.com/p/goprotobuf/
55
#
66
# Redistribution and use in source and binary forms, with or without

proto/all_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go support for Protocol Buffers - Google's data interchange format
22
//
3-
// Copyright 2010 Google Inc. All rights reserved.
3+
// Copyright 2010 The Go Authors. All rights reserved.
44
// http://code.google.com/p/goprotobuf/
55
//
66
// Redistribution and use in source and binary forms, with or without

proto/clone.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go support for Protocol Buffers - Google's data interchange format
22
//
3-
// Copyright 2011 Google Inc. All rights reserved.
3+
// Copyright 2011 The Go Authors. All rights reserved.
44
// http://code.google.com/p/goprotobuf/
55
//
66
// Redistribution and use in source and binary forms, with or without

proto/clone_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go support for Protocol Buffers - Google's data interchange format
22
//
3-
// Copyright 2011 Google Inc. All rights reserved.
3+
// Copyright 2011 The Go Authors. All rights reserved.
44
// http://code.google.com/p/goprotobuf/
55
//
66
// Redistribution and use in source and binary forms, with or without

proto/decode.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go support for Protocol Buffers - Google's data interchange format
22
//
3-
// Copyright 2010 Google Inc. All rights reserved.
3+
// Copyright 2010 The Go Authors. All rights reserved.
44
// http://code.google.com/p/goprotobuf/
55
//
66
// Redistribution and use in source and binary forms, with or without

proto/encode.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go support for Protocol Buffers - Google's data interchange format
22
//
3-
// Copyright 2010 Google Inc. All rights reserved.
3+
// Copyright 2010 The Go Authors. All rights reserved.
44
// http://code.google.com/p/goprotobuf/
55
//
66
// Redistribution and use in source and binary forms, with or without

proto/equal.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go support for Protocol Buffers - Google's data interchange format
22
//
3-
// Copyright 2011 Google Inc. All rights reserved.
3+
// Copyright 2011 The Go Authors. All rights reserved.
44
// http://code.google.com/p/goprotobuf/
55
//
66
// Redistribution and use in source and binary forms, with or without

proto/equal_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go support for Protocol Buffers - Google's data interchange format
22
//
3-
// Copyright 2011 Google Inc. All rights reserved.
3+
// Copyright 2011 The Go Authors. All rights reserved.
44
// http://code.google.com/p/goprotobuf/
55
//
66
// Redistribution and use in source and binary forms, with or without

proto/extensions.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go support for Protocol Buffers - Google's data interchange format
22
//
3-
// Copyright 2010 Google Inc. All rights reserved.
3+
// Copyright 2010 The Go Authors. All rights reserved.
44
// http://code.google.com/p/goprotobuf/
55
//
66
// Redistribution and use in source and binary forms, with or without

proto/lib.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go support for Protocol Buffers - Google's data interchange format
22
//
3-
// Copyright 2010 Google Inc. All rights reserved.
3+
// Copyright 2010 The Go Authors. All rights reserved.
44
// http://code.google.com/p/goprotobuf/
55
//
66
// Redistribution and use in source and binary forms, with or without

proto/message_set.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go support for Protocol Buffers - Google's data interchange format
22
//
3-
// Copyright 2010 Google Inc. All rights reserved.
3+
// Copyright 2010 The Go Authors. All rights reserved.
44
// http://code.google.com/p/goprotobuf/
55
//
66
// Redistribution and use in source and binary forms, with or without

proto/pointer_reflect.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go support for Protocol Buffers - Google's data interchange format
22
//
3-
// Copyright 2012 Google Inc. All rights reserved.
3+
// Copyright 2012 The Go Authors. All rights reserved.
44
// http://code.google.com/p/goprotobuf/
55
//
66
// Redistribution and use in source and binary forms, with or without

proto/pointer_unsafe.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go support for Protocol Buffers - Google's data interchange format
22
//
3-
// Copyright 2012 Google Inc. All rights reserved.
3+
// Copyright 2012 The Go Authors. All rights reserved.
44
// http://code.google.com/p/goprotobuf/
55
//
66
// Redistribution and use in source and binary forms, with or without

proto/properties.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go support for Protocol Buffers - Google's data interchange format
22
//
3-
// Copyright 2010 Google Inc. All rights reserved.
3+
// Copyright 2010 The Go Authors. All rights reserved.
44
// http://code.google.com/p/goprotobuf/
55
//
66
// Redistribution and use in source and binary forms, with or without

proto/size.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go support for Protocol Buffers - Google's data interchange format
22
//
3-
// Copyright 2012 Google Inc. All rights reserved.
3+
// Copyright 2012 The Go Authors. All rights reserved.
44
// http://code.google.com/p/goprotobuf/
55
//
66
// Redistribution and use in source and binary forms, with or without

proto/size2_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go support for Protocol Buffers - Google's data interchange format
22
//
3-
// Copyright 2012 Google Inc. All rights reserved.
3+
// Copyright 2012 The Go Authors. All rights reserved.
44
// http://code.google.com/p/goprotobuf/
55
//
66
// Redistribution and use in source and binary forms, with or without

proto/size_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go support for Protocol Buffers - Google's data interchange format
22
//
3-
// Copyright 2012 Google Inc. All rights reserved.
3+
// Copyright 2012 The Go Authors. All rights reserved.
44
// http://code.google.com/p/goprotobuf/
55
//
66
// Redistribution and use in source and binary forms, with or without

proto/testdata/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Go support for Protocol Buffers - Google's data interchange format
22
#
3-
# Copyright 2010 Google Inc. All rights reserved.
3+
# Copyright 2010 The Go Authors. All rights reserved.
44
# http://code.google.com/p/goprotobuf/
55
#
66
# Redistribution and use in source and binary forms, with or without

proto/testdata/golden_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go support for Protocol Buffers - Google's data interchange format
22
//
3-
// Copyright 2013 Google Inc. All rights reserved.
3+
// Copyright 2012 The Go Authors. All rights reserved.
44
// http://code.google.com/p/goprotobuf/
55
//
66
// Redistribution and use in source and binary forms, with or without

proto/testdata/test.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go support for Protocol Buffers - Google's data interchange format
22
//
3-
// Copyright 2010 Google Inc. All rights reserved.
3+
// Copyright 2010 The Go Authors. All rights reserved.
44
// http://code.google.com/p/goprotobuf/
55
//
66
// Redistribution and use in source and binary forms, with or without

proto/text.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go support for Protocol Buffers - Google's data interchange format
22
//
3-
// Copyright 2010 Google Inc. All rights reserved.
3+
// Copyright 2010 The Go Authors. All rights reserved.
44
// http://code.google.com/p/goprotobuf/
55
//
66
// Redistribution and use in source and binary forms, with or without

proto/text_parser.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go support for Protocol Buffers - Google's data interchange format
22
//
3-
// Copyright 2010 Google Inc. All rights reserved.
3+
// Copyright 2010 The Go Authors. All rights reserved.
44
// http://code.google.com/p/goprotobuf/
55
//
66
// Redistribution and use in source and binary forms, with or without

proto/text_parser_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go support for Protocol Buffers - Google's data interchange format
22
//
3-
// Copyright 2010 Google Inc. All rights reserved.
3+
// Copyright 2010 The Go Authors. All rights reserved.
44
// http://code.google.com/p/goprotobuf/
55
//
66
// Redistribution and use in source and binary forms, with or without

proto/text_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go support for Protocol Buffers - Google's data interchange format
22
//
3-
// Copyright 2010 Google Inc. All rights reserved.
3+
// Copyright 2010 The Go Authors. All rights reserved.
44
// http://code.google.com/p/goprotobuf/
55
//
66
// Redistribution and use in source and binary forms, with or without

protoc-gen-go/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Go support for Protocol Buffers - Google's data interchange format
22
#
3-
# Copyright 2010 Google Inc. All rights reserved.
3+
# Copyright 2010 The Go Authors. All rights reserved.
44
# http://code.google.com/p/goprotobuf/
55
#
66
# Redistribution and use in source and binary forms, with or without

protoc-gen-go/descriptor/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Go support for Protocol Buffers - Google's data interchange format
22
#
3-
# Copyright 2010 Google Inc. All rights reserved.
3+
# Copyright 2010 The Go Authors. All rights reserved.
44
# http://code.google.com/p/goprotobuf/
55
#
66
# Redistribution and use in source and binary forms, with or without

protoc-gen-go/doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go support for Protocol Buffers - Google's data interchange format
22
//
3-
// Copyright 2010 Google Inc. All rights reserved.
3+
// Copyright 2010 The Go Authors. All rights reserved.
44
// http://code.google.com/p/goprotobuf/
55
//
66
// Redistribution and use in source and binary forms, with or without

protoc-gen-go/generator/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Go support for Protocol Buffers - Google's data interchange format
22
#
3-
# Copyright 2010 Google Inc. All rights reserved.
3+
# Copyright 2010 The Go Authors. All rights reserved.
44
# http://code.google.com/p/goprotobuf/
55
#
66
# Redistribution and use in source and binary forms, with or without

protoc-gen-go/generator/generator.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go support for Protocol Buffers - Google's data interchange format
22
//
3-
// Copyright 2010 Google Inc. All rights reserved.
3+
// Copyright 2010 The Go Authors. All rights reserved.
44
// http://code.google.com/p/goprotobuf/
55
//
66
// Redistribution and use in source and binary forms, with or without

protoc-gen-go/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go support for Protocol Buffers - Google's data interchange format
22
//
3-
// Copyright 2010 Google Inc. All rights reserved.
3+
// Copyright 2010 The Go Authors. All rights reserved.
44
// http://code.google.com/p/goprotobuf/
55
//
66
// Redistribution and use in source and binary forms, with or without

protoc-gen-go/plugin/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Go support for Protocol Buffers - Google's data interchange format
22
#
3-
# Copyright 2010 Google Inc. All rights reserved.
3+
# Copyright 2010 The Go Authors. All rights reserved.
44
# http://code.google.com/p/goprotobuf/
55
#
66
# Redistribution and use in source and binary forms, with or without

protoc-gen-go/testdata/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Go support for Protocol Buffers - Google's data interchange format
22
#
3-
# Copyright 2010 Google Inc. All rights reserved.
3+
# Copyright 2010 The Go Authors. All rights reserved.
44
# http://code.google.com/p/goprotobuf/
55
#
66
# Redistribution and use in source and binary forms, with or without

protoc-gen-go/testdata/extension_base.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go support for Protocol Buffers - Google's data interchange format
22
//
3-
// Copyright 2010 Google Inc. All rights reserved.
3+
// Copyright 2010 The Go Authors. All rights reserved.
44
// http://code.google.com/p/goprotobuf/
55
//
66
// Redistribution and use in source and binary forms, with or without

protoc-gen-go/testdata/extension_extra.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go support for Protocol Buffers - Google's data interchange format
22
//
3-
// Copyright 2011 Google Inc. All rights reserved.
3+
// Copyright 2011 The Go Authors. All rights reserved.
44
// http://code.google.com/p/goprotobuf/
55
//
66
// Redistribution and use in source and binary forms, with or without

protoc-gen-go/testdata/extension_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go support for Protocol Buffers - Google's data interchange format
22
//
3-
// Copyright 2010 Google Inc. All rights reserved.
3+
// Copyright 2010 The Go Authors. All rights reserved.
44
// http://code.google.com/p/goprotobuf/
55
//
66
// Redistribution and use in source and binary forms, with or without

protoc-gen-go/testdata/extension_user.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go support for Protocol Buffers - Google's data interchange format
22
//
3-
// Copyright 2010 Google Inc. All rights reserved.
3+
// Copyright 2010 The Go Authors. All rights reserved.
44
// http://code.google.com/p/goprotobuf/
55
//
66
// Redistribution and use in source and binary forms, with or without

protoc-gen-go/testdata/golden_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go support for Protocol Buffers - Google's data interchange format
22
//
3-
// Copyright 2013 Google Inc. All rights reserved.
3+
// Copyright 2012 The Go Authors. All rights reserved.
44
// http://code.google.com/p/goprotobuf/
55
//
66
// Redistribution and use in source and binary forms, with or without

protoc-gen-go/testdata/imp.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go support for Protocol Buffers - Google's data interchange format
22
//
3-
// Copyright 2010 Google Inc. All rights reserved.
3+
// Copyright 2010 The Go Authors. All rights reserved.
44
// http://code.google.com/p/goprotobuf/
55
//
66
// Redistribution and use in source and binary forms, with or without

protoc-gen-go/testdata/imp2.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2011 Google Inc. All rights reserved.
2+
// Copyright 2011 The Go Authors. All rights reserved.
33
// http://code.google.com/p/goprotobuf/
44
//
55
// Redistribution and use in source and binary forms, with or without

protoc-gen-go/testdata/imp3.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2012 Google Inc. All rights reserved.
2+
// Copyright 2012 The Go Authors. All rights reserved.
33
// http://code.google.com/p/goprotobuf/
44
//
55
// Redistribution and use in source and binary forms, with or without

protoc-gen-go/testdata/main_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go support for Protocol Buffers - Google's data interchange format
22
//
3-
// Copyright 2010 Google Inc. All rights reserved.
3+
// Copyright 2010 The Go Authors. All rights reserved.
44
// http://code.google.com/p/goprotobuf/
55
//
66
// Redistribution and use in source and binary forms, with or without

protoc-gen-go/testdata/multi/multi1.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Go support for Protocol Buffers - Google's data interchange format
22
//
3-
// Copyright 2010 Google Inc. All rights reserved.
3+
// Copyright 2010 The Go Authors. All rights reserved.
44
// http://code.google.com/p/goprotobuf/
55
//
66
// Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)