From 4713076f6f245afaa2f3a7cb6bdec99e3407b000 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 9 Jun 2024 19:47:09 +0200 Subject: [PATCH] [ci skip] license clarification --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 10449e7..2c0d16d 100644 --- a/README.md +++ b/README.md @@ -45,3 +45,12 @@ to get your account accepted. - [ ] [LOW] Caching for faster load times. - [ ] [LOW] Interface for blog management (web ui?). - [ ] [LOW] Alternative frontend (solution)? (EJS is pretty primitive!) + +## License + +Disseminate uses the GNU GPLv3 license. The three important points (in my opinion) are as follows: +* Any modifications made to disseminate should be open sourced. +* Any projects forking or using disseminate source code must be released under the same license (GNU GPLv3). + +Keep in mind that these two points are important **in my opinion**! Everything else stated in the GNU GPLv3 license still applies. +(Paid) themes do *not* have to be open-sourced.