summaryrefslogtreecommitdiff
path: root/onionshare_gui
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-06-17 16:53:44 -0700
committerMicah Lee <micah@micahflee.com>2018-06-17 16:53:44 -0700
commit9344fbd274a0d0824d10f5be82293eb772cdef95 (patch)
tree07e88dd32470a771da26b88ad3590d947a1700ca /onionshare_gui
parenta251dff670bf389c291e1b3aa1543de8d009cd1b (diff)
downloadonionshare-9344fbd274a0d0824d10f5be82293eb772cdef95.tar.gz
onionshare-9344fbd274a0d0824d10f5be82293eb772cdef95.zip
Update OnionShare copyright year to 2018
Diffstat (limited to 'onionshare_gui')
-rw-r--r--onionshare_gui/__init__.py2
-rw-r--r--onionshare_gui/alert.py2
-rw-r--r--onionshare_gui/downloads.py2
-rw-r--r--onionshare_gui/file_selection.py2
-rw-r--r--onionshare_gui/onionshare_gui.py2
-rw-r--r--onionshare_gui/server_status.py2
-rw-r--r--onionshare_gui/settings_dialog.py2
-rw-r--r--onionshare_gui/tor_connection_dialog.py2
-rw-r--r--onionshare_gui/update_checker.py2
9 files changed, 9 insertions, 9 deletions
diff --git a/onionshare_gui/__init__.py b/onionshare_gui/__init__.py
index 24e627bb..5350fe29 100644
--- a/onionshare_gui/__init__.py
+++ b/onionshare_gui/__init__.py
@@ -2,7 +2,7 @@
"""
OnionShare | https://onionshare.org/
-Copyright (C) 2017 Micah Lee <micah@micahflee.com>
+Copyright (C) 2018 Micah Lee <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
diff --git a/onionshare_gui/alert.py b/onionshare_gui/alert.py
index 814ff786..75975cfb 100644
--- a/onionshare_gui/alert.py
+++ b/onionshare_gui/alert.py
@@ -2,7 +2,7 @@
"""
OnionShare | https://onionshare.org/
-Copyright (C) 2017 Micah Lee <micah@micahflee.com>
+Copyright (C) 2018 Micah Lee <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
diff --git a/onionshare_gui/downloads.py b/onionshare_gui/downloads.py
index 166f14a4..bf891b55 100644
--- a/onionshare_gui/downloads.py
+++ b/onionshare_gui/downloads.py
@@ -2,7 +2,7 @@
"""
OnionShare | https://onionshare.org/
-Copyright (C) 2017 Micah Lee <micah@micahflee.com>
+Copyright (C) 2018 Micah Lee <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
diff --git a/onionshare_gui/file_selection.py b/onionshare_gui/file_selection.py
index 29bcc592..3f52a96d 100644
--- a/onionshare_gui/file_selection.py
+++ b/onionshare_gui/file_selection.py
@@ -2,7 +2,7 @@
"""
OnionShare | https://onionshare.org/
-Copyright (C) 2017 Micah Lee <micah@micahflee.com>
+Copyright (C) 2018 Micah Lee <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
diff --git a/onionshare_gui/onionshare_gui.py b/onionshare_gui/onionshare_gui.py
index f38dd727..c05e3323 100644
--- a/onionshare_gui/onionshare_gui.py
+++ b/onionshare_gui/onionshare_gui.py
@@ -2,7 +2,7 @@
"""
OnionShare | https://onionshare.org/
-Copyright (C) 2017 Micah Lee <micah@micahflee.com>
+Copyright (C) 2018 Micah Lee <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
diff --git a/onionshare_gui/server_status.py b/onionshare_gui/server_status.py
index 03540415..f3156fed 100644
--- a/onionshare_gui/server_status.py
+++ b/onionshare_gui/server_status.py
@@ -2,7 +2,7 @@
"""
OnionShare | https://onionshare.org/
-Copyright (C) 2017 Micah Lee <micah@micahflee.com>
+Copyright (C) 2018 Micah Lee <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
diff --git a/onionshare_gui/settings_dialog.py b/onionshare_gui/settings_dialog.py
index 7c81afc6..c2dca97c 100644
--- a/onionshare_gui/settings_dialog.py
+++ b/onionshare_gui/settings_dialog.py
@@ -2,7 +2,7 @@
"""
OnionShare | https://onionshare.org/
-Copyright (C) 2017 Micah Lee <micah@micahflee.com>
+Copyright (C) 2018 Micah Lee <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
diff --git a/onionshare_gui/tor_connection_dialog.py b/onionshare_gui/tor_connection_dialog.py
index dc472725..12730c32 100644
--- a/onionshare_gui/tor_connection_dialog.py
+++ b/onionshare_gui/tor_connection_dialog.py
@@ -2,7 +2,7 @@
"""
OnionShare | https://onionshare.org/
-Copyright (C) 2017 Micah Lee <micah@micahflee.com>
+Copyright (C) 2018 Micah Lee <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
diff --git a/onionshare_gui/update_checker.py b/onionshare_gui/update_checker.py
index 8b4884a2..5d73efb4 100644
--- a/onionshare_gui/update_checker.py
+++ b/onionshare_gui/update_checker.py
@@ -2,7 +2,7 @@
"""
OnionShare | https://onionshare.org/
-Copyright (C) 2017 Micah Lee <micah@micahflee.com>
+Copyright (C) 2018 Micah Lee <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