Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FIXME
Upstream-Contact: FIXME
Source: FIXME
Disclaimer: Autogenerated by licensecheck

Files: CHANGELOG.md
 CONTRIBUTING.md
 Cargo.toml
 SECURITY.md
 codegen/Cargo.toml
 codegen/src/main.rs
 debian/TODO
 debian/clean
 debian/control
 debian/copyright-check
 debian/gbp.conf
 debian/librust-tonic-dev.examples
 debian/patches/1002_fence_tests.patch
 debian/patches/1003_test_features.patch
 debian/patches/2001_axum.patch
 debian/patches/2001_tokio-rustls.patch
 debian/patches/2002_no_feature_cleanup-markdown.patch
 debian/patches/2002_no_net.patch
 debian/patches/2002_no_webpki-roots.patch
 debian/patches/2003_no_bench.patch
 debian/patches/2004_reduce_tests.patch
 debian/patches/2005_matchit_route_catch-all.patch
 debian/patches/README
 debian/patches/series
 debian/rules
 debian/source/format
 debian/source/lintian-overrides
 debian/tests/control
 debian/upstream/metadata
 debian/watch
 examples/Cargo.toml
 examples/README.md
 examples/build.rs
 examples/data/gcp/roots.pem
 examples/data/route_guide_db.json
 examples/data/tls/ca.pem
 examples/data/tls/client1.key
 examples/data/tls/client1.pem
 examples/data/tls/client2.key
 examples/data/tls/client2.pem
 examples/data/tls/client_ca.pem
 examples/data/tls/server.key
 examples/data/tls/server.pem
 examples/helloworld-tutorial.md
 examples/proto/attrs/attrs.proto
 examples/routeguide-tutorial.md
 examples/src/authentication/client.rs
 examples/src/authentication/server.rs
 examples/src/autoreload/server.rs
 examples/src/blocking/client.rs
 examples/src/blocking/server.rs
 examples/src/cancellation/client.rs
 examples/src/cancellation/server.rs
 examples/src/codec_buffers/client.rs
 examples/src/codec_buffers/common.rs
 examples/src/codec_buffers/server.rs
 examples/src/compression/client.rs
 examples/src/compression/server.rs
 examples/src/dynamic/server.rs
 examples/src/dynamic_load_balance/client.rs
 examples/src/dynamic_load_balance/server.rs
 examples/src/gcp/README.md
 examples/src/gcp/client.rs
 examples/src/grpc-web/client.rs
 examples/src/grpc-web/server.rs
 examples/src/h2c/client.rs
 examples/src/h2c/server.rs
 examples/src/health/README.md
 examples/src/health/server.rs
 examples/src/helloworld/client.rs
 examples/src/helloworld/server.rs
 examples/src/interceptor/client.rs
 examples/src/interceptor/server.rs
 examples/src/json-codec/client.rs
 examples/src/json-codec/common.rs
 examples/src/json-codec/server.rs
 examples/src/load_balance/client.rs
 examples/src/load_balance/server.rs
 examples/src/mock/mock.rs
 examples/src/multiplex/client.rs
 examples/src/multiplex/server.rs
 examples/src/reflection/server.rs
 examples/src/richer-error/client.rs
 examples/src/richer-error/client_vec.rs
 examples/src/richer-error/server.rs
 examples/src/richer-error/server_vec.rs
 examples/src/routeguide/client.rs
 examples/src/routeguide/data.rs
 examples/src/routeguide/server.rs
 examples/src/streaming/client.rs
 examples/src/streaming/server.rs
 examples/src/tls/client.rs
 examples/src/tls/server.rs
 examples/src/tls_client_auth/client.rs
 examples/src/tls_client_auth/server.rs
 examples/src/tls_rustls/client.rs
 examples/src/tls_rustls/server.rs
 examples/src/tower/client.rs
 examples/src/tower/server.rs
 examples/src/tracing/client.rs
 examples/src/tracing/server.rs
 examples/src/uds/client_standard.rs
 examples/src/uds/client_with_connector.rs
 examples/src/uds/server.rs
 flake.lock
 flake.nix
 grpc/Cargo.toml
 grpc/examples/inmemory.rs
 grpc/examples/multiaddr.rs
 grpc/src/client/load_balancing/pick_first.rs
 grpc/src/client/load_balancing/registry.rs
 grpc/src/client/subchannel.rs
 grpc/src/client/transport/mod.rs
 grpc/src/client/transport/registry.rs
 grpc/src/client/transport/tonic/mod.rs
 grpc/src/client/transport/tonic/test.rs
 grpc/src/codec.rs
 grpc/src/credentials/mod.rs
 grpc/src/generated/grpc_examples_echo.rs
 grpc/src/inmemory/mod.rs
 grpc/src/rt/hyper_wrapper.rs
 grpc/src/server/mod.rs
 interop/Cargo.toml
 interop/build.rs
 interop/data/README.md
 interop/data/ca.pem
 interop/data/cert-generator/ca.tf
 interop/data/cert-generator/server_certs.tf
 interop/data/server1.key
 interop/data/server1.pem
 interop/src/bin/client.rs
 interop/src/bin/server.rs
 interop/src/client.rs
 interop/src/client_prost.rs
 interop/src/lib.rs
 interop/src/server_prost.rs
 interop/src/server_protobuf.rs
 interop/test.sh
 interop/update_binaries.sh
 prepare-release.sh
 protoc-gen-rust-grpc/.bazelrc
 protoc-gen-rust-grpc/CMakeLists.txt
 protoc-gen-rust-grpc/README.md
 protoc-gen-rust-grpc/cmake/FetchProtobuf.cmake
 publish-release.sh
 tests/compile/Cargo.toml
 tests/compile/build.rs
 tests/compile/proto/ambiguous_methods.proto
 tests/compile/proto/includee.proto
 tests/compile/proto/includer.proto
 tests/compile/proto/result.proto
 tests/compile/proto/root_crate_path.proto
 tests/compile/proto/same_name.proto
 tests/compile/proto/service.proto
 tests/compile/proto/skip_debug.proto
 tests/compile/proto/stream.proto
 tests/compile/proto/use_arc_self.proto
 tests/compile/src/lib.rs
 tests/compile/tests/ui.rs
 tests/compile/tests/ui/ambiguous_methods.rs
 tests/compile/tests/ui/includer.rs
 tests/compile/tests/ui/result.rs
 tests/compile/tests/ui/root_file_path.rs
 tests/compile/tests/ui/same_name.rs
 tests/compile/tests/ui/service.rs
 tests/compile/tests/ui/skip_debug.rs
 tests/compile/tests/ui/stream.rs
 tests/compile/tests/ui/use_arc_self.rs
 tests/compression/Cargo.toml
 tests/compression/build.rs
 tests/compression/proto/test.proto
 tests/compression/src/bidirectional_stream.rs
 tests/compression/src/client_stream.rs
 tests/compression/src/compressing_request.rs
 tests/compression/src/compressing_response.rs
 tests/compression/src/lib.rs
 tests/compression/src/server_stream.rs
 tests/compression/src/util.rs
 tests/default_stubs/Cargo.toml
 tests/default_stubs/build.rs
 tests/default_stubs/proto/test.proto
 tests/default_stubs/proto/test_default.proto
 tests/default_stubs/src/lib.rs
 tests/default_stubs/tests/default.rs
 tests/deprecated_methods/Cargo.toml
 tests/deprecated_methods/build.rs
 tests/deprecated_methods/proto/test.proto
 tests/deprecated_methods/src/lib.rs
 tests/deprecated_methods/tests/deprecated_methods.rs
 tests/disable_comments/Cargo.toml
 tests/disable_comments/build.rs
 tests/disable_comments/proto/test.proto
 tests/disable_comments/src/lib.rs
 tests/disable_comments/tests/disable_comments.rs
 tests/extern_path/my_application/Cargo.toml
 tests/extern_path/my_application/build.rs
 tests/extern_path/my_application/src/main.rs
 tests/extern_path/proto/my_application/service.proto
 tests/extern_path/proto/uuid/uuid.proto
 tests/extern_path/uuid/Cargo.toml
 tests/extern_path/uuid/build.rs
 tests/extern_path/uuid/src/lib.rs
 tests/integration_tests/Cargo.toml
 tests/integration_tests/build.rs
 tests/integration_tests/proto/stream.proto
 tests/integration_tests/proto/test.proto
 tests/integration_tests/src/lib.rs
 tests/integration_tests/tests/client_layer.rs
 tests/integration_tests/tests/complex_tower_middleware.rs
 tests/integration_tests/tests/connect_info.rs
 tests/integration_tests/tests/connection.rs
 tests/integration_tests/tests/extensions.rs
 tests/integration_tests/tests/http2_keep_alive.rs
 tests/integration_tests/tests/http2_max_header_list_size.rs
 tests/integration_tests/tests/interceptor.rs
 tests/integration_tests/tests/load_shed.rs
 tests/integration_tests/tests/max_message_size.rs
 tests/integration_tests/tests/origin.rs
 tests/integration_tests/tests/routes_builder.rs
 tests/integration_tests/tests/status.rs
 tests/integration_tests/tests/streams.rs
 tests/integration_tests/tests/timeout.rs
 tests/integration_tests/tests/user_agent.rs
 tests/web/Cargo.toml
 tests/web/build.rs
 tests/web/proto/test.proto
 tests/web/src/lib.rs
 tests/web/tests/grpc.rs
 tests/web/tests/grpc_web.rs
 tests/wellknown-compiled/Cargo.toml
 tests/wellknown-compiled/build.rs
 tests/wellknown-compiled/proto/google.proto
 tests/wellknown-compiled/proto/test.proto
 tests/wellknown-compiled/src/lib.rs
 tests/wellknown/Cargo.toml
 tests/wellknown/build.rs
 tests/wellknown/proto/wellknown.proto
 tests/wellknown/src/lib.rs
 tonic-build/Cargo.toml
 tonic-build/README.md
 tonic-build/src/client.rs
 tonic-build/src/code_gen.rs
 tonic-build/src/lib.rs
 tonic-build/src/manual.rs
 tonic-build/src/server.rs
 tonic-health/Cargo.toml
 tonic-health/README.md
 tonic-health/src/lib.rs
 tonic-health/src/server.rs
 tonic-prost-build/Cargo.toml
 tonic-prost-build/README.md
 tonic-prost-build/src/lib.rs
 tonic-prost-build/src/tests.rs
 tonic-prost/Cargo.toml
 tonic-prost/README.md
 tonic-prost/src/codec.rs
 tonic-prost/src/lib.rs
 tonic-protobuf-build/Cargo.toml
 tonic-protobuf-build/README.md
 tonic-protobuf-build/build.rs
 tonic-protobuf/Cargo.toml
 tonic-reflection/Cargo.toml
 tonic-reflection/README.md
 tonic-reflection/src/lib.rs
 tonic-reflection/src/server/mod.rs
 tonic-reflection/src/server/v1.rs
 tonic-reflection/src/server/v1alpha.rs
 tonic-reflection/tests/server.rs
 tonic-reflection/tests/versions.rs
 tonic-types/Cargo.toml
 tonic-types/README.md
 tonic-types/src/lib.rs
 tonic-types/src/richer_error/error_details/mod.rs
 tonic-types/src/richer_error/error_details/vec.rs
 tonic-types/src/richer_error/mod.rs
 tonic-types/src/richer_error/std_messages/bad_request.rs
 tonic-types/src/richer_error/std_messages/debug_info.rs
 tonic-types/src/richer_error/std_messages/error_info.rs
 tonic-types/src/richer_error/std_messages/help.rs
 tonic-types/src/richer_error/std_messages/loc_message.rs
 tonic-types/src/richer_error/std_messages/mod.rs
 tonic-types/src/richer_error/std_messages/prec_failure.rs
 tonic-types/src/richer_error/std_messages/quota_failure.rs
 tonic-types/src/richer_error/std_messages/request_info.rs
 tonic-types/src/richer_error/std_messages/resource_info.rs
 tonic-types/src/richer_error/std_messages/retry_info.rs
 tonic-web/Cargo.toml
 tonic-web/README.md
 tonic-web/src/call.rs
 tonic-web/src/client.rs
 tonic-web/src/layer.rs
 tonic-web/src/lib.rs
 tonic-web/src/service.rs
 tonic-web/tests/incomplete-buf-bug.bin
 tonic/Cargo.toml
 tonic/benches-disabled/README.md
 tonic/benches-disabled/bench_main.rs
 tonic/benches-disabled/benchmarks/compiled_protos/diverse_types.rs
 tonic/benches-disabled/benchmarks/compiled_protos/helloworld.rs
 tonic/benches-disabled/benchmarks/compiled_protos/mod.rs
 tonic/benches-disabled/benchmarks/mod.rs
 tonic/benches-disabled/benchmarks/request_response.rs
 tonic/benches-disabled/benchmarks/request_response_diverse_types.rs
 tonic/benches-disabled/benchmarks/utils.rs
 tonic/benches-disabled/proto/diverse_types/diverse_types.proto
 tonic/benches/decode.rs
 tonic/src/body.rs
 tonic/src/client/grpc.rs
 tonic/src/client/mod.rs
 tonic/src/client/service.rs
 tonic/src/codec/buffer.rs
 tonic/src/codec/compression.rs
 tonic/src/codec/decode.rs
 tonic/src/codec/encode.rs
 tonic/src/codec/mod.rs
 tonic/src/codegen.rs
 tonic/src/extensions.rs
 tonic/src/lib.rs
 tonic/src/macros.rs
 tonic/src/metadata/encoding.rs
 tonic/src/metadata/key.rs
 tonic/src/metadata/map.rs
 tonic/src/metadata/mod.rs
 tonic/src/metadata/value.rs
 tonic/src/request.rs
 tonic/src/response.rs
 tonic/src/server/grpc.rs
 tonic/src/server/mod.rs
 tonic/src/server/service.rs
 tonic/src/service/interceptor.rs
 tonic/src/service/layered.rs
 tonic/src/service/mod.rs
 tonic/src/service/recover_error.rs
 tonic/src/service/router.rs
 tonic/src/transport/channel/endpoint.rs
 tonic/src/transport/channel/mod.rs
 tonic/src/transport/channel/service/add_origin.rs
 tonic/src/transport/channel/service/connection.rs
 tonic/src/transport/channel/service/connector.rs
 tonic/src/transport/channel/service/discover.rs
 tonic/src/transport/channel/service/executor.rs
 tonic/src/transport/channel/service/io.rs
 tonic/src/transport/channel/service/mod.rs
 tonic/src/transport/channel/service/reconnect.rs
 tonic/src/transport/channel/service/tls.rs
 tonic/src/transport/channel/service/user_agent.rs
 tonic/src/transport/channel/tls.rs
 tonic/src/transport/channel/uds_connector.rs
 tonic/src/transport/error.rs
 tonic/src/transport/mod.rs
 tonic/src/transport/server/conn.rs
 tonic/src/transport/server/display_error_stack.rs
 tonic/src/transport/server/incoming.rs
 tonic/src/transport/server/io_stream.rs
 tonic/src/transport/server/mod.rs
 tonic/src/transport/server/service/io.rs
 tonic/src/transport/server/service/mod.rs
 tonic/src/transport/server/service/tls.rs
 tonic/src/transport/server/tls.rs
 tonic/src/transport/server/unix.rs
 tonic/src/transport/service/grpc_timeout.rs
 tonic/src/transport/service/mod.rs
 tonic/src/transport/service/tls.rs
 tonic/src/transport/tls.rs
 tonic/src/util.rs
Copyright: NONE
License: UNKNOWN
 FIXME

Files: grpc/src/attributes.rs
 grpc/src/byte_str.rs
 grpc/src/client/channel.rs
 grpc/src/client/load_balancing/child_manager.rs
 grpc/src/client/load_balancing/mod.rs
 grpc/src/client/load_balancing/test_utils.rs
 grpc/src/client/mod.rs
 grpc/src/client/name_resolution/backoff.rs
 grpc/src/client/name_resolution/dns/mod.rs
 grpc/src/client/name_resolution/dns/test.rs
 grpc/src/client/name_resolution/mod.rs
 grpc/src/client/name_resolution/registry.rs
 grpc/src/client/service_config.rs
 grpc/src/lib.rs
 grpc/src/macros.rs
 grpc/src/rt/mod.rs
 grpc/src/rt/tokio/hickory_resolver.rs
 grpc/src/rt/tokio/mod.rs
 grpc/src/service.rs
 interop/src/client_protobuf.rs
 protoc-gen-rust-grpc/src/BUILD
 protoc-gen-rust-grpc/src/grpc_rust_generator.cc
 protoc-gen-rust-grpc/src/grpc_rust_generator.h
 protoc-gen-rust-grpc/src/grpc_rust_plugin.cc
 tonic-protobuf-build/src/lib.rs
 tonic-protobuf/src/lib.rs
Copyright: 2025, gRPC authors.
License: Expat
 FIXME

Files: examples/proto/echo/echo.proto
 examples/proto/helloworld/helloworld.proto
 examples/proto/routeguide/route_guide.proto
 examples/proto/unaryecho/echo.proto
 grpc/proto/echo/echo.proto
 grpc/src/generated/echo_fds.rs
 interop/proto/grpc/testing/empty.proto
 interop/proto/grpc/testing/messages.proto
 interop/proto/grpc/testing/test.proto
 tonic-reflection/proto/reflection_v1alpha.proto
 tonic/benches-disabled/proto/helloworld/helloworld.proto
Copyright: 2015, gRPC authors.
  2015-2016, gRPC authors.
  2016, gRPC authors.
  2018, gRPC authors.
License: Apache-2.0
 FIXME

Files: examples/proto/googleapis/google/api/client.proto
 examples/proto/googleapis/google/api/field_behavior.proto
 examples/proto/googleapis/google/api/http.proto
 examples/proto/googleapis/google/api/resource.proto
 examples/proto/googleapis/google/pubsub/v1/pubsub.proto
 examples/proto/googleapis/google/pubsub/v1/schema.proto
 tonic-types/proto/error_details.proto
 tonic-types/proto/status.proto
Copyright: 2020, Google LLC
  2025, Google LLC
License: Apache-2.0
 FIXME

Files: tonic-health/proto/health.proto
 tonic-reflection/proto/reflection_v1.proto
Copyright: 2015, The gRPC Authors
  2016, The gRPC Authors
License: Apache-2.0
 FIXME

Files: examples/proto/googleapis/google/api/annotations.proto
Copyright: 2015, Google Inc.
License: Apache-2.0
 FIXME

Files: README.md
Copyright: NONE
License: Expat
 FIXME

Files: LICENSE
Copyright: 2025, Lucio Franco
License: Expat
 FIXME

Files: tonic/src/status.rs
Copyright: Use `FailedPrecondition` if the client should not retry until the
License: UNKNOWN
 FIXME

