diff options
author | aduryagin <aduryagin@yandex-team.ru> | 2022-02-10 16:47:14 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:14 +0300 |
commit | fc0141098f74a65aea51b94f29ee30b7c09b3de5 (patch) | |
tree | 9814fbd1c3effac9b8377c5d604b367b14e2db55 /build/rules | |
parent | 95d0a966fe71608aa1a667e87c7c8a805cd33172 (diff) | |
download | ydb-fc0141098f74a65aea51b94f29ee30b7c09b3de5.tar.gz |
Restoring authorship annotation for <aduryagin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/rules')
-rw-r--r-- | build/rules/contrib_python.policy | 8 | ||||
-rw-r--r-- | build/rules/go/vendor.policy | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/build/rules/contrib_python.policy b/build/rules/contrib_python.policy index 83ecc0993f..60fd149753 100644 --- a/build/rules/contrib_python.policy +++ b/build/rules/contrib_python.policy @@ -98,11 +98,11 @@ ALLOW sandbox/projects/CompareYmakeDump -> contrib/deprecated/python/diff2html ALLOW sandbox/projects/antirobot/DiffResources -> contrib/deprecated/python/diff2html ALLOW yql/udfs/common/python/python_arc -> contrib/deprecated/python/diff2html DENY .* -> contrib/deprecated/python/diff2html - -# Sophos SDK and engine are distributed under proprietary license hence -# usage restriction + +# Sophos SDK and engine are distributed under proprietary license hence +# usage restriction ALLOW yweb/antimalware/ -> contrib/libs/sophos -DENY .* -> contrib/libs/sophos +DENY .* -> contrib/libs/sophos # contrib/python/backports should not be used in new projects because we want # to start new projects on Py3 diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index ed11abab56..3e9c0acada 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -652,9 +652,9 @@ ALLOW .* -> vendor/github.com/minio/sha256-simd # CONTRIB-1979 command line editor with history ALLOW .* -> vendor/github.com/peterh/liner -# CONTRIB-1999 strongSwan vici client library -ALLOW .* -> vendor/github.com/strongswan/govici/vici - +# CONTRIB-1999 strongSwan vici client library +ALLOW .* -> vendor/github.com/strongswan/govici/vici + # CONTRIB-2002 A Go implementation of RTP ALLOW .* -> vendor/github.com/pion/rtp |