aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2023-09-11 14:41:03 +0300
committerthegeorg <thegeorg@yandex-team.com>2023-09-11 15:09:55 +0300
commit146230cadbb63d7fbea2feaff519ac3dd6fae75e (patch)
tree4d3c81fa5dbedc060337675e13449dcaefbd37ad /build
parentb8ead035bef3feaa5353f08b78eee067981f5d85 (diff)
downloadydb-146230cadbb63d7fbea2feaff519ac3dd6fae75e.tar.gz
Remove PROTESTWARE license property
Diffstat (limited to 'build')
-rw-r--r--build/conf/license.conf5
1 files changed, 1 insertions, 4 deletions
diff --git a/build/conf/license.conf b/build/conf/license.conf
index 8dba2085146..eb8b7dbcf11 100644
--- a/build/conf/license.conf
+++ b/build/conf/license.conf
@@ -20,7 +20,7 @@ EXPLICIT_LICENSE_EXCEPTIONS=
# 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 PROTESTWARE
+ FORBIDDEN NDA REQUIRE_DISCLOSURE PERMISSIVE REQUIRE_CITATION SERVICE
# NB: Licenses lists below are sorted case-insensitively. Please, keep the list sorted.
@@ -417,9 +417,6 @@ LICENSES_SERVICE= \
Service-Prebuilt-Tool \
Service-Py23-Proxy
-LICENSES_PROTESTWARE= \
- Protestware
-
macro _REQUIRE_EXPLICIT_LICENSE(PREFIXES...) {
SET(EXPLICIT_LICENSE_PREFIXES ${PREFIXES})
}