diff options
author | Nikita Slyusarev <nslus@yandex-team.com> | 2022-02-10 16:46:52 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:52 +0300 |
commit | cd77cecfc03a3eaf87816af28a33067c4f0cdb59 (patch) | |
tree | 1308e0bae862d52e0020d881fe758080437fe389 /library/cpp/codecs | |
parent | cdae02d225fb5b3afbb28990e79a7ac6c9125327 (diff) | |
download | ydb-cd77cecfc03a3eaf87816af28a33067c4f0cdb59.tar.gz |
Restoring authorship annotation for Nikita Slyusarev <nslus@yandex-team.com>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/codecs')
4 files changed, 8 insertions, 8 deletions
diff --git a/library/cpp/codecs/static/example/ya.make b/library/cpp/codecs/static/example/ya.make index ca6c5fd900..67342d3083 100644 --- a/library/cpp/codecs/static/example/ya.make +++ b/library/cpp/codecs/static/example/ya.make @@ -12,13 +12,13 @@ PEERDIR( ) ARCHIVE_ASM( - "solar-8k-a.huffman.1467494385.codec_info" - NAME codec_info_sa_huff_20160707 + "solar-8k-a.huffman.1467494385.codec_info" + NAME codec_info_sa_huff_20160707 ) ARCHIVE_ASM( - "huffman.1467494385.codec_info" - NAME codec_info_huff_20160707 + "huffman.1467494385.codec_info" + NAME codec_info_huff_20160707 ) END() diff --git a/library/cpp/codecs/static/tools/common/ya.make b/library/cpp/codecs/static/tools/common/ya.make index d624222dad..3381c4b896 100644 --- a/library/cpp/codecs/static/tools/common/ya.make +++ b/library/cpp/codecs/static/tools/common/ya.make @@ -1,6 +1,6 @@ LIBRARY() -OWNER(velavokr) +OWNER(velavokr) SRCS( ct_common.cpp @@ -14,6 +14,6 @@ PEERDIR( util/draft ) -GENERATE_ENUM_SERIALIZATION(ct_common.h) +GENERATE_ENUM_SERIALIZATION(ct_common.h) END() diff --git a/library/cpp/codecs/static/tools/static_codec_checker/ya.make b/library/cpp/codecs/static/tools/static_codec_checker/ya.make index 90e06ca448..968880a781 100644 --- a/library/cpp/codecs/static/tools/static_codec_checker/ya.make +++ b/library/cpp/codecs/static/tools/static_codec_checker/ya.make @@ -1,6 +1,6 @@ PROGRAM() -OWNER(velavokr) +OWNER(velavokr) SRCS( static_codec_checker.cpp diff --git a/library/cpp/codecs/static/tools/static_codec_generator/ya.make b/library/cpp/codecs/static/tools/static_codec_generator/ya.make index efbc440dd1..aa786f8886 100644 --- a/library/cpp/codecs/static/tools/static_codec_generator/ya.make +++ b/library/cpp/codecs/static/tools/static_codec_generator/ya.make @@ -1,6 +1,6 @@ PROGRAM() -OWNER(velavokr) +OWNER(velavokr) SRCS( static_codec_generator.cpp |