[MOD] Clarify a bit of licensing

This commit is contained in:
LDA 2024-08-13 20:57:41 +02:00
commit ccecc2d435
3 changed files with 26 additions and 49 deletions

View file

@ -1,8 +1,8 @@
For the files src/XML/*, tools/*, src/include/XML.h, and Makefile, see COPYING.CC0
For the file src/Signal.c, it is based on Telodendria, which requires COPYING.TELO
For the files src/XML/*, tools/*, src/include/XML.h, etc/*, and Makefile, see COPYING.CC0
to be present.
For any other file in src/, see COPYING.AGPL as the primary license.
As Parsee depends on Cytoplasm, its license is left here in COPYING.CYTO
COPYING.CC0 and COPYING.TELO are NOT the primary licenses. COPYING.TELO is present
because of the terms of the Telodendria license, which some of its code is derived
in src/Signal.c, and COPYING.CC0 ONLY applies to the XML parser code.
because of the terms of the Telodendria licence, used by Cytoplasm, and COPYING.CC0 ONLY applies to the XML parser code.