From 323327ff12b71fc9ac096f3e15de3b884e3488c8 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Mon, 18 Feb 2019 14:12:44 +1000 Subject: [PATCH] README: be more explicit about the license Simply writing "GPLv3" makes it ambiguous whether it's intended to include the "or any later version" clause (although this was included in the setup.py metadata). Copy the recommended blurb from the license to make it explicit that "any later version" does apply here. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e63583..8cda281 100644 --- a/README.md +++ b/README.md @@ -53,4 +53,7 @@ print("Purge completed:", result) License ------- -GPLv3 +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version.