Skip to content

Commit 0ec1f53

Browse files
douarddaPCManticore
authored andcommitted
Relicense the logo as CC-BY-SA-4.0 (#2786)
and add the original svg file as well.
1 parent a8e0f13 commit 0ec1f53

File tree

4 files changed

+740
-30
lines changed

4 files changed

+740
-30
lines changed

ChangeLog

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Release date: TBA
2222
This check is emitted when ``pylint`` finds a class variable that conflicts with a slot
2323
name, which would raise a ``ValueError`` at runtime.
2424

25+
* Relicense logo material under the CC BY-SA 4.0 license.
2526

2627
What's New in Pylint 2.3.0?
2728
===========================

README.rst

+14-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ from within your code, as well as from an extensive configuration file.
3939
It is also possible to write your own plugins for adding your own checks or for
4040
extending pylint in one way or another.
4141

42-
It's a free software distributed under the GNU General Public Licence.
42+
It's a free software distributed under the GNU General Public Licence unless
43+
otherwise specified.
4344

4445
Development is hosted on GitHub: https://github.com/PyCQA/pylint/
4546

@@ -102,3 +103,15 @@ For more detailed information, check the documentation.
102103

103104
.. _here: http://pylint.pycqa.org/en/latest/user_guide/installation.html
104105
.. _tox: https://tox.readthedocs.io/en/latest/
106+
107+
License
108+
-------
109+
110+
pylint is, with a few exceptions listed below, `GPLv2 <COPYING>`_.
111+
112+
The icon files are licensed under the `CC BY-SA 4.0 <https://creativecommons.org/licenses/by-sa/4.0/>`_ license:
113+
114+
- `doc/logo.png <doc/logo.png>`_
115+
- `doc/logo.svg <doc/logo.svg>`_
116+
117+

0 commit comments

Comments
 (0)