aboutsummaryrefslogtreecommitdiff
path: root/onionshare_gui/tab/tab.py
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-08-27 19:13:08 -0400
committerMicah Lee <micah@micahflee.com>2020-08-27 19:13:08 -0400
commit4c4323a772c56c6fc38ed5ec99868ba2ce82285d (patch)
tree4679af536b2ee057f67123c36814427175b7924b /onionshare_gui/tab/tab.py
parentdc6cefd7ce0d732667163273871a0b93ce62ea3b (diff)
downloadonionshare-4c4323a772c56c6fc38ed5ec99868ba2ce82285d.tar.gz
onionshare-4c4323a772c56c6fc38ed5ec99868ba2ce82285d.zip
Update Copyright to 2020 everywhere, and assign to Micah Lee, et al. instead of just Micah Lee
Diffstat (limited to 'onionshare_gui/tab/tab.py')
-rw-r--r--onionshare_gui/tab/tab.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/onionshare_gui/tab/tab.py b/onionshare_gui/tab/tab.py
index fbc828ff..69916f06 100644
--- a/onionshare_gui/tab/tab.py
+++ b/onionshare_gui/tab/tab.py
@@ -2,7 +2,7 @@
"""
OnionShare | https://onionshare.org/
-Copyright (C) 2014-2018 Micah Lee <micah@micahflee.com>
+Copyright (C) 2014-2020 Micah Lee, et al. <micah@micahflee.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -17,6 +17,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
+
import queue
from PyQt5 import QtCore, QtWidgets, QtGui, QtSvg