aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/libbz2/ya.make
diff options
context:
space:
mode:
authororivej <orivej@yandex-team.ru>2022-02-10 16:45:01 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:01 +0300
commit2d37894b1b037cf24231090eda8589bbb44fb6fc (patch)
treebe835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/libs/libbz2/ya.make
parent718c552901d703c502ccbefdfc3c9028d608b947 (diff)
downloadydb-2d37894b1b037cf24231090eda8589bbb44fb6fc.tar.gz
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/libbz2/ya.make')
-rw-r--r--contrib/libs/libbz2/ya.make26
1 files changed, 13 insertions, 13 deletions
diff --git a/contrib/libs/libbz2/ya.make b/contrib/libs/libbz2/ya.make
index de58e402f1..3d5be08322 100644
--- a/contrib/libs/libbz2/ya.make
+++ b/contrib/libs/libbz2/ya.make
@@ -1,5 +1,5 @@
-# Generated by devtools/yamaker from nixpkgs 5852a21819542e6809f68ba5a798600e69874e76.
-
+# Generated by devtools/yamaker from nixpkgs 5852a21819542e6809f68ba5a798600e69874e76.
+
LIBRARY()
OWNER(
@@ -8,32 +8,32 @@ OWNER(
)
VERSION(1.0.8)
-
-ORIGINAL_SOURCE(https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz)
-
+
+ORIGINAL_SOURCE(https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz)
+
LICENSE(
BSD-3-Clause AND
bzip2-1.0.6
)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
-NO_COMPILER_WARNINGS()
+NO_COMPILER_WARNINGS()
-NO_RUNTIME()
+NO_RUNTIME()
IF (SANITIZER_TYPE == undefined)
NO_SANITIZE()
-ENDIF()
+ENDIF()
SRCS(
- blocksort.c
- bzlib.c
- compress.c
+ blocksort.c
+ bzlib.c
+ compress.c
crctable.c
decompress.c
huffman.c
- randtable.c
+ randtable.c
)
END()