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

Diff for: 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.

Diff for: 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 <[email protected]>
10-
David Symonds <[email protected]>
11-
Jeff Hodges <[email protected]>
12-
Jonathan Hseu <[email protected]>
13-
Ken Thompson <[email protected]>
14-
15-
Nigel Tao <[email protected]>
16-
17-
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.

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: lib/codereview/codereview.cfg

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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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

Diff for: 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)