diff options
author | kakabba <kakabba@yandex-team.ru> | 2022-02-10 16:46:04 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:04 +0300 |
commit | c8e3995898c443e78266f7420aac5fb3da15d413 (patch) | |
tree | a530e068cc107e227deccc80722204db63a4d75d /library/cpp/comptable | |
parent | 110a978b66fe6c0916572df51cfead2a9b647174 (diff) | |
download | ydb-c8e3995898c443e78266f7420aac5fb3da15d413.tar.gz |
Restoring authorship annotation for <kakabba@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/comptable')
-rw-r--r-- | library/cpp/comptable/usage/ya.make | 4 | ||||
-rw-r--r-- | library/cpp/comptable/ut/ya.make | 2 | ||||
-rw-r--r-- | library/cpp/comptable/ya.make | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/comptable/usage/ya.make b/library/cpp/comptable/usage/ya.make index ab31e7528c..3197b5f4ae 100644 --- a/library/cpp/comptable/usage/ya.make +++ b/library/cpp/comptable/usage/ya.make @@ -1,6 +1,6 @@ PROGRAM() -OWNER(ironpeter) +OWNER(ironpeter) SRCS( usage.cpp @@ -9,5 +9,5 @@ SRCS( PEERDIR( library/cpp/comptable ) - + END() diff --git a/library/cpp/comptable/ut/ya.make b/library/cpp/comptable/ut/ya.make index d0a49793a5..bc21fc375f 100644 --- a/library/cpp/comptable/ut/ya.make +++ b/library/cpp/comptable/ut/ya.make @@ -1,6 +1,6 @@ UNITTEST_FOR(library/cpp/comptable) -OWNER(ironpeter) +OWNER(ironpeter) SRCS( comptable_ut.cpp diff --git a/library/cpp/comptable/ya.make b/library/cpp/comptable/ya.make index 314603c62a..f27fb69793 100644 --- a/library/cpp/comptable/ya.make +++ b/library/cpp/comptable/ya.make @@ -1,6 +1,6 @@ LIBRARY() -OWNER(ironpeter) +OWNER(ironpeter) SRCS( comptable.cpp |