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 | |
parent | 95d0a966fe71608aa1a667e87c7c8a805cd33172 (diff) | |
download | ydb-fc0141098f74a65aea51b94f29ee30b7c09b3de5.tar.gz |
Restoring authorship annotation for <aduryagin@yandex-team.ru>. Commit 2 of 2.
-rw-r--r-- | build/rules/contrib_python.policy | 8 | ||||
-rw-r--r-- | build/rules/go/vendor.policy | 6 | ||||
-rw-r--r-- | contrib/libs/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/ya.make | 2 |
4 files changed, 9 insertions, 9 deletions
diff --git a/build/rules/contrib_python.policy b/build/rules/contrib_python.policy index 83ecc0993ff..60fd1497533 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 ed11abab567..3e9c0acadaa 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 diff --git a/contrib/libs/ya.make b/contrib/libs/ya.make index 5aa3ed8e395..9c4640fdcf2 100644 --- a/contrib/libs/ya.make +++ b/contrib/libs/ya.make @@ -301,7 +301,7 @@ RECURSE( sentencepiece serf snappy - sophos + sophos sparrowhawk sparsehash spdk diff --git a/contrib/python/ya.make b/contrib/python/ya.make index e0ce4529630..d01ced9f3aa 100644 --- a/contrib/python/ya.make +++ b/contrib/python/ya.make @@ -190,7 +190,7 @@ RECURSE( cycler cymem cytoolz - czipfile + czipfile daphne dask daphne |