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 | 95d0a966fe71608aa1a667e87c7c8a805cd33172 (patch) | |
tree | 0fb1daade79eb236fb0efd6890b6f22905933d49 /build | |
parent | db76224f1d4870952f3191bf8da19b041e01259e (diff) | |
download | ydb-95d0a966fe71608aa1a667e87c7c8a805cd33172.tar.gz |
Restoring authorship annotation for <aduryagin@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build')
-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 60fd149753..83ecc0993f 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 3e9c0acada..ed11abab56 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 |