#2 Switch to MIT license

This commit is contained in:
ColinDuquesnoy
2014-01-02 15:57:14 +01:00
parent 182b794b4a
commit 469d9afd84
9 changed files with 227 additions and 76 deletions
+20 -6
View File
@@ -1,13 +1,27 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# QDarkStyle - A dark style sheet for Qt applications
# The MIT License (MIT)
#
# Copyright 2012, 2013 Colin Duquesnoy <colin.duquesnoy@gmail.com>
# Copyright (c) <2013> <Colin Duquesnoy>
#
# This software is released under the LGPLv3 license.
# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
#
"""
QDarkStyle is a darks stylesheet for python qt applications
@@ -20,7 +34,7 @@ setup(
packages=find_packages(),
package_data={'qdarkstyle': ["*.qss", "*.qrc", "rc/*.png"]},
url='https://github.com/ColinDuquesnoy/QDarkStyleSheet',
license='LGPLv3',
license='MIT',
author='Colin Duquesnoy',
author_email='colin.duquesnoy@gmail.com',
description='A dark stylesheet for pyside/pyqt applications',