diff options
author | wokinshopash <wokinshopash@yandex-team.ru> | 2022-02-10 16:50:01 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:01 +0300 |
commit | c85542b6e1b688be13eee92ce2aef231bf94933e (patch) | |
tree | 11ce565a02052a492e6f888f8585369dcc20c595 | |
parent | 4aef354b224559d2b031487a10d4f5cc6e82e95a (diff) | |
download | ydb-c85542b6e1b688be13eee92ce2aef231bf94933e.tar.gz |
Restoring authorship annotation for <wokinshopash@yandex-team.ru>. Commit 1 of 2.
-rw-r--r-- | build/rules/contrib_python.policy | 6 | ||||
-rw-r--r-- | library/cpp/ya.make | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/build/rules/contrib_python.policy b/build/rules/contrib_python.policy index 60fd1497533..f1260c14dd9 100644 --- a/build/rules/contrib_python.policy +++ b/build/rules/contrib_python.policy @@ -240,10 +240,10 @@ ALLOW ydo/database/active_record -> contrib/python/pycrypto ALLOW yweb/antispam/cid -> contrib/python/pycrypto ALLOW mail/payments/payments -> contrib/python/pycrypto DENY .* -> contrib/python/pycrypto - + ALLOW contrib/python/Geohash/tests -> contrib/python/Geohash -ALLOW yql/udfs/common/python/python_arc -> contrib/python/Geohash -DENY .* -> contrib/python/Geohash +ALLOW yql/udfs/common/python/python_arc -> contrib/python/Geohash +DENY .* -> contrib/python/Geohash ALLOW metrika/java/api -> contrib/java/patched/com/android/tools/r8 ALLOW metrika/java/api -> contrib/java/patched/com/ryantenney/metrics/metrics-spring diff --git a/library/cpp/ya.make b/library/cpp/ya.make index 8c1193b0077..e73f3ee0711 100644 --- a/library/cpp/ya.make +++ b/library/cpp/ya.make @@ -132,10 +132,10 @@ RECURSE( geo geobase geobase/ut - geohash - geohash/tile - geohash/tile/ut - geohash/ut + geohash + geohash/tile + geohash/tile/ut + geohash/ut geolocation geotarget getopt |