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/python/cffi | |
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/python/cffi')
-rw-r--r-- | contrib/python/cffi/gen/lib/ya.make | 4 | ||||
-rw-r--r-- | contrib/python/cffi/ya.make | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/contrib/python/cffi/gen/lib/ya.make b/contrib/python/cffi/gen/lib/ya.make index cbd7ca9b74d..e5891f26a49 100644 --- a/contrib/python/cffi/gen/lib/ya.make +++ b/contrib/python/cffi/gen/lib/ya.make @@ -1,7 +1,7 @@ PY23_LIBRARY() -LICENSE(MIT) - +LICENSE(MIT) + OWNER(orivej) PEERDIR( diff --git a/contrib/python/cffi/ya.make b/contrib/python/cffi/ya.make index 0dadd08009f..7bff9477f9f 100644 --- a/contrib/python/cffi/ya.make +++ b/contrib/python/cffi/ya.make @@ -1,7 +1,7 @@ -PY23_LIBRARY() +PY23_LIBRARY() + +LICENSE(MIT) -LICENSE(MIT) - OWNER(g:python-contrib) VERSION(1.15.0) |