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/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