]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
update copyright for 2023
authortobtoht <tob@featherwallet.org>
Mon, 2 Jan 2023 19:30:11 +0000 (20:30 +0100)
committertobtoht <tob@featherwallet.org>
Mon, 2 Jan 2023 19:31:22 +0000 (20:31 +0100)
280 files changed:
CMakeLists.txt
LICENSE
README.md
cmake/VersionFeather.cmake
src/CalcWidget.cpp
src/CalcWidget.h
src/CalcWindow.cpp
src/CalcWindow.h
src/CoinsWidget.cpp
src/CoinsWidget.h
src/ContactsWidget.cpp
src/ContactsWidget.h
src/HistoryWidget.cpp
src/HistoryWidget.h
src/MainWindow.cpp
src/MainWindow.h
src/ReceiveWidget.cpp
src/ReceiveWidget.h
src/SendWidget.cpp
src/SendWidget.h
src/SettingsDialog.cpp
src/SettingsDialog.h
src/WindowManager.cpp
src/WindowManager.h
src/api/LocalMoneroApi.cpp
src/api/LocalMoneroApi.h
src/appcontext.cpp
src/appcontext.h
src/components.cpp
src/components.h
src/constants.cpp
src/constants.h
src/dialog/AboutDialog.cpp
src/dialog/AboutDialog.h
src/dialog/AccountSwitcherDialog.cpp
src/dialog/AccountSwitcherDialog.h
src/dialog/BalanceDialog.cpp
src/dialog/BalanceDialog.h
src/dialog/CalcConfigDialog.cpp
src/dialog/CalcConfigDialog.h
src/dialog/ContactsDialog.cpp
src/dialog/ContactsDialog.h
src/dialog/DebugInfoDialog.cpp
src/dialog/DebugInfoDialog.h
src/dialog/InfoDialog.cpp
src/dialog/InfoDialog.h
src/dialog/KeysDialog.cpp
src/dialog/KeysDialog.h
src/dialog/LocalMoneroInfoDialog.cpp
src/dialog/LocalMoneroInfoDialog.h
src/dialog/OutputInfoDialog.cpp
src/dialog/OutputInfoDialog.h
src/dialog/OutputSweepDialog.cpp
src/dialog/OutputSweepDialog.h
src/dialog/PasswordChangeDialog.cpp
src/dialog/PasswordChangeDialog.h
src/dialog/PasswordDialog.cpp
src/dialog/PasswordDialog.h
src/dialog/PaymentRequestDialog.cpp
src/dialog/PaymentRequestDialog.h
src/dialog/QrCodeDialog.cpp
src/dialog/QrCodeDialog.h
src/dialog/SeedDialog.cpp
src/dialog/SeedDialog.h
src/dialog/SignVerifyDialog.cpp
src/dialog/SignVerifyDialog.h
src/dialog/SplashDialog.cpp
src/dialog/SplashDialog.h
src/dialog/TorInfoDialog.cpp
src/dialog/TorInfoDialog.h
src/dialog/TxBroadcastDialog.cpp
src/dialog/TxBroadcastDialog.h
src/dialog/TxConfAdvDialog.cpp
src/dialog/TxConfAdvDialog.h
src/dialog/TxConfDialog.cpp
src/dialog/TxConfDialog.h
src/dialog/TxImportDialog.cpp
src/dialog/TxImportDialog.h
src/dialog/TxInfoDialog.cpp
src/dialog/TxInfoDialog.h
src/dialog/TxProofDialog.cpp
src/dialog/TxProofDialog.h
src/dialog/UpdateDialog.cpp
src/dialog/UpdateDialog.h
src/dialog/VerifyProofDialog.cpp
src/dialog/VerifyProofDialog.h
src/dialog/ViewOnlyDialog.cpp
src/dialog/ViewOnlyDialog.h
src/dialog/WalletCacheDebugDialog.cpp
src/dialog/WalletCacheDebugDialog.h
src/dialog/WalletInfoDialog.cpp
src/dialog/WalletInfoDialog.h
src/libwalletqt/AddressBook.cpp
src/libwalletqt/AddressBook.h
src/libwalletqt/AddressBookInfo.cpp
src/libwalletqt/AddressBookInfo.h
src/libwalletqt/Coins.cpp
src/libwalletqt/Coins.h
src/libwalletqt/CoinsInfo.cpp
src/libwalletqt/CoinsInfo.h
src/libwalletqt/ConstructionInfo.cpp
src/libwalletqt/ConstructionInfo.h
src/libwalletqt/Input.h
src/libwalletqt/PassphraseHelper.cpp
src/libwalletqt/PassphraseHelper.h
src/libwalletqt/PendingTransaction.cpp
src/libwalletqt/PendingTransaction.h
src/libwalletqt/PendingTransactionInfo.cpp
src/libwalletqt/PendingTransactionInfo.h
src/libwalletqt/Ring.h
src/libwalletqt/Subaddress.cpp
src/libwalletqt/Subaddress.h
src/libwalletqt/SubaddressAccount.cpp
src/libwalletqt/SubaddressAccount.h
src/libwalletqt/TransactionHistory.cpp
src/libwalletqt/TransactionHistory.h
src/libwalletqt/TransactionInfo.cpp
src/libwalletqt/TransactionInfo.h
src/libwalletqt/Transfer.h
src/libwalletqt/UnsignedTransaction.cpp
src/libwalletqt/UnsignedTransaction.h
src/libwalletqt/Wallet.cpp
src/libwalletqt/Wallet.h
src/libwalletqt/WalletListenerImpl.cpp
src/libwalletqt/WalletListenerImpl.h
src/libwalletqt/WalletManager.cpp
src/libwalletqt/WalletManager.h
src/main.cpp
src/model/AddressBookModel.cpp
src/model/AddressBookModel.h
src/model/AddressBookProxyModel.cpp
src/model/AddressBookProxyModel.h
src/model/BountiesModel.cpp
src/model/BountiesModel.h
src/model/CCSModel.cpp
src/model/CCSModel.h
src/model/CoinsModel.cpp
src/model/CoinsModel.h
src/model/CoinsProxyModel.cpp
src/model/CoinsProxyModel.h
src/model/HistoryView.cpp
src/model/HistoryView.h
src/model/LocalMoneroModel.cpp
src/model/LocalMoneroModel.h
src/model/ModelUtils.cpp
src/model/ModelUtils.h
src/model/NodeModel.cpp
src/model/NodeModel.h
src/model/RedditModel.cpp
src/model/RedditModel.h
src/model/SubaddressAccountModel.cpp
src/model/SubaddressAccountModel.h
src/model/SubaddressModel.cpp
src/model/SubaddressModel.h
src/model/SubaddressProxyModel.cpp
src/model/SubaddressProxyModel.h
src/model/SubaddressView.cpp
src/model/SubaddressView.h
src/model/TransactionHistoryModel.cpp
src/model/TransactionHistoryModel.h
src/model/TransactionHistoryProxyModel.cpp
src/model/TransactionHistoryProxyModel.h
src/model/WalletKeysFilesModel.cpp
src/model/WalletKeysFilesModel.h
src/openpgp/hash.h
src/openpgp/mpi.h
src/openpgp/openpgp.cpp
src/openpgp/openpgp.h
src/openpgp/packet_stream.h
src/openpgp/s_expression.h
src/openpgp/serialization.h
src/qrcode_scanner/QrCodeScanDialog.cpp
src/qrcode_scanner/QrCodeScanDialog.h
src/qrcode_scanner/QrScanThread.cpp
src/qrcode_scanner/QrScanThread.h
src/qrcode_scanner_qt6/QrCodeScanDialog.cpp
src/qrcode_scanner_qt6/QrCodeScanDialog.h
src/qrcode_scanner_qt6/QrScanThread.cpp
src/qrcode_scanner_qt6/QrScanThread.h
src/qrcode_utils/QrCodeUtils.cpp
src/qrcode_utils/QrCodeUtils.h
src/utils/AppData.cpp
src/utils/AppData.h
src/utils/ColorScheme.cpp
src/utils/ColorScheme.h
src/utils/EventFilter.cpp
src/utils/EventFilter.h
src/utils/Icons.cpp
src/utils/Icons.h
src/utils/NetworkManager.cpp
src/utils/NetworkManager.h
src/utils/RestoreHeightLookup.h
src/utils/Seed.cpp
src/utils/Seed.h
src/utils/SemanticVersion.h
src/utils/TorManager.cpp
src/utils/TorManager.h
src/utils/TxFiatHistory.cpp
src/utils/TxFiatHistory.h
src/utils/Updater.cpp
src/utils/Updater.h
src/utils/Utils.cpp
src/utils/Utils.h
src/utils/WebsocketClient.cpp
src/utils/WebsocketClient.h
src/utils/WebsocketNotifier.cpp
src/utils/WebsocketNotifier.h
src/utils/childproc.cpp
src/utils/childproc.h
src/utils/config.cpp
src/utils/config.h
src/utils/daemonrpc.cpp
src/utils/daemonrpc.h
src/utils/networking.cpp
src/utils/networking.h
src/utils/nodes.cpp
src/utils/nodes.h
src/utils/os/tails.cpp
src/utils/os/tails.h
src/utils/os/whonix.cpp
src/utils/os/whonix.h
src/utils/prices.cpp
src/utils/prices.h
src/utils/xmrig.cpp
src/utils/xmrig.h
src/widgets/BountiesWidget.cpp
src/widgets/BountiesWidget.h
src/widgets/CCSEntry.h
src/widgets/CCSProgressDelegate.cpp
src/widgets/CCSProgressDelegate.h
src/widgets/CCSWidget.cpp
src/widgets/CCSWidget.h
src/widgets/LocalMoneroWidget.cpp
src/widgets/LocalMoneroWidget.h
src/widgets/NodeWidget.cpp
src/widgets/NodeWidget.h
src/widgets/PayToEdit.cpp
src/widgets/PayToEdit.h
src/widgets/QrCodeWidget.cpp
src/widgets/QrCodeWidget.h
src/widgets/RedditPost.h
src/widgets/RedditWidget.cpp
src/widgets/RedditWidget.h
src/widgets/RestoreHeightWidget.cpp
src/widgets/RestoreHeightWidget.h
src/widgets/RevuoItem.h
src/widgets/RevuoWidget.cpp
src/widgets/RevuoWidget.h
src/widgets/TickerWidget.cpp
src/widgets/TickerWidget.h
src/widgets/XMRigWidget.cpp
src/widgets/XMRigWidget.h
src/wizard/PageHardwareDevice.cpp
src/wizard/PageHardwareDevice.h
src/wizard/PageMenu.cpp
src/wizard/PageMenu.h
src/wizard/PageNetwork.cpp
src/wizard/PageNetwork.h
src/wizard/PageNetworkTor.cpp
src/wizard/PageNetworkTor.h
src/wizard/PageNetworkWebsocket.cpp
src/wizard/PageNetworkWebsocket.h
src/wizard/PageOpenWallet.cpp
src/wizard/PageOpenWallet.h
src/wizard/PageSetPassword.cpp
src/wizard/PageSetPassword.h
src/wizard/PageSetRestoreHeight.cpp
src/wizard/PageSetRestoreHeight.h
src/wizard/PageSetSeedPassphrase.cpp
src/wizard/PageSetSeedPassphrase.h
src/wizard/PageWalletFile.cpp
src/wizard/PageWalletFile.h
src/wizard/PageWalletRestoreKeys.cpp
src/wizard/PageWalletRestoreKeys.h
src/wizard/PageWalletRestoreSeed.cpp
src/wizard/PageWalletRestoreSeed.h
src/wizard/PageWalletSeed.cpp
src/wizard/PageWalletSeed.h
src/wizard/WalletWizard.cpp
src/wizard/WalletWizard.h

index 729d81b0fbf35edfd4b0f64f1e8d0450977fc207..7a9da0eda5c705761a51b5f697c916ebb7705742 100644 (file)
@@ -12,7 +12,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
 set(PACKAGE_NAME ${PROJECT_NAME})
 set(PACKAGE_BUGREPORT "https://github.com/feather-wallet/feather/issues")
 set(PACKAGE_URL "https://featherwallet.org/")
-set(COPYRIGHT_YEAR "2022")
+set(COPYRIGHT_YEAR "2023")
 set(COPYRIGHT_HOLDERS "The Monero Project")
 
 # Configurable options
diff --git a/LICENSE b/LICENSE
index 4c43b8ec0f1072d11d6bd346cc8cf7a2bbd18a14..59d66ad443b8198f32ef86856221b2660ab6e014 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2020-2022, The Monero Project
+Copyright (c) 2020-2023, The Monero Project
 
 All rights reserved.
 
index f7f2e3677f0e5f85d5458aa31219a6b9f815e4e6..4cbfe8cd9a6168dc1b637d179186cd1f6ccfc35a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 Feather is a free, open-source Monero wallet for Linux, Tails, macOS and Windows. It is written in C++ with the Qt framework.
 
-Copyright (c) 2020-2022, The Monero Project.
+Copyright (c) 2020-2023, The Monero Project.
 
 ## Resources
 
index f94567f3ed9d7a9f777b1bc3f6335ef9d2d2d40b..dae2705a14fdc5148a01062fbe638ac4a46feaff 100644 (file)
@@ -1,5 +1,5 @@
 # SPDX-License-Identifier: BSD-3-Clause
-# SPDX-FileCopyrightText: 2020-2022 The Monero Project
+# SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 find_package(Git QUIET)
 
index 6e0bef7fa2b23f461d67bc407165fa74203c3d21..dc6e7b1b35da8cfebf1fde9fb3696fdc9020d4d4 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "CalcWidget.h"
 #include "ui_CalcWidget.h"
index 3c5da01976b9a3d720b081f2ead2fd24941dd7c7..2f2fe4bfa6454d79f6d2c61f50dd01231f2eb63e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_CALCWIDGET_H
 #define FEATHER_CALCWIDGET_H
index e736d6551ae48eac9286edcce585ff56804ff0ce..a12376c83bf886c64a515f46b397eda78a498989 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "CalcWindow.h"
 #include "ui_CalcWindow.h"
index 90cb3eba12158276661a3256d7d5fc550ba23ff6..5300be914675d7a0df5eac4588c15b8c6a125cb5 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_CALCWINDOW_H
 #define FEATHER_CALCWINDOW_H
index 6b623a4abee3643ba2abded3b0255688f88fade6..955e7c94684d360f9c4f8a4a49595e5fe46771d4 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "CoinsWidget.h"
 #include "ui_CoinsWidget.h"
index bb45e74456457c5440e3c2e30982b84f4be10dd0..f598e984d680cee38c915189e2b23fb36ac39cf2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_COINSWIDGET_H
 #define FEATHER_COINSWIDGET_H
index a586c33ce4f33a7ade13acc8b7408fc29b94abb6..a438ed45f6c9996fab61dd199e6905c338d86e79 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "ContactsWidget.h"
 #include "ui_ContactsWidget.h"
index e9eee475fc5fff49ca04252ac094345bbd4d6b46..704a9efb850c75e269825d3100dc3fbf0cfe8176 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_CONTACTSWIDGET_H
 #define FEATHER_CONTACTSWIDGET_H
index 91677c7fc0dd3c0422023d3e8f4b786eb0031f90..e2728940bb98777f4bf42646e37acb1acaae75c4 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "HistoryWidget.h"
 #include "ui_HistoryWidget.h"
index ae3c964fc862220eae7008bae4d845ae2e55554d..6399dd9d3ee3d53bd0356a9febf8d352ad599b71 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_HISTORYWIDGET_H
 #define FEATHER_HISTORYWIDGET_H
index ad6ba565551c8e627d3013ffc962da291d45ae11..3f64f947f2bd138fb1948c73303059241bfac23a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "MainWindow.h"
 #include "ui_MainWindow.h"
index 6e5b9c3da04cb861a0cb8b1a411010ac33e35c6d..6079715008a2ba724e0ed82a0ed9d0e07d3e56a0 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_MAINWINDOW_H
 #define FEATHER_MAINWINDOW_H
index 95ecd5994fe76370127e56f73c206155fe3c145a..6d9a0583191175478a700759ce0925bd874ebea8 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "ReceiveWidget.h"
 #include "ui_ReceiveWidget.h"
index 9bd19e0fc5566c82b3ac8aa9c30aea10142c6129..969863ddaa3262c75459ef714d794211a91002dd 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_RECEIVEWIDGET_H
 #define FEATHER_RECEIVEWIDGET_H
index 570ad8c4c106fb21cec519530ebab65128113d55..5fd063a6fa8aa7a4ee01c90ddcd9558743816cb5 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "SendWidget.h"
 #include "ui_SendWidget.h"
index bc9bc7340dfdeff8548d476baa45310676102847..0df426e12841fd077cd9a85832369cdaf64adae6 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_SENDWIDGET_H
 #define FEATHER_SENDWIDGET_H
index de9bbe66992fb7b44193e3955573046577242785..862148762d739b17f16b42fd98219c3660bdb798 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "SettingsDialog.h"
 #include "ui_SettingsDialog.h"
index dacfe6ec43bc4482e06802c78f6cb558840d7726..9bae5d99ba0ff73a1ae73a0010f14be998c0024e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_SETTINGS_H
 #define FEATHER_SETTINGS_H
index efba573a5b069e84e41d54b1924e7ded3baea10f..1a088a90b959e1065582a27f125b48737edcc3ab 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "WindowManager.h"
 
index 3eca7f398bd735047f504396a5b836b2d0e03df3..c73997e552c9255e5ac6ed31d4ec0dae95cbe782 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_WINDOWMANAGER_H
 #define FEATHER_WINDOWMANAGER_H
index 52b3fc673354f93c5ed43d7c8b3533ffb24e2797..ad61b3b74bd58ea17c4de73afd376eeb9db20aae 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "LocalMoneroApi.h"
 
index a92aa7f9a78a0f007369796b8d4a038c8ce1e000..56a8bf0aea54130009aa11959f3331cdc2c8198d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_LOCALMONEROAPI_H
 #define FEATHER_LOCALMONEROAPI_H
index 52a5694fca2aa3f054e057f1155f0997a91ca2d5..5959556de7021b85bd7037feda13a0b027e9a1b9 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include <QDir>
 
index db831980b16b2eda3dbd2fa32ad48e14ac063e1c..81a612a11358026bdfe149d4b7d64df9d733a844 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_APPCONTEXT_H
 #define FEATHER_APPCONTEXT_H
index 87a7eab4a07f86ccdadb250b9c9486de2d714915..acba61a82a9f204575994af01a79bb1f93ed0d02 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "components.h"
 
index 938a006ddec18f71f08ff155cd6d98b2d03f0258..26b66df7d3c78e6db11e1c4dcb771eb3289ede87 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_COMPONENTS_H
 #define FEATHER_COMPONENTS_H
index b9b10ddcc26ca45d6b2223cf08b464675aae7bd8..86ed2144499f9090431fa1d811da1fca49727de0 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "constants.h"
 
index 140166de33cc1826d126398ca427f0dc09bfc933..a01cc0cec5a9da0adfd4bdf32349c6ba8bee1459 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_CONSTANTS_H
 #define FEATHER_CONSTANTS_H
index 14bca8b2f34fc6b9bb078895edbd71ff230c9784..bda3821e8b10c4bafcea296eace6b6ab89d66aec 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "AboutDialog.h"
 #include "ui_AboutDialog.h"
index aeeb77e7e29874ddce47f237d6f49cc02fa216aa..6a98db9fa79d215dbbbe079b5f627e6eab03b5a6 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_ABOUT_H
 #define FEATHER_ABOUT_H
index 62780d08d9b56d3f807b3e4cefb86ad77dfcfd66..76a48aacfbdc3d1ad541ccbbd0bdc8ded8b3cd59 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "AccountSwitcherDialog.h"
 #include "ui_AccountSwitcherDialog.h"
index 6c9ada3b4abe943915aea97f5ab96aa76f678599..5fea3deb5d3a0c0ea2abf53119034956bc2116f6 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_ACCOUNTSWITCHERDIALOG_H
 #define FEATHER_ACCOUNTSWITCHERDIALOG_H
index c64d22a1847bc17179db3260f5df2b575a796bb9..0647530d2f4a07c28ad3937b3db63d886dda24e3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "BalanceDialog.h"
 #include "ui_BalanceDialog.h"
index 9ee31ecdf2164258c2100da2edab21ee27e96570..4c7e36c97bb698c75a2bba49bd9c072339827bb7 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_BALANCEDIALOG_H
 #define FEATHER_BALANCEDIALOG_H
index 74516ec873889ce73b326b5c94cd3ee854743af4..ec39964b674031fda5971e7f4b8c88cd90a17787 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "CalcConfigDialog.h"
 #include "ui_CalcConfigDialog.h"
index 1664a108771b7e7f1bbbebb46c5813b46bd9f784..f60957280d210909e2252a82af869c52d6fba38a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_CALCCONFIGDIALOG_H
 #define FEATHER_CALCCONFIGDIALOG_H
index 25adf0967d488ec7b66ef03b1b250ea542753da6..5d39599b8d0709e44f66373e372191932a89ca37 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "ui_ContactsDialog.h"
 #include "ContactsDialog.h"
index 38bb33cc125161a0e0dd2e2b921978fe86dc1ad2..e888ceafd30d9fc5d4cb7d76a6c1c45781a387a0 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_CONTACTSDIALOG_H
 #define FEATHER_CONTACTSDIALOG_H
index 58b74688a84335bc550515b44176503be85944db..5ad6b75458d01f91aef6e79cc567cd45c7cdbd57 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "DebugInfoDialog.h"
 #include "ui_DebugInfoDialog.h"
index 37f295b0febaec444594bee92ffc4be849097c22..baf27454d72531e86e15ccd912a002b44425bc17 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_DEBUGINFODIALOG_H
 #define FEATHER_DEBUGINFODIALOG_H
index 0acacc614f6b13da4a836497278fe97a1f7e91c9..f95fa77e9de6e34e036a332411050c4066552a45 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "InfoDialog.h"
 #include "ui_InfoDialog.h"
index b7be614833f22b310a7cdd20200ac56899694deb..a4475b95124439c7b6d39e57bb57af5844c0ba4c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_INFODIALOG_H
 #define FEATHER_INFODIALOG_H
index dfb45a1a8ec1a414da85939652fd30ab4dc4eb2f..149dc7638a9ef6f5aa55541fee6345faee1948f7 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "KeysDialog.h"
 #include "ui_KeysDialog.h"
index a8a358a96558913b0387974547dda792ca36217f..1a92eaf0e77438080e0df5f09c6494f4f6435002 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_KEYSDIALOG_H
 #define FEATHER_KEYSDIALOG_H
index 1871ab0ba8a46ecc59f1d9286f1fe1f8b102cc34..e0cc2993dc893447f6170c56c83e6e8e0b6da458 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "LocalMoneroInfoDialog.h"
 #include "ui_LocalMoneroInfoDialog.h"
index 7fa863cb183587090aded2f054f2e82218418f4a..fa0184419b2ac5b5bc652b62861062a0f900e13e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_LOCALMONEROINFODIALOG_H
 #define FEATHER_LOCALMONEROINFODIALOG_H
index 0c90178c61f6019643e8d57406310ea3b9c22308..2a139d7c3a1f687cb8d88252ad9fee7203e7b70c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "OutputInfoDialog.h"
 #include "ui_OutputInfoDialog.h"
index af44f7a821b6ea08b0d733bcdcd51b93cdc78df5..729d5d06c56386863d155f8e00c66e396f0bd662 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_OUTPUTINFODIALOG_H
 #define FEATHER_OUTPUTINFODIALOG_H
index 5ecfd4d21982662520aad8847a8caa4df31624aa..538f24a6b9291abda6f01a67bc39be0e93de45a1 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "OutputSweepDialog.h"
 #include "ui_OutputSweepDialog.h"
index f3287aac3ce1501109caf9b2d9e033aea2ed7e26..7907b2ccf6054db62e6c51359d07c88497d17fa8 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_OUTPUTSWEEPDIALOG_H
 #define FEATHER_OUTPUTSWEEPDIALOG_H
index 984f0675fa78888d46caeef8cefe9a7c0772b0f6..f7c99206f857383e1899cb7fe52e40e1157453a4 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "PasswordChangeDialog.h"
 #include "ui_PasswordChangeDialog.h"
index 9a28fc59d231c6b9f03057483ca104c6706f99e0..26397b3259ed39aca59034a520e23faa0a33f156 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_PASSWORDCHANGEDIALOG_H
 #define FEATHER_PASSWORDCHANGEDIALOG_H
index 42417f1b45beb59731e86c4abc0e37b8d393f7a5..4398720b9197ca9851522effdd1d9b0edd960f78 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "PasswordDialog.h"
 #include "ui_PasswordDialog.h"
index 73fc746a29937814888b8bf00c220596985b3c34..565c87dc5a40d860618cd718fdfd2f730e5cdc19 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_PASSWORDDIALOG_H
 #define FEATHER_PASSWORDDIALOG_H
index 6eeb3b08b0a840b087830c798382eb68ad67f1c6..6457676ece7c8584c3a9ef882d24258cf3b73912 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "PaymentRequestDialog.h"
 #include "ui_PaymentRequestDialog.h"
index 72981028199486061d872e48c1afb4689d19101f..f60c8118593e6bae64162871d654385a9536b717 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_PAYMENTREQUESTDIALOG_H
 #define FEATHER_PAYMENTREQUESTDIALOG_H
index 1842b3ff145cb1f908126b3ebb5d640687d87025..6950aabbd9c32ee5ff71102c82505415f7e597cd 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "QrCodeDialog.h"
 #include "ui_QrCodeDialog.h"
index 77429bbfaf3037da18016093f6973f835533110f..87adce9fcf9d2989e9522eb6ff87534c8f6193a4 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_QRCODEDIALOG_H
 #define FEATHER_QRCODEDIALOG_H
index 892c8ed36cf10007ff623f4b5dc73fb7bd8e6e69..60fc0bafb44403ca5623cbf10f25367787bc1130 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "SeedDialog.h"
 #include "ui_SeedDialog.h"
index c292f7fee988300f76c3fbaae01f3237554a7df8..e2bdc2a5db9fc09aef7030c890ac10aff7559e40 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_SEEDDIALOG_H
 #define FEATHER_SEEDDIALOG_H
index 2ca8fce80546b51a918164a42026f886e8f89a41..98d600d128d1f981b2bc0c0ea5beebb602a8f2bb 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "SignVerifyDialog.h"
 #include "ui_SignVerifyDialog.h"
index f9c633b1ad529178b838ae4635efa56d2d735f48..b994f1e0b8b2070b40715bea599ff2088e925aa9 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_SIGNVERIFYDIALOG_H
 #define FEATHER_SIGNVERIFYDIALOG_H
index 90bdcb0f282d94388d692b97216f163e6b9fef0a..7759e71d1a8124debe5f7dd299808980169b1637 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "SplashDialog.h"
 #include "ui_SplashDialog.h"
index c37adeffd34e6f13a0c8af1a1fadfb56f5fd4e28..f089e5b12ce6ba4927851a8b9843875f853360b6 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_SPLASHDIALOG_H
 #define FEATHER_SPLASHDIALOG_H
index 1e24f6b76c575b978ddc9a54b92f18eaaccfc34e..1f2623331903f466369dbcbe7cb0cc5092bd2840 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "TorInfoDialog.h"
 #include "ui_TorInfoDialog.h"
index 05870fcddc004f0f9d9e493a6749c48f4b01946e..617ba3d655ab85c3c6d79f02d6b4efe0281ef727 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_TORINFODIALOG_H
 #define FEATHER_TORINFODIALOG_H
index 6028e8755d767941ad506841fcdd122ba258fa23..6f530d6906e0689bdb2014bd8609bcb3df58ba2a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "TxBroadcastDialog.h"
 #include "ui_TxBroadcastDialog.h"
index 5d2ea64ef1ba58130e9a47134b13f2478e03858d..4d826321d38a1d00f2dc2b939f802d845051e337 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_TXBROADCASTDIALOG_H
 #define FEATHER_TXBROADCASTDIALOG_H
index 82daaac8580e9d3fc0479ea626e2144531021938..4c3fb9b278c356d5d518fc64f37094317fdc092b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "TxConfAdvDialog.h"
 #include "ui_TxConfAdvDialog.h"
index 1973b8fa01a233eb90336b83ed6f0e7b0bceb3d8..803fba960a33b77ae4cb3927fc4bd95470d41407 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_TXCONFADVDIALOG_H
 #define FEATHER_TXCONFADVDIALOG_H
index c9cb1a939fd971fa29f8216e03bd3f5de251336f..1b345d4bf838444b9e637fdf8aa173abb9e7d461 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "TxConfDialog.h"
 #include "ui_TxConfDialog.h"
index b5e8274934bb50f03c55921137de43370e34ed69..7e148f9fdeb3bcb9c590ef5fec899e32aad3fea2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_TXCONFDIALOG_H
 #define FEATHER_TXCONFDIALOG_H
index 1ffdd9267862c2332a95dff476f7ffffe71a746b..f6a82178cbcb7cde1640a12c5e6bd32103d9db2f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "TxImportDialog.h"
 #include "ui_TxImportDialog.h"
index ad1af0a6de624c5e94f5916e8376921f54e6f13e..63733284809a5c38fbe4a4e815c675eaa236e439 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_TXIMPORTDIALOG_H
 #define FEATHER_TXIMPORTDIALOG_H
index 83315f77a0162896b33380acd17642219d9d8300..8c8b5ab777fa745f43f68d13e5d10ac15ec3732c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "TxInfoDialog.h"
 #include "ui_TxInfoDialog.h"
index e00381f8236ad14093fd894009215751d3049f15..2f1cc797cb24f2be80294c20039cd8002fef600b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_TXINFODIALOG_H
 #define FEATHER_TXINFODIALOG_H
index 6685aa22e2c0bbee32253738e29b5e6068b29287..e2dd843ce79863b30e91c3ee725c53b1a7ada9b6 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "TxProofDialog.h"
 #include "ui_TxProofDialog.h"
index 4f2d9fadb027800c2d3ed1594817060527462087..cb697199e4aba995a68b755a912f4b61a1c0e9e6 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_TXPROOFDIALOG_H
 #define FEATHER_TXPROOFDIALOG_H
index 57cb9ecd8cef61e01e4deb2b6fb4de55b06ee594..1af5841094a200f45fd95535a7ef8bda5b7306e6 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "UpdateDialog.h"
 #include "ui_UpdateDialog.h"
index 6738a24243ae157d053e1206104de9f751af16e7..a6641ace70ac50fd77187ebacb3edca23838e3b9 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_UPDATEDIALOG_H
 #define FEATHER_UPDATEDIALOG_H
index eacb72f6d642bdae7232e5978b39a1a8f81c53fc..f28f86b62d4ad6f107a95205b937684523e5fa20 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "VerifyProofDialog.h"
 #include "ui_VerifyProofDialog.h"
index 2cccf5cdaf7ee76618c7fcdb28b11060e3dfa517..3703bdaa255a39d8c4af83c4870861fa0dcb8a94 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_VERIFYPROOFDIALOG_H
 #define FEATHER_VERIFYPROOFDIALOG_H
index 0b58009b1ebcbb54d0b4a6ff242f23c3e5aee9ba..f8f742957b47b60b58f7f86d0932530df82a9897 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "ViewOnlyDialog.h"
 #include "ui_ViewOnlyDialog.h"
index e84a21f70cc868fe8a18fbbad94d06c53871b697..940e3aea2a9edbdeda94ad6bb5934568ac61ba97 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_VIEWONLYDIALOG_H
 #define FEATHER_VIEWONLYDIALOG_H
index 0f6ee6a3e4bff8e2a985a2985f81cb8ff4126e30..d245ea0adfd0085c95cd41f96177f59284d47795 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "WalletCacheDebugDialog.h"
 #include "ui_WalletCacheDebugDialog.h"
index c175adee395600fded864d5c1b2f44613bfc92a1..bee1510a495f7f4efbb07bd189b57867d5b1af24 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_WALLETCACHEDEBUGDIALOG_H
 #define FEATHER_WALLETCACHEDEBUGDIALOG_H
index 3724b61182dd54119f9867d930f44b261fde06e4..1f7339d415bea5a1d0c6ba1fd872e2c71979497b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "WalletInfoDialog.h"
 #include "ui_WalletInfoDialog.h"
index 53bee79adfa6ad5d9720ca7466d80e4df2c4d99a..b25af7061e5c54df96928c02fd3d80fe73c8a543 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_WALLETINFODIALOG_H
 #define FEATHER_WALLETINFODIALOG_H
index 52e2b6ebbc56a0c4c0591086e682e94562200e7c..d4230453449634382ca7f901725966aad004c9cb 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "AddressBook.h"
 #include <QDebug>
index 539f64b5a1a156f1a718c3f9ed037500b7a39558..2b7fd30d59c185161273a5e1ddb64c53585c0e0c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef ADDRESSBOOK_H
 #define ADDRESSBOOK_H
index 436f0bf792c52a950b45852bd39af5ae17e2b75a..b2e4ee72d943276e7b56ea6dfe68b7727b3b6fbd 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "AddressBookInfo.h"
 
index 1dfec73bf3d0c723242b3ef0feaa1dc6d466224d..cd653bf27c4b63bd6b5e4270dd8b6a02435fc4db 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_ADDRESSBOOKINFO_H
 #define FEATHER_ADDRESSBOOKINFO_H
index 66f520641e170fcb8fcd83da76d853a3b44f5b79..fb609666fab8179934a89f9abcfe1dd4295d75b6 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "Coins.h"
 
index 3af24cf122af87e80a82a2890d4c0a3e29bffe38..4ab96880477791655420620aa1a2b615dbdb9303 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_COINS_H
 #define FEATHER_COINS_H
index f107cbffea4328e0cb8656f36d11771f3423f4ec..925d6c6f7f5e63fb408311f35883c0aa5a7cec0a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "CoinsInfo.h"
 #include "libwalletqt/WalletManager.h"
index 9410abb4899ef693501e246b07378bbcab9b9032..42c39db33b74d3a57c62eb5c72e217b26452579a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_COINSINFO_H
 #define FEATHER_COINSINFO_H
index bd63fc4072b104fb9af3809295b8eb740a026090..75eee7de932763b452bb3d33a2ebd0badec37b60 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "ConstructionInfo.h"
 
index a86485df1459c007a5fb849e8ee7415ee764b573..ccc36d27981e5d4e3d2581562c514652a862316d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_CONSTRUCTIONINFO_H
 #define FEATHER_CONSTRUCTIONINFO_H
index 79619701df2d8358bf4bd9e065d7251a00a9d582..774d4b0df0673540c954af570a9ce896101efdbb 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_INPUT_H
 #define FEATHER_INPUT_H
index a262d1a56adda6b4d405e3819e2feee78632cdfa..c6798a70a86ced17ada4ddcb03e3764ee607a2a8 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "PassphraseHelper.h"
 #include <QDebug>
index 3d02f87dbcb9b7b43ce157eb3e41c7daef229bdc..dba5d40bb4cc5272687c49f07adb7ec6748c43be 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef MONERO_GUI_PASSPHRASEHELPER_H
 #define MONERO_GUI_PASSPHRASEHELPER_H
index 6725b16c03003f37107af0b442e4764c94bea1cd..0e07144b4f7e864a59d55a3a5b0e1ac2bb6741db 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "PendingTransaction.h"
 
index 202b3a4469f3a5c8c0b99b307efd24e52fab2dc6..87fff2c8e91d4fba4250c9848548525e686fb153 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef PENDINGTRANSACTION_H
 #define PENDINGTRANSACTION_H
index 7e9f996ac876b51d798aaf437dd0800feb23e570..945ea990a8ec41a288bd37cfc11798dace0f7bae 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "PendingTransactionInfo.h"
 
index 28ec3829cf5eab0aa770378b7f5c769c291eeaab..cf1cf0230276bd86bca28916bcc989a4e9e405f0 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_PENDINGTRANSACTIONINFO_H
 #define FEATHER_PENDINGTRANSACTIONINFO_H
index 70634349b98fe82be33e84398d33c245795adc9e..ceb27147bb0aaba5892a65b48c263e5494d9aceb 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_RINGS_H
 #define FEATHER_RINGS_H
index 4b635b04ab6d4149fe0090ab7b6868192c380aa6..d8e637811fcca2b5e5247db35798e1249cfcf61a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "Subaddress.h"
 #include <QDebug>
index a27e435503e58d6969ef95610d95406fa592aefc..3f2cd1c7bd023e97b3e1eb25811f3a6ca5a52dc6 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef SUBADDRESS_H
 #define SUBADDRESS_H
index 0232646a26c6a883f056a1738205fefdae4262f3..60f6fd04a54169dc081601ffb555b8f1ae1e2d11 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "SubaddressAccount.h"
 #include <QDebug>
index 7ab8cc3dbb206ecd2b2d308ab4785528003bc3cd..fd3add9f4e1312ddc610898742e2e124848e49ca 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef SUBADDRESSACCOUNT_H
 #define SUBADDRESSACCOUNT_H
index b6aacc2f163f292bbddbcdddd43ecb6190d3817c..31a63db08d09677cc47df65edee5487fb30940cc 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "TransactionHistory.h"
 #include "TransactionInfo.h"
index fce1308aea601faccb3c2208e96aaf76aa488e73..1ee3c147657c215a2fc16fdbc9a779ca1b2c5c6b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef TRANSACTIONHISTORY_H
 #define TRANSACTIONHISTORY_H
index ac230034df38ef9750f1cca9528976b735adafc0..fe78e91607a0b790120b89a0ea80715f957c44ca 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "TransactionInfo.h"
 #include "libwalletqt/WalletManager.h"
index 0b2fabc253d9059a0c8bdb18120d2852663af536..9e496c4d2182b09698ceb138afc4fe133cd2b8dc 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef TRANSACTIONINFO_H
 #define TRANSACTIONINFO_H
index 65fe73cc053e7b4c58000ae5971a594d4c17714a..f3d961baec40445b25a04612bdba16ed25fc692b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef TRANSFER_H
 #define TRANSFER_H
index 4de81c99ec1b603993a23cddf67f24114c95d7bb..14effc6306c13594d385027511a3f8a111062c48 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "UnsignedTransaction.h"
 #include <QDebug>
index 8e5f95c96cf718e99e195c78f4b7ff0c424056e9..b79076f79af74525583a4681bfe3d21a793ddf8d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef UNSIGNEDTRANSACTION_H
 #define UNSIGNEDTRANSACTION_H
index 4d398f55e7bacb81c535f78984f8a821b97935a6..7b4402d447e0dbdc4ab4046c2af7df31aafb85f9 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "Wallet.h"
 
index 9129f12f7c10c79b2aa3a5c4e1b11ff667d19984..362608224052705514de0b84f2aa00b33de0d41c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef WALLET_H
 #define WALLET_H
index 34fe9f64404f6dbe3eb379b1d08f5a92be824eb1..c1ec41fe739451f84fc230126f08df833d6b7f73 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "WalletListenerImpl.h"
 #include "Wallet.h"
index 1e386dceefcc281d7b7f11d25f6c441194d866f3..e18a4660831b678364d564bb8e2a9a9d7d0223d2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef MONERO_GUI_WALLETLISTENERIMPL_H
 #define MONERO_GUI_WALLETLISTENERIMPL_H
index f092749b26f2d2b26800c37c252549470367ee7e..7785dbe51caf73b97b28040ac718ea55d1eb83cf 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "libwalletqt/WalletManager.h"
 #include "Wallet.h"
index 0611fbaa5ff032e2e12a1a9c067c691cadd55ca0..15f44b0d784d83b8e611cf6b786651f9cde6a171 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef WALLETMANAGER_H
 #define WALLETMANAGER_H
index 7b0ff4967507d4192921a96e5ca83f0a3206762c..8227ad5fccb541f582f6028f38f51c4dfc62c43d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include <QResource>
 #include <QApplication>
index 7d5e138701f9720ebfbba9b72a8051a9d1e89eb5..fb9c8b5a2d3e7122b7f11e642897af810f07cbf2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2014-2023 The Monero Project
 
 #include "AddressBookModel.h"
 #include "AddressBook.h"
index 06dc2a408fde95a727a11bb23a431a9f81184c62..16ddd6d7b5f2d3a8d8562f4f66aba64e06739db2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef ADDRESSBOOKMODEL_H
 #define ADDRESSBOOKMODEL_H
index 2e90678982c8287fcc98b16c37dbcbbedd56b4be..ae881d676be51c0af683134f4c31eea58bdc318d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "AddressBookProxyModel.h"
 #include "AddressBookModel.h"
index 464925036049b420827aa374cad005f46b574247..588f8a6aa750f70ef5d525f327cc9aa425f6e2be 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_ADDRESSBOOKPROXYMODEL_H
 #define FEATHER_ADDRESSBOOKPROXYMODEL_H
index 8f999bffd5a0f94911d2fe6aef22998378847a4a..f0cb5ae5eef81d74672e8379cfbc8b03bbf0c9b1 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// Copyright (c) 2020-2021, The Monero Project.
+// Copyright (c) 2020-2023, The Monero Project.
 
 #include "BountiesModel.h"
 
index 21aecb73974b6687bf40fcfc8af2ddc2cc062f61..cde0d23dc86afe7d2cccd943c8e2cccae6b83f2d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// Copyright (c) 2020-2021, The Monero Project.
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_BOUNTIESMODEL_H
 #define FEATHER_BOUNTIESMODEL_H
index c969995d982ede419febcd456831173461deb7cd..769f9eaada708443e6300be2106737f84d190dc2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "CCSModel.h"
 
index e31eb663387cdd924df16ed1940d72b6f4e9abc7..2ff4be00c7963b7135c6228752bcf2bcaa9c84f4 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_CCSMODEL_H
 #define FEATHER_CCSMODEL_H
index 45c2949adad664b62820310eacbadf01c66bb3f5..45d098fe58afaa9648684d54ceb09fbe4f09da2c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "CoinsModel.h"
 #include "CoinsInfo.h"
index 2e17e8aa38d8b76c10b40ca61a22d5153660f993..f9e224a2fb46a614d53a91852656f069a5c2d232 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_COINSMODEL_H
 #define FEATHER_COINSMODEL_H
index d40ab85f5740ec473acffed1fc00a2a4b472d9df..16e3a9dc1a20875ddf60a920f72afed9bf5ece61 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "CoinsProxyModel.h"
 #include "CoinsModel.h"
index 87429f57949980ed4029fef1bb638b03a9c9ef38..c336cfd817d0795c828794c4958455093e232185 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_COINSPROXYMODEL_H
 #define FEATHER_COINSPROXYMODEL_H
index 86202f713cf0e9b6e357c046e18907e02c18ce33..4caefedb664f6d95e96d03c558bd6c3a4de86587 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "HistoryView.h"
 
index 58b7be79102ee5b08e2feb273e3b01c1eecd93e8..5eea566b3b763294a44974f9dc58992da040ae0b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_HISTORYVIEW_H
 #define FEATHER_HISTORYVIEW_H
index 7a8e95fa010bfe3b7004ce8d80d861a1ab5eaa93..f946b3e32e3b1bccf1842e848a0ee983c58cb4da 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "LocalMoneroModel.h"
 #include <QColor>
index 1885c3d3dee267a243e3f718d4e2778a50a701d6..0bcdee39175e776e235cc68e4507a9821d294234 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_LOCALMONEROMODEL_H
 #define FEATHER_LOCALMONEROMODEL_H
index 34dd4ccf0d97382143b20868a9a3ba2c7358d281..45bd02f221f03138cf3307494881de89bf8faeca 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "ModelUtils.h"
 
index 4b78785a32355394c6f71bd580072f3071d9e8aa..dfea37e80e81f78496178c71bd397d0ad76f75c8 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_MODELUTILS_H
 #define FEATHER_MODELUTILS_H
index 63d8c23cd85e63c1eac4584d356d720525b5b6fa..6428cacd6226f2a0a16c955c9168fe1e96a67faa 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "NodeModel.h"
 #include "utils/nodes.h"
index d57aea408cd2b4605cd046fc2bcba30d4518c93b..c767a200ffdf08d6fa2d338f183b70e8ea546132 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_NODEMODEL_H
 #define FEATHER_NODEMODEL_H
index e0ba26b2e25da2001254fb1051e4c9e928a2d1c9..5326c568699e1b1a92ac0f89c936fbe31c3e5944 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "RedditModel.h"
 
index 1d333c62b83c828cdf1b8001792526b208d702cc..a4b1c94bd1eaad5cb9671e8af74381bdbc81144c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_REDDITMODEL_H
 #define FEATHER_REDDITMODEL_H
index a3737d4788cd5a4ff60c043ae9881e155d230197..06b2b5fccba4a59c00b53119f848708c6d17caa6 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "SubaddressAccountModel.h"
 #include "SubaddressAccount.h"
index 9296bdcaa96d69db3cf74417d90d681e96c5169e..7ce0bbcaa85a5b4dd547f706161f10584ce2d638 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef SUBADDRESSACCOUNTMODEL_H
 #define SUBADDRESSACCOUNTMODEL_H
index 9dc9ca9188750682bd4e6e051a5a7fca12050c39..40d0f0f9275788565b604692cc51b079db14deee 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "SubaddressModel.h"
 #include "Subaddress.h"
index a7b10f5584bfd7e9e592a69e40e132620ff415c1..233ac782f9aebc33f9fca23cf84830cd2ca6725e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef SUBADDRESSMODEL_H
 #define SUBADDRESSMODEL_H
index 1462b4072573c0fc78e4a31945fd49e62fae759f..7276fe87113c9b396ebc63c707287249c105b783 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "SubaddressProxyModel.h"
 
index 65a8964aa2e5b518b90945a700a73880faf32e26..87de1f6190ac867a696f3d3487db4a6612f95054 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_SUBADDRESSPROXYMODEL_H
 #define FEATHER_SUBADDRESSPROXYMODEL_H
index bdcb1285994e4e0f0c2053ebb8d4b6167c91d4ac..a270eb16a12d27de8fa4f1bc76486c1d6e6cdfe3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "SubaddressView.h"
 
index c791afff006265089baf96ad33fb330d43682d03..d0206c771d78103581e4025b18639d525216cede 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_SUBADDRESSVIEW_H
 #define FEATHER_SUBADDRESSVIEW_H
index cd2399a25c0c01609099b7c1685aeec91d042f78..397ec5dc0c2afbee71158a7e14cd1c201eda408b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "TransactionHistoryModel.h"
 #include "TransactionHistory.h"
index 1eb5fbed75983549ebaf37c059256d469aa2ae45..582c57ccc1b855fa18750eedeb729894c1b93f5c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef TRANSACTIONHISTORYMODEL_H
 #define TRANSACTIONHISTORYMODEL_H
index 8167543d265860dc43c79eb3d611dad21872991e..5e090cc2b0944af7fc68ca0d35253a3eae91b26e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "TransactionHistoryProxyModel.h"
 #include "TransactionHistoryModel.h"
index 6ee38c3d450a37305656c621ccc13044d4b1597d..8a46582dcde75029f7e94b9b797b2f28ef079380 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_TRANSACTIONHISTORYPROXYMODEL_H
 #define FEATHER_TRANSACTIONHISTORYPROXYMODEL_H
index fd2f80b0e5a362f247d79f22095fa36b3a7acb73..024e455a98ac193443c8cf9eaa86bb54d99fe8ea 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "WalletKeysFilesModel.h"
 
index 2517e7cbf59d1c5684e73f05d21dccf5c10e76ea..568f02c233c474a91556bd2319933fe08a3a00b3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_WALLETKEYSFILESMODEL_H
 #define FEATHER_WALLETKEYSFILESMODEL_H
index fab781b1eb690bcf89618f6df92bbbb8814313cc..8991ed0d20c59574a3ff9cc872367306ddff8e5e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #pragma once
 
index 487b1758a3e2f4d6c354c078938f2970abb537f7..c4f48ffb7b035d5348cc4ae0ff74a8becae3cbf1 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #pragma once
 
index c446300e328c30ea4de19f03c01a751356a2bcbd..1dc09936d6470433c0496105c4b6d93921b75bcd 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "openpgp.h"
 
index 8b010a1f66efd123915a70a692daf2efaba8206d..e24df54086f039f597b6958ca48e533d5d7774c7 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #pragma once
 
index 11c918c7669df99c6f27bfef0c2e12182e4392d0..c10505eef682bcf45dd6e1474356d44dae88fe1c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #pragma once
 
index b72d43ce677a0eda062e2a3222784c6991263d5b..fedb29fc8328be6350ea328506d9e54cb03aa530 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #pragma once
 
index 36ae50c43a88f0f2324b2b09e6873ae0c9c4778c..3b19a351541a2d6ec0efcff2dace558fb6fa0e41 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #pragma once
 
index 5dd5374f6bd3348d6df8261589b83a9e5b59664f..78388c1b41572c3d589c441f955abd5030220ec5 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "QrCodeScanDialog.h"
 #include "ui_QrCodeScanDialog.h"
index dd2387d0630cf40a048a96663098be7766b18426..47735d67422d2855e09f37155c2d920e7ea55bde 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_QRCODESCANDIALOG_H
 #define FEATHER_QRCODESCANDIALOG_H
index 3b3db0a45133482443d41386d5d5517534b80103..54a699bde56425a36b9ab74586a1963358762b64 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "QrScanThread.h"
 #include <QtGlobal>
index 16bee3b127d3997dbf5daa51a46f00bfecc20756..849e7758c4db81b302f41a59495968da698cb728 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef _QRSCANTHREAD_H_
 #define _QRSCANTHREAD_H_
index 75b04f6dfe145a05300bcc54ca2e67323695000d..d4e32ca7ca819a784b0f055838d807a2f8679f32 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "QrCodeScanDialog.h"
 #include "ui_QrCodeScanDialog.h"
index fdcc0d73cce95ef25002f19194c17d479d554fb0..74b82e3c9d51778653c4523e8a773f6375429cbf 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_QRCODESCANDIALOG_H
 #define FEATHER_QRCODESCANDIALOG_H
index 3b3db0a45133482443d41386d5d5517534b80103..54a699bde56425a36b9ab74586a1963358762b64 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "QrScanThread.h"
 #include <QtGlobal>
index 16bee3b127d3997dbf5daa51a46f00bfecc20756..849e7758c4db81b302f41a59495968da698cb728 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef _QRSCANTHREAD_H_
 #define _QRSCANTHREAD_H_
index 1efe489af25fb4c936fff8cacf20a35beabf9158..beb8d9fb3ddba9a2609bb3847dd99c909fd13e1f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "QrCodeUtils.h"
 #include <QDebug>
index ca256c612ea9d90498945360b56960a5f22541d6..f934838093b1c161f53c9765d89e167a0f82a59f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_QRCODEUTILS_H
 #define FEATHER_QRCODEUTILS_H
index 7f1ef37c52f8994ff4e4ce728f834f89a63dce98..8434e2f85df8d2fe000537dd3756a0d8ac60fe3f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "AppData.h"
 #include "config.h"
index 510ac69336b2eb95cc7f6785cd2fe74eb8b1abfc..6256e9e828a40f0ac28408c636c102cfdf30da5c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_APPDATA_H
 #define FEATHER_APPDATA_H
index 32e8f6403179573a7eb835ff01b11e5722663b52..094a91723708910af4e23753fc04c7e3a06d5d44 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: BSD-3-Clause
 // SPDX-FileCopyrightText: 2012 thomasv@gitorious
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "ColorScheme.h"
 #include <QDebug>
index 15d8d827d5432769824e3a5d28b04f7288b9c063..c02ea6378f819384e9c419aac8fb11d89e77e494 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: BSD-3-Clause
 // SPDX-FileCopyrightText: 2012 thomasv@gitorious
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_COLORSCHEME_H
 #define FEATHER_COLORSCHEME_H
index 60b9d3b9ab83bfd5d03c3b1e00101df1532a87c8..53821f22907e6527686d7db45c4bf50da6eb52e7 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "EventFilter.h"
 
index 2b807df2d6da6b2b228d1cadcccf7d7ac670030e..f123a53dd9137439189db473d964935f97e06802 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_EVENTFILTER_H
 #define FEATHER_EVENTFILTER_H
index e1a630381280da1a9a034e9a2e84f1fb1d222770..71beb51685917fe7bb8e5799bec69fbab2b5617c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "Icons.h"
 
index fae8f3ed309a932913f208e08ec646d5efde8656..9689deddf22ae3e8802fe915605fa312f75afb27 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_ICONS_H
 #define FEATHER_ICONS_H
index 208e478caac07782cfd90228547da7c2ea7d1fbd..1018727133fcfe166862b7322b3b93c32522256f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "NetworkManager.h"
 
index f6d461c10d2c8c58afdafc11635e3c54b0f7af69..7bed7faea7c13a6eb8cc0c4bb544941088ed8cb1 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_NETWORKMANAGER_H
 #define FEATHER_NETWORKMANAGER_H
index b32e5a5cefdefc8818e6a756acdc6cd6edf4389a..73ff87308c2de72b60565ba9cbd5ae271fce31d2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_RESTOREHEIGHTLOOKUP_H
 #define FEATHER_RESTOREHEIGHTLOOKUP_H
index 67e39574ca18618cb29547ac7ad6ace399b3b679..e916550fe65351757fa2420212cd3c104505fce2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include <iomanip>
 #include "Seed.h"
index 8ece5268141e4e15a86954401469f22032fd5400..f306a2779b744fff88e2a9dd45c0df76077a6436 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_SEED_H
 #define FEATHER_SEED_H
index 8e148fb14a34e31c7b95a015e0b108a4ad6c71d8..2104fa5a77515dd9e9c5fda397d7c10dc31d694a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_SEMANTICVERSION_H
 #define FEATHER_SEMANTICVERSION_H
index f92c992e1a177232179886c07c2892e87abcac9a..9ebbef59e8e483c9f19a4a57bf03442c862d23a6 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "utils/TorManager.h"
 
index aef48cb838fac994a0bfdc5ffe9d87d69d0d94b9..038ba9fc09e8f140a5d4f2c5e8a53130e92df987 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_TOR_H
 #define FEATHER_TOR_H
index 6736de08525d30217ca681ea61253c745f83699d..e75acbf7efc5c4f24d564717c417a959008f1e60 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "TxFiatHistory.h"
 #include "utils/Utils.h"
index 3596426e31d01d2138fbd8d6f94fe0ae9aed63da..5ab51d23cd30a9ff55c472e85d3f480d8473265b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_TXFIATHISTORY_H
 #define FEATHER_TXFIATHISTORY_H
index 138d27de6e9e1b5abb60c605f2092eb7f2ea5834..da2e9be2ea9b133919f864b6285381502ec0d98c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "Updater.h"
 
index 518ccadfe57e716933740c833729c7ba740e90fd..8a42b885c2dc5dd67053dfac177e1f8024c77f49 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #pragma once
 
index b0ebbb83cb84e6b644e6943cc671acac466ec0c3..9d50c8c1327f6d4159fc4cef35e35adf5501830a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include <QMessageBox>
 #include <QtNetwork>
index badd61809a1aa2101bc603356b8377e3324858e8..0739bf4ef5d568d2d98cb263646f153543232c65 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_UTILS_H
 #define FEATHER_UTILS_H
index 2b795a733f1fceda36e97e4bd4a87f44bb848acd..af1a559e2025b0a3610c069c664684a4c3d2dd19 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "WebsocketClient.h"
 
index 1563f448254906b9acb935bd7a725231b429efe7..3e5d5f86d4943eae602c7321a9f3399e149c316d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_WEBSOCKETCLIENT_H
 #define FEATHER_WEBSOCKETCLIENT_H
index 6414a70af3ef24eeb999dddbec7cf44c85aeedd4..750fc76b4dc26e13fbf45cc28ec07ad4cf6d05ed 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "WebsocketNotifier.h"
 #include "Utils.h"
index deeef78a438554338128e02389cf54a639e4eb36..a1d69378fc6320e01603f9ef9c2454580d90dff3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_WEBSOCKETNOTIFIER_H
 #define FEATHER_WEBSOCKETNOTIFIER_H
index a5690601d7cf3cfe53550ecc8b321e8cc9faf0b9..786c190e436c69be3bb2a29b20e603f7ba561df8 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "utils/childproc.h"
 
index 6b87e1aba1fe74ba428d1a527efa234bad81ee99..c6f5f80b3dfd49892d91e7566d6ecd119b4fb2b4 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_FPROCESS_H
 #define FEATHER_FPROCESS_H
index ed44c821dc40ebcb377a2f3bf9a0aac651f2c10e..4b5950a1c1c618ee1b11d43ef28cdf08ff12b553 100644 (file)
@@ -1,7 +1,7 @@
 // SPDX-License-Identifier: BSD-3-Clause
 // SPDX-FileCopyrightText: 2011 Felix Geyer <debfx@fobos.de>
 // SPDX-FileCopyrightText: 2020 KeePassXC Team <team@keepassxc.org>
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "config.h"
 #include "utils/Utils.h"
index e85cf5fe49f0babd821c7a07eddfeec0988b9e73..cf60eb9092fd9b09751808c5a964a720bbd04ae6 100644 (file)
@@ -1,7 +1,7 @@
 // SPDX-License-Identifier: BSD-3-Clause
 // SPDX-FileCopyrightText: 2011 Felix Geyer <debfx@fobos.de>
 // SPDX-FileCopyrightText: 2020 KeePassXC Team <team@keepassxc.org>
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_CONFIG_H
 #define FEATHER_CONFIG_H
index 4eece5f0dd093d26fabfac06f0d4413753c8a29f..b80aed9a8df14d49338fb9385d3274ee6d4203f9 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "daemonrpc.h"
 
index c9bc8605992460a9bac8a5586e47b5e481f1f81d..01f1a62c1a5c169e9d13770e9a1fd9b6b6f1c9ae 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_DAEMON_RPC_H
 #define FEATHER_DAEMON_RPC_H
index f1893adc70178ec7cecd2525646e1c6853f72215..e2a5cda22e99c693194d77e5b57aa02dd41ba619 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include <QNetworkAccessManager>
 #include <QNetworkReply>
index 9aab733a52d07d6dfc2b7c7ee27010762a6d0aee..c140cd0b8864e90480c54582ddf6e08ddc3bc683 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_NETWORKING_H
 #define FEATHER_NETWORKING_H
index c1bfea04bf04b3147e57a9dbd673a2ae259552db..e53c871f96ad02ad1e9f7511b72dc41acc0763fe 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include <QObject>
 
index 939c46f5428a126683d2fba6ddbcb33d7c22e950..ebad101b0609bdb628bf950516a8894178be4d2f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_NODES_H
 #define FEATHER_NODES_H
index d53d79be5b4b8cb32e3145d0a8e7fa9ef3f7ea5c..52f3d3c19b72f0ba84fcf14f4b7458b38c69d585 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include <QRegularExpression>
 #include <QMessageBox>
index 9dddd4a03f34004e087ebe7582707c973782a6cb..1948685666661b208433a72100156cd17b3289a4 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef TAILSOS_H
 #define TAILSOS_H
index 8b662da4ace390331a913056edb105caf604c7b9..8d9a68230d63619a802eb2bee2a47deb9082d9bd 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "whonix.h"
 
index 8f72e53bbd7a77a62404b10868a6ec52bb3038d0..e8d8fe19a65a0e1dfb2f7563d4270e5995d6d2d5 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_WHONIX_H
 #define FEATHER_WHONIX_H
index e6142680b5f80df0cc6aeb4c46ff4cec1f2a5bef..d66a1f413271fa0d5286542742a4a75c6c825219 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "utils/prices.h"
 
index f249878c0f4e3b55744654ccb3559cae1c1d720e..55457d1664b45c734a292f88a095da411487ead4 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_PRICES_H
 #define FEATHER_PRICES_H
index 534a5248440f491c24330aec027c6c2082897fd3..d9606264a4cc09ee90b562f66c16251a6f057440 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include <QScreen>
 #include <QDesktopServices>
index c914084aa8917173e90b817d446755103674e0cb..fd55eeecc45b49f445d41488431cc9ab9d51b829 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_XMRIG_H
 #define FEATHER_XMRIG_H
index 152afd09be6856502ffe73a9cabb7c7f8c8fd2d0..75622858d5a080c54ba12e3bf7a3715fb0edb5f7 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// Copyright (c) 2020-2021, The Monero Project.
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "BountiesWidget.h"
 #include "ui_BountiesWidget.h"
index 548e1c21cc7894cfbe1c39635220e2b072a554c6..47f070b57fa1fc435a84f1dd78253bd4070502a3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// Copyright (c) 2020-2021, The Monero Project.
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_BOUNTIESWIDGET_H
 #define FEATHER_BOUNTIESWIDGET_H
index a60e0403da90652c755b84aa01ba96fb2dac95c8..bf1dfdcff988aae59245784b3b78e8b839bf2394 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_CCSENTRY_H
 #define FEATHER_CCSENTRY_H
index 2f3541e7ce7620b011cbd2e3ea2570c449d6e10a..0dc98891865f4b10fde23b64071c2bffda86eb85 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "CCSProgressDelegate.h"
 
index 42f0bdebfd5e2b783795865c01be262083c74de3..0e2319c09009358935ab951e2056d78fd057cab2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_CSSPROGRESSDELEGATE_H
 #define FEATHER_CSSPROGRESSDELEGATE_H
index 0447fd4da779cab29e9efbfb414ca83ab088fea5..da27e54239ba3df73ae385a39ff0e67cbb234da9 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "CCSWidget.h"
 #include "ui_CCSWidget.h"
index 193660f06348422fcb52083d0831b2dda52a442e..3590d4f56d28cd61b0aed093f798c048ffd4421d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_CSSWIDGET_H
 #define FEATHER_CSSWIDGET_H
index ae3b92d3b98a9c8931805221f86c1d934ae788e0..d593879569024db512fc51cb106a427c29177291 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "LocalMoneroWidget.h"
 #include "ui_LocalMoneroWidget.h"
index 3c9ad15b2a492d493a973fec8053ee8860718c34..c62409e1d396bcc983eddf0b390f2ee37ee66d9d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_LOCALMONEROWIDGET_H
 #define FEATHER_LOCALMONEROWIDGET_H
index 3b99b7a3f161a54b470a1b72fb5f3accaba66fce..374353c95252f7d55690d13c25fe31d481c15d23 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "NodeWidget.h"
 #include "ui_NodeWidget.h"
index b667cc2e9e3ea0e0447cddc8d1f414b2a641c8ea..a35efa3549046e8614ee2b0e689c251ee4a3765f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_NODEWIDGET_H
 #define FEATHER_NODEWIDGET_H
index 6ceb8ea0c464eace38dab9436446b8a20e9e3d4e..a38b393c07e8014143f034765e8fdca95343a559 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 // SPDX-FileCopyrightText: 2012 thomasv@gitorious
 
 #include "PayToEdit.h"
index 37bb84847218115a038f92bc6f1b5cb26e873564..cf082286c061cba1b1e908b1079bc211186c6954 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 // SPDX-FileCopyrightText: 2012 thomasv@gitorious
 
 #ifndef FEATHER_PAYTOEDIT_H
index 4fa6fe9a41abd29934354ff2633eafe034b53522..44e0a81e761d4476a8b4125a4e2cd25c5f877918 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "QrCodeWidget.h"
 
index b39116840e3560ac3c8f395441e8caab523f950d..17b59772ed91bfb2a179196456df9876e09d1f15 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_QRCODEWIDGET_H
 #define FEATHER_QRCODEWIDGET_H
index a5b40d42ac1055e86c341538809a89eec83d5c25..14aa3cf0e17dd888edfcd1ea935af479392b2f16 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_REDDITPOST_H
 #define FEATHER_REDDITPOST_H
index e07c6130b89e09ceadd06442593c1a1ad04b96ad..c5089b81ed5381dc40369b6f63c4ebe434204bc3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "RedditWidget.h"
 #include "ui_RedditWidget.h"
index 0ea23107acbf52a03ff86400e4092d376d3da8e9..a88cf4f2008d48c6c5f833d3a15baf1fdd16dd46 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_REDDITWIDGET_H
 #define FEATHER_REDDITWIDGET_H
index 1b4c225e1bf6fc9626e978e5c6cafc9a8edabeb2..4cf2bafb993fcb52f34963a6585cd9a2559a2ad6 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "RestoreHeightWidget.h"
 #include "ui_RestoreHeightWidget.h"
index e355ec84495b6107256cff78bf8539a9d491a006..ddd8c0cea7fdba8857f1f34949f48ebde62ac39c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_RESTOREHEIGHTWIDGET_H
 #define FEATHER_RESTOREHEIGHTWIDGET_H
index c6410fe07b75cc771f65328d2c75f1c2fe91e70b..8079ba676fa4e5659e2cbe6f344302a7580e9241 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_REVUOITEM_H
 #define FEATHER_REVUOITEM_H
index c6d6621bb80c1bc649a5fc5ebb228dae42b6741f..3a41eda97e3719bc2d1664d1b85b95814f9ff982 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "RevuoWidget.h"
 #include "ui_RevuoWidget.h"
index 546148fbec5628edd14f399e123a8d482d5d23a2..07bc424c2ce5c6dcd274f3d33c78a802c4d28dcf 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_REVUOWIDGET_H
 #define FEATHER_REVUOWIDGET_H
index 63a2137854683bae29eeb6af49d744bafec55b4a..0a17e7be5a155fddabebe7c12024f79b8d2e2f9b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "TickerWidget.h"
 #include "ui_TickerWidget.h"
index 752b9ba83020d4ade821e3fbf1fdd5e5412a8d68..768458621b4c91ea8de6f33d5f72eff9fe983b0e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_TICKERWIDGET_H
 #define FEATHER_TICKERWIDGET_H
index 22d9ef1630cd85ed6a71253ad8c116dd0419a76e..444b6851a2914f656bd262806e19586166740351 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "XMRigWidget.h"
 #include "ui_XMRigWidget.h"
index aa69d9d0839049578f0fb1033440838669f68dae..f80ee28d8a4e52ca7f0f8be93126aee32f2b9938 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_XMRIGWIDGET_H
 #define FEATHER_XMRIGWIDGET_H
index 43ec9d2dc2af49e5c2a3a3b01de4f9eb2c13be98..a9f282e89747ff032dcd669c5c673aadcd3a8622 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "PageHardwareDevice.h"
 #include "ui_PageHardwareDevice.h"
index 3d4297069cbf4bfb48bff951da904df6e95d0669..d92df80ba607d456ce948ab7b1b111df214d2fe3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_PAGEHARDWAREDEVICE_H
 #define FEATHER_PAGEHARDWAREDEVICE_H
index 850478d9896314b683feefc9784cbe6433ae1918..61bde471831592f9309c0e555fbff14e8d7b6b2a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "WalletWizard.h"
 #include "PageMenu.h"
index 6fe29e189ea25750d96bd7176ef4f8f296b5be32..ba81f34c156ea43f2f4f72ddfc45d8752c7dfb26 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_WIZARDMENU_H
 #define FEATHER_WIZARDMENU_H
index 95bdae474451c06294b9248a06e753593bf908eb..701ada844b68d254d8e063f2b5db3579f35ded92 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "PageNetwork.h"
 #include "ui_PageNetwork.h"
index eef597d77724228793e0334d58cff46c8a425622..f07306c0892a3ea924bb751953e1133098fcef1e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_WIZARDNETWORK_H
 #define FEATHER_WIZARDNETWORK_H
index 31f06b8393c1e8b6b170f02ed951fc17d4d8019a..cdf014e0cbf1ca4f5e41b130b8a1b28ba75bb60e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "PageNetworkTor.h"
 #include "ui_PageNetworkTor.h"
index 97132d290e61ac033531cf74abdcceb3479a657d..63a486ad35e7b56d91263b80748d1844bab65b34 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_PAGENETWORKTOR_H
 #define FEATHER_PAGENETWORKTOR_H
index f2b8a8b7ef0b13b523a8ac393943b339f8733b48..6e2af5389942cd7b3f9b772111ed77d4db094abc 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "PageNetworkWebsocket.h"
 #include "ui_PageNetworkWebsocket.h"
index 84283549326947477467080b16b0b54aeb6cf9e9..443e161e4795d54693f141fbf60b601fcb14d9d7 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_PAGENETWORKWEBSOCKET_H
 #define FEATHER_PAGENETWORKWEBSOCKET_H
index d4b9a36d4d673fbe4c81e6b388e5ee5c1fdf5abf..dbb82fb5c172f281379863575f74af34d242eff4 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "PageOpenWallet.h"
 #include "ui_PageOpenWallet.h"
index e5da7ffbdbf3b2ee404fbbdf44bce3bfe955eedb..a39ec554bed3cc36b54d7cfaa050a0489198721a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_OPENWALLET_H
 #define FEATHER_OPENWALLET_H
index 7cd45006446b972c17066923618cf678ff307034..28c9e3a0bfad8cba9d8223e4e3afb2e7c22fb7e3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "PageSetPassword.h"
 #include "ui_PageSetPassword.h"
index 9eaa7103e93cd3c0dab3429ff324d9ac4b724a06..12f2d061a7118389d523b3c5f6de29cd6bd9bd09 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_PASSWORD_H
 #define FEATHER_PASSWORD_H
index b5f44ca5666ddbd682b70373d9776ff0c7d9c0fe..db399d28f470c61e5f1bd6e6758d08934920d261 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include <QValidator>
 #include "PageSetRestoreHeight.h"
index 78dc03a871db7dbb27e4884ad1525f615e562e7a..e7f0ff16b71250854e27a93087cd393e86e8039c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_PAGESETRESTOREHEIGHT_H
 #define FEATHER_PAGESETRESTOREHEIGHT_H
index 1d166be5812456ae6d7cee95028a549ac4f6d352..5b08f5cd329233d858e10bc5b20f69991a02c79c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "PageSetSeedPassphrase.h"
 #include "ui_PageSetSeedPassphrase.h"
index 919ed6b7c96116e7557b868455da098291c4759c..bed1b9207cf0af2ecc3d2a0ead9e8facb42e7728 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_PAGESETSEEDPASSPHRASE_H
 #define FEATHER_PAGESETSEEDPASSPHRASE_H
index 2edaecf3e8aee41c070af468eab5cf56212da0ab..5bd43295c01ab9fa20e55a6ea81d752092eed234 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "WalletWizard.h"
 #include "PageWalletFile.h"
index d20be1166d6593f4f9c3aada1d698e02e268ad89..82e32bda606be391022b66a1917be2735fcd1962 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_CREATEWALLET_H
 #define FEATHER_CREATEWALLET_H
index b41abe331ed4b31d0d4776289a1a350f36953d0d..df1c83973be3610b89878b7a0351a3aa7f21de53 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "PageWalletRestoreKeys.h"
 #include "ui_PageWalletRestoreKeys.h"
index b3a5e2a3e59e2e388541c165810b4bc8b598ad3d..19ac3c0f5fb91a53f5bcae96b251e496f7a4c64d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_WIZARDVIEWONLY_H
 #define FEATHER_WIZARDVIEWONLY_H
index 61883890d69115b40c7893b709ecc6deceafc9aa..5ff08bf300a4b608affd0f50e93b6e817e5c18be 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "WalletWizard.h"
 #include "PageWalletRestoreSeed.h"
index 0f448b8133d9ed6b70287f4f7d9972490e00b17f..fac22296a532d05dd1cb48ccc9c28adc772bcd72 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_WIZARDRESTORE_H
 #define FEATHER_WIZARDRESTORE_H
index 146b08ed0743fa65e4d28a479aac48212cf4c1d8..0044ed0372076c007d23034774bc1c656d7a6437 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "WalletWizard.h"
 #include "PageWalletSeed.h"
index 926fdc6de852c4883d2584e237866feeb6e7b56e..89794789297c6ea1c5c3b6120fe4b7c08d5dc05b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_CREATEWALLETSEED_H
 #define FEATHER_CREATEWALLETSEED_H
index 5abcb841840fe6780f364443e5c152c79ce88f05..1c9dd0ff3d5032960b4558ac097f927035cde04c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #include "utils/Utils.h"
 
index c6da79eff3b24d7708f30ae555ac8d779aba6cba..e7300530afd9648c85b99d6e9fb3e576ccd8004a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2022 The Monero Project
+// SPDX-FileCopyrightText: 2020-2023 The Monero Project
 
 #ifndef FEATHER_WALLETWIZARD_H
 #define FEATHER_WALLETWIZARD_H