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/icu | |
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/icu')
-rw-r--r-- | contrib/libs/icu/.yandex_meta/devtools.licenses.report | 2 | ||||
-rw-r--r-- | contrib/libs/icu/.yandex_meta/licenses.list.txt | 2 | ||||
-rw-r--r-- | contrib/libs/icu/ya.make | 12 |
3 files changed, 8 insertions, 8 deletions
diff --git a/contrib/libs/icu/.yandex_meta/devtools.licenses.report b/contrib/libs/icu/.yandex_meta/devtools.licenses.report index 70c2fe37e5..1481792227 100644 --- a/contrib/libs/icu/.yandex_meta/devtools.licenses.report +++ b/contrib/libs/icu/.yandex_meta/devtools.licenses.report @@ -1103,7 +1103,7 @@ BELONGS ya.make Files with this license: readme.html [8:8] -KEEP Custom-Punycode bd57aec5790d5e2d75543b49589d1e8e +KEEP Custom-Punycode bd57aec5790d5e2d75543b49589d1e8e BELONGS ya.make Note: matched license text is too long. Read it in the source files. Scancode info: diff --git a/contrib/libs/icu/.yandex_meta/licenses.list.txt b/contrib/libs/icu/.yandex_meta/licenses.list.txt index 8cdc753129..8e755124c3 100644 --- a/contrib/libs/icu/.yandex_meta/licenses.list.txt +++ b/contrib/libs/icu/.yandex_meta/licenses.list.txt @@ -1156,7 +1156,7 @@ Copyright 2006-2011, the V8 project authors. All rights reserved. Copyright © 1991-2020 Unicode, Inc. All rights reserved. -====================Custom-Punycode==================== +====================Custom-Punycode==================== Disclaimer and license Regarding this entire document or any portion of it (including diff --git a/contrib/libs/icu/ya.make b/contrib/libs/icu/ya.make index a3555706bf..59080a5d85 100644 --- a/contrib/libs/icu/ya.make +++ b/contrib/libs/icu/ya.make @@ -36,13 +36,13 @@ CFLAGS( ) IF (OS_WINDOWS) - CFLAGS( - GLOBAL -DU_STATIC_IMPLEMENTATION - ) + CFLAGS( + GLOBAL -DU_STATIC_IMPLEMENTATION + ) ELSE() - CFLAGS( - -DU_STATIC_IMPLEMENTATION - ) + CFLAGS( + -DU_STATIC_IMPLEMENTATION + ) ENDIF() CXXFLAGS(-std=c++17) |