diff options
author | toshik <toshik@yandex-team.ru> | 2022-02-10 16:46:01 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:01 +0300 |
commit | 4b88481f8cd78b4d6e192249db3e6ab984cbea14 (patch) | |
tree | e8ec885bd5c14bd547181ef42d8c56075cff059f | |
parent | e34f3f0e381020a427f44fbd50463d9a04089db3 (diff) | |
download | ydb-4b88481f8cd78b4d6e192249db3e6ab984cbea14.tar.gz |
Restoring authorship annotation for <toshik@yandex-team.ru>. Commit 1 of 2.
-rw-r--r-- | build/conf/license.conf | 2 | ||||
-rw-r--r-- | build/rules/go/vendor.policy | 8 | ||||
-rw-r--r-- | build/sysincl/misc.yml | 26 | ||||
-rw-r--r-- | contrib/libs/ya.make | 8 | ||||
-rw-r--r-- | contrib/restricted/ya.make | 2 |
5 files changed, 23 insertions, 23 deletions
diff --git a/build/conf/license.conf b/build/conf/license.conf index f2fb576b0d..00b4ab948c 100644 --- a/build/conf/license.conf +++ b/build/conf/license.conf @@ -113,7 +113,7 @@ LICENSES_UNATTRIBUTED= \ LicenseRef-scancode-generic-cla \ LicenseRef-scancode-other-copyleft \ LicenseRef-scancode-other-permissive \ - LicenseRef-scancode-pcre \ + LicenseRef-scancode-pcre \ LicenseRef-scancode-proprietary-license \ LicenseRef-scancode-unknown \ LicenseRef-scancode-unknown-license-reference \ diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index 3e9c0acada..81102fa190 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -710,10 +710,10 @@ ALLOW .* -> vendor/github.com/google/shlex # CONTRIB-2084 Word transformation ALLOW .* -> vendor/github.com/jinzhu/inflection -# -# CONTRIB-2069 -ALLOW .* -> vendor/github.com/coredhcp/coredhcp -ALLOW .* -> vendor/github.com/insomniacslk/dhcp +# +# CONTRIB-2069 +ALLOW .* -> vendor/github.com/coredhcp/coredhcp +ALLOW .* -> vendor/github.com/insomniacslk/dhcp # CONTRIB-2094 ALLOW .* -> vendor/github.com/osrg/gobgp diff --git a/build/sysincl/misc.yml b/build/sysincl/misc.yml index e9e6095888..0293c65ef4 100644 --- a/build/sysincl/misc.yml +++ b/build/sysincl/misc.yml @@ -453,16 +453,16 @@ - source_filter: "^cloud/iam/token_agent/daemon" includes: - contrib/libs/grpc/include/grpcpp/impl/codegen/server_context_impl.h - -- source_filter: "^contrib/libs/libyang" - includes: - - in.h: contrib/libs/libyang/libyang/in.h - -- source_filter: "^contrib/restricted/noc/frr" - includes: - - assert.h: contrib/restricted/noc/frr/lib/assert/assert.h - - bfd.h: contrib/restricted/noc/frr/lib/bfd.h - - getopt.h: contrib/restricted/noc/frr/lib/getopt.h - - filter.h: contrib/restricted/noc/frr/lib/filter.h - - memory.h: contrib/restricted/noc/frr/lib/memory.h - - thread.h: contrib/restricted/noc/frr/lib/thread.h + +- source_filter: "^contrib/libs/libyang" + includes: + - in.h: contrib/libs/libyang/libyang/in.h + +- source_filter: "^contrib/restricted/noc/frr" + includes: + - assert.h: contrib/restricted/noc/frr/lib/assert/assert.h + - bfd.h: contrib/restricted/noc/frr/lib/bfd.h + - getopt.h: contrib/restricted/noc/frr/lib/getopt.h + - filter.h: contrib/restricted/noc/frr/lib/filter.h + - memory.h: contrib/restricted/noc/frr/lib/memory.h + - thread.h: contrib/restricted/noc/frr/lib/thread.h diff --git a/contrib/libs/ya.make b/contrib/libs/ya.make index 9c4640fdcf..fcf2c646f6 100644 --- a/contrib/libs/ya.make +++ b/contrib/libs/ya.make @@ -163,7 +163,7 @@ RECURSE( libm libmagic libmemcached - libmp3lame + libmp3lame libmysql_r libogg libopendkim @@ -200,7 +200,7 @@ RECURSE( libxml libxml/dynamic libxslt - libyang + libyang libyuv linenoise linux-headers @@ -264,7 +264,7 @@ RECURSE( pam pango pcre - pcre2 + pcre2 pdqsort pffft pfr @@ -348,7 +348,7 @@ RECURSE( util-linux valgrind vlfeat - vmaf + vmaf wapiti webrtc websocketpp diff --git a/contrib/restricted/ya.make b/contrib/restricted/ya.make index b52a206733..397aa04a2f 100644 --- a/contrib/restricted/ya.make +++ b/contrib/restricted/ya.make @@ -44,7 +44,7 @@ RECURSE( mpg123 murmurhash nfs_ganesha - noc + noc openal-soft patched protobuf-c |