[META] Actually start licensing

If anyone finds this to be bad, please let me know so that I can fix
that out.
This commit is contained in:
LDA 2024-06-23 01:22:10 +02:00
commit 4de7227ee7
7 changed files with 896 additions and 50 deletions

8
LICENSE Normal file
View file

@ -0,0 +1,8 @@
For the files src/XML/*, src/include/XML.h, and Makefile, see COPYING.CC0
For the file src/Signal.c, it is based on Telodendria, which requires COPYING.TELO
to be present.
For any other file in src/, see COPYING.AGPL as the primary license.
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.