diff options
author | thegeorg <thegeorg@yandex-team.ru> | 2022-02-10 16:45:12 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:12 +0300 |
commit | 49116032d905455a7b1c994e4a696afc885c1e71 (patch) | |
tree | be835aa92c6248212e705f25388ebafcf84bc7a1 /build/conf | |
parent | 4e839db24a3bbc9f1c610c43d6faaaa99824dcca (diff) | |
download | ydb-49116032d905455a7b1c994e4a696afc885c1e71.tar.gz |
Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/conf')
-rw-r--r-- | build/conf/license.conf | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/build/conf/license.conf b/build/conf/license.conf index fb7b597d36..f2fb576b0d 100644 --- a/build/conf/license.conf +++ b/build/conf/license.conf @@ -19,9 +19,9 @@ EXPLICIT_LICENSE_PREFIXES= # one of them. Putting some license into this list is equivalent to putting it into both # LICENSES_<PROP_NAME>_STATIC and LICENSES_<PROP_NAME>_DYNAMIC lists. LICENSE_PROPERTIES= \ - FORBIDDEN NDA REQUIRE_DISCLOSURE PERMISSIVE REQUIRE_CITATION SERVICE + FORBIDDEN NDA REQUIRE_DISCLOSURE PERMISSIVE REQUIRE_CITATION SERVICE -LICENSES_UNATTRIBUTED= \ +LICENSES_UNATTRIBUTED= \ AFL-2.0 \ AML \ APSL-1.0 \ @@ -105,7 +105,7 @@ LICENSES_UNATTRIBUTED= \ JAMon-BSD-3-Clause \ LGPL-3.0-or-later WITH ZeroMQ-Exception \ LPL-1.02 \ - LicenseRef-scancode-bsd-new-nomod \ + LicenseRef-scancode-bsd-new-nomod \ LicenseRef-scancode-cc-by-2.0-uk \ LicenseRef-scancode-cc-devnations-2.0 \ LicenseRef-scancode-cc-sampling-1.0 \ @@ -152,13 +152,13 @@ LICENSES_UNATTRIBUTED= \ LICENSES_PATCHES_FORBIDDEN= \ Unicode -LICENSES_FORBIDDEN= \ - AGPL-3.0-only \ - AGPL-3.0-or-later \ +LICENSES_FORBIDDEN= \ + AGPL-3.0-only \ + AGPL-3.0-or-later \ Artistic-1.0 \ Musl-Exception \ - ${LICENSES_UNATTRIBUTED} - + ${LICENSES_UNATTRIBUTED} + # Group for proprietary code licenses LICENSES_NDA= \ Intel-NDA \ @@ -237,7 +237,7 @@ LICENSES_PERMISSIVE= \ Cmu-Computing-Services \ CUP-Parser \ curl \ - Custom-Punycode \ + Custom-Punycode \ Facebook-SDK \ FDK \ FSFAP \ @@ -245,7 +245,7 @@ LICENSES_PERMISSIVE= \ H2 \ IBM-pibs \ ICU \ - Ietf \ + Ietf \ IJG \ Intel-Simplified \ ISC \ @@ -260,10 +260,10 @@ LICENSES_PERMISSIVE= \ libtiff \ Martin-Birgmeier \ MIT \ - MIT-0 \ + MIT-0 \ MIT-CMU \ MIT-Modern-Variant \ - MIT-Nagy \ + MIT-Nagy \ MIT-open-group \ Mit-Old-Style \ Mit-Veillard-Variant \ @@ -283,7 +283,7 @@ LICENSES_PERMISSIVE= \ PCRE \ PD \ Public-Domain \ - Public-Domain-US-Govt \ + Public-Domain-US-Govt \ PHP-3.01 \ PIL \ Plexus \ @@ -338,18 +338,18 @@ CUSTOM_LICENSE_LIBSSH2_AGENT_WIN=Libssh2-Agent-Win CUSTOM_LICENSE_MUSL_EXCEPTION=Musl-Exception-in-Musllib # TODO: this list is almost empty. needed for DEVRULES-151 -LICENSES_REQUIRE_CITATION= \ +LICENSES_REQUIRE_CITATION= \ Apache-2.0 \ Cmu-Computing-Services \ OpenSSL \ Spencer-94 \ ${CUSTOM_LICENSE_LIBSSH2_AGENT_WIN} -LICENSES_SERVICE= \ - Service-Dll-Harness \ - Service-Prebuilt-Tool \ - Service-Py23-Proxy - +LICENSES_SERVICE= \ + Service-Dll-Harness \ + Service-Prebuilt-Tool \ + Service-Py23-Proxy + macro _REQUIRE_EXPLICIT_LICENSE(Prefix...) { SET(EXPLICIT_LICENSE_PREFIXES ${Prefix}) } |