From b6a3f9ad5f554470092318ef8b4444ae1e41b492 Mon Sep 17 00:00:00 2001 From: lafleur Date: Wed, 14 Oct 2020 16:05:34 +0200 Subject: [PATCH] explicit license notice in README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69603fa..61e361c 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ This is lean hugo theme, a port of the [lean jekyll theme][lean-jekyll]. Inside a hugo site, do $ git submodule add http://framagit.org/lafleur/lean-hugo-theme.git themes/lean - $ cd themes/lean - $ git checkout master To update the theme to its latest version, inside the hugo site do @@ -22,6 +20,9 @@ This project is intended to be a welcoming space for collaboration. If you have an idea, suggestion, feature request, etc., feel free to open an issue or pull request. +## License +The source code in this project is protected by the [GPLv3 license][gpl3]. [lean-jekyll]: https://gitlab.com/lafleurdeboum/lean-jekyll-theme +[gpl3]: https://opensource.org/licenses/GPL-3.0