Skip to content

Commit

Permalink
Closes #636: Remove GPL
Browse files Browse the repository at this point in the history
  • Loading branch information
houtianze committed Jan 14, 2023
1 parent f1b66d5 commit c7b757c
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 11 deletions.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 0 additions & 5 deletions bypy/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bypy/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 客户端'
Expand Down
3 changes: 0 additions & 3 deletions bypy/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion update/update.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"comment": "Update info",
"recommendedVersion": "1.8.1",
"recommendedVersion": "1.8.2",
"minimumRequiredVersion": "1.8.1"
}

0 comments on commit c7b757c

Please sign in to comment.