diff options
author | heretic <heretic@yandex-team.ru> | 2022-02-10 16:45:46 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:46 +0300 |
commit | 81eddc8c0b55990194e112b02d127b87d54164a9 (patch) | |
tree | 9142afc54d335ea52910662635b898e79e192e49 /contrib/libs/antlr3_cpp_runtime/ya.make | |
parent | 397cbe258b9e064f49c4ca575279f02f39fef76e (diff) | |
download | ydb-81eddc8c0b55990194e112b02d127b87d54164a9.tar.gz |
Restoring authorship annotation for <heretic@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/antlr3_cpp_runtime/ya.make')
-rw-r--r-- | contrib/libs/antlr3_cpp_runtime/ya.make | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/contrib/libs/antlr3_cpp_runtime/ya.make b/contrib/libs/antlr3_cpp_runtime/ya.make index 408f9f1c8b..5c019aa396 100644 --- a/contrib/libs/antlr3_cpp_runtime/ya.make +++ b/contrib/libs/antlr3_cpp_runtime/ya.make @@ -7,20 +7,20 @@ LIBRARY() VERSION(2016-03-31-a4d1928e03b2b3f74579e54a6211cd1d695001b9) -LICENSE( - BSD-3-Clause AND - Unicode-Mappings +LICENSE( + BSD-3-Clause AND + Unicode-Mappings ) -LICENSE_TEXTS(.yandex_meta/licenses.list.txt) - -OWNER(g:yql) - +LICENSE_TEXTS(.yandex_meta/licenses.list.txt) + +OWNER(g:yql) + NO_COMPILER_WARNINGS() -ADDINCL( - GLOBAL contrib/libs/antlr3_cpp_runtime/include -) +ADDINCL( + GLOBAL contrib/libs/antlr3_cpp_runtime/include +) SRCS( antlr3.cpp |