Преглед изворни кода

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
David Symonds пре 13 година
родитељ
комит
ee6e9c5fb8
52 измењених фајлова са 56 додато и 66 уклоњено
  1. 3 0
      AUTHORS
  2. 3 17
      CONTRIBUTORS
  3. 1 1
      LICENSE
  4. 1 1
      Make.protobuf
  5. 1 1
      Makefile
  6. 1 1
      README
  7. 1 0
      lib/codereview/codereview.cfg
  8. 1 1
      proto/Makefile
  9. 1 1
      proto/all_test.go
  10. 1 1
      proto/clone.go
  11. 1 1
      proto/clone_test.go
  12. 1 1
      proto/decode.go
  13. 1 1
      proto/encode.go
  14. 1 1
      proto/equal.go
  15. 1 1
      proto/equal_test.go
  16. 1 1
      proto/extensions.go
  17. 1 1
      proto/lib.go
  18. 1 1
      proto/message_set.go
  19. 1 1
      proto/pointer_reflect.go
  20. 1 1
      proto/pointer_unsafe.go
  21. 1 1
      proto/properties.go
  22. 1 1
      proto/size.go
  23. 1 1
      proto/size2_test.go
  24. 1 1
      proto/size_test.go
  25. 1 1
      proto/testdata/Makefile
  26. 1 1
      proto/testdata/golden_test.go
  27. 1 1
      proto/testdata/test.proto
  28. 1 1
      proto/text.go
  29. 1 1
      proto/text_parser.go
  30. 1 1
      proto/text_parser_test.go
  31. 1 1
      proto/text_test.go
  32. 1 1
      protoc-gen-go/Makefile
  33. 1 1
      protoc-gen-go/descriptor/Makefile
  34. 1 1
      protoc-gen-go/doc.go
  35. 1 1
      protoc-gen-go/generator/Makefile
  36. 1 1
      protoc-gen-go/generator/generator.go
  37. 1 1
      protoc-gen-go/main.go
  38. 1 1
      protoc-gen-go/plugin/Makefile
  39. 1 1
      protoc-gen-go/testdata/Makefile
  40. 1 1
      protoc-gen-go/testdata/extension_base.proto
  41. 1 1
      protoc-gen-go/testdata/extension_extra.proto
  42. 1 1
      protoc-gen-go/testdata/extension_test.go
  43. 1 1
      protoc-gen-go/testdata/extension_user.proto
  44. 1 1
      protoc-gen-go/testdata/golden_test.go
  45. 1 1
      protoc-gen-go/testdata/imp.proto
  46. 1 1
      protoc-gen-go/testdata/imp2.proto
  47. 1 1
      protoc-gen-go/testdata/imp3.proto
  48. 1 1
      protoc-gen-go/testdata/main_test.go
  49. 1 1
      protoc-gen-go/testdata/multi/multi1.proto
  50. 1 1
      protoc-gen-go/testdata/multi/multi2.proto
  51. 1 1
      protoc-gen-go/testdata/multi/multi3.proto
  52. 1 1
      protoc-gen-go/testdata/my_test/test.proto

+ 3 - 0
AUTHORS

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

+ 3 - 17
CONTRIBUTORS

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

+ 1 - 1
LICENSE

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

+ 1 - 1
Make.protobuf

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

+ 1 - 1
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

+ 1 - 1
README

@@ -1,5 +1,5 @@
 Go support for Protocol Buffers - Google's data interchange format
-Copyright 2010 Google Inc.
+Copyright 2010 The Go Authors.
 http://code.google.com/p/goprotobuf/
 
 This software implements Go bindings for protocol buffers.  For

+ 1 - 0
lib/codereview/codereview.cfg

@@ -1 +1,2 @@
 defaultcc: golang-dev@googlegroups.com
+contributors: http://go.googlecode.com/hg/CONTRIBUTORS

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
protoc-gen-go/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

+ 1 - 1
protoc-gen-go/descriptor/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

+ 1 - 1
protoc-gen-go/doc.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

+ 1 - 1
protoc-gen-go/generator/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

+ 1 - 1
protoc-gen-go/generator/generator.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

+ 1 - 1
protoc-gen-go/main.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

+ 1 - 1
protoc-gen-go/plugin/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

+ 1 - 1
protoc-gen-go/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

+ 1 - 1
protoc-gen-go/testdata/extension_base.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

+ 1 - 1
protoc-gen-go/testdata/extension_extra.proto

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

+ 1 - 1
protoc-gen-go/testdata/extension_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

+ 1 - 1
protoc-gen-go/testdata/extension_user.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

+ 1 - 1
protoc-gen-go/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

+ 1 - 1
protoc-gen-go/testdata/imp.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

+ 1 - 1
protoc-gen-go/testdata/imp2.proto

@@ -1,5 +1,5 @@
 //
-// 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

+ 1 - 1
protoc-gen-go/testdata/imp3.proto

@@ -1,5 +1,5 @@
 //
-// 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

+ 1 - 1
protoc-gen-go/testdata/main_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

+ 1 - 1
protoc-gen-go/testdata/multi/multi1.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

+ 1 - 1
protoc-gen-go/testdata/multi/multi2.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

+ 1 - 1
protoc-gen-go/testdata/multi/multi3.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

+ 1 - 1
protoc-gen-go/testdata/my_test/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