I changed the license from WTFPLv2 to MIT.
This commit is contained in:
parent
dc1f8f9501
commit
f2da816be5
26
COPYING
26
COPYING
@ -1,13 +1,21 @@
|
|||||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
The MIT License
|
||||||
Version 2, December 2004
|
|
||||||
|
|
||||||
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
Copyright (c) 2020 Alexander "Arav" Andreev <me@arav.top>
|
||||||
|
|
||||||
Everyone is permitted to copy and distribute verbatim or modified
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
copies of this license document, and changing it is allowed as long
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
as the name is changed.
|
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:
|
||||||
|
|
||||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
The above copyright notice and this permission notice shall be included in all
|
||||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
0. You just DO WHAT THE FUCK YOU WANT TO.
|
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.
|
@ -3,17 +3,15 @@ __all__ = ["__date__", "__version__", "__author__", "__email__",
|
|||||||
"VERSION"]
|
"VERSION"]
|
||||||
|
|
||||||
|
|
||||||
__date__ = "7 June 2020"
|
__date__ = "30 June 2020"
|
||||||
__version__ = "1.0.0"
|
__version__ = "1.0.0"
|
||||||
__author__ = "Alexander \"Arav\" Andreev"
|
__author__ = "Alexander \"Arav\" Andreev"
|
||||||
__email__ = "me@arav.top"
|
__email__ = "me@arav.top"
|
||||||
__copyright__ = f"Copyright (c) 2020 {__author__} <{__email__}>"
|
__copyright__ = f"Copyright (c) 2020 {__author__} <{__email__}>"
|
||||||
__license__ = \
|
__license__ = \
|
||||||
"""This program is free software. It comes without any warranty, to
|
"""This program is licensed under the terms of the MIT license.
|
||||||
the extent permitted by applicable law. You can redistribute it
|
For a copy see COPYING file in a directory of the program, or
|
||||||
and/or modify it under the terms of the Do What The Fuck You Want
|
see <https://opensource.org/licenses/MIT>"""
|
||||||
To Public License, Version 2, as published by Sam Hocevar. See
|
|
||||||
http://www.wtfpl.net/ for more details."""
|
|
||||||
|
|
||||||
|
|
||||||
PIGGYBANK_FILE_EXTENSION = ".pb"
|
PIGGYBANK_FILE_EXTENSION = ".pb"
|
||||||
|
@ -13,14 +13,14 @@ keywords =
|
|||||||
coins
|
coins
|
||||||
piggy bank
|
piggy bank
|
||||||
savings
|
savings
|
||||||
license = WTFPL 2.0
|
license = MIT
|
||||||
license_file = COPYING
|
license_file = COPYING
|
||||||
platforms = any
|
platforms = any
|
||||||
classifiers =
|
classifiers =
|
||||||
Development Status :: 5 - Production/Stable
|
Development Status :: 5 - Production/Stable
|
||||||
Environment :: Console
|
Environment :: Console
|
||||||
Intended Audience :: End Users/Desktop
|
Intended Audience :: End Users/Desktop
|
||||||
License :: Public Domain
|
License :: OSI Approved :: MIT License
|
||||||
Natural Language :: English
|
Natural Language :: English
|
||||||
Operating System :: OS Independent
|
Operating System :: OS Independent
|
||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
|
Loading…
Reference in New Issue
Block a user