From fdd528b99e285f1b3a750502a0d8f069781d4bb2 Mon Sep 17 00:00:00 2001
From: xmr-eric <eric@moneroeric.com>
Date: Sun, 7 Jan 2018 00:20:45 -0500
Subject: [PATCH] Update copyright for 2018

---
 BasicPanel.qml                        | 2 +-
 LICENSE                               | 2 +-
 LeftPanel.qml                         | 2 +-
 MiddlePanel.qml                       | 2 +-
 README.md                             | 2 +-
 RightPanel.qml                        | 2 +-
 android/README.md                     | 2 +-
 clipboardAdapter.cpp                  | 2 +-
 clipboardAdapter.h                    | 2 +-
 components/AddressBookTable.qml       | 2 +-
 components/CheckBox.qml               | 2 +-
 components/DaemonConsole.qml          | 2 +-
 components/DaemonManagerDialog.qml    | 2 +-
 components/DashboardTable.qml         | 2 +-
 components/DatePicker.qml             | 2 +-
 components/HistoryTable.qml           | 2 +-
 components/HistoryTableMobile.qml     | 2 +-
 components/IconButton.qml             | 2 +-
 components/Input.qml                  | 2 +-
 components/Label.qml                  | 2 +-
 components/LineEdit.qml               | 2 +-
 components/MenuButton.qml             | 2 +-
 components/NetworkStatusItem.qml      | 2 +-
 components/Notifier.qml               | 2 +-
 components/PasswordDialog.qml         | 2 +-
 components/PrivacyLevel.qml           | 2 +-
 components/PrivacyLevelSmall.qml      | 2 +-
 components/ProcessingSplash.qml       | 2 +-
 components/ProgressBar.qml            | 2 +-
 components/QRCodeScanner.qml          | 2 +-
 components/RemoteNodeEdit.qml         | 2 +-
 components/Scroll.qml                 | 2 +-
 components/SearchInput.qml            | 2 +-
 components/StandardButton.qml         | 2 +-
 components/StandardDialog.qml         | 2 +-
 components/StandardDropdown.qml       | 2 +-
 components/TableDropdown.qml          | 2 +-
 components/TableHeader.qml            | 2 +-
 components/TickDelegate.qml           | 2 +-
 components/TipItem.qml                | 2 +-
 components/TitleBar.qml               | 2 +-
 filter.cpp                            | 2 +-
 filter.h                              | 2 +-
 installers/windows/LICENSE            | 2 +-
 installers/windows/Monero.iss         | 2 +-
 installers/windows/README.md          | 2 +-
 installers/windows/ReadMe.htm         | 2 +-
 main.cpp                              | 2 +-
 main.qml                              | 2 +-
 pages/AddressBook.qml                 | 2 +-
 pages/Dashboard.qml                   | 2 +-
 pages/History.qml                     | 2 +-
 pages/Keys.qml                        | 2 +-
 pages/Mining.qml                      | 2 +-
 pages/Receive.qml                     | 2 +-
 pages/Settings.qml                    | 2 +-
 pages/Sign.qml                        | 2 +-
 pages/Transfer.qml                    | 2 +-
 pages/TxKey.qml                       | 2 +-
 src/QR-Code-scanner/QrCodeScanner.cpp | 2 +-
 src/QR-Code-scanner/QrCodeScanner.h   | 2 +-
 src/QR-Code-scanner/QrScanThread.cpp  | 2 +-
 src/QR-Code-scanner/QrScanThread.h    | 2 +-
 tabs/TweetsModel.qml                  | 2 +-
 tabs/Twitter.qml                      | 2 +-
 wizard/WizardConfigure.qml            | 2 +-
 wizard/WizardCreateViewOnlyWallet.qml | 2 +-
 wizard/WizardCreateWallet.qml         | 2 +-
 wizard/WizardDaemonSettings.qml       | 2 +-
 wizard/WizardDonation.qml             | 2 +-
 wizard/WizardFinish.qml               | 2 +-
 wizard/WizardMain.qml                 | 2 +-
 wizard/WizardManageWalletUI.qml       | 2 +-
 wizard/WizardOptions.qml              | 2 +-
 wizard/WizardPassword.qml             | 2 +-
 wizard/WizardPasswordInput.qml        | 2 +-
 wizard/WizardPasswordUI.qml           | 2 +-
 wizard/WizardRecoveryWallet.qml       | 2 +-
 wizard/WizardWelcome.qml              | 2 +-
 79 files changed, 79 insertions(+), 79 deletions(-)

diff --git a/BasicPanel.qml b/BasicPanel.qml
index 8fff1d5e..91d90cef 100644
--- a/BasicPanel.qml
+++ b/BasicPanel.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/LICENSE b/LICENSE
index 026d99d1..3b764162 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2014-2017, The Monero Project
+Copyright (c) 2014-2018, The Monero Project
 
 All rights reserved.
 
diff --git a/LeftPanel.qml b/LeftPanel.qml
index ba8747fe..c88b34f4 100644
--- a/LeftPanel.qml
+++ b/LeftPanel.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/MiddlePanel.qml b/MiddlePanel.qml
index 845092a6..e2e73a14 100644
--- a/MiddlePanel.qml
+++ b/MiddlePanel.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/README.md b/README.md
index 232c3ca2..1d3c45b3 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Monero GUI
 
-Copyright (c) 2014-2017, The Monero Project
+Copyright (c) 2014-2018, The Monero Project
 
 ## Development resources
 
diff --git a/RightPanel.qml b/RightPanel.qml
index 25befca2..7810f973 100644
--- a/RightPanel.qml
+++ b/RightPanel.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/android/README.md b/android/README.md
index b058230b..88499336 100644
--- a/android/README.md
+++ b/android/README.md
@@ -1,4 +1,4 @@
-Copyright (c) 2014-2017, The Monero Project
+Copyright (c) 2014-2018, The Monero Project
 
 
 ## Current status : ALPHA
diff --git a/clipboardAdapter.cpp b/clipboardAdapter.cpp
index e585577c..f1920937 100644
--- a/clipboardAdapter.cpp
+++ b/clipboardAdapter.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/clipboardAdapter.h b/clipboardAdapter.h
index 98b55ae8..9d9f7c22 100644
--- a/clipboardAdapter.h
+++ b/clipboardAdapter.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/components/AddressBookTable.qml b/components/AddressBookTable.qml
index 4d281440..e542900c 100644
--- a/components/AddressBookTable.qml
+++ b/components/AddressBookTable.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/components/CheckBox.qml b/components/CheckBox.qml
index 267106b1..0ae8cb04 100644
--- a/components/CheckBox.qml
+++ b/components/CheckBox.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/components/DaemonConsole.qml b/components/DaemonConsole.qml
index e6ddb3a3..4a8628c3 100644
--- a/components/DaemonConsole.qml
+++ b/components/DaemonConsole.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 //
 // All rights reserved.
 //
diff --git a/components/DaemonManagerDialog.qml b/components/DaemonManagerDialog.qml
index b87250de..d760c317 100644
--- a/components/DaemonManagerDialog.qml
+++ b/components/DaemonManagerDialog.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 //
 // All rights reserved.
 //
diff --git a/components/DashboardTable.qml b/components/DashboardTable.qml
index dc9fbe6d..07d68af9 100644
--- a/components/DashboardTable.qml
+++ b/components/DashboardTable.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/components/DatePicker.qml b/components/DatePicker.qml
index 6485fa14..dafba285 100644
--- a/components/DatePicker.qml
+++ b/components/DatePicker.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/components/HistoryTable.qml b/components/HistoryTable.qml
index ba3971b5..0da6ef1c 100644
--- a/components/HistoryTable.qml
+++ b/components/HistoryTable.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/components/HistoryTableMobile.qml b/components/HistoryTableMobile.qml
index 5a073919..d3f39bf9 100644
--- a/components/HistoryTableMobile.qml
+++ b/components/HistoryTableMobile.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2017, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/components/IconButton.qml b/components/IconButton.qml
index 042439f1..13cdc3fe 100644
--- a/components/IconButton.qml
+++ b/components/IconButton.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 //
 // All rights reserved.
 //
diff --git a/components/Input.qml b/components/Input.qml
index 1390ca17..076fd9bc 100644
--- a/components/Input.qml
+++ b/components/Input.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/components/Label.qml b/components/Label.qml
index ac5c92ec..76b13c05 100644
--- a/components/Label.qml
+++ b/components/Label.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/components/LineEdit.qml b/components/LineEdit.qml
index f7cb0612..255a9cd0 100644
--- a/components/LineEdit.qml
+++ b/components/LineEdit.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/components/MenuButton.qml b/components/MenuButton.qml
index 41ff87cf..778dca68 100644
--- a/components/MenuButton.qml
+++ b/components/MenuButton.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/components/NetworkStatusItem.qml b/components/NetworkStatusItem.qml
index 7e6a5d1d..440d1bb9 100644
--- a/components/NetworkStatusItem.qml
+++ b/components/NetworkStatusItem.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/components/Notifier.qml b/components/Notifier.qml
index f314a952..d14c1efe 100644
--- a/components/Notifier.qml
+++ b/components/Notifier.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2017, The Monero Project
+// Copyright (c) 2017-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/components/PasswordDialog.qml b/components/PasswordDialog.qml
index 493b49ee..d2315011 100644
--- a/components/PasswordDialog.qml
+++ b/components/PasswordDialog.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 //
 // All rights reserved.
 //
diff --git a/components/PrivacyLevel.qml b/components/PrivacyLevel.qml
index 3528db92..448eb123 100644
--- a/components/PrivacyLevel.qml
+++ b/components/PrivacyLevel.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/components/PrivacyLevelSmall.qml b/components/PrivacyLevelSmall.qml
index ebd97787..c380d6a7 100644
--- a/components/PrivacyLevelSmall.qml
+++ b/components/PrivacyLevelSmall.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/components/ProcessingSplash.qml b/components/ProcessingSplash.qml
index d7fbd5cb..4ff5c410 100644
--- a/components/ProcessingSplash.qml
+++ b/components/ProcessingSplash.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 //
 // All rights reserved.
 //
diff --git a/components/ProgressBar.qml b/components/ProgressBar.qml
index 8f462122..90e50873 100644
--- a/components/ProgressBar.qml
+++ b/components/ProgressBar.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/components/QRCodeScanner.qml b/components/QRCodeScanner.qml
index 669bd271..162e6bf6 100644
--- a/components/QRCodeScanner.qml
+++ b/components/QRCodeScanner.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2017, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 //
 // All rights reserved.
 //
diff --git a/components/RemoteNodeEdit.qml b/components/RemoteNodeEdit.qml
index 83b059cd..295e4b16 100644
--- a/components/RemoteNodeEdit.qml
+++ b/components/RemoteNodeEdit.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2017, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/components/Scroll.qml b/components/Scroll.qml
index 45f53187..8ef01087 100644
--- a/components/Scroll.qml
+++ b/components/Scroll.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/components/SearchInput.qml b/components/SearchInput.qml
index cc1a875b..bad7f06b 100644
--- a/components/SearchInput.qml
+++ b/components/SearchInput.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/components/StandardButton.qml b/components/StandardButton.qml
index 6f714947..99917752 100644
--- a/components/StandardButton.qml
+++ b/components/StandardButton.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/components/StandardDialog.qml b/components/StandardDialog.qml
index 84402147..9d9766d9 100644
--- a/components/StandardDialog.qml
+++ b/components/StandardDialog.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 //
 // All rights reserved.
 //
diff --git a/components/StandardDropdown.qml b/components/StandardDropdown.qml
index 5aac249b..5281b846 100644
--- a/components/StandardDropdown.qml
+++ b/components/StandardDropdown.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/components/TableDropdown.qml b/components/TableDropdown.qml
index 699968e3..36782187 100644
--- a/components/TableDropdown.qml
+++ b/components/TableDropdown.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/components/TableHeader.qml b/components/TableHeader.qml
index c90a7b10..d1f1778b 100644
--- a/components/TableHeader.qml
+++ b/components/TableHeader.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/components/TickDelegate.qml b/components/TickDelegate.qml
index 7485dcc5..f7c14eaf 100644
--- a/components/TickDelegate.qml
+++ b/components/TickDelegate.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/components/TipItem.qml b/components/TipItem.qml
index b0e09cb7..6cb1a58f 100644
--- a/components/TipItem.qml
+++ b/components/TipItem.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/components/TitleBar.qml b/components/TitleBar.qml
index b8400273..2a2ae575 100644
--- a/components/TitleBar.qml
+++ b/components/TitleBar.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/filter.cpp b/filter.cpp
index 36f2c968..fba9c3eb 100644
--- a/filter.cpp
+++ b/filter.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/filter.h b/filter.h
index faa1657b..ef7ddb3c 100644
--- a/filter.h
+++ b/filter.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/installers/windows/LICENSE b/installers/windows/LICENSE
index 3e026b6e..057d2ec5 100644
--- a/installers/windows/LICENSE
+++ b/installers/windows/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2014-2017, The Monero Project
+Copyright (c) 2014-2018, The Monero Project
 
 All rights reserved.
 
diff --git a/installers/windows/Monero.iss b/installers/windows/Monero.iss
index fcddfa2b..02dd17bd 100644
--- a/installers/windows/Monero.iss
+++ b/installers/windows/Monero.iss
@@ -1,5 +1,5 @@
 ; Monero Helium Hydra GUI Wallet Installer for Windows
-; Copyright (c) 2014-2017, The Monero Project
+; Copyright (c) 2014-2018, The Monero Project
 ; See LICENSE
 
 [Setup]
diff --git a/installers/windows/README.md b/installers/windows/README.md
index 85f316e2..b4642d9e 100644
--- a/installers/windows/README.md
+++ b/installers/windows/README.md
@@ -1,6 +1,6 @@
 # Monero GUI Wallet Windows Installer #
 
-Copyright (c) 2014-2017, The Monero Project
+Copyright (c) 2014-2018, The Monero Project
 
 ## Introduction ##
 
diff --git a/installers/windows/ReadMe.htm b/installers/windows/ReadMe.htm
index e78fe341..c1dfa010 100644
--- a/installers/windows/ReadMe.htm
+++ b/installers/windows/ReadMe.htm
@@ -6,7 +6,7 @@
 <body style="font-family: Arial, Helvetica, sans-serif">
 <h1>Monero Helium Hydra GUI Wallet</h1>
 
-  <p>Copyright (c) 2014-2017, The Monero Project<br>
+  <p>Copyright (c) 2014-2018, The Monero Project<br>
   Date: September 19, 2017</p>
 
 <h2>Preface</h2>
diff --git a/main.cpp b/main.cpp
index 3e15d373..9e547ea6 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/main.qml b/main.qml
index 944eefa2..2787cc01 100644
--- a/main.qml
+++ b/main.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 //
 // All rights reserved.
 //
diff --git a/pages/AddressBook.qml b/pages/AddressBook.qml
index 7904c594..3bce2f55 100644
--- a/pages/AddressBook.qml
+++ b/pages/AddressBook.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/pages/Dashboard.qml b/pages/Dashboard.qml
index 3487ca41..cfcb46a8 100644
--- a/pages/Dashboard.qml
+++ b/pages/Dashboard.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/pages/History.qml b/pages/History.qml
index 9b184741..95668963 100644
--- a/pages/History.qml
+++ b/pages/History.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/pages/Keys.qml b/pages/Keys.qml
index 3fad708d..4bcff537 100644
--- a/pages/Keys.qml
+++ b/pages/Keys.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2017, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/pages/Mining.qml b/pages/Mining.qml
index 0d87310f..25e4f64a 100644
--- a/pages/Mining.qml
+++ b/pages/Mining.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/pages/Receive.qml b/pages/Receive.qml
index d31100c2..fda0fa7a 100644
--- a/pages/Receive.qml
+++ b/pages/Receive.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 //
 // All rights reserved.
 //
diff --git a/pages/Settings.qml b/pages/Settings.qml
index a83b53ee..870ff39f 100644
--- a/pages/Settings.qml
+++ b/pages/Settings.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/pages/Sign.qml b/pages/Sign.qml
index 69862ada..d69e5f8b 100644
--- a/pages/Sign.qml
+++ b/pages/Sign.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 //
 // All rights reserved.
 //
diff --git a/pages/Transfer.qml b/pages/Transfer.qml
index 6b139e9d..c561efaf 100644
--- a/pages/Transfer.qml
+++ b/pages/Transfer.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/pages/TxKey.qml b/pages/TxKey.qml
index a996bf7f..3793e81e 100644
--- a/pages/TxKey.qml
+++ b/pages/TxKey.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 //
 // All rights reserved.
 //
diff --git a/src/QR-Code-scanner/QrCodeScanner.cpp b/src/QR-Code-scanner/QrCodeScanner.cpp
index 62c639f9..b867436c 100644
--- a/src/QR-Code-scanner/QrCodeScanner.cpp
+++ b/src/QR-Code-scanner/QrCodeScanner.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2017, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 //
 // All rights reserved.
 //
diff --git a/src/QR-Code-scanner/QrCodeScanner.h b/src/QR-Code-scanner/QrCodeScanner.h
index a83cf2ac..b6f64a33 100644
--- a/src/QR-Code-scanner/QrCodeScanner.h
+++ b/src/QR-Code-scanner/QrCodeScanner.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2017, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 //
 // All rights reserved.
 //
diff --git a/src/QR-Code-scanner/QrScanThread.cpp b/src/QR-Code-scanner/QrScanThread.cpp
index 48ecb53a..0e537db9 100644
--- a/src/QR-Code-scanner/QrScanThread.cpp
+++ b/src/QR-Code-scanner/QrScanThread.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2017, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 //
 // All rights reserved.
 //
diff --git a/src/QR-Code-scanner/QrScanThread.h b/src/QR-Code-scanner/QrScanThread.h
index 296e1dc5..e781ae7f 100644
--- a/src/QR-Code-scanner/QrScanThread.h
+++ b/src/QR-Code-scanner/QrScanThread.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2017, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 //
 // All rights reserved.
 //
diff --git a/tabs/TweetsModel.qml b/tabs/TweetsModel.qml
index 55a7c74d..aceaa58b 100644
--- a/tabs/TweetsModel.qml
+++ b/tabs/TweetsModel.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/tabs/Twitter.qml b/tabs/Twitter.qml
index bd597287..f2cb3b1a 100644
--- a/tabs/Twitter.qml
+++ b/tabs/Twitter.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/wizard/WizardConfigure.qml b/wizard/WizardConfigure.qml
index 1459db36..88d10a31 100644
--- a/wizard/WizardConfigure.qml
+++ b/wizard/WizardConfigure.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/wizard/WizardCreateViewOnlyWallet.qml b/wizard/WizardCreateViewOnlyWallet.qml
index 09b21764..88ead8d6 100644
--- a/wizard/WizardCreateViewOnlyWallet.qml
+++ b/wizard/WizardCreateViewOnlyWallet.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/wizard/WizardCreateWallet.qml b/wizard/WizardCreateWallet.qml
index 14142212..521d6cf7 100644
--- a/wizard/WizardCreateWallet.qml
+++ b/wizard/WizardCreateWallet.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/wizard/WizardDaemonSettings.qml b/wizard/WizardDaemonSettings.qml
index db6d1f62..f57fb4cb 100644
--- a/wizard/WizardDaemonSettings.qml
+++ b/wizard/WizardDaemonSettings.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2017, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/wizard/WizardDonation.qml b/wizard/WizardDonation.qml
index 57e03524..1fccbebb 100644
--- a/wizard/WizardDonation.qml
+++ b/wizard/WizardDonation.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/wizard/WizardFinish.qml b/wizard/WizardFinish.qml
index 794a5cf9..e681c80e 100644
--- a/wizard/WizardFinish.qml
+++ b/wizard/WizardFinish.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/wizard/WizardMain.qml b/wizard/WizardMain.qml
index d5c9eb11..e3eb2226 100644
--- a/wizard/WizardMain.qml
+++ b/wizard/WizardMain.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/wizard/WizardManageWalletUI.qml b/wizard/WizardManageWalletUI.qml
index fb714ad0..7c9fa536 100644
--- a/wizard/WizardManageWalletUI.qml
+++ b/wizard/WizardManageWalletUI.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/wizard/WizardOptions.qml b/wizard/WizardOptions.qml
index 8f4e9477..784c1968 100644
--- a/wizard/WizardOptions.qml
+++ b/wizard/WizardOptions.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/wizard/WizardPassword.qml b/wizard/WizardPassword.qml
index 3ce6584d..e99f1cb9 100644
--- a/wizard/WizardPassword.qml
+++ b/wizard/WizardPassword.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/wizard/WizardPasswordInput.qml b/wizard/WizardPasswordInput.qml
index a2651440..6101f8d1 100644
--- a/wizard/WizardPasswordInput.qml
+++ b/wizard/WizardPasswordInput.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 //
 // All rights reserved.
 //
diff --git a/wizard/WizardPasswordUI.qml b/wizard/WizardPasswordUI.qml
index bca911b8..4861dc48 100644
--- a/wizard/WizardPasswordUI.qml
+++ b/wizard/WizardPasswordUI.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 //
 // All rights reserved.
 //
diff --git a/wizard/WizardRecoveryWallet.qml b/wizard/WizardRecoveryWallet.qml
index acf0caea..9c028187 100644
--- a/wizard/WizardRecoveryWallet.qml
+++ b/wizard/WizardRecoveryWallet.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 // 
diff --git a/wizard/WizardWelcome.qml b/wizard/WizardWelcome.qml
index 32249cb1..a124913f 100644
--- a/wizard/WizardWelcome.qml
+++ b/wizard/WizardWelcome.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
 // 
 // All rights reserved.
 //