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

Lines changed: 3 additions & 0 deletions
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

Lines changed: 3 additions & 17 deletions
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.

LICENSE

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
2+
contributors: http://go.googlecode.com/hg/CONTRIBUTORS

proto/Makefile

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)