diff options
| author | Tjaart van der Walt <github@tjaart.co.za> | 2015-05-23 19:36:50 -0500 |
|---|---|---|
| committer | Tjaart van der Walt <github@tjaart.co.za> | 2015-05-23 19:36:50 -0500 |
| commit | 6d9b0cd0b5896c2b0f112663b4038de4061db51f (patch) | |
| tree | deb4997c1e986650b37624e7a9c5b2b610edeb39 | |
| parent | 5816fa6d6cef6998302ec1f01b3d16ca2b7d44b4 (diff) | |
Changed license to BSD
| -rw-r--r-- | py3status/modules/dropboxd_status.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py3status/modules/dropboxd_status.py b/py3status/modules/dropboxd_status.py index 1cd1532..7e4ed72 100644 --- a/py3status/modules/dropboxd_status.py +++ b/py3status/modules/dropboxd_status.py @@ -9,7 +9,7 @@ Requires: - the 'dropbox-cli' command @author Tjaart van der Walt (github:tjaartvdwalt) -@license GNU GPL http://www.gnu.org/licenses/gpl.html +@license BSD 2-Clause License -- http://opensource.org/licenses/BSD-2-Clause """ import subprocess |
