diff options
author | ironpeter <ironpeter@yandex-team.ru> | 2022-02-10 16:49:52 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:52 +0300 |
commit | edee5b99e1eec042f46725b89dcd81ea7e41d663 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/compproto/ya.make | |
parent | ff97837ecc5972a00cb395483d8856566738375c (diff) | |
download | ydb-edee5b99e1eec042f46725b89dcd81ea7e41d663.tar.gz |
Restoring authorship annotation for <ironpeter@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/compproto/ya.make')
-rw-r--r-- | library/cpp/compproto/ya.make | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/library/cpp/compproto/ya.make b/library/cpp/compproto/ya.make index 9957cd23b5..60d5cfa08d 100644 --- a/library/cpp/compproto/ya.make +++ b/library/cpp/compproto/ya.make @@ -1,13 +1,13 @@ -LIBRARY() - +LIBRARY() + OWNER(ironpeter) -SRCS( - bit.h - compressor.h - huff.h - metainfo.h +SRCS( + bit.h + compressor.h + huff.h + metainfo.h lib.cpp ) -END() +END() |