1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

[skip ci] Updated licenses and gitignores

This commit is contained in:
GiteaBot
2024-05-13 00:26:15 +00:00
parent 301eaf60bf
commit 2442ead680
17 changed files with 1933 additions and 377 deletions

View File

@@ -0,0 +1,8 @@
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.