slight tweak to the description, and clarify what isn't GPLv3
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
parent
4f39bea3a9
commit
2a4cc26c06
@ -1,6 +1,6 @@
|
||||
# incorporeal-cms
|
||||
|
||||
A lightweight static site generator software for Markdown-based sites.
|
||||
A lightweight static site generator for Markdown-based sites.
|
||||
|
||||
## Installation and Usage
|
||||
|
||||
@ -66,3 +66,10 @@ GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
### Content Output
|
||||
|
||||
As per [the GPL FAQ entry](https://www.gnu.org/licenses/gpl-faq.en.html#CanIUseGPLToolsForNF), the generated output
|
||||
(HTML, Atom/RSS feeds, etc.) of this program is *not* subject to the GPLv3 license, aside from cases where e.g.
|
||||
JavaScript source code, CSS files, and the like are copied into the output directory verbatim, in which case their
|
||||
license applies, naturally, to only those files.
|
||||
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "incorporeal-cms"
|
||||
description = "A lightweight static site generator software for Markdown-based sites."
|
||||
description = "A lightweight static site generator for Markdown-based sites."
|
||||
readme = "README.md"
|
||||
license = {text = "GPL-3.0-only"}
|
||||
authors = [
|
||||
|
Loading…
Reference in New Issue
Block a user