Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ Read the [MANUAL](MANUAL.md) to learn more.
- The [gRPC status codes](./packages/grpcweb-transport/src/goog-grpc-status-code.ts) are Copyright 2016 gRPC authors, licensed under Apache-2.0.
- The [Twirp error codes](./packages/twirp-transport/src/twitch-twirp-error-code.ts) are Copyright 2018 Twitch Interactive, Inc., licensed under Apache-2.0.
- The proto files in [test-fixtures/google](./packages/test-fixtures/google) and [test-fixtures/conformance](./packages/test-fixtures/conformance) are Copyright Google Inc. / Google LLC, licensed under Apache-2.0 / BSD-3-Clause.
- The proto files in [test-fixtures/validate](./packages/test-fixtures/validate) are Copyright 2019 Envoy Project Authors, licensed under Apache License 2.0.
- All other files are licensed under Apache-2.0, see [LICENSE](./LICENSE).


Expand Down
4 changes: 0 additions & 4 deletions packages/test-fixtures/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,3 @@ conformance tests, examples and benchmarks.

The proto files in [google/](./google) and [conformance/](./conformance/)
are Copyright Google Inc. / Google LLC, licensed under Apache-2.0 / BSD-3-Clause.

The proto files in [validate/](./validate) are Copyright 2019 Envoy Project Authors,
licensed under Apache License 2.0.

Loading