Modified license, so it's correctly recognised by licensee

It _should_ be okay, since the modified version is less permissive
The only real addition is `Neither the name of the copyright holder nor`
This commit is contained in:
Mads Marquart
2018-06-21 15:36:54 +02:00
parent 060f64b4d2
commit c352a0d698
4 changed files with 8 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
Facebook Chat (Messenger) for Python
:copyright: (c) 2015 - 2018 by Taehoon Kim
:license: BSD, see LICENSE for more details.
:license: BSD 3-Clause, see LICENSE for more details.
"""
from __future__ import unicode_literals
@@ -19,7 +19,7 @@ __version__ = '1.3.9'
__description__ = 'Facebook Chat (Messenger) for Python'
__copyright__ = 'Copyright 2015 - 2018 by Taehoon Kim'
__license__ = 'BSD'
__license__ = 'BSD 3-Clause'
__author__ = 'Taehoon Kim; Moreels Pieter-Jan; Mads Marquart'
__email__ = 'carpedm20@gmail.com'