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
diff --git a/proto/Makefile b/proto/Makefile
index 94e8d19..e99b839 100644
--- a/proto/Makefile
+++ b/proto/Makefile
@@ -1,6 +1,6 @@
# Go support for Protocol Buffers - Google's data interchange format
#
-# Copyright 2010 Google Inc. All rights reserved.
+# Copyright 2010 The Go Authors. All rights reserved.
# http://code.google.com/p/goprotobuf/
#
# Redistribution and use in source and binary forms, with or without
diff --git a/proto/all_test.go b/proto/all_test.go
index 0ff57fd..5024905 100644
--- a/proto/all_test.go
+++ b/proto/all_test.go
@@ -1,6 +1,6 @@
// Go support for Protocol Buffers - Google's data interchange format
//
-// Copyright 2010 Google Inc. All rights reserved.
+// Copyright 2010 The Go Authors. All rights reserved.
// http://code.google.com/p/goprotobuf/
//
// Redistribution and use in source and binary forms, with or without
diff --git a/proto/clone.go b/proto/clone.go
index 71c0f52..a5ae9ce 100644
--- a/proto/clone.go
+++ b/proto/clone.go
@@ -1,6 +1,6 @@
// Go support for Protocol Buffers - Google's data interchange format
//
-// Copyright 2011 Google Inc. All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
// http://code.google.com/p/goprotobuf/
//
// Redistribution and use in source and binary forms, with or without
diff --git a/proto/clone_test.go b/proto/clone_test.go
index 5005542..26bf0e7 100644
--- a/proto/clone_test.go
+++ b/proto/clone_test.go
@@ -1,6 +1,6 @@
// Go support for Protocol Buffers - Google's data interchange format
//
-// Copyright 2011 Google Inc. All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
// http://code.google.com/p/goprotobuf/
//
// Redistribution and use in source and binary forms, with or without
diff --git a/proto/decode.go b/proto/decode.go
index e7f5076..f84d465 100644
--- a/proto/decode.go
+++ b/proto/decode.go
@@ -1,6 +1,6 @@
// Go support for Protocol Buffers - Google's data interchange format
//
-// Copyright 2010 Google Inc. All rights reserved.
+// Copyright 2010 The Go Authors. All rights reserved.
// http://code.google.com/p/goprotobuf/
//
// Redistribution and use in source and binary forms, with or without
diff --git a/proto/encode.go b/proto/encode.go
index b3c9e45..288fb9c 100644
--- a/proto/encode.go
+++ b/proto/encode.go
@@ -1,6 +1,6 @@
// Go support for Protocol Buffers - Google's data interchange format
//
-// Copyright 2010 Google Inc. All rights reserved.
+// Copyright 2010 The Go Authors. All rights reserved.
// http://code.google.com/p/goprotobuf/
//
// Redistribution and use in source and binary forms, with or without
diff --git a/proto/equal.go b/proto/equal.go
index 11ea6ed..50f20d4 100644
--- a/proto/equal.go
+++ b/proto/equal.go
@@ -1,6 +1,6 @@
// Go support for Protocol Buffers - Google's data interchange format
//
-// Copyright 2011 Google Inc. All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
// http://code.google.com/p/goprotobuf/
//
// Redistribution and use in source and binary forms, with or without
diff --git a/proto/equal_test.go b/proto/equal_test.go
index 574e52e..cdf3fd9 100644
--- a/proto/equal_test.go
+++ b/proto/equal_test.go
@@ -1,6 +1,6 @@
// Go support for Protocol Buffers - Google's data interchange format
//
-// Copyright 2011 Google Inc. All rights reserved.
+// Copyright 2011 The Go Authors. All rights reserved.
// http://code.google.com/p/goprotobuf/
//
// Redistribution and use in source and binary forms, with or without
diff --git a/proto/extensions.go b/proto/extensions.go
index 56e04ce..9ff1968 100644
--- a/proto/extensions.go
+++ b/proto/extensions.go
@@ -1,6 +1,6 @@
// Go support for Protocol Buffers - Google's data interchange format
//
-// Copyright 2010 Google Inc. All rights reserved.
+// Copyright 2010 The Go Authors. All rights reserved.
// http://code.google.com/p/goprotobuf/
//
// Redistribution and use in source and binary forms, with or without
diff --git a/proto/lib.go b/proto/lib.go
index 9c0f2b4..57251a7 100644
--- a/proto/lib.go
+++ b/proto/lib.go
@@ -1,6 +1,6 @@
// Go support for Protocol Buffers - Google's data interchange format
//
-// Copyright 2010 Google Inc. All rights reserved.
+// Copyright 2010 The Go Authors. All rights reserved.
// http://code.google.com/p/goprotobuf/
//
// Redistribution and use in source and binary forms, with or without
diff --git a/proto/message_set.go b/proto/message_set.go
index 0571c6e..e9474b8 100644
--- a/proto/message_set.go
+++ b/proto/message_set.go
@@ -1,6 +1,6 @@
// Go support for Protocol Buffers - Google's data interchange format
//
-// Copyright 2010 Google Inc. All rights reserved.
+// Copyright 2010 The Go Authors. All rights reserved.
// http://code.google.com/p/goprotobuf/
//
// Redistribution and use in source and binary forms, with or without
diff --git a/proto/pointer_reflect.go b/proto/pointer_reflect.go
index 183ca7d..796bfc9 100644
--- a/proto/pointer_reflect.go
+++ b/proto/pointer_reflect.go
@@ -1,6 +1,6 @@
// Go support for Protocol Buffers - Google's data interchange format
//
-// Copyright 2012 Google Inc. All rights reserved.
+// Copyright 2012 The Go Authors. All rights reserved.
// http://code.google.com/p/goprotobuf/
//
// Redistribution and use in source and binary forms, with or without
diff --git a/proto/pointer_unsafe.go b/proto/pointer_unsafe.go
index 817b084..2d102cf 100644
--- a/proto/pointer_unsafe.go
+++ b/proto/pointer_unsafe.go
@@ -1,6 +1,6 @@
// Go support for Protocol Buffers - Google's data interchange format
//
-// Copyright 2012 Google Inc. All rights reserved.
+// Copyright 2012 The Go Authors. All rights reserved.
// http://code.google.com/p/goprotobuf/
//
// Redistribution and use in source and binary forms, with or without
diff --git a/proto/properties.go b/proto/properties.go
index ce6b0d8..72e6b21 100644
--- a/proto/properties.go
+++ b/proto/properties.go
@@ -1,6 +1,6 @@
// Go support for Protocol Buffers - Google's data interchange format
//
-// Copyright 2010 Google Inc. All rights reserved.
+// Copyright 2010 The Go Authors. All rights reserved.
// http://code.google.com/p/goprotobuf/
//
// Redistribution and use in source and binary forms, with or without
diff --git a/proto/size.go b/proto/size.go
index 567ec96..201bd67 100644
--- a/proto/size.go
+++ b/proto/size.go
@@ -1,6 +1,6 @@
// Go support for Protocol Buffers - Google's data interchange format
//
-// Copyright 2012 Google Inc. All rights reserved.
+// Copyright 2012 The Go Authors. All rights reserved.
// http://code.google.com/p/goprotobuf/
//
// Redistribution and use in source and binary forms, with or without
diff --git a/proto/size2_test.go b/proto/size2_test.go
index 0183256..55902a4 100644
--- a/proto/size2_test.go
+++ b/proto/size2_test.go
@@ -1,6 +1,6 @@
// Go support for Protocol Buffers - Google's data interchange format
//
-// Copyright 2012 Google Inc. All rights reserved.
+// Copyright 2012 The Go Authors. All rights reserved.
// http://code.google.com/p/goprotobuf/
//
// Redistribution and use in source and binary forms, with or without
diff --git a/proto/size_test.go b/proto/size_test.go
index 31aaf54..6774d39 100644
--- a/proto/size_test.go
+++ b/proto/size_test.go
@@ -1,6 +1,6 @@
// Go support for Protocol Buffers - Google's data interchange format
//
-// Copyright 2012 Google Inc. All rights reserved.
+// Copyright 2012 The Go Authors. All rights reserved.
// http://code.google.com/p/goprotobuf/
//
// Redistribution and use in source and binary forms, with or without
diff --git a/proto/testdata/Makefile b/proto/testdata/Makefile
index 685c482..9fa10e4 100644
--- a/proto/testdata/Makefile
+++ b/proto/testdata/Makefile
@@ -1,6 +1,6 @@
# Go support for Protocol Buffers - Google's data interchange format
#
-# Copyright 2010 Google Inc. All rights reserved.
+# Copyright 2010 The Go Authors. All rights reserved.
# http://code.google.com/p/goprotobuf/
#
# Redistribution and use in source and binary forms, with or without
diff --git a/proto/testdata/golden_test.go b/proto/testdata/golden_test.go
index ed0a86d..f614aa1 100644
--- a/proto/testdata/golden_test.go
+++ b/proto/testdata/golden_test.go
@@ -1,6 +1,6 @@
// Go support for Protocol Buffers - Google's data interchange format
//
-// Copyright 2013 Google Inc. All rights reserved.
+// Copyright 2012 The Go Authors. All rights reserved.
// http://code.google.com/p/goprotobuf/
//
// Redistribution and use in source and binary forms, with or without
diff --git a/proto/testdata/test.proto b/proto/testdata/test.proto
index 14b274e..0154940 100644
--- a/proto/testdata/test.proto
+++ b/proto/testdata/test.proto
@@ -1,6 +1,6 @@
// Go support for Protocol Buffers - Google's data interchange format
//
-// Copyright 2010 Google Inc. All rights reserved.
+// Copyright 2010 The Go Authors. All rights reserved.
// http://code.google.com/p/goprotobuf/
//
// Redistribution and use in source and binary forms, with or without
diff --git a/proto/text.go b/proto/text.go
index 8fd881c..507c214 100644
--- a/proto/text.go
+++ b/proto/text.go
@@ -1,6 +1,6 @@
// Go support for Protocol Buffers - Google's data interchange format
//
-// Copyright 2010 Google Inc. All rights reserved.
+// Copyright 2010 The Go Authors. All rights reserved.
// http://code.google.com/p/goprotobuf/
//
// Redistribution and use in source and binary forms, with or without
diff --git a/proto/text_parser.go b/proto/text_parser.go
index 1f170bf..3c79876 100644
--- a/proto/text_parser.go
+++ b/proto/text_parser.go
@@ -1,6 +1,6 @@
// Go support for Protocol Buffers - Google's data interchange format
//
-// Copyright 2010 Google Inc. All rights reserved.
+// Copyright 2010 The Go Authors. All rights reserved.
// http://code.google.com/p/goprotobuf/
//
// Redistribution and use in source and binary forms, with or without
diff --git a/proto/text_parser_test.go b/proto/text_parser_test.go
index ce058f4..7ae0759 100644
--- a/proto/text_parser_test.go
+++ b/proto/text_parser_test.go
@@ -1,6 +1,6 @@
// Go support for Protocol Buffers - Google's data interchange format
//
-// Copyright 2010 Google Inc. All rights reserved.
+// Copyright 2010 The Go Authors. All rights reserved.
// http://code.google.com/p/goprotobuf/
//
// Redistribution and use in source and binary forms, with or without
diff --git a/proto/text_test.go b/proto/text_test.go
index 97a7c70..948b11e 100644
--- a/proto/text_test.go
+++ b/proto/text_test.go
@@ -1,6 +1,6 @@
// Go support for Protocol Buffers - Google's data interchange format
//
-// Copyright 2010 Google Inc. All rights reserved.
+// Copyright 2010 The Go Authors. All rights reserved.
// http://code.google.com/p/goprotobuf/
//
// Redistribution and use in source and binary forms, with or without