From c7b757c2bea34e32d720596959f561f8f189b5fd Mon Sep 17 00:00:00 2001 From: HOU Tianze Date: Sat, 14 Jan 2023 20:01:47 +0800 Subject: [PATCH] Closes #636: Remove GPL --- HISTORY.md | 1 + HISTORY.rst | 2 ++ LICENSE | 2 +- bypy/__init__.py | 5 ----- bypy/const.py | 2 +- bypy/gui.py | 3 --- update/update.json | 2 +- 7 files changed, 6 insertions(+), 11 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 58c8041..5774ef0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,6 @@ ### Version History: +- 1.8.2: Remove invalid GPL text - 1.8.1: Fix multiprocess (by changing all `__foo()` to `_foo()`) - 1.8: No longer server auth - 1.7.14: Fix issue #612: Can't download file when a directory has more than 1000 items diff --git a/HISTORY.rst b/HISTORY.rst index a81182b..47732f6 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,8 @@ Version History: ~~~~~~~~~~~~~~~~ +- 1.8.2: Remove invalid GPL text + - 1.8.1: Fix multiprocess (by changing all ``__foo()`` to ``_foo()``) - 1.8: No longer server auth diff --git a/LICENSE b/LICENSE index 983efac..2c9b879 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 Hou Tianze +Copyright (c) 2016 Hou Tianze ( https://github.com/houtianze ) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/bypy/__init__.py b/bypy/__init__.py index 41bda12..1b11fc3 100644 --- a/bypy/__init__.py +++ b/bypy/__init__.py @@ -1,11 +1,6 @@ #!/usr/bin/env python # coding=utf-8 -# A simple GUI for bypy, using Tkinter -# Copyright 2013 Hou Tianze (GitHub: houtianze, Twitter: @ibic, G+: +TianzeHou) -# Licensed under the GPLv3 -# https://www.gnu.org/licenses/gpl-3.0.txt - # from __future__ imports must occur at the beginning of the file from __future__ import unicode_literals from __future__ import print_function diff --git a/bypy/const.py b/bypy/const.py index 98629e4..af8dffa 100755 --- a/bypy/const.py +++ b/bypy/const.py @@ -12,7 +12,7 @@ # https://packaging.python.org/single_source_version/ __title__ = 'bypy' -__version__ = '1.8.1' +__version__ = '1.8.2' __author__ = 'Hou Tianze' __license__ = 'MIT' __desc__ = 'Python client for Baidu Yun (Personal Cloud Storage) 百度云/百度网盘 Python 客户端' diff --git a/bypy/gui.py b/bypy/gui.py index 2643b46..86ed676 100755 --- a/bypy/gui.py +++ b/bypy/gui.py @@ -2,9 +2,6 @@ # coding=utf-8 # A simple GUI for bypy, using Tkinter -# Copyright 2013 Hou Tianze (GitHub: houtianze, Twitter: @ibic, G+: +TianzeHou) -# Licensed under the GPLv3 -# https://www.gnu.org/licenses/gpl-3.0.txt # from __future__ imports must occur at the beginning of the file from __future__ import unicode_literals diff --git a/update/update.json b/update/update.json index 6c5c416..4101adc 100644 --- a/update/update.json +++ b/update/update.json @@ -1,5 +1,5 @@ { "comment": "Update info", - "recommendedVersion": "1.8.1", + "recommendedVersion": "1.8.2", "minimumRequiredVersion": "1.8.1" }