aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/lz4/ya.make
diff options
context:
space:
mode:
authororivej <orivej@yandex-team.ru>2022-02-10 16:44:49 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:44:49 +0300
commit718c552901d703c502ccbefdfc3c9028d608b947 (patch)
tree46534a98bbefcd7b1f3faa5b52c138ab27db75b7 /contrib/libs/lz4/ya.make
parente9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (diff)
downloadydb-718c552901d703c502ccbefdfc3c9028d608b947.tar.gz
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/lz4/ya.make')
-rw-r--r--contrib/libs/lz4/ya.make28
1 files changed, 14 insertions, 14 deletions
diff --git a/contrib/libs/lz4/ya.make b/contrib/libs/lz4/ya.make
index 282dfe3920..464abc68a2 100644
--- a/contrib/libs/lz4/ya.make
+++ b/contrib/libs/lz4/ya.make
@@ -1,36 +1,36 @@
-# Generated by devtools/yamaker from nixpkgs 5852a21819542e6809f68ba5a798600e69874e76.
-
-LIBRARY()
+# Generated by devtools/yamaker from nixpkgs 5852a21819542e6809f68ba5a798600e69874e76.
+LIBRARY()
+
OWNER(
orivej
g:cpp-contrib
)
-
-VERSION(1.9.3)
-
-ORIGINAL_SOURCE(https://github.com/lz4/lz4/archive/v1.9.3.tar.gz)
-
+
+VERSION(1.9.3)
+
+ORIGINAL_SOURCE(https://github.com/lz4/lz4/archive/v1.9.3.tar.gz)
+
LICENSE(
BSD-2-Clause AND
BSD-3-Clause
)
-
+
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
-PEERDIR(
- contrib/libs/xxhash
-)
+PEERDIR(
+ contrib/libs/xxhash
+)
ADDINCL(
contrib/libs/xxhash
)
NO_RUNTIME()
-
+
SRCS(
lz4.c
- lz4frame.c
+ lz4frame.c
lz4hc.c
)