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/libbz2/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/libbz2/ya.make')
-rw-r--r-- | contrib/libs/libbz2/ya.make | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/contrib/libs/libbz2/ya.make b/contrib/libs/libbz2/ya.make index 05cf635c7e..3d5be08322 100644 --- a/contrib/libs/libbz2/ya.make +++ b/contrib/libs/libbz2/ya.make @@ -2,22 +2,22 @@ LIBRARY() -OWNER( - orivej - g:cpp-contrib -) +OWNER( + orivej + g:cpp-contrib +) VERSION(1.0.8) ORIGINAL_SOURCE(https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz) -LICENSE( - BSD-3-Clause AND - bzip2-1.0.6 -) +LICENSE( + BSD-3-Clause AND + bzip2-1.0.6 +) + +LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -LICENSE_TEXTS(.yandex_meta/licenses.list.txt) - NO_COMPILER_WARNINGS() NO_RUNTIME() |