aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2023-09-06 13:36:29 +0300
committerthegeorg <thegeorg@yandex-team.com>2023-09-06 14:00:39 +0300
commit84d5e051ab6d60b083d2da1735ead0ae48c0db77 (patch)
tree06916355e254665d803e5f483a184303115ac965 /build
parent291c29aec65235767baebd70a945d5b347377c69 (diff)
downloadydb-84d5e051ab6d60b083d2da1735ead0ae48c0db77.tar.gz
Consider Sdbus-C++-LGPL-exception-1.1 as REQUIRE_DISCLOSURE_STATIC
``` As an additional permission to the GNU Lesser General Public License version 2.1, the object code form of a "work that uses the Library" may incorporate material from a header file that is part of the Library. You may distribute such object code under terms of your choice, provided that: (i) the header files of the Library have not been modified; and (ii) the incorporated material is limited to numerical parameters, data structure layouts, accessors, macros, inline functions and templates; and (iii) you comply with the terms of Section 6 of the GNU Lesser General Public License version 2.1. ``` `contrib/libs/sdbus-cpp` is the only library with such exception, and it hardly can be used in header-only mode.
Diffstat (limited to 'build')
-rw-r--r--build/conf/license.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/license.conf b/build/conf/license.conf
index a5d61750755..8a045a532c7 100644
--- a/build/conf/license.conf
+++ b/build/conf/license.conf
@@ -103,7 +103,6 @@ LICENSES_UNATTRIBUTED= \
IPL-1.0 \
JAMon-BSD-3-Clause \
jQuery-MIT \
- LGPL-2.0-or-later WITH Sdbus-C++-LGPL-exception-1.1 \
LGPL-3.0-or-later WITH ZeroMQ-Exception \
LicenseRef-scancode-afpl-9.0 \
LicenseRef-scancode-amd-historical \
@@ -234,6 +233,7 @@ LICENSES_REQUIRE_DISCLOSURE_STATIC= \
LGPL-2.0-or-later \
LGPL-2.0-or-later WITH Libtool-exception \
LGPL-2.0-or-later WITH Linux-syscall-note \
+ LGPL-2.0-or-later WITH Sdbus-C++-LGPL-exception-1.1 \
LGPL-2.1-only \
LGPL-2.1-only WITH Linux-syscall-note \
LGPL-2.1-or-later \