diff options
| author | dimonb <[email protected]> | 2022-02-10 16:51:34 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:51:34 +0300 |
| commit | 0959e6786557aa8a7d98ad19b17a61606550e64b (patch) | |
| tree | 3574780da3f61ac47777596a9df352e3c4d64b43 | |
| parent | c5cc7a8da1cba36921ef60e52c5556842d55cad3 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
| -rw-r--r-- | build/rules/contrib_python.policy | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/build/rules/contrib_python.policy b/build/rules/contrib_python.policy index 60fd1497533..e38920bb2ab 100644 --- a/build/rules/contrib_python.policy +++ b/build/rules/contrib_python.policy @@ -90,14 +90,14 @@ DENY .* -> maps/contrib ALLOW contrib/deprecated/python/ruamel.ordereddict/tests -> contrib/deprecated/python/ruamel.ordereddict ALLOW contrib/python/ruamel.yaml -> contrib/deprecated/python/ruamel.ordereddict DENY .* -> contrib/deprecated/python/ruamel.ordereddict - + ALLOW vcs/hg/server -> contrib/deprecated/python/hgsubversion -DENY .* -> contrib/deprecated/python/hgsubversion - +DENY .* -> contrib/deprecated/python/hgsubversion + 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 +DENY .* -> contrib/deprecated/python/diff2html # Sophos SDK and engine are distributed under proprietary license hence # usage restriction @@ -196,9 +196,9 @@ ALLOW ads/libs/py_notifier -> contrib/deprecated/python/xmpppy ALLOW yql/udfs/common/python/python_arc -> contrib/deprecated/python/xmpppy DENY .* -> contrib/deprecated/python/xmpppy -ALLOW contrib/python/fancycompleter -> contrib/python/pyrepl -DENY .* -> contrib/python/pyrepl - +ALLOW contrib/python/fancycompleter -> contrib/python/pyrepl +DENY .* -> contrib/python/pyrepl + # because match with contrib/python/pycrypto ALLOW .* -> contrib/python/pycryptodome # pycrypto deprecated |
