Browse Source

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.
thegeorg 1 year ago
parent
commit
84d5e051ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build/conf/license.conf

+ 1 - 1
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 \