diff options
author | Anton Samokhvalov <[email protected]> | 2022-02-10 16:45:17 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:17 +0300 |
commit | d3a398281c6fd1d3672036cb2d63f842d2cb28c5 (patch) | |
tree | dd4bd3ca0f36b817e96812825ffaf10d645803f2 /contrib/libs/grpc | |
parent | 72cb13b4aff9bc9cf22e49251bc8fd143f82538f (diff) |
Restoring authorship annotation for Anton Samokhvalov <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/grpc')
26 files changed, 51 insertions, 51 deletions
diff --git a/contrib/libs/grpc/grpc++/ya.make b/contrib/libs/grpc/grpc++/ya.make index 63f85a6a8f9..788da4ce7eb 100644 --- a/contrib/libs/grpc/grpc++/ya.make +++ b/contrib/libs/grpc/grpc++/ya.make @@ -6,8 +6,8 @@ WITHOUT_LICENSE_TEXTS() OWNER(g:cpp-contrib) -LICENSE(Apache-2.0) - +LICENSE(Apache-2.0) + PEERDIR( contrib/libs/grpc/grpc contrib/libs/grpc/src/core/lib diff --git a/contrib/libs/grpc/grpc++_error_details/ya.make b/contrib/libs/grpc/grpc++_error_details/ya.make index efbae2eb9d5..c1b3fad26f2 100644 --- a/contrib/libs/grpc/grpc++_error_details/ya.make +++ b/contrib/libs/grpc/grpc++_error_details/ya.make @@ -6,8 +6,8 @@ WITHOUT_LICENSE_TEXTS() OWNER(g:cpp-contrib) -LICENSE(Apache-2.0) - +LICENSE(Apache-2.0) + PEERDIR( contrib/libs/grpc/grpc contrib/libs/grpc/grpc++ diff --git a/contrib/libs/grpc/grpc++_reflection/ya.make b/contrib/libs/grpc/grpc++_reflection/ya.make index d9083c1fe92..3068b78f9ad 100644 --- a/contrib/libs/grpc/grpc++_reflection/ya.make +++ b/contrib/libs/grpc/grpc++_reflection/ya.make @@ -6,8 +6,8 @@ WITHOUT_LICENSE_TEXTS() OWNER(g:cpp-contrib) -LICENSE(Apache-2.0) - +LICENSE(Apache-2.0) + PEERDIR( contrib/libs/grpc/grpc contrib/libs/grpc/grpc++ diff --git a/contrib/libs/grpc/grpc++_unsecure/ya.make b/contrib/libs/grpc/grpc++_unsecure/ya.make index a0d8820c12a..4810d9a0373 100644 --- a/contrib/libs/grpc/grpc++_unsecure/ya.make +++ b/contrib/libs/grpc/grpc++_unsecure/ya.make @@ -6,8 +6,8 @@ WITHOUT_LICENSE_TEXTS() OWNER(g:cpp-contrib) -LICENSE(Apache-2.0) - +LICENSE(Apache-2.0) + PEERDIR( contrib/libs/grpc/grpc contrib/libs/grpc/grpc++ diff --git a/contrib/libs/grpc/grpc/ya.make b/contrib/libs/grpc/grpc/ya.make index 9381f9d3133..c29c11c0c4b 100644 --- a/contrib/libs/grpc/grpc/ya.make +++ b/contrib/libs/grpc/grpc/ya.make @@ -6,8 +6,8 @@ WITHOUT_LICENSE_TEXTS() OWNER(g:cpp-contrib) -LICENSE(Apache-2.0) - +LICENSE(Apache-2.0) + PEERDIR( certs contrib/libs/c-ares diff --git a/contrib/libs/grpc/grpc_unsecure/ya.make b/contrib/libs/grpc/grpc_unsecure/ya.make index ceef301d914..38ef63eb18f 100644 --- a/contrib/libs/grpc/grpc_unsecure/ya.make +++ b/contrib/libs/grpc/grpc_unsecure/ya.make @@ -6,8 +6,8 @@ WITHOUT_LICENSE_TEXTS() OWNER(g:cpp-contrib) -LICENSE(Apache-2.0) - +LICENSE(Apache-2.0) + PEERDIR( contrib/libs/c-ares contrib/libs/grpc/grpc diff --git a/contrib/libs/grpc/grpcpp_channelz/ya.make b/contrib/libs/grpc/grpcpp_channelz/ya.make index b99a9fc7f2b..31761e3d471 100644 --- a/contrib/libs/grpc/grpcpp_channelz/ya.make +++ b/contrib/libs/grpc/grpcpp_channelz/ya.make @@ -6,8 +6,8 @@ WITHOUT_LICENSE_TEXTS() OWNER(g:cpp-contrib) -LICENSE(Apache-2.0) - +LICENSE(Apache-2.0) + PEERDIR( contrib/libs/grpc/grpc contrib/libs/grpc/grpc++ diff --git a/contrib/libs/grpc/python/ya.make b/contrib/libs/grpc/python/ya.make index 5668b8fcf35..f22d3393fc5 100644 --- a/contrib/libs/grpc/python/ya.make +++ b/contrib/libs/grpc/python/ya.make @@ -2,8 +2,8 @@ PY23_LIBRARY() WITHOUT_LICENSE_TEXTS() -LICENSE(Apache-2.0) - +LICENSE(Apache-2.0) + OWNER( akastornov g:contrib diff --git a/contrib/libs/grpc/src/compiler/grpc_plugin_support/ya.make b/contrib/libs/grpc/src/compiler/grpc_plugin_support/ya.make index ddd91ed13f5..068ae1ead6d 100644 --- a/contrib/libs/grpc/src/compiler/grpc_plugin_support/ya.make +++ b/contrib/libs/grpc/src/compiler/grpc_plugin_support/ya.make @@ -6,8 +6,8 @@ WITHOUT_LICENSE_TEXTS() OWNER(g:cpp-contrib) -LICENSE(Apache-2.0) - +LICENSE(Apache-2.0) + PEERDIR( contrib/libs/protobuf contrib/libs/protoc diff --git a/contrib/libs/grpc/src/core/lib/ya.make b/contrib/libs/grpc/src/core/lib/ya.make index 82d64f2fd3a..93f59abe37c 100644 --- a/contrib/libs/grpc/src/core/lib/ya.make +++ b/contrib/libs/grpc/src/core/lib/ya.make @@ -4,8 +4,8 @@ LIBRARY() OWNER(g:cpp-contrib) -LICENSE(Apache-2.0) - +LICENSE(Apache-2.0) + LICENSE_TEXTS(.yandex_meta/licenses.list.txt) PEERDIR( diff --git a/contrib/libs/grpc/src/proto/grpc/channelz/ya.make b/contrib/libs/grpc/src/proto/grpc/channelz/ya.make index 7d62c80e6b8..9f1e3cedc9a 100644 --- a/contrib/libs/grpc/src/proto/grpc/channelz/ya.make +++ b/contrib/libs/grpc/src/proto/grpc/channelz/ya.make @@ -1,7 +1,7 @@ PROTO_LIBRARY() -LICENSE(Apache-2.0) - +LICENSE(Apache-2.0) + LICENSE_TEXTS(.yandex_meta/licenses.list.txt) OWNER( diff --git a/contrib/libs/grpc/src/proto/grpc/core/ya.make b/contrib/libs/grpc/src/proto/grpc/core/ya.make index c0db9a79fa1..856c34ee53f 100644 --- a/contrib/libs/grpc/src/proto/grpc/core/ya.make +++ b/contrib/libs/grpc/src/proto/grpc/core/ya.make @@ -1,7 +1,7 @@ PROTO_LIBRARY() -LICENSE(Apache-2.0) - +LICENSE(Apache-2.0) + LICENSE_TEXTS(.yandex_meta/licenses.list.txt) OWNER( diff --git a/contrib/libs/grpc/src/proto/grpc/health/v1/ya.make b/contrib/libs/grpc/src/proto/grpc/health/v1/ya.make index 469b2f1af4d..7bb8b0dff91 100644 --- a/contrib/libs/grpc/src/proto/grpc/health/v1/ya.make +++ b/contrib/libs/grpc/src/proto/grpc/health/v1/ya.make @@ -1,7 +1,7 @@ PROTO_LIBRARY() -LICENSE(Apache-2.0) - +LICENSE(Apache-2.0) + LICENSE_TEXTS(.yandex_meta/licenses.list.txt) OWNER( diff --git a/contrib/libs/grpc/src/proto/grpc/reflection/v1alpha/ya.make b/contrib/libs/grpc/src/proto/grpc/reflection/v1alpha/ya.make index f213f753665..f8e301c9370 100644 --- a/contrib/libs/grpc/src/proto/grpc/reflection/v1alpha/ya.make +++ b/contrib/libs/grpc/src/proto/grpc/reflection/v1alpha/ya.make @@ -1,7 +1,7 @@ PROTO_LIBRARY() -LICENSE(Apache-2.0) - +LICENSE(Apache-2.0) + LICENSE_TEXTS(.yandex_meta/licenses.list.txt) OWNER( diff --git a/contrib/libs/grpc/src/proto/grpc/status/ya.make b/contrib/libs/grpc/src/proto/grpc/status/ya.make index 588164c6614..eec367765ff 100644 --- a/contrib/libs/grpc/src/proto/grpc/status/ya.make +++ b/contrib/libs/grpc/src/proto/grpc/status/ya.make @@ -1,7 +1,7 @@ PROTO_LIBRARY() -LICENSE(Apache-2.0) - +LICENSE(Apache-2.0) + LICENSE_TEXTS(.yandex_meta/licenses.list.txt) OWNER( diff --git a/contrib/libs/grpc/src/proto/grpc/testing/duplicate/ya.make b/contrib/libs/grpc/src/proto/grpc/testing/duplicate/ya.make index b0bfcc81a19..b94aa415f80 100644 --- a/contrib/libs/grpc/src/proto/grpc/testing/duplicate/ya.make +++ b/contrib/libs/grpc/src/proto/grpc/testing/duplicate/ya.make @@ -1,7 +1,7 @@ PROTO_LIBRARY() -LICENSE(Apache-2.0) - +LICENSE(Apache-2.0) + LICENSE_TEXTS(.yandex_meta/licenses.list.txt) OWNER( diff --git a/contrib/libs/grpc/src/proto/grpc/testing/xds/ya.make b/contrib/libs/grpc/src/proto/grpc/testing/xds/ya.make index 419c0ddfbee..994ec6fa82a 100644 --- a/contrib/libs/grpc/src/proto/grpc/testing/xds/ya.make +++ b/contrib/libs/grpc/src/proto/grpc/testing/xds/ya.make @@ -1,7 +1,7 @@ PROTO_LIBRARY() -LICENSE(Apache-2.0) - +LICENSE(Apache-2.0) + LICENSE_TEXTS(.yandex_meta/licenses.list.txt) OWNER( diff --git a/contrib/libs/grpc/src/proto/grpc/testing/ya.make b/contrib/libs/grpc/src/proto/grpc/testing/ya.make index 42db0476aaf..2704585a373 100644 --- a/contrib/libs/grpc/src/proto/grpc/testing/ya.make +++ b/contrib/libs/grpc/src/proto/grpc/testing/ya.make @@ -1,7 +1,7 @@ PROTO_LIBRARY() -LICENSE(Apache-2.0) - +LICENSE(Apache-2.0) + LICENSE_TEXTS(.yandex_meta/licenses.list.txt) OWNER( diff --git a/contrib/libs/grpc/src/python/grpcio_channelz/ya.make b/contrib/libs/grpc/src/python/grpcio_channelz/ya.make index 62dc3e7c3a5..2703d70ab04 100644 --- a/contrib/libs/grpc/src/python/grpcio_channelz/ya.make +++ b/contrib/libs/grpc/src/python/grpcio_channelz/ya.make @@ -1,7 +1,7 @@ PY23_LIBRARY() -LICENSE(Apache-2.0) - +LICENSE(Apache-2.0) + LICENSE_TEXTS(.yandex_meta/licenses.list.txt) OWNER( diff --git a/contrib/libs/grpc/src/python/grpcio_health_checking/ya.make b/contrib/libs/grpc/src/python/grpcio_health_checking/ya.make index 0d1611f13d2..4bab1758a5e 100644 --- a/contrib/libs/grpc/src/python/grpcio_health_checking/ya.make +++ b/contrib/libs/grpc/src/python/grpcio_health_checking/ya.make @@ -1,7 +1,7 @@ PY23_LIBRARY() -LICENSE(Apache-2.0) - +LICENSE(Apache-2.0) + LICENSE_TEXTS(.yandex_meta/licenses.list.txt) OWNER( diff --git a/contrib/libs/grpc/src/python/grpcio_reflection/ya.make b/contrib/libs/grpc/src/python/grpcio_reflection/ya.make index ca9ac093f67..c0f7d61dcc3 100644 --- a/contrib/libs/grpc/src/python/grpcio_reflection/ya.make +++ b/contrib/libs/grpc/src/python/grpcio_reflection/ya.make @@ -1,7 +1,7 @@ PY23_LIBRARY() -LICENSE(Apache-2.0) - +LICENSE(Apache-2.0) + LICENSE_TEXTS(.yandex_meta/licenses.list.txt) OWNER( diff --git a/contrib/libs/grpc/src/python/grpcio_status/ya.make b/contrib/libs/grpc/src/python/grpcio_status/ya.make index fb7f71272a1..61a3ee4336b 100644 --- a/contrib/libs/grpc/src/python/grpcio_status/ya.make +++ b/contrib/libs/grpc/src/python/grpcio_status/ya.make @@ -1,7 +1,7 @@ PY23_LIBRARY() -LICENSE(Apache-2.0) - +LICENSE(Apache-2.0) + LICENSE_TEXTS(.yandex_meta/licenses.list.txt) OWNER( diff --git a/contrib/libs/grpc/test/core/util/ya.make b/contrib/libs/grpc/test/core/util/ya.make index 0f15e395d79..fbaad80cadb 100644 --- a/contrib/libs/grpc/test/core/util/ya.make +++ b/contrib/libs/grpc/test/core/util/ya.make @@ -1,7 +1,7 @@ LIBRARY() -LICENSE(Apache-2.0) - +LICENSE(Apache-2.0) + LICENSE_TEXTS(.yandex_meta/licenses.list.txt) OWNER(dvshkurko) diff --git a/contrib/libs/grpc/test/cpp/end2end/ya.make b/contrib/libs/grpc/test/cpp/end2end/ya.make index 0ffbd6783b3..b9c1dc7fe00 100644 --- a/contrib/libs/grpc/test/cpp/end2end/ya.make +++ b/contrib/libs/grpc/test/cpp/end2end/ya.make @@ -1,7 +1,7 @@ LIBRARY() -LICENSE(Apache-2.0) - +LICENSE(Apache-2.0) + LICENSE_TEXTS(.yandex_meta/licenses.list.txt) OWNER(dvshkurko) diff --git a/contrib/libs/grpc/test/cpp/util/ya.make b/contrib/libs/grpc/test/cpp/util/ya.make index 05a9b0853c9..f043cc5b146 100644 --- a/contrib/libs/grpc/test/cpp/util/ya.make +++ b/contrib/libs/grpc/test/cpp/util/ya.make @@ -1,7 +1,7 @@ LIBRARY() -LICENSE(Apache-2.0) - +LICENSE(Apache-2.0) + LICENSE_TEXTS(.yandex_meta/licenses.list.txt) OWNER(orivej) diff --git a/contrib/libs/grpc/ya.make b/contrib/libs/grpc/ya.make index 23dd8c6c6e3..29848d23ea5 100644 --- a/contrib/libs/grpc/ya.make +++ b/contrib/libs/grpc/ya.make @@ -2,7 +2,7 @@ LIBRARY() LICENSE(Apache-2.0) - + LICENSE_TEXTS(.yandex_meta/licenses.list.txt) VERSION(1.33.2) |