diff options
author | Anton Samokhvalov <pg83@yandex.ru> | 2022-02-10 16:45:17 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:17 +0300 |
commit | d3a398281c6fd1d3672036cb2d63f842d2cb28c5 (patch) | |
tree | dd4bd3ca0f36b817e96812825ffaf10d645803f2 /contrib/libs/python | |
parent | 72cb13b4aff9bc9cf22e49251bc8fd143f82538f (diff) | |
download | ydb-d3a398281c6fd1d3672036cb2d63f842d2cb28c5.tar.gz |
Restoring authorship annotation for Anton Samokhvalov <pg83@yandex.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/python')
-rw-r--r-- | contrib/libs/python/Include/ya.make | 2 | ||||
-rw-r--r-- | contrib/libs/python/ut/lib/ya.make | 8 | ||||
-rw-r--r-- | contrib/libs/python/ya.make | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/contrib/libs/python/Include/ya.make b/contrib/libs/python/Include/ya.make index 556ec54e08..e65263e6a0 100644 --- a/contrib/libs/python/Include/ya.make +++ b/contrib/libs/python/Include/ya.make @@ -3,7 +3,7 @@ PY23_LIBRARY() WITHOUT_LICENSE_TEXTS() LICENSE(YandexOpen) - + OWNER( orivej spreis diff --git a/contrib/libs/python/ut/lib/ya.make b/contrib/libs/python/ut/lib/ya.make index 07b2c246f1..cfa0aaa612 100644 --- a/contrib/libs/python/ut/lib/ya.make +++ b/contrib/libs/python/ut/lib/ya.make @@ -1,17 +1,17 @@ OWNER(spreis) PY23_LIBRARY() - + WITHOUT_LICENSE_TEXTS() LICENSE(YandexOpen) - + PEERDIR( library/cpp/testing/unittest ) - + SRCS( test.cpp ) - + END() diff --git a/contrib/libs/python/ya.make b/contrib/libs/python/ya.make index f635a96ab0..20a57f4b48 100644 --- a/contrib/libs/python/ya.make +++ b/contrib/libs/python/ya.make @@ -7,7 +7,7 @@ OWNER( PY23_LIBRARY() LICENSE(YandexOpen) - + LICENSE_TEXTS(.yandex_meta/licenses.list.txt) NO_PYTHON_INCLUDES() |