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 | |
parent | db76224f1d4870952f3191bf8da19b041e01259e (diff) | |
download | ydb-95d0a966fe71608aa1a667e87c7c8a805cd33172.tar.gz |
Restoring authorship annotation for <aduryagin@yandex-team.ru>. Commit 1 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 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 diff --git a/contrib/libs/ya.make b/contrib/libs/ya.make index 9c4640fdcf..5aa3ed8e39 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 d01ced9f3a..e0ce452963 100644 --- a/contrib/python/ya.make +++ b/contrib/python/ya.make @@ -190,7 +190,7 @@ RECURSE( cycler cymem cytoolz - czipfile + czipfile daphne dask daphne |