diff options
author | svidyuk <svidyuk@yandex-team.ru> | 2022-02-10 16:47:12 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:12 +0300 |
commit | e23df0602fedd83374b43b6137a296baa2aad3f6 (patch) | |
tree | 1facb78b6535ac70f17ba39ed606d949f932fcea /contrib/libs/zlib | |
parent | 92661c40a019d4809586c8ce322075d197427346 (diff) | |
download | ydb-e23df0602fedd83374b43b6137a296baa2aad3f6.tar.gz |
Restoring authorship annotation for <svidyuk@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/zlib')
-rw-r--r-- | contrib/libs/zlib/ya.make | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/libs/zlib/ya.make b/contrib/libs/zlib/ya.make index ced6573475..7ce371e232 100644 --- a/contrib/libs/zlib/ya.make +++ b/contrib/libs/zlib/ya.make @@ -8,11 +8,11 @@ VERSION(1.2.11) ORIGINAL_SOURCE(https://www.zlib.net/fossils/zlib-1.2.11.tar.gz) -OPENSOURCE_EXPORT_REPLACEMENT( - CMAKE ZLIB - CMAKE_TARGET ZLIB::ZLIB - CONAN zlib/1.2.11 -) +OPENSOURCE_EXPORT_REPLACEMENT( + CMAKE ZLIB + CMAKE_TARGET ZLIB::ZLIB + CONAN zlib/1.2.11 +) LICENSE(Zlib) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) |