From 18b57421c39e4aa97c985f8bff212c21ecbbc438 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Sat, 19 Mar 2016 21:33:04 +0100 Subject: [PATCH] Fix the license name in README There's no such thing as "GNU Public License"; GPL stands for "General Public License". --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 963938d08..7ad573973 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,7 @@ minimally sized program. It's highly configurable and handle pragmas to control it from within your code. Additionally, it is possible to write plugins to add your own checks. -It's a free software distributed under the GNU Public Licence. +It's a free software distributed under the GNU General Public Licence. Development is hosted on GitHub: https://github.com/PyCQA/pylint/