diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-08-22 11:54:59 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-08-22 12:03:38 +0300 |
commit | fb42c24f3a5a933f3e5c6680dd4378e310aab400 (patch) | |
tree | 2bc4f4a7c2ff90077e0853fc2e0e4e33d2481b32 /contrib/tools | |
parent | 43743155d55cd20e7d2e08bc94091a0c92337bb0 (diff) | |
download | ydb-fb42c24f3a5a933f3e5c6680dd4378e310aab400.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/tools')
-rw-r--r-- | contrib/tools/protoc/bin/ya.make | 2 | ||||
-rw-r--r-- | contrib/tools/protoc/plugins/grpc_cpp/bin/ya.make | 2 | ||||
-rw-r--r-- | contrib/tools/protoc/plugins/grpc_python/bin/ya.make | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/contrib/tools/protoc/bin/ya.make b/contrib/tools/protoc/bin/ya.make index 2b9c203938..1604015b70 100644 --- a/contrib/tools/protoc/bin/ya.make +++ b/contrib/tools/protoc/bin/ya.make @@ -1,5 +1,7 @@ PROGRAM(protoc) +VERSION(None) + LICENSE(BSD-3-Clause) NO_COMPILER_WARNINGS() diff --git a/contrib/tools/protoc/plugins/grpc_cpp/bin/ya.make b/contrib/tools/protoc/plugins/grpc_cpp/bin/ya.make index 81672852db..805b7e7bd7 100644 --- a/contrib/tools/protoc/plugins/grpc_cpp/bin/ya.make +++ b/contrib/tools/protoc/plugins/grpc_cpp/bin/ya.make @@ -1,5 +1,7 @@ PROGRAM(grpc_cpp) +VERSION(Service-proxy-version) + LICENSE(Apache-2.0) PEERDIR( diff --git a/contrib/tools/protoc/plugins/grpc_python/bin/ya.make b/contrib/tools/protoc/plugins/grpc_python/bin/ya.make index ab21ab6c50..7b1885a2ba 100644 --- a/contrib/tools/protoc/plugins/grpc_python/bin/ya.make +++ b/contrib/tools/protoc/plugins/grpc_python/bin/ya.make @@ -1,5 +1,7 @@ PROGRAM(grpc_python) +VERSION(None) + LICENSE(Apache-2.0) PEERDIR( |