aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Brazhnik <s.brazhnik@gmail.com>2022-02-10 16:46:31 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:31 +0300
commitef42528cdc4019bf12e878add78e77c15997af4f (patch)
treed317eddc46806e0fa8b36da200c8cea15820301e
parent11a24635da4c4f39428b182c49a7bc35e47c9534 (diff)
downloadydb-ef42528cdc4019bf12e878add78e77c15997af4f.tar.gz
Restoring authorship annotation for Sergey Brazhnik <s.brazhnik@gmail.com>. Commit 1 of 2.
-rw-r--r--build/platform/clang/ya.make2
-rw-r--r--contrib/libs/base64/avx2/ya.make2
-rw-r--r--contrib/libs/base64/neon32/ya.make2
-rw-r--r--contrib/libs/base64/neon64/ya.make2
-rw-r--r--contrib/libs/base64/plain32/ya.make2
-rw-r--r--contrib/libs/base64/plain64/ya.make2
-rw-r--r--contrib/libs/base64/ssse3/ya.make2
-rw-r--r--contrib/libs/brotli/dec/ya.make2
-rw-r--r--contrib/libs/brotli/enc/ya.make2
-rw-r--r--contrib/libs/c-ares/ya.make2
-rw-r--r--contrib/libs/cctz/tzdata/ya.make2
-rw-r--r--contrib/libs/cctz/ya.make2
-rw-r--r--contrib/libs/crcutil/ya.make2
-rw-r--r--contrib/libs/cxxsupp/builtins/ya.make2
-rw-r--r--contrib/libs/cxxsupp/libcxx/ya.make2
-rw-r--r--contrib/libs/cxxsupp/libcxxrt/ya.make2
-rw-r--r--contrib/libs/cxxsupp/openmp/ya.make2
-rw-r--r--contrib/libs/double-conversion/ya.make2
-rw-r--r--contrib/libs/fastlz/ya.make4
-rw-r--r--contrib/libs/flatbuffers/ya.make2
-rw-r--r--contrib/libs/jemalloc/ya.make2
-rw-r--r--contrib/libs/libbz2/ya.make2
-rw-r--r--contrib/libs/libxml/ya.make2
-rw-r--r--contrib/libs/linuxvdso/original/ya.make4
-rw-r--r--contrib/libs/linuxvdso/ya.make4
-rw-r--r--contrib/libs/lzmasdk/ya.make2
-rw-r--r--contrib/libs/protobuf/ya.make2
-rw-r--r--contrib/libs/rapidjson/ya.make4
-rw-r--r--contrib/libs/snappy/ya.make4
-rw-r--r--contrib/libs/sqlite3/ya.make2
-rw-r--r--contrib/libs/yaml/ya.make2
-rw-r--r--contrib/libs/zlib/ya.make2
-rw-r--r--contrib/libs/zstd06/ya.make2
-rw-r--r--contrib/python/Pygments/py3/ya.make2
-rw-r--r--contrib/python/Pygments/ya.make2
-rw-r--r--contrib/python/decorator/ya.make2
-rw-r--r--contrib/python/pexpect/ya.make2
-rw-r--r--contrib/python/prompt-toolkit/py2/ya.make2
-rw-r--r--contrib/python/ptyprocess/ya.make2
-rw-r--r--contrib/python/pyparsing/py2/ya.make2
-rw-r--r--contrib/python/pyparsing/py3/ya.make2
-rw-r--r--contrib/python/pyparsing/ya.make2
-rw-r--r--contrib/python/requests/ya.make2
-rw-r--r--contrib/python/setuptools/py2/ya.make2
-rw-r--r--contrib/python/setuptools/py3/ya.make2
-rw-r--r--contrib/python/setuptools/ya.make2
-rw-r--r--contrib/python/traitlets/py2/ya.make2
-rw-r--r--contrib/python/traitlets/py3/ya.make2
-rw-r--r--contrib/python/traitlets/ya.make2
49 files changed, 54 insertions, 54 deletions
diff --git a/build/platform/clang/ya.make b/build/platform/clang/ya.make
index 342b928637f..1fe59e45d13 100644
--- a/build/platform/clang/ya.make
+++ b/build/platform/clang/ya.make
@@ -1,7 +1,7 @@
RESOURCES_LIBRARY()
LICENSE(BSD-3-Clause)
-
+
OWNER(g:contrib)
IF (CLANG10BC AND CLANG10 AND HOST_OS_LINUX)
diff --git a/contrib/libs/base64/avx2/ya.make b/contrib/libs/base64/avx2/ya.make
index b0dc5ce7720..de6660ea21e 100644
--- a/contrib/libs/base64/avx2/ya.make
+++ b/contrib/libs/base64/avx2/ya.make
@@ -10,7 +10,7 @@ LICENSE(
BSD-2-Clause AND
MIT
)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
NO_UTIL()
diff --git a/contrib/libs/base64/neon32/ya.make b/contrib/libs/base64/neon32/ya.make
index 435b1127bb3..e91977c6999 100644
--- a/contrib/libs/base64/neon32/ya.make
+++ b/contrib/libs/base64/neon32/ya.make
@@ -10,7 +10,7 @@ LICENSE(
BSD-2-Clause AND
MIT
)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
NO_UTIL()
diff --git a/contrib/libs/base64/neon64/ya.make b/contrib/libs/base64/neon64/ya.make
index 82d821b4eec..29c913c7673 100644
--- a/contrib/libs/base64/neon64/ya.make
+++ b/contrib/libs/base64/neon64/ya.make
@@ -10,7 +10,7 @@ LICENSE(
BSD-2-Clause AND
MIT
)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
NO_UTIL()
diff --git a/contrib/libs/base64/plain32/ya.make b/contrib/libs/base64/plain32/ya.make
index 1f5a9ad2040..b05d6ae07c5 100644
--- a/contrib/libs/base64/plain32/ya.make
+++ b/contrib/libs/base64/plain32/ya.make
@@ -10,7 +10,7 @@ LICENSE(
BSD-2-Clause AND
MIT
)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
NO_UTIL()
diff --git a/contrib/libs/base64/plain64/ya.make b/contrib/libs/base64/plain64/ya.make
index 1f5a9ad2040..b05d6ae07c5 100644
--- a/contrib/libs/base64/plain64/ya.make
+++ b/contrib/libs/base64/plain64/ya.make
@@ -10,7 +10,7 @@ LICENSE(
BSD-2-Clause AND
MIT
)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
NO_UTIL()
diff --git a/contrib/libs/base64/ssse3/ya.make b/contrib/libs/base64/ssse3/ya.make
index c9cf6470015..3151e2558f8 100644
--- a/contrib/libs/base64/ssse3/ya.make
+++ b/contrib/libs/base64/ssse3/ya.make
@@ -10,7 +10,7 @@ LICENSE(
BSD-2-Clause AND
MIT
)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
NO_UTIL()
diff --git a/contrib/libs/brotli/dec/ya.make b/contrib/libs/brotli/dec/ya.make
index 0f482f36ed2..5299d3bb140 100644
--- a/contrib/libs/brotli/dec/ya.make
+++ b/contrib/libs/brotli/dec/ya.make
@@ -1,7 +1,7 @@
LIBRARY()
LICENSE(MIT)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
OWNER(
diff --git a/contrib/libs/brotli/enc/ya.make b/contrib/libs/brotli/enc/ya.make
index 67da82ec4d5..0128b955646 100644
--- a/contrib/libs/brotli/enc/ya.make
+++ b/contrib/libs/brotli/enc/ya.make
@@ -1,7 +1,7 @@
LIBRARY()
LICENSE(MIT)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
OWNER(
diff --git a/contrib/libs/c-ares/ya.make b/contrib/libs/c-ares/ya.make
index bd35762e44c..866fc554d43 100644
--- a/contrib/libs/c-ares/ya.make
+++ b/contrib/libs/c-ares/ya.make
@@ -6,7 +6,7 @@ OWNER(
max42
g:cpp-contrib
)
-
+
VERSION(1.16.1)
ORIGINAL_SOURCE(https://c-ares.haxx.se/download/c-ares-1.16.1.tar.gz)
diff --git a/contrib/libs/cctz/tzdata/ya.make b/contrib/libs/cctz/tzdata/ya.make
index 3b9ff5cc673..f1a24eec266 100644
--- a/contrib/libs/cctz/tzdata/ya.make
+++ b/contrib/libs/cctz/tzdata/ya.make
@@ -3,7 +3,7 @@ LIBRARY()
WITHOUT_LICENSE_TEXTS()
LICENSE(Apache-2.0)
-
+
OWNER(
dfyz
petrk
diff --git a/contrib/libs/cctz/ya.make b/contrib/libs/cctz/ya.make
index 954d24908fd..0b8e4093e32 100644
--- a/contrib/libs/cctz/ya.make
+++ b/contrib/libs/cctz/ya.make
@@ -6,7 +6,7 @@ OWNER(
dfyz
petrk
)
-
+
VERSION(2020-11-11)
ORIGINAL_SOURCE(https://github.com/google/cctz/archive/98fb541c6f0f35cf0dffcbc3777d8385bbd5b4c1.tar.gz)
diff --git a/contrib/libs/crcutil/ya.make b/contrib/libs/crcutil/ya.make
index 2da8ef940f7..ce6834e214e 100644
--- a/contrib/libs/crcutil/ya.make
+++ b/contrib/libs/crcutil/ya.make
@@ -1,7 +1,7 @@
LIBRARY()
LICENSE(Apache-2.0)
-
+
VERSION(1.0)
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
diff --git a/contrib/libs/cxxsupp/builtins/ya.make b/contrib/libs/cxxsupp/builtins/ya.make
index d2c319c927c..af11a403e55 100644
--- a/contrib/libs/cxxsupp/builtins/ya.make
+++ b/contrib/libs/cxxsupp/builtins/ya.make
@@ -1,7 +1,7 @@
LIBRARY()
# Part of compiler-rt LLVM subproject
-
+
# git repository: https://github.com/llvm/llvm-project.git
# directory: compiler-rt/lib/builtins
# revision: 08f0372c351a57b01afee6c64066961203da28c5
diff --git a/contrib/libs/cxxsupp/libcxx/ya.make b/contrib/libs/cxxsupp/libcxx/ya.make
index 15403fe6d5f..1aaeba3a62d 100644
--- a/contrib/libs/cxxsupp/libcxx/ya.make
+++ b/contrib/libs/cxxsupp/libcxx/ya.make
@@ -7,7 +7,7 @@ LICENSE(
MIT AND
NCSA
)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
VERSION(2021-04-02-7959d59028dd126416cdf10dbbd22162922e1336)
diff --git a/contrib/libs/cxxsupp/libcxxrt/ya.make b/contrib/libs/cxxsupp/libcxxrt/ya.make
index 12dccbd505a..63423d0c3e7 100644
--- a/contrib/libs/cxxsupp/libcxxrt/ya.make
+++ b/contrib/libs/cxxsupp/libcxxrt/ya.make
@@ -8,7 +8,7 @@ LICENSE(
BSD-3-Clause AND
MIT
)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
OWNER(
diff --git a/contrib/libs/cxxsupp/openmp/ya.make b/contrib/libs/cxxsupp/openmp/ya.make
index 2c644683751..85efc6af37d 100644
--- a/contrib/libs/cxxsupp/openmp/ya.make
+++ b/contrib/libs/cxxsupp/openmp/ya.make
@@ -4,7 +4,7 @@ LICENSE(
MIT AND
NCSA
)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
VERSION(5.0)
diff --git a/contrib/libs/double-conversion/ya.make b/contrib/libs/double-conversion/ya.make
index 52e59b09891..30b2375ae96 100644
--- a/contrib/libs/double-conversion/ya.make
+++ b/contrib/libs/double-conversion/ya.make
@@ -3,7 +3,7 @@ LIBRARY()
VERSION(3.1.0)
LICENSE(BSD-3-Clause)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
OWNER(
diff --git a/contrib/libs/fastlz/ya.make b/contrib/libs/fastlz/ya.make
index 7f31ac0becf..af3af248dfd 100644
--- a/contrib/libs/fastlz/ya.make
+++ b/contrib/libs/fastlz/ya.make
@@ -1,7 +1,7 @@
LIBRARY()
-
+
LICENSE(MIT)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
VERSION(0.1.0)
diff --git a/contrib/libs/flatbuffers/ya.make b/contrib/libs/flatbuffers/ya.make
index 4af01ae72c0..a6acd566adb 100644
--- a/contrib/libs/flatbuffers/ya.make
+++ b/contrib/libs/flatbuffers/ya.make
@@ -7,7 +7,7 @@ OWNER(
kirillovs
g:cpp-contrib
)
-
+
VERSION(2.0.0)
ORIGINAL_SOURCE(https://github.com/google/flatbuffers/archive/v2.0.0.tar.gz)
diff --git a/contrib/libs/jemalloc/ya.make b/contrib/libs/jemalloc/ya.make
index 586de30ab0f..87fe96857cd 100644
--- a/contrib/libs/jemalloc/ya.make
+++ b/contrib/libs/jemalloc/ya.make
@@ -8,7 +8,7 @@ OWNER(
)
VERSION(5.2.1)
-
+
ORIGINAL_SOURCE(https://github.com/jemalloc/jemalloc/releases/download/5.2.1/jemalloc-5.2.1.tar.bz2)
LICENSE(
diff --git a/contrib/libs/libbz2/ya.make b/contrib/libs/libbz2/ya.make
index 3d5be083221..77a8004a2e3 100644
--- a/contrib/libs/libbz2/ya.make
+++ b/contrib/libs/libbz2/ya.make
@@ -1,7 +1,7 @@
# Generated by devtools/yamaker from nixpkgs 5852a21819542e6809f68ba5a798600e69874e76.
LIBRARY()
-
+
OWNER(
orivej
g:cpp-contrib
diff --git a/contrib/libs/libxml/ya.make b/contrib/libs/libxml/ya.make
index b7ee2eb058a..b7983fbac53 100644
--- a/contrib/libs/libxml/ya.make
+++ b/contrib/libs/libxml/ya.make
@@ -15,7 +15,7 @@ LICENSE(
MIT AND
Mit-Veillard-Variant
)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
PEERDIR(
diff --git a/contrib/libs/linuxvdso/original/ya.make b/contrib/libs/linuxvdso/original/ya.make
index c5b41c3586e..e0ddbcee789 100644
--- a/contrib/libs/linuxvdso/original/ya.make
+++ b/contrib/libs/linuxvdso/original/ya.make
@@ -1,7 +1,7 @@
LIBRARY()
-
+
LICENSE(BSD-3-Clause)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
OWNER(
diff --git a/contrib/libs/linuxvdso/ya.make b/contrib/libs/linuxvdso/ya.make
index 4da8d3d0769..37d467e1ee1 100644
--- a/contrib/libs/linuxvdso/ya.make
+++ b/contrib/libs/linuxvdso/ya.make
@@ -1,9 +1,9 @@
LIBRARY()
-
+
WITHOUT_LICENSE_TEXTS()
LICENSE(BSD-3-Clause)
-
+
VERSION(2.0)
ORIGINAL_SOURCE(https://github.com/gperftools/gperftools)
diff --git a/contrib/libs/lzmasdk/ya.make b/contrib/libs/lzmasdk/ya.make
index db0a55788d7..ab0d7293922 100644
--- a/contrib/libs/lzmasdk/ya.make
+++ b/contrib/libs/lzmasdk/ya.make
@@ -1,5 +1,5 @@
LIBRARY()
-
+
LICENSE(Public-Domain)
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
diff --git a/contrib/libs/protobuf/ya.make b/contrib/libs/protobuf/ya.make
index 044e24baddb..1616fd13682 100644
--- a/contrib/libs/protobuf/ya.make
+++ b/contrib/libs/protobuf/ya.make
@@ -8,7 +8,7 @@ OWNER(
g:cpp-committee
g:cpp-contrib
)
-
+
VERSION(3.17.3)
ORIGINAL_SOURCE(https://github.com/protocolbuffers/protobuf/archive/v3.17.3.tar.gz)
diff --git a/contrib/libs/rapidjson/ya.make b/contrib/libs/rapidjson/ya.make
index 0b26c5cc64a..ac3a3a4811b 100644
--- a/contrib/libs/rapidjson/ya.make
+++ b/contrib/libs/rapidjson/ya.make
@@ -1,12 +1,12 @@
LIBRARY()
-
+
LICENSE(
BSD-3-Clause AND
ISC AND
JSON AND
MIT
)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
VERSION(1.1.0)
diff --git a/contrib/libs/snappy/ya.make b/contrib/libs/snappy/ya.make
index 472daa0c808..53a0957d985 100644
--- a/contrib/libs/snappy/ya.make
+++ b/contrib/libs/snappy/ya.make
@@ -1,9 +1,9 @@
# Generated by devtools/yamaker from nixpkgs 92c884dfd7140a6c3e6c717cf8990f7a78524331.
LIBRARY()
-
+
OWNER(g:cpp-contrib)
-
+
VERSION(1.1.8)
ORIGINAL_SOURCE(https://github.com/google/snappy/archive/1.1.8.tar.gz)
diff --git a/contrib/libs/sqlite3/ya.make b/contrib/libs/sqlite3/ya.make
index e6b26dccc35..545afd62037 100644
--- a/contrib/libs/sqlite3/ya.make
+++ b/contrib/libs/sqlite3/ya.make
@@ -1,7 +1,7 @@
# Generated by devtools/yamaker from nixpkgs 21.11.
LIBRARY()
-
+
OWNER(
g:cpp-contrib
g:maps-mrc
diff --git a/contrib/libs/yaml/ya.make b/contrib/libs/yaml/ya.make
index 547a2b2a631..1db81d4c82c 100644
--- a/contrib/libs/yaml/ya.make
+++ b/contrib/libs/yaml/ya.make
@@ -8,7 +8,7 @@ OWNER(
)
VERSION(0.2.5)
-
+
ORIGINAL_SOURCE(https://github.com/yaml/libyaml/archive/0.2.5.tar.gz)
LICENSE(MIT)
diff --git a/contrib/libs/zlib/ya.make b/contrib/libs/zlib/ya.make
index ced65734753..6301216444b 100644
--- a/contrib/libs/zlib/ya.make
+++ b/contrib/libs/zlib/ya.make
@@ -1,7 +1,7 @@
# Generated by devtools/yamaker from nixpkgs 5852a21819542e6809f68ba5a798600e69874e76.
LIBRARY()
-
+
OWNER(g:cpp-contrib)
VERSION(1.2.11)
diff --git a/contrib/libs/zstd06/ya.make b/contrib/libs/zstd06/ya.make
index e35f69f443c..5b6b43a145e 100644
--- a/contrib/libs/zstd06/ya.make
+++ b/contrib/libs/zstd06/ya.make
@@ -6,7 +6,7 @@ LICENSE(
BSD-2-Clause AND
MIT
)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
OWNER(
diff --git a/contrib/python/Pygments/py3/ya.make b/contrib/python/Pygments/py3/ya.make
index 3fab931499f..682c367d714 100644
--- a/contrib/python/Pygments/py3/ya.make
+++ b/contrib/python/Pygments/py3/ya.make
@@ -5,7 +5,7 @@ PY3_LIBRARY()
OWNER(blinkov g:python-contrib)
VERSION(2.11.2)
-
+
LICENSE(BSD-3-Clause)
NO_LINT()
diff --git a/contrib/python/Pygments/ya.make b/contrib/python/Pygments/ya.make
index 9aec5a65a84..31c4c3943c9 100644
--- a/contrib/python/Pygments/ya.make
+++ b/contrib/python/Pygments/ya.make
@@ -3,7 +3,7 @@ PY23_LIBRARY()
LICENSE(Service-Py23-Proxy)
OWNER(g:python-contrib)
-
+
IF (PYTHON2)
PEERDIR(contrib/python/Pygments/py2)
ELSE()
diff --git a/contrib/python/decorator/ya.make b/contrib/python/decorator/ya.make
index fbb7ebf6264..433067d3169 100644
--- a/contrib/python/decorator/ya.make
+++ b/contrib/python/decorator/ya.make
@@ -7,7 +7,7 @@ OWNER(g:python-contrib borman)
VERSION(4.4.2)
NO_LINT()
-
+
PY_SRCS(
TOP_LEVEL
decorator.py
diff --git a/contrib/python/pexpect/ya.make b/contrib/python/pexpect/ya.make
index a5bb92fcacb..a78d9df5f66 100644
--- a/contrib/python/pexpect/ya.make
+++ b/contrib/python/pexpect/ya.make
@@ -5,7 +5,7 @@ LICENSE(ISC)
OWNER(g:python-contrib borman)
VERSION(4.8.0)
-
+
PEERDIR(
contrib/python/ptyprocess
)
diff --git a/contrib/python/prompt-toolkit/py2/ya.make b/contrib/python/prompt-toolkit/py2/ya.make
index db22aa0a70b..4450955e3ba 100644
--- a/contrib/python/prompt-toolkit/py2/ya.make
+++ b/contrib/python/prompt-toolkit/py2/ya.make
@@ -1,7 +1,7 @@
PY2_LIBRARY()
OWNER(blinkov nslus g:python-contrib)
-
+
VERSION(1.0.18)
LICENSE(BSD-3-Clause)
diff --git a/contrib/python/ptyprocess/ya.make b/contrib/python/ptyprocess/ya.make
index 5e780214f26..cdfa30a0681 100644
--- a/contrib/python/ptyprocess/ya.make
+++ b/contrib/python/ptyprocess/ya.make
@@ -5,7 +5,7 @@ PY23_LIBRARY()
OWNER(borman g:python-contrib)
VERSION(0.7.0)
-
+
LICENSE(ISC)
NO_LINT()
diff --git a/contrib/python/pyparsing/py2/ya.make b/contrib/python/pyparsing/py2/ya.make
index e4812f97b57..5b7c089ffe8 100644
--- a/contrib/python/pyparsing/py2/ya.make
+++ b/contrib/python/pyparsing/py2/ya.make
@@ -5,7 +5,7 @@ PY23_LIBRARY()
PROVIDES(pyparsing)
OWNER(borman orivej g:python-contrib)
-
+
VERSION(2.4.7)
LICENSE(MIT)
diff --git a/contrib/python/pyparsing/py3/ya.make b/contrib/python/pyparsing/py3/ya.make
index 333141d6c4c..99ca1609ed0 100644
--- a/contrib/python/pyparsing/py3/ya.make
+++ b/contrib/python/pyparsing/py3/ya.make
@@ -5,7 +5,7 @@ PY3_LIBRARY()
PROVIDES(pyparsing)
OWNER(borman orivej g:python-contrib)
-
+
VERSION(3.0.7)
LICENSE(MIT)
diff --git a/contrib/python/pyparsing/ya.make b/contrib/python/pyparsing/ya.make
index 66da70626d8..559f8885241 100644
--- a/contrib/python/pyparsing/ya.make
+++ b/contrib/python/pyparsing/ya.make
@@ -1,7 +1,7 @@
PY23_LIBRARY()
LICENSE(Service-Py23-Proxy)
-
+
OWNER(g:python-contrib)
IF (PYTHON2)
diff --git a/contrib/python/requests/ya.make b/contrib/python/requests/ya.make
index f971752d755..324dab564d0 100644
--- a/contrib/python/requests/ya.make
+++ b/contrib/python/requests/ya.make
@@ -3,7 +3,7 @@
PY23_LIBRARY()
OWNER(g:python-contrib)
-
+
VERSION(2.27.1)
LICENSE(Apache-2.0)
diff --git a/contrib/python/setuptools/py2/ya.make b/contrib/python/setuptools/py2/ya.make
index 4c36dcf1ab7..eac0618f966 100644
--- a/contrib/python/setuptools/py2/ya.make
+++ b/contrib/python/setuptools/py2/ya.make
@@ -1,7 +1,7 @@
PY2_LIBRARY()
LICENSE(MIT)
-
+
OWNER(g:python-contrib borman orivej)
VERSION(44.1.1)
diff --git a/contrib/python/setuptools/py3/ya.make b/contrib/python/setuptools/py3/ya.make
index 5682b6f7820..aa9c1a2c698 100644
--- a/contrib/python/setuptools/py3/ya.make
+++ b/contrib/python/setuptools/py3/ya.make
@@ -1,7 +1,7 @@
PY3_LIBRARY()
OWNER(borman orivej g:python-contrib)
-
+
VERSION(59.7.0)
LICENSE(MIT)
diff --git a/contrib/python/setuptools/ya.make b/contrib/python/setuptools/ya.make
index 535a2d61fad..4e4b9001b51 100644
--- a/contrib/python/setuptools/ya.make
+++ b/contrib/python/setuptools/ya.make
@@ -1,7 +1,7 @@
PY23_LIBRARY()
LICENSE(Service-Py23-Proxy)
-
+
OWNER(g:python-contrib)
IF (PYTHON2)
diff --git a/contrib/python/traitlets/py2/ya.make b/contrib/python/traitlets/py2/ya.make
index 4a601071019..862aa2e67c8 100644
--- a/contrib/python/traitlets/py2/ya.make
+++ b/contrib/python/traitlets/py2/ya.make
@@ -3,7 +3,7 @@
PY2_LIBRARY()
PROVIDES(python_traitlets)
-
+
OWNER(borman nslus g:python-contrib)
VERSION(4.3.3)
diff --git a/contrib/python/traitlets/py3/ya.make b/contrib/python/traitlets/py3/ya.make
index 46980f21b31..203149335cb 100644
--- a/contrib/python/traitlets/py3/ya.make
+++ b/contrib/python/traitlets/py3/ya.make
@@ -3,7 +3,7 @@
PY3_LIBRARY()
PROVIDES(python_traitlets)
-
+
OWNER(borman nslus g:python-contrib)
VERSION(5.1.1)
diff --git a/contrib/python/traitlets/ya.make b/contrib/python/traitlets/ya.make
index 3156aae8c5e..1262cd5c0e0 100644
--- a/contrib/python/traitlets/ya.make
+++ b/contrib/python/traitlets/ya.make
@@ -3,7 +3,7 @@ PY23_LIBRARY()
LICENSE(Service-Py23-Proxy)
OWNER(g:python-contrib)
-
+
IF (PYTHON2)
PEERDIR(contrib/python/traitlets/py2)
ELSE()