Add/update copyright lines in protobuf/test (#699)

list_equality_test.dart was added to g3 with the copyright lines, copy
it over to open source.

I also checked copyright lines in other files, added as necessary. Minor
formatting fix to make them follow the same format.
5 files changed
tree: 05afa471af49e0c80c175ab137b8280dd675161a
  1. .github/
  2. api_benchmark/
  3. protobuf/
  4. protobuf_benchmarks/
  5. protoc_plugin/
  6. query_benchmark/
  7. tool/
  8. .gitignore
  9. AUTHORS
  10. LICENSE
  11. mono_repo.yaml
  12. README.md
README.md

CI status

Protobuf support for Dart

Protocol Buffers (protobuf) are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.

This repository is home to packages related to protobuf for Dart.

PackageDescriptionPublished Version
protobufA support library for the generated codepub package
protoc_pluginA Dart back-end for the protoc compilerpub package
api_benchmarkBenchmarking for various API calls
query_benchmarkBenchmark for encoding and decoding of a “real-world” protobuf