diff options
author | alexeykruglov <alexeykruglov@yandex-team.ru> | 2022-02-10 16:45:38 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:38 +0300 |
commit | 06361c53c4ca58f57007ea73fc399fc25664f13c (patch) | |
tree | f5df3a0e589db8e1e30dca616e6fa2d10bf3c64a /contrib/libs/python | |
parent | 94e51c602b555459333b3c6ae92476c424c930bc (diff) | |
download | ydb-06361c53c4ca58f57007ea73fc399fc25664f13c.tar.gz |
Restoring authorship annotation for <alexeykruglov@yandex-team.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 | 2 | ||||
-rw-r--r-- | contrib/libs/python/ya.make | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libs/python/Include/ya.make b/contrib/libs/python/Include/ya.make index e65263e6a0..90764bc25c 100644 --- a/contrib/libs/python/Include/ya.make +++ b/contrib/libs/python/Include/ya.make @@ -2,7 +2,7 @@ PY23_LIBRARY() WITHOUT_LICENSE_TEXTS() -LICENSE(YandexOpen) +LICENSE(YandexOpen) OWNER( orivej diff --git a/contrib/libs/python/ut/lib/ya.make b/contrib/libs/python/ut/lib/ya.make index cfa0aaa612..b3a2e61423 100644 --- a/contrib/libs/python/ut/lib/ya.make +++ b/contrib/libs/python/ut/lib/ya.make @@ -4,7 +4,7 @@ PY23_LIBRARY() WITHOUT_LICENSE_TEXTS() -LICENSE(YandexOpen) +LICENSE(YandexOpen) PEERDIR( library/cpp/testing/unittest diff --git a/contrib/libs/python/ya.make b/contrib/libs/python/ya.make index 20a57f4b48..c08a28f4f2 100644 --- a/contrib/libs/python/ya.make +++ b/contrib/libs/python/ya.make @@ -6,7 +6,7 @@ OWNER( PY23_LIBRARY() -LICENSE(YandexOpen) +LICENSE(YandexOpen) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) |