mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 23:29:12 +01:00
4fb3f2a1fe
(cherry picked from commit 2442ead6807528f5791671b8a3aab6629bae66ad)
8 lines
413 B
Text
8 lines
413 B
Text
EXEMPTION FOR BINARY LIBRARY-LIKE PACKAGES
|
|
------------------------------------------
|
|
|
|
The second condition in the BSD licence (covering binary redistributions) does
|
|
not apply all the way down a chain of software. If binary package A includes
|
|
PCRE2, it must respect the condition, but if package B is software that
|
|
includes package A, the condition is not imposed on package B unless it uses
|
|
PCRE2 independently.
|