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 342b928637..1fe59e45d1 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 b0dc5ce772..de6660ea21 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 435b1127bb..e91977c699 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 82d821b4ee..29c913c767 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 1f5a9ad204..b05d6ae07c 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 1f5a9ad204..b05d6ae07c 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 c9cf647001..3151e2558f 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 0f482f36ed..5299d3bb14 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 67da82ec4d..0128b95564 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 bd35762e44..866fc554d4 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 3b9ff5cc67..f1a24eec26 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 954d24908f..0b8e4093e3 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 2da8ef940f..ce6834e214 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 d2c319c927..af11a403e5 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 15403fe6d5..1aaeba3a62 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 12dccbd505..63423d0c3e 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 2c64468375..85efc6af37 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 52e59b0989..30b2375ae9 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 7f31ac0bec..af3af248df 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 4af01ae72c..a6acd566ad 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 586de30ab0..87fe96857c 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 3d5be08322..77a8004a2e 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 b7ee2eb058..b7983fbac5 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 c5b41c3586..e0ddbcee78 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 4da8d3d076..37d467e1ee 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 db0a55788d..ab0d729392 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 044e24badd..1616fd1368 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 0b26c5cc64..ac3a3a4811 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 472daa0c80..53a0957d98 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 e6b26dccc3..545afd6203 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 547a2b2a63..1db81d4c82 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 ced6573475..6301216444 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 e35f69f443..5b6b43a145 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 3fab931499..682c367d71 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 9aec5a65a8..31c4c3943c 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 fbb7ebf626..433067d316 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 a5bb92fcac..a78d9df5f6 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 db22aa0a70..4450955e3b 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 5e780214f2..cdfa30a068 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 e4812f97b5..5b7c089ffe 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 333141d6c4..99ca1609ed 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 66da70626d..559f888524 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 f971752d75..324dab564d 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 4c36dcf1ab..eac0618f96 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 5682b6f782..aa9c1a2c69 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 535a2d61fa..4e4b9001b5 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 4a60107101..862aa2e67c 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 46980f21b3..203149335c 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 3156aae8c5..1262cd5c0e 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()