summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2016-03-19 21:33:04 +0100
committerJakub Wilk <jwilk@jwilk.net>2016-03-19 21:38:59 +0100
commit18b57421c39e4aa97c985f8bff212c21ecbbc438 (patch)
tree7c722624cb604a2115536dbddc999bada8980880 /README.rst
parentbf4c65dedbfd2ad4752a49d6f31cbedbe402a5bb (diff)
downloadpylint-git-18b57421c39e4aa97c985f8bff212c21ecbbc438.tar.gz
Fix the license name in README
There's no such thing as "GNU Public License"; GPL stands for "General Public License".
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
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/