diff options
author | Anton Samokhvalov <pg83@yandex.ru> | 2022-02-10 16:45:15 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:15 +0300 |
commit | 72cb13b4aff9bc9cf22e49251bc8fd143f82538f (patch) | |
tree | da2c34829458c7d4e74bdfbdf85dff449e9e7fb8 /contrib/libs/python | |
parent | 778e51ba091dc39e7b7fcab2b9cf4dbedfb6f2b5 (diff) | |
download | ydb-72cb13b4aff9bc9cf22e49251bc8fd143f82538f.tar.gz |
Restoring authorship annotation for Anton Samokhvalov <pg83@yandex.ru>. Commit 1 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 e65263e6a0..556ec54e08 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 cfa0aaa612..07b2c246f1 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 20a57f4b48..f635a96ab0 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() |