diff options
author | thegeorg <thegeorg@yandex-team.ru> | 2022-02-10 16:45:08 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:08 +0300 |
commit | 4e839db24a3bbc9f1c610c43d6faaaa99824dcca (patch) | |
tree | 506dac10f5df94fab310584ee51b24fc5a081c22 /contrib/libs/libidn | |
parent | 2d37894b1b037cf24231090eda8589bbb44fb6fc (diff) | |
download | ydb-4e839db24a3bbc9f1c610c43d6faaaa99824dcca.tar.gz |
Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/libidn')
-rw-r--r-- | contrib/libs/libidn/.yandex_meta/devtools.licenses.report | 2 | ||||
-rw-r--r-- | contrib/libs/libidn/.yandex_meta/licenses.list.txt | 24 | ||||
-rw-r--r-- | contrib/libs/libidn/static/ya.make | 8 | ||||
-rw-r--r-- | contrib/libs/libidn/ya.make | 10 |
4 files changed, 22 insertions, 22 deletions
diff --git a/contrib/libs/libidn/.yandex_meta/devtools.licenses.report b/contrib/libs/libidn/.yandex_meta/devtools.licenses.report index 3817477e6c..390e1e6cb9 100644 --- a/contrib/libs/libidn/.yandex_meta/devtools.licenses.report +++ b/contrib/libs/libidn/.yandex_meta/devtools.licenses.report @@ -140,7 +140,7 @@ BELONGS ya.make Files with this license: tld.c [3:21] -KEEP Custom-Punycode 831cf172ef44d622ecc83535c4c0da31 +KEEP Custom-Punycode 831cf172ef44d622ecc83535c4c0da31 BELONGS ya.make Note: matched license text is too long. Read it in the source files. Scancode info: diff --git a/contrib/libs/libidn/.yandex_meta/licenses.list.txt b/contrib/libs/libidn/.yandex_meta/licenses.list.txt index 61c2d1020e..436cfac798 100644 --- a/contrib/libs/libidn/.yandex_meta/licenses.list.txt +++ b/contrib/libs/libidn/.yandex_meta/licenses.list.txt @@ -93,18 +93,18 @@ of all derivatives of our free software and of promoting the sharing and reuse of software generally. -====================Custom-Punycode==================== - * Disclaimer and license: Regarding this entire document or any - * portion of it (including the pseudocode and C code), the author - * makes no guarantees and is not responsible for any damage resulting - * from its use. The author grants irrevocable permission to anyone - * to use, modify, and distribute it in any way that does not diminish - * the rights of anyone else to use, modify, and distribute it, - * provided that redistributed derivative works do not contain - * misleading author or version information. Derivative works need - * not be licensed under similar terms. - - +====================Custom-Punycode==================== + * Disclaimer and license: Regarding this entire document or any + * portion of it (including the pseudocode and C code), the author + * makes no guarantees and is not responsible for any damage resulting + * from its use. The author grants irrevocable permission to anyone + * to use, modify, and distribute it in any way that does not diminish + * the rights of anyone else to use, modify, and distribute it, + * provided that redistributed derivative works do not contain + * misleading author or version information. Derivative works need + * not be licensed under similar terms. + + ====================Ietf==================== * This document and translations of it may be copied and furnished to * others, and derivative works that comment on or otherwise explain it diff --git a/contrib/libs/libidn/static/ya.make b/contrib/libs/libidn/static/ya.make index a927d7918e..cd514527a6 100644 --- a/contrib/libs/libidn/static/ya.make +++ b/contrib/libs/libidn/static/ya.make @@ -21,8 +21,8 @@ PROVIDES(libidn) NO_RUNTIME() -NO_COMPILER_WARNINGS() - +NO_COMPILER_WARNINGS() + ADDINCL( contrib/libs/libidn ) @@ -38,9 +38,9 @@ IF (OS_WINDOWS) ENDIF() IF (OS_ANDROID) - CFLAGS( + CFLAGS( -DHAVE_LOCALE_H=1 - ) + ) ENDIF() SRCDIR(contrib/libs/libidn) diff --git a/contrib/libs/libidn/ya.make b/contrib/libs/libidn/ya.make index 678a813caa..04dad78525 100644 --- a/contrib/libs/libidn/ya.make +++ b/contrib/libs/libidn/ya.make @@ -5,8 +5,8 @@ OWNER( LIBRARY() -LICENSE(Service-Dll-Harness) - +LICENSE(Service-Dll-Harness) + WITHOUT_LICENSE_TEXTS() LICENSE_TEXTS(.yandex_meta/licenses.list.txt) @@ -15,8 +15,8 @@ VERSION(1.9) NO_RUNTIME() -NO_COMPILER_WARNINGS() - +NO_COMPILER_WARNINGS() + IF (USE_DYNAMIC_IDN) PEERDIR( contrib/libs/libidn/dynamic @@ -24,7 +24,7 @@ IF (USE_DYNAMIC_IDN) ELSE() PEERDIR( contrib/libs/libidn/static - ) + ) ENDIF() END() |