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/1001_tower-http.patch
 debian/patches/1002_fence_tests.patch
 debian/patches/2001_prost.patch
 debian/patches/2001_protox.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/README
 debian/patches/series
 debian/rules
 debian/source/format
 debian/source/lintian-overrides
 debian/tests/control
 debian/upstream/metadata
 debian/watch
 deny.toml
 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/timeout/client.rs
 examples/src/timeout/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.rs
 examples/src/uds/server.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/lib.rs
 interop/src/server.rs
 interop/test.sh
 interop/update_binaries.sh
 prepare-release.sh
 publish-release.sh
 rustfmt.toml
 tests/ambiguous_methods/Cargo.toml
 tests/ambiguous_methods/build.rs
 tests/ambiguous_methods/proto/ambiguous_methods.proto
 tests/ambiguous_methods/src/main.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/src/test_defaults.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/included_service/Cargo.toml
 tests/included_service/build.rs
 tests/included_service/proto/includee.proto
 tests/included_service/proto/includer.proto
 tests/included_service/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/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/root-crate-path/Cargo.toml
 tests/root-crate-path/build.rs
 tests/root-crate-path/foo.proto
 tests/root-crate-path/src/main.rs
 tests/same_name/Cargo.toml
 tests/same_name/build.rs
 tests/same_name/proto/foo.proto
 tests/same_name/src/lib.rs
 tests/service_named_result/Cargo.toml
 tests/service_named_result/build.rs
 tests/service_named_result/proto/result.proto
 tests/service_named_result/src/lib.rs
 tests/service_named_service/Cargo.toml
 tests/service_named_service/build.rs
 tests/service_named_service/proto/foo.proto
 tests/service_named_service/src/lib.rs
 tests/skip_debug/Cargo.toml
 tests/skip_debug/build.rs
 tests/skip_debug/proto/test.proto
 tests/skip_debug/src/lib.rs
 tests/skip_debug/tests/skip_debug.rs
 tests/stream_conflict/Cargo.toml
 tests/stream_conflict/build.rs
 tests/stream_conflict/proto/stream_conflict.proto
 tests/stream_conflict/src/main.rs
 tests/use_arc_self/Cargo.toml
 tests/use_arc_self/build.rs
 tests/use_arc_self/proto/test.proto
 tests/use_arc_self/src/lib.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/compile_settings.rs
 tonic-build/src/lib.rs
 tonic-build/src/manual.rs
 tonic-build/src/prost.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-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/codec/prost.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/mod.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/error.rs
 tonic/src/transport/mod.rs
 tonic/src/transport/server/conn.rs
 tonic/src/transport/server/incoming.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/recover_error.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: LICENSE
 examples/LICENSE
 interop/LICENSE
 tests/ambiguous_methods/LICENSE
 tests/compression/LICENSE
 tests/extern_path/my_application/LICENSE
 tests/extern_path/uuid/LICENSE
 tests/included_service/LICENSE
 tests/integration_tests/LICENSE
 tests/root-crate-path/LICENSE
 tests/same_name/LICENSE
 tests/service_named_result/LICENSE
 tests/service_named_service/LICENSE
 tests/stream_conflict/LICENSE
 tests/use_arc_self/LICENSE
 tests/web/LICENSE
 tests/wellknown-compiled/LICENSE
 tests/wellknown/LICENSE
 tonic-build/LICENSE
 tonic-health/LICENSE
 tonic-reflection/LICENSE
 tonic-types/LICENSE
 tonic-web/LICENSE
 tonic/LICENSE
Copyright: 2020, Lucio Franco
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
 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
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: tonic/src/status.rs
Copyright: Use `FailedPrecondition` if the client should not retry until the
License: UNKNOWN
 FIXME

