aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/jwt-cpp/ya.make
diff options
context:
space:
mode:
authorheretic <heretic@yandex-team.ru>2022-02-10 16:45:43 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:43 +0300
commit397cbe258b9e064f49c4ca575279f02f39fef76e (patch)
treea0b0eb3cca6a14e4e8ea715393637672fa651284 /contrib/libs/jwt-cpp/ya.make
parent43f5a35593ebc9f6bcea619bb170394ea7ae468e (diff)
downloadydb-397cbe258b9e064f49c4ca575279f02f39fef76e.tar.gz
Restoring authorship annotation for <heretic@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/jwt-cpp/ya.make')
-rw-r--r--contrib/libs/jwt-cpp/ya.make18
1 files changed, 9 insertions, 9 deletions
diff --git a/contrib/libs/jwt-cpp/ya.make b/contrib/libs/jwt-cpp/ya.make
index c7ddd33162..9a736cfe56 100644
--- a/contrib/libs/jwt-cpp/ya.make
+++ b/contrib/libs/jwt-cpp/ya.make
@@ -2,22 +2,22 @@
LIBRARY()
-OWNER(
- pbludov
- g:cpp-contrib
-)
+OWNER(
+ pbludov
+ g:cpp-contrib
+)
VERSION(0.2.0)
ORIGINAL_SOURCE(https://github.com/Thalhammer/jwt-cpp/archive/2b3ddae668f5b0dac92f57207312dc50b5bdb2f8.tar.gz)
-LICENSE(
+LICENSE(
BSD-2-Clause AND
- MIT
-)
-
-LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
+ MIT
+)
+LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
+
PEERDIR(
contrib/libs/openssl
)