diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-08-24 02:01:46 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-08-24 02:10:19 +0300 |
commit | 53dcfae09db2584a9c4206cd506a8a066ad68c9a (patch) | |
tree | 0907b76a56da971bdf511c3e514b9c477e7ed86c | |
parent | e16cdb6f13694f93a80dd6b295538a30de09b96c (diff) | |
download | ydb-53dcfae09db2584a9c4206cd506a8a066ad68c9a.tar.gz |
Intermediate changes
31 files changed, 62 insertions, 0 deletions
diff --git a/contrib/libs/apache/arrow/cpp/src/arrow/python/ya.make b/contrib/libs/apache/arrow/cpp/src/arrow/python/ya.make index 8af52632fc..6c0a186f88 100644 --- a/contrib/libs/apache/arrow/cpp/src/arrow/python/ya.make +++ b/contrib/libs/apache/arrow/cpp/src/arrow/python/ya.make @@ -2,6 +2,8 @@ PY3_LIBRARY() +VERSION(5.0.0) + LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) diff --git a/contrib/libs/cctz/test/ya.make b/contrib/libs/cctz/test/ya.make index 0e551d7ba1..d178190190 100644 --- a/contrib/libs/cctz/test/ya.make +++ b/contrib/libs/cctz/test/ya.make @@ -1,5 +1,7 @@ GTEST() +VERSION(Service-proxy-version) + LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) diff --git a/contrib/libs/cctz/tzdata/ya.make b/contrib/libs/cctz/tzdata/ya.make index d881ad5f32..681f98321a 100644 --- a/contrib/libs/cctz/tzdata/ya.make +++ b/contrib/libs/cctz/tzdata/ya.make @@ -2,6 +2,8 @@ LIBRARY() WITHOUT_LICENSE_TEXTS() +VERSION(Service-proxy-version) + LICENSE(Apache-2.0) PEERDIR( diff --git a/contrib/libs/clapack/part1/ya.make b/contrib/libs/clapack/part1/ya.make index 4fec16e472..45f7b044fd 100644 --- a/contrib/libs/clapack/part1/ya.make +++ b/contrib/libs/clapack/part1/ya.make @@ -2,6 +2,8 @@ LIBRARY() WITHOUT_LICENSE_TEXTS() +VERSION(3.2.1) + LICENSE(BSD-3-Clause) NO_COMPILER_WARNINGS() diff --git a/contrib/libs/clapack/part2/ya.make b/contrib/libs/clapack/part2/ya.make index 6e0d6abaf7..96ac955729 100644 --- a/contrib/libs/clapack/part2/ya.make +++ b/contrib/libs/clapack/part2/ya.make @@ -2,6 +2,8 @@ LIBRARY() WITHOUT_LICENSE_TEXTS() +VERSION(3.2.1) + LICENSE(BSD-3-Clause) NO_COMPILER_WARNINGS() diff --git a/contrib/libs/cxxsupp/libsan/ya.make b/contrib/libs/cxxsupp/libsan/ya.make index ca2a125292..e770d0ac3d 100644 --- a/contrib/libs/cxxsupp/libsan/ya.make +++ b/contrib/libs/cxxsupp/libsan/ya.make @@ -2,6 +2,8 @@ LIBRARY() WITHOUT_LICENSE_TEXTS() +VERSION(Service-proxy-version) + LICENSE(YandexOpen) NO_PLATFORM() diff --git a/contrib/libs/cxxsupp/ya.make b/contrib/libs/cxxsupp/ya.make index e7689a6a24..010e3082c1 100644 --- a/contrib/libs/cxxsupp/ya.make +++ b/contrib/libs/cxxsupp/ya.make @@ -5,6 +5,8 @@ WITHOUT_LICENSE_TEXTS() # Proxy library LICENSE(Not-Applicable) +VERSION(Service-proxy-version) + NO_PLATFORM() IF (NOT USE_STL_SYSTEM) diff --git a/contrib/libs/farmhash/arch/sse41/ya.make b/contrib/libs/farmhash/arch/sse41/ya.make index 9cd9d7e8a0..c53364807c 100644 --- a/contrib/libs/farmhash/arch/sse41/ya.make +++ b/contrib/libs/farmhash/arch/sse41/ya.make @@ -2,6 +2,8 @@ LIBRARY() WITHOUT_LICENSE_TEXTS() +VERSION(2017-06-26-23eecfbe7e84ebf2e229bd02248f431c36e12f1a) + LICENSE(MIT) NO_COMPILER_WARNINGS() diff --git a/contrib/libs/farmhash/arch/sse42/ya.make b/contrib/libs/farmhash/arch/sse42/ya.make index 3791d34574..d4f2025b14 100644 --- a/contrib/libs/farmhash/arch/sse42/ya.make +++ b/contrib/libs/farmhash/arch/sse42/ya.make @@ -2,6 +2,8 @@ LIBRARY() WITHOUT_LICENSE_TEXTS() +VERSION(2017-06-26-23eecfbe7e84ebf2e229bd02248f431c36e12f1a) + LICENSE(MIT) NO_COMPILER_WARNINGS() diff --git a/contrib/libs/farmhash/arch/sse42_aesni/ya.make b/contrib/libs/farmhash/arch/sse42_aesni/ya.make index 3a578d5053..bcdd8646b7 100644 --- a/contrib/libs/farmhash/arch/sse42_aesni/ya.make +++ b/contrib/libs/farmhash/arch/sse42_aesni/ya.make @@ -2,6 +2,8 @@ LIBRARY() WITHOUT_LICENSE_TEXTS() +VERSION(2017-06-26-23eecfbe7e84ebf2e229bd02248f431c36e12f1a) + LICENSE(MIT) NO_COMPILER_WARNINGS() diff --git a/contrib/libs/grpc/src/proto/grpc/channelz/ya.make b/contrib/libs/grpc/src/proto/grpc/channelz/ya.make index 39343ee329..b6cce4049a 100644 --- a/contrib/libs/grpc/src/proto/grpc/channelz/ya.make +++ b/contrib/libs/grpc/src/proto/grpc/channelz/ya.make @@ -1,5 +1,7 @@ PROTO_LIBRARY() +VERSION(Service-proxy-version) + LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) diff --git a/contrib/libs/grpc/src/proto/grpc/core/ya.make b/contrib/libs/grpc/src/proto/grpc/core/ya.make index 436a977ac4..4b9edf7594 100644 --- a/contrib/libs/grpc/src/proto/grpc/core/ya.make +++ b/contrib/libs/grpc/src/proto/grpc/core/ya.make @@ -2,6 +2,8 @@ PROTO_LIBRARY() WITHOUT_LICENSE_TEXTS() +VERSION(Service-proxy-version) + LICENSE(Apache-2.0) PROTO_NAMESPACE( 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 87e9e34c1d..1b30f4c160 100644 --- a/contrib/libs/grpc/src/proto/grpc/health/v1/ya.make +++ b/contrib/libs/grpc/src/proto/grpc/health/v1/ya.make @@ -2,6 +2,8 @@ PROTO_LIBRARY() WITHOUT_LICENSE_TEXTS() +VERSION(Service-proxy-version) + LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) 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 9a2d0b29bb..f18965660b 100644 --- a/contrib/libs/grpc/src/proto/grpc/reflection/v1alpha/ya.make +++ b/contrib/libs/grpc/src/proto/grpc/reflection/v1alpha/ya.make @@ -1,5 +1,7 @@ PROTO_LIBRARY() +VERSION(Service-proxy-version) + LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) diff --git a/contrib/libs/grpc/src/proto/grpc/status/ya.make b/contrib/libs/grpc/src/proto/grpc/status/ya.make index 4641904cab..7a6de31a29 100644 --- a/contrib/libs/grpc/src/proto/grpc/status/ya.make +++ b/contrib/libs/grpc/src/proto/grpc/status/ya.make @@ -2,6 +2,8 @@ PROTO_LIBRARY() WITHOUT_LICENSE_TEXTS() +VERSION(Service-proxy-version) + LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) diff --git a/contrib/libs/highwayhash/arch/avx2/ya.make b/contrib/libs/highwayhash/arch/avx2/ya.make index 88ba9710c3..051f49861d 100644 --- a/contrib/libs/highwayhash/arch/avx2/ya.make +++ b/contrib/libs/highwayhash/arch/avx2/ya.make @@ -2,6 +2,8 @@ LIBRARY() WITHOUT_LICENSE_TEXTS() +VERSION(2017-05-08-2b666ae078292b01024453d01480f3b362a2a012) + LICENSE(Apache-2.0) ADDINCL(contrib/libs/highwayhash) diff --git a/contrib/libs/highwayhash/arch/sse41/ya.make b/contrib/libs/highwayhash/arch/sse41/ya.make index 639c1f7de5..b0eac2a82e 100644 --- a/contrib/libs/highwayhash/arch/sse41/ya.make +++ b/contrib/libs/highwayhash/arch/sse41/ya.make @@ -2,6 +2,8 @@ LIBRARY() WITHOUT_LICENSE_TEXTS() +VERSION(2017-05-08-2b666ae078292b01024453d01480f3b362a2a012) + LICENSE(Apache-2.0) ADDINCL(contrib/libs/highwayhash) diff --git a/contrib/libs/libc_compat/ubuntu_14/ya.make b/contrib/libs/libc_compat/ubuntu_14/ya.make index 3690c8613a..8a04b049c1 100644 --- a/contrib/libs/libc_compat/ubuntu_14/ya.make +++ b/contrib/libs/libc_compat/ubuntu_14/ya.make @@ -2,6 +2,8 @@ LIBRARY() WITHOUT_LICENSE_TEXTS() +VERSION(14) + LICENSE(BSD-3-Clause) NO_PLATFORM() diff --git a/contrib/libs/libc_compat/ya.make b/contrib/libs/libc_compat/ya.make index ad8374b5a6..a8d7af0cf7 100644 --- a/contrib/libs/libc_compat/ya.make +++ b/contrib/libs/libc_compat/ya.make @@ -1,5 +1,7 @@ LIBRARY() +VERSION(Service-proxy-version) + LICENSE( BSD-1-Clause AND BSD-2-Clause AND diff --git a/contrib/libs/libpng/include/ya.make b/contrib/libs/libpng/include/ya.make index ce9d059676..1b0f8afad2 100644 --- a/contrib/libs/libpng/include/ya.make +++ b/contrib/libs/libpng/include/ya.make @@ -2,6 +2,8 @@ LIBRARY() WITHOUT_LICENSE_TEXTS() +VERSION(Service-proxy-version) + LICENSE(libpng-2.0) PEERDIR( diff --git a/contrib/libs/linuxvdso/original/ya.make b/contrib/libs/linuxvdso/original/ya.make index 2df9007f97..97189fdc5e 100644 --- a/contrib/libs/linuxvdso/original/ya.make +++ b/contrib/libs/linuxvdso/original/ya.make @@ -1,5 +1,7 @@ LIBRARY() +VERSION(2.0) + LICENSE(BSD-3-Clause) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) diff --git a/contrib/libs/protobuf/builtin_proto/protos_from_protobuf/ya.make b/contrib/libs/protobuf/builtin_proto/protos_from_protobuf/ya.make index d5c6d3239a..e40a949e69 100644 --- a/contrib/libs/protobuf/builtin_proto/protos_from_protobuf/ya.make +++ b/contrib/libs/protobuf/builtin_proto/protos_from_protobuf/ya.make @@ -2,6 +2,8 @@ PROTO_LIBRARY() WITHOUT_LICENSE_TEXTS() +VERSION(Service-proxy-version) + LICENSE(BSD-3-Clause) EXCLUDE_TAGS( diff --git a/contrib/libs/protobuf/builtin_proto/protos_from_protoc/ya.make b/contrib/libs/protobuf/builtin_proto/protos_from_protoc/ya.make index 23b5a349f9..d684c428b9 100644 --- a/contrib/libs/protobuf/builtin_proto/protos_from_protoc/ya.make +++ b/contrib/libs/protobuf/builtin_proto/protos_from_protoc/ya.make @@ -2,6 +2,8 @@ PROTO_LIBRARY() WITHOUT_LICENSE_TEXTS() +VERSION(Service-proxy-version) + LICENSE(BSD-3-Clause) EXCLUDE_TAGS( diff --git a/contrib/libs/protobuf/python/ya.make b/contrib/libs/protobuf/python/ya.make index 9031af5cbb..39df5f256f 100644 --- a/contrib/libs/protobuf/python/ya.make +++ b/contrib/libs/protobuf/python/ya.make @@ -2,6 +2,8 @@ PACKAGE() WITHOUT_LICENSE_TEXTS() +VERSION(Service-proxy-version) + LICENSE(BSD-3-Clause) GENERATE_PY_PROTOS(contrib/libs/protobuf/src/google/protobuf/descriptor.proto) diff --git a/contrib/libs/protobuf_old/builtin_proto/protos_from_protobuf/ya.make b/contrib/libs/protobuf_old/builtin_proto/protos_from_protobuf/ya.make index 81678689ed..87793ea2f4 100644 --- a/contrib/libs/protobuf_old/builtin_proto/protos_from_protobuf/ya.make +++ b/contrib/libs/protobuf_old/builtin_proto/protos_from_protobuf/ya.make @@ -2,6 +2,8 @@ PROTO_LIBRARY() WITHOUT_LICENSE_TEXTS() +VERSION(Service-proxy-version) + LICENSE(BSD-3-Clause) EXCLUDE_TAGS( diff --git a/contrib/libs/python/ya.make b/contrib/libs/python/ya.make index 42524fc9c9..ae4632145f 100644 --- a/contrib/libs/python/ya.make +++ b/contrib/libs/python/ya.make @@ -1,5 +1,7 @@ PY23_LIBRARY() +VERSION(Service-proxy-version) + LICENSE(Service-Py23-Proxy) WITHOUT_LICENSE_TEXTS() diff --git a/contrib/tools/cython/Cython/ya.make b/contrib/tools/cython/Cython/ya.make index 1bbc2d4804..53ab3c281a 100644 --- a/contrib/tools/cython/Cython/ya.make +++ b/contrib/tools/cython/Cython/ya.make @@ -1,5 +1,7 @@ PY23_LIBRARY() +VERSION(Service-proxy-version) + LICENSE(Public-Domain) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) diff --git a/contrib/tools/m4/lib/ya.make b/contrib/tools/m4/lib/ya.make index 37e83bfcf0..ad85a9e2cf 100644 --- a/contrib/tools/m4/lib/ya.make +++ b/contrib/tools/m4/lib/ya.make @@ -1,5 +1,7 @@ LIBRARY() +VERSION(1.4.17) + LICENSE( BSD-3-Clause AND GPL-3.0-or-later AND diff --git a/contrib/tools/python3/lib2/py/ya.make b/contrib/tools/python3/lib2/py/ya.make index 49371b8a10..121df7cc86 100644 --- a/contrib/tools/python3/lib2/py/ya.make +++ b/contrib/tools/python3/lib2/py/ya.make @@ -2,6 +2,8 @@ ENABLE(PYBUILD_NO_PYC) PY3_LIBRARY() +VERSION(Service-proxy-version) + LICENSE(Python-2.0) NO_PYTHON_INCLUDES() diff --git a/contrib/tools/python3/lib2/ya.make b/contrib/tools/python3/lib2/ya.make index bca260dd3d..f223cac389 100644 --- a/contrib/tools/python3/lib2/ya.make +++ b/contrib/tools/python3/lib2/ya.make @@ -2,6 +2,8 @@ LIBRARY() PROVIDES(python) +VERSION(Service-proxy-version) + LICENSE(Python-2.0) PEERDIR( diff --git a/contrib/tools/ragel5/aapl/ya.make b/contrib/tools/ragel5/aapl/ya.make index 6962c52ce9..f0bc3a485d 100644 --- a/contrib/tools/ragel5/aapl/ya.make +++ b/contrib/tools/ragel5/aapl/ya.make @@ -1,5 +1,7 @@ LIBRARY() +VERSION(5.19) + LICENSE(LGPL-2.1-or-later) |