diff options
author | kikht <kikht@yandex-team.ru> | 2022-02-10 16:45:14 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:14 +0300 |
commit | 194cae0e8855b11be2005e1eff12c660c3ee9774 (patch) | |
tree | ed29c437b616690880c017855ebe0be34fdf81a2 /build/rules | |
parent | 49116032d905455a7b1c994e4a696afc885c1e71 (diff) | |
download | ydb-194cae0e8855b11be2005e1eff12c660c3ee9774.tar.gz |
Restoring authorship annotation for <kikht@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/rules')
-rw-r--r-- | build/rules/contrib_deprecated.policy | 4 | ||||
-rw-r--r-- | build/rules/ya.make | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/build/rules/contrib_deprecated.policy b/build/rules/contrib_deprecated.policy index 5f6f93ac4f..48ba087e16 100644 --- a/build/rules/contrib_deprecated.policy +++ b/build/rules/contrib_deprecated.policy @@ -11,7 +11,7 @@ ALLOW mds -> contrib/deprecated/wangle # Use newer version from contrib/libs/mongo-cxx-driver instead ALLOW mds/mastermind/ -> contrib/deprecated/mongo-cxx-driver - + # libpqtypes is not being developed since 2016 and is known to have bugs. # Consider using libpqxx / maps/libs/sql_chemistry instread. ALLOW mds/libs/postgres -> contrib/deprecated/libpqtypes @@ -24,7 +24,7 @@ ALLOW quasar/backend/ -> contrib/deprecated/jsoncpp ALLOW smart_devices/ -> contrib/deprecated/jsoncpp ALLOW speechkit/ -> contrib/deprecated/jsoncpp ALLOW yandex_io/ -> contrib/deprecated/jsoncpp - + # mimepp is not being developed since 2012 and requires paid license ALLOW mail/so/ -> contrib/deprecated/mimepp ALLOW mail/so/spamstop/ -> contrib/deprecated/udns diff --git a/build/rules/ya.make b/build/rules/ya.make index cc926680e8..297f5252ad 100644 --- a/build/rules/ya.make +++ b/build/rules/ya.make @@ -1 +1 @@ -OWNER(g:ymake g:contrib) +OWNER(g:ymake g:contrib) |