]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
update copyright to 2024
authortobtoht <tob@featherwallet.org>
Mon, 1 Jan 2024 17:07:58 +0000 (18:07 +0100)
committertobtoht <tob@featherwallet.org>
Mon, 1 Jan 2024 17:07:58 +0000 (18:07 +0100)
364 files changed:
CMakeLists.txt
LICENSE
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/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/AddressCheckerIndexDialog.cpp
src/dialog/AddressCheckerIndexDialog.h
src/dialog/BalanceDialog.cpp
src/dialog/BalanceDialog.h
src/dialog/ContactsDialog.cpp
src/dialog/ContactsDialog.h
src/dialog/DebugInfoDialog.cpp
src/dialog/DebugInfoDialog.h
src/dialog/DocsDialog.cpp
src/dialog/DocsDialog.h
src/dialog/InfoDialog.cpp
src/dialog/InfoDialog.h
src/dialog/KeysDialog.cpp
src/dialog/KeysDialog.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/PasswordSetDialog.cpp
src/dialog/PasswordSetDialog.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/SeedDiceDialog.cpp
src/dialog/SeedDiceDialog.h
src/dialog/SeedRecoveryDialog.cpp
src/dialog/SeedRecoveryDialog.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/URSettingsDialog.cpp
src/dialog/URSettingsDialog.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/Coins.cpp
src/libwalletqt/Coins.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/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/libwalletqt/rows/AccountRow.cpp
src/libwalletqt/rows/AccountRow.h
src/libwalletqt/rows/CoinsInfo.cpp
src/libwalletqt/rows/CoinsInfo.h
src/libwalletqt/rows/ContactRow.cpp
src/libwalletqt/rows/ContactRow.h
src/libwalletqt/rows/SubaddressRow.cpp
src/libwalletqt/rows/SubaddressRow.h
src/libwalletqt/rows/TransactionRow.cpp
src/libwalletqt/rows/TransactionRow.h
src/main.cpp
src/model/AddressBookModel.cpp
src/model/AddressBookModel.h
src/model/AddressBookProxyModel.cpp
src/model/AddressBookProxyModel.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/NodeModel.cpp
src/model/NodeModel.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/plugins/Plugin.h
src/plugins/PluginRegistry.h
src/plugins/bounties/BountiesModel.cpp
src/plugins/bounties/BountiesModel.h
src/plugins/bounties/BountiesPlugin.cpp
src/plugins/bounties/BountiesPlugin.h
src/plugins/bounties/BountiesProxyModel.cpp
src/plugins/bounties/BountiesProxyModel.h
src/plugins/bounties/BountiesWidget.cpp
src/plugins/bounties/BountiesWidget.h
src/plugins/calc/CalcConfigDialog.cpp
src/plugins/calc/CalcConfigDialog.h
src/plugins/calc/CalcPlugin.cpp
src/plugins/calc/CalcPlugin.h
src/plugins/calc/CalcWidget.cpp
src/plugins/calc/CalcWidget.h
src/plugins/calc/CalcWindow.cpp
src/plugins/calc/CalcWindow.h
src/plugins/crowdfunding/CCSEntry.h
src/plugins/crowdfunding/CCSModel.cpp
src/plugins/crowdfunding/CCSModel.h
src/plugins/crowdfunding/CCSProgressDelegate.cpp
src/plugins/crowdfunding/CCSProgressDelegate.h
src/plugins/crowdfunding/CCSWidget.cpp
src/plugins/crowdfunding/CCSWidget.h
src/plugins/crowdfunding/CrowdfundingPlugin.cpp
src/plugins/crowdfunding/CrowdfundingPlugin.h
src/plugins/exchange/ExchangePlugin.cpp
src/plugins/exchange/ExchangePlugin.h
src/plugins/exchange/ExchangeWidget.cpp
src/plugins/exchange/ExchangeWidget.h
src/plugins/home/HomePlugin.cpp
src/plugins/home/HomePlugin.h
src/plugins/home/HomeWidget.cpp
src/plugins/home/HomeWidget.h
src/plugins/localmonero/LocalMoneroApi.cpp
src/plugins/localmonero/LocalMoneroApi.h
src/plugins/localmonero/LocalMoneroInfoDialog.cpp
src/plugins/localmonero/LocalMoneroInfoDialog.h
src/plugins/localmonero/LocalMoneroModel.cpp
src/plugins/localmonero/LocalMoneroModel.h
src/plugins/localmonero/LocalMoneroPlugin.cpp
src/plugins/localmonero/LocalMoneroPlugin.h
src/plugins/localmonero/LocalMoneroWidget.cpp
src/plugins/localmonero/LocalMoneroWidget.h
src/plugins/reddit/RedditModel.cpp
src/plugins/reddit/RedditModel.h
src/plugins/reddit/RedditPlugin.cpp
src/plugins/reddit/RedditPlugin.h
src/plugins/reddit/RedditPost.h
src/plugins/reddit/RedditProxyModel.cpp
src/plugins/reddit/RedditProxyModel.h
src/plugins/reddit/RedditWidget.cpp
src/plugins/reddit/RedditWidget.h
src/plugins/revuo/RevuoItem.h
src/plugins/revuo/RevuoPlugin.cpp
src/plugins/revuo/RevuoPlugin.h
src/plugins/revuo/RevuoWidget.cpp
src/plugins/revuo/RevuoWidget.h
src/plugins/tickers/TickersConfigAddDialog.cpp
src/plugins/tickers/TickersConfigAddDialog.h
src/plugins/tickers/TickersConfigDialog.cpp
src/plugins/tickers/TickersConfigDialog.h
src/plugins/tickers/TickersPlugin.cpp
src/plugins/tickers/TickersPlugin.h
src/plugins/tickers/TickersWidget.cpp
src/plugins/tickers/TickersWidget.h
src/plugins/xmrig/XMRigPlugin.cpp
src/plugins/xmrig/XMRigPlugin.h
src/plugins/xmrig/XMRigWidget.cpp
src/plugins/xmrig/XMRigWidget.h
src/plugins/xmrig/xmrig.cpp
src/plugins/xmrig/xmrig.h
src/qrcode/scanner/QrCodeScanDialog.cpp
src/qrcode/scanner/QrCodeScanDialog.h
src/qrcode/scanner/QrCodeScanWidget.cpp
src/qrcode/scanner/QrCodeScanWidget.h
src/qrcode/scanner/QrScanThread.cpp
src/qrcode/scanner/QrScanThread.h
src/qrcode/scanner/URDialog.cpp
src/qrcode/scanner/URDialog.h
src/qrcode/scanner/URWidget.cpp
src/qrcode/scanner/URWidget.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/Networking.cpp
src/utils/Networking.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/Utils.cpp
src/utils/Utils.h
src/utils/WebsocketClient.cpp
src/utils/WebsocketClient.h
src/utils/WebsocketNotifier.cpp
src/utils/WebsocketNotifier.h
src/utils/config.cpp
src/utils/config.h
src/utils/daemonrpc.cpp
src/utils/daemonrpc.h
src/utils/nodes.cpp
src/utils/nodes.h
src/utils/os/Prestium.cpp
src/utils/os/Prestium.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/updater/UpdateDialog.cpp
src/utils/updater/UpdateDialog.h
src/utils/updater/Updater.cpp
src/utils/updater/Updater.h
src/widgets/NetworkProxyWidget.cpp
src/widgets/NetworkProxyWidget.h
src/widgets/NodeWidget.cpp
src/widgets/NodeWidget.h
src/widgets/PasswordSetWidget.cpp
src/widgets/PasswordSetWidget.h
src/widgets/PayToEdit.cpp
src/widgets/PayToEdit.h
src/widgets/PluginWidget.cpp
src/widgets/PluginWidget.h
src/widgets/QrCodeWidget.cpp
src/widgets/QrCodeWidget.h
src/widgets/RestoreHeightWidget.cpp
src/widgets/RestoreHeightWidget.h
src/widgets/TickerWidget.cpp
src/widgets/TickerWidget.h
src/widgets/TxDetailsSimple.cpp
src/widgets/TxDetailsSimple.h
src/widgets/WalletUnlockWidget.cpp
src/widgets/WalletUnlockWidget.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/PageNetworkProxy.cpp
src/wizard/PageNetworkProxy.h
src/wizard/PageNetworkWebsocket.cpp
src/wizard/PageNetworkWebsocket.h
src/wizard/PageOpenWallet.cpp
src/wizard/PageOpenWallet.h
src/wizard/PagePlugins.cpp
src/wizard/PagePlugins.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/PageSetSubaddressLookahead.cpp
src/wizard/PageSetSubaddressLookahead.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
src/wizard/offline_tx_signing/OfflineTxSigningWizard.cpp
src/wizard/offline_tx_signing/OfflineTxSigningWizard.h
src/wizard/offline_tx_signing/PageOTS_ExportKeyImages.cpp
src/wizard/offline_tx_signing/PageOTS_ExportKeyImages.h
src/wizard/offline_tx_signing/PageOTS_ExportOutputs.cpp
src/wizard/offline_tx_signing/PageOTS_ExportOutputs.h
src/wizard/offline_tx_signing/PageOTS_ExportSignedTx.cpp
src/wizard/offline_tx_signing/PageOTS_ExportSignedTx.h
src/wizard/offline_tx_signing/PageOTS_ExportUnsignedTx.cpp
src/wizard/offline_tx_signing/PageOTS_ExportUnsignedTx.h
src/wizard/offline_tx_signing/PageOTS_Import.cpp
src/wizard/offline_tx_signing/PageOTS_Import.h
src/wizard/offline_tx_signing/PageOTS_ImportKeyImages.cpp
src/wizard/offline_tx_signing/PageOTS_ImportKeyImages.h
src/wizard/offline_tx_signing/PageOTS_ImportOffline.cpp
src/wizard/offline_tx_signing/PageOTS_ImportOffline.h
src/wizard/offline_tx_signing/PageOTS_ImportSignedTx.cpp
src/wizard/offline_tx_signing/PageOTS_ImportSignedTx.h
src/wizard/offline_tx_signing/PageOTS_ImportUnsignedTx.cpp
src/wizard/offline_tx_signing/PageOTS_ImportUnsignedTx.h
src/wizard/offline_tx_signing/PageOTS_SignTx.cpp
src/wizard/offline_tx_signing/PageOTS_SignTx.h

index 69c0f9434d5ca355049e139199e7c7d815e3b744..901f8c9c078377844541f622991a2b25d965299c 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 "2023")
+set(COPYRIGHT_YEAR "2024")
 set(COPYRIGHT_HOLDERS "The Monero Project")
 
 # Configurable options
diff --git a/LICENSE b/LICENSE
index 59d66ad443b8198f32ef86856221b2660ab6e014..3e76012475475ae4c1ac95a60353fb4be9b341fc 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2020-2023, The Monero Project
+Copyright (c) 2020-2024, The Monero Project
 
 All rights reserved.
 
index 637f235b1c81a440e6cc9f48900e70ca151c399d..3b6394e3fe9f79424781fd75bbc74e0d7a4d413a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "CoinsWidget.h"
 #include "ui_CoinsWidget.h"
index 15d06d5df7c07176ee1359da4f550f88a0c21309..a6156f6420b5272e751196ae47475923143f0577 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_COINSWIDGET_H
 #define FEATHER_COINSWIDGET_H
index 7a32b46b26f46c1ebd68aac50dd5ac3795b80a72..5f52297168280b714c865f5b01a8fd99ab20cc84 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "ContactsWidget.h"
 #include "ui_ContactsWidget.h"
index 27e743a11c39283a73407a96d5144672c7b9a3b8..6f6c1b58c97bef08f88b814e1ecbdda6d644284a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_CONTACTSWIDGET_H
 #define FEATHER_CONTACTSWIDGET_H
index cb2983606c87ff4a3b3d8050847dc1a870c417d0..ab44724d31f16edd27c3c1ea6e44c59fcbcb4630 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "HistoryWidget.h"
 #include "ui_HistoryWidget.h"
index 0ac765ba9356c519707efee748cf0cb445931564..3cbe144feed263b5d5fd1571b8bdda2fa9f36718 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_HISTORYWIDGET_H
 #define FEATHER_HISTORYWIDGET_H
index 08e5904b1e1cf996423267eda6dbf68e8db9d67f..049190e8e77267aeb234bdc02bf02fdfe5b6197b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "MainWindow.h"
 #include "ui_MainWindow.h"
index 238a23e7f2677290e39770b506f23b453084c8a0..4b2ceb170257ea4b8effd6bf834f137566c950d1 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_MAINWINDOW_H
 #define FEATHER_MAINWINDOW_H
index c9079778eb1f37f626c515a464cb47fb100d0af4..edd4f1035a12ac10c6906835fb2199b1700636a3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "ReceiveWidget.h"
 #include "ui_ReceiveWidget.h"
index 25e76042735813f9f95aa2f4b26a8029f46f469e..699b514a7edabfb60785729f6fb7395305958dd4 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_RECEIVEWIDGET_H
 #define FEATHER_RECEIVEWIDGET_H
index 108bb3f85dda862c31438bb940734c0f6167b36c..89866007cecafa8a282804f500b97f05a075fa49 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "SendWidget.h"
 #include "ui_SendWidget.h"
index 9b74cbb5e41663d64c0c36133fe975c56a421672..d4aace7bb9d13d46cc65ec404ff3442051685096 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_SENDWIDGET_H
 #define FEATHER_SENDWIDGET_H
index 5153291c8858e508799e50b0c79646c4127aac0d..bd00a65690fcfce7edaa814d0d084d55b046a17f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "SettingsDialog.h"
 #include "ui_SettingsDialog.h"
index 73c089bdf7fadd28e680afd1dd3bf675af1f9752..9f8a48ebecc2e8d00d11dd3484d8e165a2389270 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_SettingsDIALOG_H
 #define FEATHER_SettingsDIALOG_H
index a68b880cc42bfe48dbb7920800772d1dc884c0eb..31e7ca3e9711d8e2cedc704a4e39bfddf3c74992 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "WindowManager.h"
 
index 300863624763d69fc213359883fcef1669994d23..8df04c5726d2a4134617ee6ebe4a81ca51000b29 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_WINDOWMANAGER_H
 #define FEATHER_WINDOWMANAGER_H
index 6da1a23d2195b32e46ede6644541a20f2fe698df..0abf2e7e55dc6e71d10a4767cad0f5575500a048 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "components.h"
 
index 2085b5745c0e986d510a9dfc32fff5cedc0734f6..8a1059fa120aa772cf63117a85819b4ce14a7996 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_COMPONENTS_H
 #define FEATHER_COMPONENTS_H
index 86ed2144499f9090431fa1d811da1fca49727de0..a7740075330b3b3901a710d7f6c2dc20279e736f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "constants.h"
 
index fb946012a23de63b0ea91f53985806d7ac7a1696..2e01b220a19f3984f7197fd95ac9c66d2588945c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_CONSTANTS_H
 #define FEATHER_CONSTANTS_H
index 5dc0038a29fe89ad47c58239abc955dbb908c132..354879eb85d55b21a2de3800c4ef5f84111998d6 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "AboutDialog.h"
 #include "ui_AboutDialog.h"
index 6a98db9fa79d215dbbbe079b5f627e6eab03b5a6..e8820468d43304f5a50040151ebecc6e962a6f7b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_ABOUT_H
 #define FEATHER_ABOUT_H
index 49c32f6b429024238f98b7155651b240a1a04a13..4c3a6a6c2a564dfd2feda84a17f9a73f14f7afac 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "AccountSwitcherDialog.h"
 #include "ui_AccountSwitcherDialog.h"
index 568041e2a926184eebaeed4b672c01584b604f93..1d3dcef65530766af8d60e19c9356982d63542f9 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_ACCOUNTSWITCHERDIALOG_H
 #define FEATHER_ACCOUNTSWITCHERDIALOG_H
index bb5d8974c662777a2693c5c418cc72d8cf03e831..ae4e3696429e49c2cecd2ea5271a0cdfeb11dec1 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "AddressCheckerIndexDialog.h"
 #include "ui_AddressCheckerIndexDialog.h"
index 2ddc1b1dbee006a08c41a99f4ea971c78389b9aa..6ab397abbdc24ddbf1bfb6776558cfdc06e4e4d8 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef ADDRESSCHECKERINDEXDIALOG_H
 #define ADDRESSCHECKERINDEXDIALOG_H
index 22ca84af129ebe540c4dca236031994c274e5c39..dc976ff774c32437c0b273d9a76558301fbf4718 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "BalanceDialog.h"
 #include "ui_BalanceDialog.h"
index 8267b4301740df39bf0756d5367af615e734e8b1..759271368526b57b504fbd567d6e3bec180dfc50 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_BALANCEDIALOG_H
 #define FEATHER_BALANCEDIALOG_H
index 5d39599b8d0709e44f66373e372191932a89ca37..c1c22b2819eeebd2cd9589a2dd0d608e0f7fff4d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "ui_ContactsDialog.h"
 #include "ContactsDialog.h"
index e888ceafd30d9fc5d4cb7d76a6c1c45781a387a0..995795becc499e8a7e6d5e3aab600f43c2c2f98e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_CONTACTSDIALOG_H
 #define FEATHER_CONTACTSDIALOG_H
index f18fb4763b02f37887f5dbf1b44b621886752046..598464c0e6146ef75340a161acfccd0da25e3fc3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "DebugInfoDialog.h"
 #include "ui_DebugInfoDialog.h"
index 53cb31ff655a29590b0c8d404edcbff9c8d46ea9..d5f3741843a56faed8a8cc0ce992c158efcc9214 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_DEBUGINFODIALOG_H
 #define FEATHER_DEBUGINFODIALOG_H
index 762f0c4ceeee3639dc3f91f663b1a09cc057f26d..f6ffb78851357730232e57ecce8475e121b3ea8d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "DocsDialog.h"
 #include "ui_DocsDialog.h"
index 2628e85dc708bbe5637ca20f131a1dfd298db09d..cb28f82537890a448a62524e414b8a79491b9b16 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_DOCSDIALOG_H
 #define FEATHER_DOCSDIALOG_H
index f95fa77e9de6e34e036a332411050c4066552a45..4b08623061510984378244812f921e6761c9988c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "InfoDialog.h"
 #include "ui_InfoDialog.h"
index a4475b95124439c7b6d39e57bb57af5844c0ba4c..d110fb9b852e49f84200b0f9d275f53dbc0d650a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_INFODIALOG_H
 #define FEATHER_INFODIALOG_H
index 1f459a3ff45b55d7a90e6957b9e853e17650cc03..ecd1f47753de7fb73337555e086dcc69545bfeb8 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "KeysDialog.h"
 #include "ui_KeysDialog.h"
index 98b38bee2b4e6c058d5c08f885be3d5eb51258d4..8524c275f739590e327b5d85348d750212ac128c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_KEYSDIALOG_H
 #define FEATHER_KEYSDIALOG_H
index 5e18e20ffdd1990c7b09d31812d43b7b404023e9..2ad43cc728b41a22c1857e99eff0883e903d9731 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "OutputInfoDialog.h"
 #include "ui_OutputInfoDialog.h"
index 0a4080f03d2a7824384b74d228cd8f57cb1577c3..612bab5a15d83cc2f1b964df3d7bf9ff5b9f76e2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_OUTPUTINFODIALOG_H
 #define FEATHER_OUTPUTINFODIALOG_H
index 538f24a6b9291abda6f01a67bc39be0e93de45a1..c0490e71fff72447dded37d076c0feaa8e823cb3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "OutputSweepDialog.h"
 #include "ui_OutputSweepDialog.h"
index 9372b9ef4353a367f5ddf0209121ee5eb349cfe6..e11a37b7492a3dea05f5aeb4e6b90ba31cd90f27 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_OUTPUTSWEEPDIALOG_H
 #define FEATHER_OUTPUTSWEEPDIALOG_H
index 2e6412a31469e5f06507c2704b550c65b99f6760..a50897f8ad0ddb2a893ba45c683d4d50be525d9c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "PasswordChangeDialog.h"
 #include "ui_PasswordChangeDialog.h"
index 26397b3259ed39aca59034a520e23faa0a33f156..0348d788fadc5038b88443946ccbef0b1b2053aa 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_PASSWORDCHANGEDIALOG_H
 #define FEATHER_PASSWORDCHANGEDIALOG_H
index 4398720b9197ca9851522effdd1d9b0edd960f78..45059ba770df51405a7661f5a04c6deac314a54e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "PasswordDialog.h"
 #include "ui_PasswordDialog.h"
index 565c87dc5a40d860618cd718fdfd2f730e5cdc19..3bffb0c1a1ac5d712e438f8b3468127e0d94c24b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_PASSWORDDIALOG_H
 #define FEATHER_PASSWORDDIALOG_H
index 5063782c587822de531eea35748baa7a6f0359d2..08f0023312bdabfbda692d4295e3caddbd6c189b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "PasswordSetDialog.h"
 #include "ui_PasswordSetDialog.h"
index 8a89e5cfe3119807b60ba56783e5a009a3941a87..57bb53c9ef6c32bc203ce6d8eaf602ab029b9c8f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_PASSWORDSETDIALOG_H
 #define FEATHER_PASSWORDSETDIALOG_H
index 1899c386439090da867cf2317a5223a381c70911..285c0b7c139ae90a0c6f459b9c7fc31c2e7c83a9 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "PaymentRequestDialog.h"
 #include "ui_PaymentRequestDialog.h"
index 9a8eda41917d7ad3b5fc7f39df066fbf537bf4ff..724d0c4d3ab878952264f9f1fd4973e2986dfda9 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_PAYMENTREQUESTDIALOG_H
 #define FEATHER_PAYMENTREQUESTDIALOG_H
index 6950aabbd9c32ee5ff71102c82505415f7e597cd..82bdd1008fcb72ab5f284665c0a2295e1f84ad17 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "QrCodeDialog.h"
 #include "ui_QrCodeDialog.h"
index 87adce9fcf9d2989e9522eb6ff87534c8f6193a4..deddd9f155387b9f1ecbe00e104dcf8f5151968e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_QRCODEDIALOG_H
 #define FEATHER_QRCODEDIALOG_H
index 13b8d0e4e1d9b6cafbe879837dfcb315c95adc4f..d54a1868672ad4afe7c838ae6d8ff10ac9296903 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "SeedDialog.h"
 #include "ui_SeedDialog.h"
index a293b1737520c802dd4a55f85ec5bf40b878927d..ccdbb8b1b04f0abc800bf81d2c150005e3185959 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_SEEDDIALOG_H
 #define FEATHER_SEEDDIALOG_H
index efe0203fb907f773dbeee0585c1926d14a38685a..af607499573512993a77f7f26b38e540f16767d4 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "SeedDiceDialog.h"
 #include "ui_SeedDiceDialog.h"
index 5b10a615371d8c61c38108dfd4263c34433178b9..236a0446656318500afc83ee0c268e3748735e10 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include <QDialog>
 
index 7ad2d4bad9e24370ecb3e7cf88ccf59a76bdc1bb..b3b0c3afa05ad60a26cf73db62f2501a4bd145f2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "SeedRecoveryDialog.h"
 #include "ui_SeedRecoveryDialog.h"
index e073dcb9eae0a1fd5e2a3eed10a07c03e78e7252..26dbdb37c2f9208756d4fd19b84e07a2ee9cffa3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_SEEDRECOVERYDIALOG_H
 #define FEATHER_SEEDRECOVERYDIALOG_H
index 85c799dbf1132a4aff1077bbc9147a4bcfd32c1d..fa4d1889efd0cb5ea3362dc918da8d52af3ffb81 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "SignVerifyDialog.h"
 #include "ui_SignVerifyDialog.h"
index b994f1e0b8b2070b40715bea599ff2088e925aa9..e832e55d4c96ec4877b7b0575d69b7b5c2a420fa 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_SIGNVERIFYDIALOG_H
 #define FEATHER_SIGNVERIFYDIALOG_H
index 7759e71d1a8124debe5f7dd299808980169b1637..e921d06672a3a47e91a55c51be6439751a45ff58 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "SplashDialog.h"
 #include "ui_SplashDialog.h"
index f089e5b12ce6ba4927851a8b9843875f853360b6..bc183f4765eca782a82ee0c38ab8556e3325fc42 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_SPLASHDIALOG_H
 #define FEATHER_SPLASHDIALOG_H
index 09725768dfd16a0b7670c457f2b91c4566132eff..d9a6a23bd463a33efb850f3ff1421aa5e93ab1c3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "TorInfoDialog.h"
 #include "ui_TorInfoDialog.h"
index 5e0705847cbddacfba3bfbb9304935d7ae2f31e6..d6d23e1d8fa7dfb44bb9d6b97a6f20eef68abd95 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_TORINFODIALOG_H
 #define FEATHER_TORINFODIALOG_H
index dadac4b54aa9251161b6143bcc5c7c6477033104..0c7687047817bde3d2cde0f8dfd4d3a9f3a4d33c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "TxBroadcastDialog.h"
 #include "ui_TxBroadcastDialog.h"
index f8ce21237fbc335beb45c78a3160a427769d6e50..e4068dd4e15427958f7106802d9cfea4d181945e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_TXBROADCASTDIALOG_H
 #define FEATHER_TXBROADCASTDIALOG_H
index 941a871847860d579c2bafa43e3e33dca1f6181e..f13f915b1a9eb094f514c2a294ffdc25ab70ccbc 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "TxConfAdvDialog.h"
 #include "ui_TxConfAdvDialog.h"
index 75d558a73426155de87c1356b9b584af41d90ea6..5ea28e1fb673b6c843e2da2f7d71d5ce8636bd4a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_TXCONFADVDIALOG_H
 #define FEATHER_TXCONFADVDIALOG_H
index 977e396023986d1a2e39425ea6d65f8f47466189..cb63d927e8bd5bbf97b4a154997a3dd0390c1cc7 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "TxConfDialog.h"
 #include "ui_TxConfDialog.h"
index d3a62861dc7ae052014c50ea22b81bc0f6ed886c..e1be67e070e2a7746890bbdd2358b8ab3ec8e230 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_TXCONFDIALOG_H
 #define FEATHER_TXCONFDIALOG_H
index d7710ef5090270d32517a4c9410373af0713a27c..f6fd75792c7e8028dea148e58f9eaa0cd3afc1ae 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "TxImportDialog.h"
 #include "ui_TxImportDialog.h"
index 2b9e452ef1f7c15688b03cde88bdcdb4d2509525..2fb33b67e52e9fc9557b7f9b99a974510c48b74d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_TXIMPORTDIALOG_H
 #define FEATHER_TXIMPORTDIALOG_H
index 3d2ddc2afa685a5aed0591dbbef6e3698c2ccf42..b774af5a035257d6938c1e1616bf4c6cac5fa6de 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "TxInfoDialog.h"
 #include "ui_TxInfoDialog.h"
index 4ad0cf0090125e4539f1f8738bce8c279dc197fc..2dc2892ce159f5a3e7b10266e1ae9481f5af7e38 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_TXINFODIALOG_H
 #define FEATHER_TXINFODIALOG_H
index b865ac1723d3457280578b4fa5af6bbc59b8faa7..9534d2da01583db0522b33aadd447c40d4f126fc 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "TxProofDialog.h"
 #include "ui_TxProofDialog.h"
index 215946a79f26101ed4f32964f822e904e0ae155f..44d61e8c2162ba524e3e51c73158da17f18d5d5a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_TXPROOFDIALOG_H
 #define FEATHER_TXPROOFDIALOG_H
index 07eb4bc4bb1bfe7225453405f305c20529b77d22..8ac5b42295aff3bd1c7dcd309e834d68f4cf8238 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "URSettingsDialog.h"
 #include "ui_URSettingsDialog.h"
index a12db7f6f116da38605fcca0a16d5a140f28d869..a60b4097ecf341cb7afe27603c02aa617de0a267 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_URSETTINGSDIALOG_H
 #define FEATHER_URSETTINGSDIALOG_H
index 53ed8d2b361b0467f8556b6fe2d938778363e30f..61b68b09e462c8e6864809ea5fbd3a51792931a6 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "VerifyProofDialog.h"
 #include "ui_VerifyProofDialog.h"
index 472650a548d8e4644ed85b002395892d84ed63da..fd786d03caaf1eef97fb02eed45e9c763900c1a8 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_VERIFYPROOFDIALOG_H
 #define FEATHER_VERIFYPROOFDIALOG_H
index 72d806fb3ae2dc1fa06eae6bb977b20028f8a125..e0784ee671163dfda13fb042d709178a95e9532d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "ViewOnlyDialog.h"
 #include "ui_ViewOnlyDialog.h"
index ca3ba8e34ab183cf74a8504122312e4236eeb5b4..c5876fe4fd0a217a60f3312ae0a39899a60da3b7 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_VIEWONLYDIALOG_H
 #define FEATHER_VIEWONLYDIALOG_H
index 9aceeb1b430a85be93fee3d57bf07e9616f81e39..4aec0329a0bddf227e0629a6a3fc043c155043ae 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "WalletCacheDebugDialog.h"
 #include "ui_WalletCacheDebugDialog.h"
index 13c6ed59ac922571d57e4443834325a6dce8aae1..73356874e6312ca6a50ce97c126305e0c7858884 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_WALLETCACHEDEBUGDIALOG_H
 #define FEATHER_WALLETCACHEDEBUGDIALOG_H
index 6869fb6db228f8dcb1100c77a52098c5f9f739ee..96b4a44f1b3cac7cfe09c8de442dee300f198569 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "WalletInfoDialog.h"
 #include "ui_WalletInfoDialog.h"
index 52bac9528703e3aa0068e2578acc788efdda7c46..ef963c60077b07cbe6be658aa68dc1c531199e3e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_WALLETINFODIALOG_H
 #define FEATHER_WALLETINFODIALOG_H
index b145c1fad0a985742912d90f48827ee93c3ceddc..3ab84ef00262b6a90733f5e2e4892ce055ea4f02 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "AddressBook.h"
 #include <QDebug>
index f3724ad9ae6278a0d9c1d49271b85e5a64229187..22c947d3b028c78996060adeb82804f8b69a9bd3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef ADDRESSBOOK_H
 #define ADDRESSBOOK_H
index d40d72c9db40235730402d03089b4131cd5faadf..7ab8a4519bf87d69213c8f1cd51d661e2c4d2a4c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "Coins.h"
 #include "rows/CoinsInfo.h"
index 68b58eeb015390483b2a0842c697263c7e0e4dc0..4c6b252a57545208db8f312ac204858431b6253a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_COINS_H
 #define FEATHER_COINS_H
index 75eee7de932763b452bb3d33a2ebd0badec37b60..588b04aaca362a16052482cfb4d382c0e207fba6 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "ConstructionInfo.h"
 
index ccc36d27981e5d4e3d2581562c514652a862316d..9f044d7cb2a930fa542ad286e0e082eebcb4dca0 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_CONSTRUCTIONINFO_H
 #define FEATHER_CONSTRUCTIONINFO_H
index 774d4b0df0673540c954af570a9ce896101efdbb..1699b033f1bd7efec80afb62a63ef67bc381a366 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_INPUT_H
 #define FEATHER_INPUT_H
index c6798a70a86ced17ada4ddcb03e3764ee607a2a8..747a20b802d8f3b78f99a6beeddbcbea8a888448 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "PassphraseHelper.h"
 #include <QDebug>
index 3b248ff46bad433b54c172fae79698a67d460cda..c6781354299cad68a528454e4a5ff4d9484af236 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef MONERO_GUI_PASSPHRASEHELPER_H
 #define MONERO_GUI_PASSPHRASEHELPER_H
index c48fa98a3eb1872f28fc1cb9081a1d29ceab31a7..68767f51e818b1579524350fa011ff6b533e974f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "PendingTransaction.h"
 
index 17535e26a1103198d0c8b2c752529d557604b920..7e4d952c9e4227cdcbf5a82a20cedd4f535ed9e3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef PENDINGTRANSACTION_H
 #define PENDINGTRANSACTION_H
index 945ea990a8ec41a288bd37cfc11798dace0f7bae..f8fb4583a8e58461d989f5e3f1ab880f189d379f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "PendingTransactionInfo.h"
 
index cf1cf0230276bd86bca28916bcc989a4e9e405f0..7d00d1f5deb86124188a8eadbb5de5d2c053511e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_PENDINGTRANSACTIONINFO_H
 #define FEATHER_PENDINGTRANSACTIONINFO_H
index aa0d558b07f38e05b209aa1c6b1dc2e75bfeec3e..6e1564f8a024a6b1afd575cb2dea604d3e69f82e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_RINGS_H
 #define FEATHER_RINGS_H
index 1a3bf5f07e331093a5a22e457c5a510c2ce8068c..2e89c5790f6a7d2c9ff3f9758a0e589fd6bcaaf9 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "Subaddress.h"
 #include <QDebug>
index 32439fcd7a97dd14a1a53f53abccbe107653e474..be799d97d0531848041dc1e44d95b959832a46fc 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef SUBADDRESS_H
 #define SUBADDRESS_H
index 69b4a5b1fa63fc1d0517f7f545a8232e1e25c46a..0aabd9f898a3a0b73f2b91c69b83637d84bb36a2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "SubaddressAccount.h"
 #include <wallet/wallet2.h>
index 30d1a589eda3a08ea82e9c3c35584edeeaf404a4..07910f2a3433cf9863b6ea952c732a2b0f584146 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef SUBADDRESSACCOUNT_H
 #define SUBADDRESSACCOUNT_H
index 4e9e1fff9773db076f63bb680e5009de86563274..7218aa34ed2536da4bcdd260d7beaedc50ece033 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "TransactionHistory.h"
 #include "utils/Utils.h"
index cd6afbe14a17ac5da7bafb7fe85e499f379582b1..ce10b8e7dd7452d21edbcc9889e5b4c1b1e651ce 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef TRANSACTIONHISTORY_H
 #define TRANSACTIONHISTORY_H
index 9e9687da120b9e4144edd4e0cdb5f8ff2d67d231..d502db21b739c0c46697878f2f19f28759830cba 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef TRANSFER_H
 #define TRANSFER_H
index 7b94cead821d5ec90f58eac0cef5130731f096e3..c8b56de330b93652cf539a44d9220ef9ddfe7efd 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "UnsignedTransaction.h"
 #include <QDebug>
index 4f2cc106fd4edd4e9290dba44322d481a21c5722..63df75768d8bf7e547884a02607acd6258ffe65b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef UNSIGNEDTRANSACTION_H
 #define UNSIGNEDTRANSACTION_H
index 1abf048151337d9d6070895f179c2e02bb9a8880..c04701e5a6bbba6a1ca728fd997194a3cb886651 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "Wallet.h"
 
index 72cb775f4f35a373e2b1adc3fe730061f9f09bef..d53dc721044ff881dcdadae4c1ec8d60a3951a1e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef WALLET_H
 #define WALLET_H
index e5a47ed74e1815cafc1185eb816c83ce3443f4ca..5407be82507aaed7836879a97dbbbbdb3cf133b9 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "WalletListenerImpl.h"
 #include "Wallet.h"
index e18a4660831b678364d564bb8e2a9a9d7d0223d2..67d91ea1966c721be930af64c1f9b1b6677e09e4 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef MONERO_GUI_WALLETLISTENERIMPL_H
 #define MONERO_GUI_WALLETLISTENERIMPL_H
index b3b56737722bc0fe0111042c94b705848319b643..5f234432d215134bab2ff3feff01e970681148a4 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "libwalletqt/WalletManager.h"
 #include "Wallet.h"
index 2cb92a6a915c6e7d46a17a78d3c5b5af96a731d4..74b3bb80883cc6a7123140ed0dc7cbcabcb32e14 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef WALLETMANAGER_H
 #define WALLETMANAGER_H
index 591402a51725462d9984b07f66c17e9336e5c061..ffde2c89e60ad3bde71ddec5ad667453a960b21d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "AccountRow.h"
 #include "WalletManager.h"
index 46283fdfd2a75ffcc027276136a003c60e2d7ef5..5760730227d05bdf062d00d70ce44305d9125508 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_ACCOUNTROW_H
 #define FEATHER_ACCOUNTROW_H
index 4f1fa9695a0f01788b6cc1180c673252b906033a..33d2449e78ba5d7f7c50749a09b0e7dba521b20b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "CoinsInfo.h"
 #include "libwalletqt/WalletManager.h"
index 7999b370011a72b5ceab15a5ced387d33b555ad0..68b06ce9402d8152223086a5d87763beaa395d16 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_COINSINFO_H
 #define FEATHER_COINSINFO_H
index e31957a3f492389975a52e1d367eec7cccf5620e..6e1c95eb86f01c3d68f402bea71790ba75068a2f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "ContactRow.h"
 
index 901017ad832f733d0f2b84b1cbcb6273dcf3012c..c933a3f21bcd0cf1ccd87594c975f4eac641b98a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_CONTACTROW_H
 #define FEATHER_CONTACTROW_H
index f501ea516be597866bea207590259f1f166f3814..d60d117351886d64c25db458df02c1e97f8299f5 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "SubaddressRow.h"
 
index bad2d76754908334e98a4c034a324dcb8c6e5e42..fb634c3b5d9df2d91f69472e0728bfe4387fb411 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_SUBADDRESSROW_H
 #define FEATHER_SUBADDRESSROW_H
index f50c4bc9ceb423a874ea41a41e359ac809ef813f..a4c1b7fed7a478b4a3d69de2e3db2a56339de86c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "TransactionRow.h"
 #include "WalletManager.h"
index 6b6cc8e0e6368187f32bfbc3d16bb2422e372d43..3fb8be4cfb94c6c8af4c3385da24bec8cfb5e5a3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_TRANSACTIONROW_H
 #define FEATHER_TRANSACTIONROW_H
index 7cc85f97dd1102fb0a07b3e69927897b24d52245..d0a1a38ea9ee52350c2d4d27b89de331b2784dae 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include <QResource>
 #include <QApplication>
index 2b84b7d23c72321d3f5dd46b6dd0467542faa290..5c9ad07c641f39183ad767fe78e0ba47b7485d03 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "AddressBookModel.h"
 #include "AddressBook.h"
index af40e474ca6ae42e4c5938884c765592de8e2fa7..364a7c144e8d8154f2746e830ba5a6bf24f4a5ee 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef ADDRESSBOOKMODEL_H
 #define ADDRESSBOOKMODEL_H
index ae881d676be51c0af683134f4c31eea58bdc318d..e1a9dd30d2ac32da894da34572fbdf114041eba3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "AddressBookProxyModel.h"
 #include "AddressBookModel.h"
index 588f8a6aa750f70ef5d525f327cc9aa425f6e2be..c7bf74827e00015e5a697a3293270551ad9b0ad7 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_ADDRESSBOOKPROXYMODEL_H
 #define FEATHER_ADDRESSBOOKPROXYMODEL_H
index 6142660b112825c831ba9c83c283bec2d0a83514..03e4813cbb637818b53b945c49ace6fd01cbdb33 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "CoinsModel.h"
 #include "libwalletqt/rows/CoinsInfo.h"
index f9e224a2fb46a614d53a91852656f069a5c2d232..d42bbba822f90a327a47bc34507b9bcbdcd35653 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_COINSMODEL_H
 #define FEATHER_COINSMODEL_H
index 92077c540e418464083b5bc423d2399f9b9a5725..19e81d0e6a28fe1c8ef0962e2243b848e4de41cb 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "CoinsProxyModel.h"
 #include "CoinsModel.h"
index c336cfd817d0795c828794c4958455093e232185..39e6acfe4aa4bb1c0cd7e164c78cb494bf2fb27e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_COINSPROXYMODEL_H
 #define FEATHER_COINSPROXYMODEL_H
index 218ad507df788e0047fa6e6a5702f902fe27cc8d..11f72574c2e052b5dcef78118eb544ae8726023d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "HistoryView.h"
 
index 57262e07835866bf0f50110d1f2a160ec124c8ce..23899605c60c3994ddc70d3b26f3f9212e4bc656 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_HISTORYVIEW_H
 #define FEATHER_HISTORYVIEW_H
index 10ad174a0ecbac0493f2a60a7c00392e42cd909f..4b323dfefae1c9a0029d45b6e697cd5b020cfea7 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "NodeModel.h"
 #include "utils/nodes.h"
index c767a200ffdf08d6fa2d338f183b70e8ea546132..e76083a8978394195487c103adbfcb0909995759 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_NODEMODEL_H
 #define FEATHER_NODEMODEL_H
index f0cdff7f8eb72dff71d41ae3562f8db61e5e2135..74fc090de8c02be327547ee7fa2fab866a4fe73f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "SubaddressAccountModel.h"
 #include "SubaddressAccount.h"
index 98b27054dee903f5fca2c242c3c35eeb9500fbd0..01a87fc1e0f43624a441f4296ba9d33164d8e315 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef SUBADDRESSACCOUNTMODEL_H
 #define SUBADDRESSACCOUNTMODEL_H
index 496ab40d8cd5eeddaca7ffdb6f6b298bd3b7b706..d731de733214931a6a254fd723b96ff0d5a51583 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "SubaddressModel.h"
 #include "Subaddress.h"
index 7f71265bddc4cb5b23f702b55fc8c402b915e356..9ee3cfbdd969aafd6ca1920b50ccabff875732cd 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef SUBADDRESSMODEL_H
 #define SUBADDRESSMODEL_H
index 12e06edc5587a12be37778ff3aedc7fdd015569f..0cbe00e2f5cfa80ec6294f39e8fc87da3097bc50 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "SubaddressProxyModel.h"
 
index 704037d5030ef99c8c4b74ef1820ef4520be12ad..26ff816ffa9f63c47e8add219ed00390610f54a9 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_SUBADDRESSPROXYMODEL_H
 #define FEATHER_SUBADDRESSPROXYMODEL_H
index 617a2a0bc167b5ecb474f5360903058cae3a0555..1fe4a9b97590ab0d980e7dbe61f3306073aa56dc 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "SubaddressView.h"
 
index 8e239051e06c70ad9dba12c7c53dab2f063f5112..5a4ba1781347075338e4a41e5a9fb773d9ace2e0 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_SUBADDRESSVIEW_H
 #define FEATHER_SUBADDRESSVIEW_H
index 2ea28a9a5462ae987f5d42296d94daeec988b648..b8ffcb4d1e3891ae7f73d828903f320137f3c4b9 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "TransactionHistoryModel.h"
 #include "TransactionHistory.h"
index a55f235de5fb70687e2b48fee2bd5da9b9b0bade..d84a6d75cfbd98553fa21283b44b13d733c6a7e2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef TRANSACTIONHISTORYMODEL_H
 #define TRANSACTIONHISTORYMODEL_H
index 831037338da1abfb1aa3c090632c000d51bbb4b5..d3ffc195a67a409ee92fac038eaa8920769bdeb7 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "TransactionHistoryProxyModel.h"
 #include "TransactionHistoryModel.h"
index 8a46582dcde75029f7e94b9b797b2f28ef079380..7d04a4c776fa270bbef502e8571cfc132a439ab0 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_TRANSACTIONHISTORYPROXYMODEL_H
 #define FEATHER_TRANSACTIONHISTORYPROXYMODEL_H
index 571225fd239ffa8e7115aabfec13964208a5cced..523344664c4c4a5e28c74e838f014704bb276e2f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "WalletKeysFilesModel.h"
 
index 568f02c233c474a91556bd2319933fe08a3a00b3..0278df371a04289586276f25a710cfa6f0677d4e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_WALLETKEYSFILESMODEL_H
 #define FEATHER_WALLETKEYSFILESMODEL_H
index 8991ed0d20c59574a3ff9cc872367306ddff8e5e..3a44128e87b967b9469be5a9773fc49df3b79d30 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #pragma once
 
index c4f48ffb7b035d5348cc4ae0ff74a8becae3cbf1..33736718430dd4fd9be11bbe95a3addc9b6bf9ac 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #pragma once
 
index 1dc09936d6470433c0496105c4b6d93921b75bcd..627b003ca05809f5717d87e9c5d15b34790da528 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "openpgp.h"
 
index e24df54086f039f597b6958ca48e533d5d7774c7..db9438b8cbbce2392ed34b18b77f4e37695a8077 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #pragma once
 
index c10505eef682bcf45dd6e1474356d44dae88fe1c..cde2a43299082d6e16fcae843101c9b7ac2e80db 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #pragma once
 
index fedb29fc8328be6350ea328506d9e54cb03aa530..9ebe091cbd3d5224ef6f883250b348791418224a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #pragma once
 
index 3b19a351541a2d6ec0efcff2dace558fb6fa0e41..db3d0a45a1dea709d7e286da20c2909f7f7cd4e3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #pragma once
 
index 90b43cd884893663331b3b57b95143b83b239478..c81601384d4a07440d988ae0919124df8692b520 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef PLUGIN_H
 #define PLUGIN_H
index e505c7ac9398992d44df6895605bae10890693a4..020d2b296fdf22c30c48b1afde7cf634d615b361 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef PLUGINREGISTRY_H
 #define PLUGINREGISTRY_H
index 12b8b1dc0b5c52f9add0c04fa62a2758f4c26f74..f270e6b02b2c771ddff75d7e09bdeb6ef151ee84 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// Copyright (c) 2020-2023, The Monero Project.
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "BountiesModel.h"
 
index 34b6e0c5a4d0a710c2a90d4df8f8847e6b81cdc5..c2510988ce76bac3424f727a9dd85566201c1ae4 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_BOUNTIESMODEL_H
 #define FEATHER_BOUNTIESMODEL_H
index 9362cd71ba61724c2a8035ee20aea20686193ff4..ea97527e3c2287542d6a32d5860f9f303ada87f7 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "BountiesPlugin.h"
 
index 39fee4f12f0e3296f3fcc02dc3d1293fcca2321e..15aef92c83236bb2bc6a0476a5a5391b4a6bc899 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef BOUNTIESPLUGIN_H
 #define BOUNTIESPLUGIN_H
index 513ba6b051d68e39517e4b87e5043f866496e264..c118d0be86e6a1af7bc3dc79bd725036156f9683 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "BountiesProxyModel.h"
 
index b3a2e155b7c3be1a257c8fcb8528f910a7b0d918..a1e39999420de3e4276146ebfb8f8cb994867e03 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef BOUNTIESPROXYMODEL_H
 #define BOUNTIESPROXYMODEL_H
index c0218fbf589a6170364becb86a3a9d663be50230..d9322c4ba0d1412f231e530aa7e75fb380fa1cab 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "BountiesWidget.h"
 #include "ui_BountiesWidget.h"
index db526fa8654070254c7469a756dadfe131f19f38..e440bbdd1e3d7c01604da265b30d1ff18f5dffca 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_BOUNTIESWIDGET_H
 #define FEATHER_BOUNTIESWIDGET_H
index c85a240276435a678f6d7f9cd3a162e9b7f7a5c1..8a5610d2c2e6484b6d7cf6815316ff046ccab1fa 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "CalcConfigDialog.h"
 #include "ui_CalcConfigDialog.h"
index f60957280d210909e2252a82af869c52d6fba38a..9216bd1a70f6715c09b0d2f4c77941eea2ceb40d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_CALCCONFIGDIALOG_H
 #define FEATHER_CALCCONFIGDIALOG_H
index 092b11e437c563fe98ba56692363a97a88a797c1..aaaf8e080badfdf92ff42c8913202fb3516b1a86 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "CalcPlugin.h"
 #include "CalcConfigDialog.h"
index 5b051ad8c85fb7d4e5fa9debb765b37543228b8b..85f0937b8ef7880a3d1f8fa71dc72ba193196606 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef CALCPLUGIN_H
 #define CALCPLUGIN_H
index 9ccc1e028108e61acc5d73f8341129cca7dd6a2d..49e8aa0255fb318da581cdfd1658f3ff2de5ed7f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "CalcWidget.h"
 #include "ui_CalcWidget.h"
index 2f2fe4bfa6454d79f6d2c61f50dd01231f2eb63e..1f2bf5a98d33df129d145b6a12da9a3682f82511 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_CALCWIDGET_H
 #define FEATHER_CALCWIDGET_H
index a146862bad07e636fd0ebcc3029b86dbc1db66eb..e76dcc1f6f11e162bd6a31e69fb5ba21503bfc0f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "CalcWindow.h"
 #include "ui_CalcWindow.h"
index 8a78d763c2e86cf183655dfe71bd0e7b2156e21f..460f495713e977922b0b588d4498d39bc369d00d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_CALCWINDOW_H
 #define FEATHER_CALCWINDOW_H
index 07c564901c7c547712ec57593abc0c04ecea01e0..704a320f6e05fbb7c442ee1f180d0183f801c3cc 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_CCSENTRY_H
 #define FEATHER_CCSENTRY_H
index 101ef7cb66cf4e7068410d7cadc6e73509f49ab5..2fb2ea267025eb43c1cb9d598f626e035a596e6c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "CCSModel.h"
 
index d4d0dbe87252010e486de20f753de56c02deae38..e84c5ba7c4bbf3faf6d0a5847829485fd71ad715 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_CCSMODEL_H
 #define FEATHER_CCSMODEL_H
index 0dc98891865f4b10fde23b64071c2bffda86eb85..af0b9a0787c04967868ca4ec1964a34aec114258 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "CCSProgressDelegate.h"
 
index ed621ab473dd89915da853e490a3ef59f4c5d2b5..325d19dab5e8055ec709d6437211a7814e4c5191 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_CSSPROGRESSDELEGATE_H
 #define FEATHER_CSSPROGRESSDELEGATE_H
index f1fbe5d9ab1a00b1b1d7163069b43d4f5e3d0301..0ec9e5738a7558b6c62f3111165f2a4491026383 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "CCSWidget.h"
 #include "ui_CCSWidget.h"
index d5ac1d73aa81f2923932e08970134b539aea438e..ea431abca4ec196e6b15260cc9142e4c8c663467 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_CSSWIDGET_H
 #define FEATHER_CSSWIDGET_H
index 834d4322f16b494b324e639487c799010d659a81..b2529dfdb62c99b328edbafdb4f7bb4b33bb7433 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "CrowdfundingPlugin.h"
 
index 90c8a3f1fc78c8da0444a516477d0c1e09327974..9fb0259a57aebbc4d0a5c8c73fb4d769931bc22b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef CROWDFUNDINGPLUGIN_H
 #define CROWDFUNDINGPLUGIN_H
index d0231ad7e4d0d0c7e55279fc5dc291fe0cafaee5..69c82cfcab530c4a5d4e5644245a9260f819a346 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "ExchangePlugin.h"
 
index d9a1e42b6ba59b9a62fcdbc879b4c2a34cef1dec..4b842d67b748b3726aeac359f0acbf1cd64ab284 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef EXCHANGEPLUGIN_H
 #define EXCHANGEPLUGIN_H
index d112efbe0108eefdb952ab96384cb02022e54739..0a15cb4419f3c5820e97ff077c5ebde753d206bd 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "ExchangeWidget.h"
 #include "ui_ExchangeWidget.h"
index 1c2f8b9f7b3b42b8100f6a8063b7c2536467cd51..e30ddb6a1d968525c8645370d4cc04dbde792ee8 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef EXCHANGEWIDGET_H
 #define EXCHANGEWIDGET_H
index c4f1f66b509f8d7eb48378677c1c233d026f03aa..da5f9275988d559c7f79fb2d03f7ff7548d7d977 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "HomePlugin.h"
 
index a2d8477e61dc7067839c353e679cdf0c848406d5..eeb1f245f0146f8cd6af5727c357f6453af2d9db 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef HOMEPLUGIN_H
 #define HOMEPLUGIN_H
index 03b14cf52095e210ee4e51cf2d26050f03c443c0..e172c252d83a358695bd6a39fffc6583f8684aa4 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "HomeWidget.h"
 #include "ui_HomeWidget.h"
index bef645736f6ff0812621a34c7c088841f2a0ed4c..f34cad833f84ae868cc5d2c806116fc0909fce0e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef HOMEWIDGET_H
 #define HOMEWIDGET_H
index 3930bec7758fae7f437317381fdbe3f18b6dd235..51f4550fd500c0f5eaa0fa901ef277af13f99394 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "LocalMoneroApi.h"
 
index 0de7fe5cf8836a533ba6f5a9b097057d35722854..700e86b67f8674f2447417d16d82a9ec01c6db9a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_LOCALMONEROAPI_H
 #define FEATHER_LOCALMONEROAPI_H
index 4244305d64f26a516ae21e0cd9a9f73f48e11989..cbcdb1447dad2030436d63b542b070addf946e41 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "LocalMoneroInfoDialog.h"
 #include "ui_LocalMoneroInfoDialog.h"
index fb4ffa69a57a6bcedf25b42ebd291cc8eae134a8..6849264fc813d086262506b626e72d7764b9343b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_LOCALMONEROINFODIALOG_H
 #define FEATHER_LOCALMONEROINFODIALOG_H
index f946b3e32e3b1bccf1842e848a0ee983c58cb4da..4ec37b4b78a5678500f62248edc5d9757f4277cc 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "LocalMoneroModel.h"
 #include <QColor>
index 0bcdee39175e776e235cc68e4507a9821d294234..dc1d62f523c241a810f00928b2b90956c8a1b408 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_LOCALMONEROMODEL_H
 #define FEATHER_LOCALMONEROMODEL_H
index 73ad519053341e652b0ec0e5dfff7b67bd0f4c9a..18816104e2f05f83491f258e233b92f074526476 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "LocalMoneroPlugin.h"
 
index 10db13f7a8ccf1e9d51a79cc08eaf577818538ca..edb0199c53713940b06b4d4f9704a2d932ceeb9d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef LOCALMONEROPLUGIN_H
 #define LOCALMONEROPLUGIN_H
index 2b5dad3c6dcc48c69da6b34bba195fdabaf21761..8d6a018f5a1f71caab6f5f352cead9b6fe72f1a8 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "LocalMoneroWidget.h"
 #include "ui_LocalMoneroWidget.h"
index ebf8b3430ca73497ffdc65a6317b6da64cee8fbe..518a92f96c22117d20c4305c10e3d590c6f286da 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_LOCALMONEROWIDGET_H
 #define FEATHER_LOCALMONEROWIDGET_H
index b54b18274b99edaf8b30abb6a3c52b540217fabe..85e6b44eead87e9b73915bd16b32c12b0a29ba22 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "RedditModel.h"
 
index 0b9da907888116a8b3d64d17a4d27c379c72d327..c4db6753e0f53bee54745f503ecb7b9ab0f91ffb 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_REDDITMODEL_H
 #define FEATHER_REDDITMODEL_H
index 63e1bcfe9b9704ed62d308cc10c3481155479a29..7556a8597b6bbdc344a12f1a1c08d8b9692c923e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "RedditPlugin.h"
 
index 83e6409870b192f03c60f91ca202b47234f84ac8..0b138eb09c5dd540bc80bd5c6ed3aab1cd1b9108 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef REDDITPLUGIN_H
 #define REDDITPLUGIN_H
index 14aa3cf0e17dd888edfcd1ea935af479392b2f16..030c9ea71b9f302be47cf13bef0f9077bbace3e8 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_REDDITPOST_H
 #define FEATHER_REDDITPOST_H
index 880b51bacfe3e0d1290d6d7483bf93c28a25c47f..bbd9c98a3be6017637560ca5f7a67b00603dce86 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "RedditProxyModel.h"
 
index 3a0528fe879dc8ce191789c0b2451445fa657f7e..4526a9d65393645a399c5d316c86793555554e10 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef REDDITPROXYMODEL_H
 #define REDDITPROXYMODEL_H
index 366001999d48fe4573397281f6764e8469de851a..8067de7fa5a5c017754984e30b4d34d8c592540e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "RedditWidget.h"
 #include "ui_RedditWidget.h"
index 09e2779118fd03920c491b03628f0cd397a83da6..98515a2ce01cdfdf3334a38d185e6c5b5e91f56d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_REDDITWIDGET_H
 #define FEATHER_REDDITWIDGET_H
index 8079ba676fa4e5659e2cbe6f344302a7580e9241..2499608dbb7522abe65a5bbc770470293f635cd7 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_REVUOITEM_H
 #define FEATHER_REVUOITEM_H
index 26ee5071446fd13db1c85db383862a01b865dbd5..fa6a15b588d90e2e004d5fae6838705289f40c07 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "RevuoPlugin.h"
 
index 00d829d50f524d1a752231af3223db70b271e2e7..3f01c32d59f7078ebe9cb1904423cb4b975940c1 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef REVUOPLUGIN_H
 #define REVUOPLUGIN_H
index 62f40d800efd7ca8706b6e07982313b9dc255aea..64581c408e823e52879fc5a87d36e70ae78e0dac 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "RevuoWidget.h"
 #include "ui_RevuoWidget.h"
index 07bc424c2ce5c6dcd274f3d33c78a802c4d28dcf..334b0afcb3eb76c72b7ed5a5ed264b6f4d420506 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_REVUOWIDGET_H
 #define FEATHER_REVUOWIDGET_H
index d5dae04f8638b7cfa4eea4f15504ab6fe26dfc22..148bff47a1f06d55d229050039354775af78e5b7 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "TickersConfigAddDialog.h"
 #include "ui_TickersConfigAddDialog.h"
index 943a28252fd3e95909b2269d62b1758cb62174b4..18dac28c8b8fd893a7697ed43dab262e6a5b600b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef TICKERSCONFIGADDDIALOG_H
 #define TICKERSCONFIGADDDIALOG_H
index fb862eebca07542af824cb70704ce4997d06469b..5aa091d94cff9dfa1d47c3c0f9eef6c0724625fb 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "TickersConfigDialog.h"
 #include "ui_TickersConfigDialog.h"
index 6fe5388b5fa4ea05e78db27c1a534a9f4744289b..669b18480e92eafc4c47f8471bc57d5c98f9e9e9 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef TICKERCONFIGDIALOG_H
 #define TICKERCONFIGDIALOG_H
index 334b391d6a35db1a0bb02d13f9f9bd13b54025b2..7ee13edfcfc18f030ef53e7ab09cfee9b2d2cb91 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "TickersPlugin.h"
 
index c73015d5435e79be9f3338b4126c76f39d2e49ec..943c54c9e79dc1cf201c8c3e4f68222cef8e7aa9 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef TICKERPLUGIN_H
 #define TICKERPLUGIN_H
index 62f3f37b3cba2784a287fd0b138eb35959873861..75549c01994bf9ae15468fdf357289100449534a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "TickersWidget.h"
 #include "ui_TickersWidget.h"
index de360887c584d859517068244ffed6842aa9ca3f..4472dc6cf8a92c391fbf481c55a377dfed878ae8 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef TICKERSWIDGET_H
 #define TICKERSWIDGET_H
index 972396436c0dfebcb5d6e901227243ebfb2773a9..523de73be1a935d9bfb8bca7a192709f65b4cdd8 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "XMRigPlugin.h"
 
index f6a557339c95004df10e2e65886bb5a3239f69a8..7ac3cdb40ff68b48d205fd7ed9c7aa9b2adc5295 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef XMRIGPLUGIN_H
 #define XMRIGPLUGIN_H
index 969ff0000338eb9c5819f82c7b04bdb67b2a1138..9f19a1e8ca15e1adbe2ebca34ebcecf207e1385f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "XMRigWidget.h"
 #include "ui_XMRigWidget.h"
index 4a645f520cd827db09dd9cc39196160cd064fc61..91f7693e441f5869780b7be8b6066b86683f8a1a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_XMRIGWIDGET_H
 #define FEATHER_XMRIGWIDGET_H
index a89a7863e4cea486755f2cfec94087e53e2e7a91..ff942cac743639190f17951af93afb5a62b56b4f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include <QScreen>
 #include <QDesktopServices>
index 36872145f05a5ab7c54a1505509d6fe9f8afbde4..ca2ac936ceaac14cc89fccaf7e852c982404239c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_XMRIG_H
 #define FEATHER_XMRIG_H
index db9ddcaad0ae8d159dd9e57b7ab4bd57fd313794..c1e7852d37d67673e82d375fc87e7a752f96145e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "QrCodeScanDialog.h"
 #include "ui_QrCodeScanDialog.h"
index e8025f3f42e5b0da72f0a4bf0c117b7745f5510b..5f0668bd09b372cc857323e1e19e34d0b19d4c00 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_QRCODESCANDIALOG_H
 #define FEATHER_QRCODESCANDIALOG_H
index 258059f274858ba7a78b81555cda14a63591c285..802944d65bc59b97e4c6e0c08df1dd7fb35200e0 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "QrCodeScanWidget.h"
 #include "ui_QrCodeScanWidget.h"
index 059f6da88ce4f7d43be6d6b1c1a0b45146d77a70..700c31678c6293c1ad7d7dabb74941c014f8e9d4 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_QRCODESCANWIDGET_H
 #define FEATHER_QRCODESCANWIDGET_H
index c529ea2b4681acf45653f8664b71430f1e64fba0..855188407d13192c265db6eba49a168dd84cd41c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "QrScanThread.h"
 #include <QDebug>
index 1ca42d06ee4d53daf10139d3cb4a5c7be4ee9528..50d227e603ca7eb6051d905a10e5a01eda50f344 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef QRSCANTHREAD_H_
 #define QRSCANTHREAD_H_
index b60d03f592274abd003cf8439661c21ee6c27d54..a0226a7da56e40bf34336984552f3e23b774ee53 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "URDialog.h"
 #include "ui_URDialog.h"
index 0b8dbd8e484c5ad24e7af7a55657860a2b3ef8f1..1ef579100f7826a9849554ad50b2f6a85ed044fa 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_URDIALOG_H
 #define FEATHER_URDIALOG_H
index 139ab1ea7ac1878ac5dfccd23a37fe223447632b..89765ed548caa8fc8a6a95871898db3f4f7ecad2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "URWidget.h"
 #include "ui_URWidget.h"
index acf9df48aa05bba437e6015ee91a00652f1ba905..da56bbef29a45b0e16df34e2aa068abf72296a37 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_URWIDGET_H
 #define FEATHER_URWIDGET_H
index 19ec02ce760b7ba91235aadd8db7fd0f86a10459..61935288c1efd97e6160d09dc6f4d60ed5df75e7 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "QrCodeUtils.h"
 
index a5cfa78b22878479388080be545fba4841b28faa..32ce2842958cb6f606470bfb210274b13f9ec27a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_QRCODEUTILS_H
 #define FEATHER_QRCODEUTILS_H
index 44511e27dbc7d69cbe6939731618dbf315d8417f..08b5d35e280286d6ca30c8bb39debb16d6e82ecd 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "AppData.h"
 #include "config.h"
index 6256e9e828a40f0ac28408c636c102cfdf30da5c..95f502055b54acc78f7aeeaae24199a716114692 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_APPDATA_H
 #define FEATHER_APPDATA_H
index 094a91723708910af4e23753fc04c7e3a06d5d44..2b1f0699e4b70367f2dda9f6118b36dbdc64790c 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: BSD-3-Clause
 // SPDX-FileCopyrightText: 2012 thomasv@gitorious
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "ColorScheme.h"
 #include <QDebug>
index c02ea6378f819384e9c419aac8fb11d89e77e494..cff7868048d5947ba8288251da6b2da0025e050a 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: BSD-3-Clause
 // SPDX-FileCopyrightText: 2012 thomasv@gitorious
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_COLORSCHEME_H
 #define FEATHER_COLORSCHEME_H
index 53821f22907e6527686d7db45c4bf50da6eb52e7..7c018f28af2cd3457f6566bceb4c39ae4e45c151 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "EventFilter.h"
 
index f123a53dd9137439189db473d964935f97e06802..f759b1d15737609cb45cd8bae93b532a765d22e4 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_EVENTFILTER_H
 #define FEATHER_EVENTFILTER_H
index 71beb51685917fe7bb8e5799bec69fbab2b5617c..80d3ad682579121d7dc4d68617f68744b709525a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "Icons.h"
 
index 9689deddf22ae3e8802fe915605fa312f75afb27..1ecea95562197019171b3f6d8dace67e815d75cf 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_ICONS_H
 #define FEATHER_ICONS_H
index 5a6827246878054af592f053a7917c2d38502f49..c988ae7f05dde9f0d20f7bf44be1b2ce7a3e958b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "NetworkManager.h"
 
index be285abc805b2632a6e987e3c63809ea08725f0c..2c383b85fc89c19f6e1c877fe9ec204d7d253119 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_NETWORKMANAGER_H
 #define FEATHER_NETWORKMANAGER_H
index 3f1b20958dd8da8b4e106674acb03ba9f184bf9d..6be6cdc5e6194f62f4901530f650a0908ba0d9c1 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include <QNetworkAccessManager>
 #include <QNetworkReply>
index 265237979f69fa018da75c70ec2529e379f55c7f..5b507c963b0c2021eddcd43d94d5b00f957e6485 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_NETWORKING_H
 #define FEATHER_NETWORKING_H
index 73ff87308c2de72b60565ba9cbd5ae271fce31d2..aa7664d919005bb6aeb640f8e324e01217ab3d0d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_RESTOREHEIGHTLOOKUP_H
 #define FEATHER_RESTOREHEIGHTLOOKUP_H
index f18544513b0992dcd7c00a470802ed118de8736a..4ed326e6805ac68532dad574b24f5ff50e8fdb63 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include <iomanip>
 #include "Seed.h"
index 6d0a86824b470bf60c00be5549ac6fcf952bd3be..8302a95fe3bbc498313cf3a3cfab13a040660921 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_SEED_H
 #define FEATHER_SEED_H
index 2104fa5a77515dd9e9c5fda397d7c10dc31d694a..a2fefd86577ac07040883755b20c17ebfc3c517b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_SEMANTICVERSION_H
 #define FEATHER_SEMANTICVERSION_H
index 82193701d8f97cc88bf2fa7a7b18af1c0694ef76..3ec1db6d8dee39f267eddd129a17994d1f521f38 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "utils/TorManager.h"
 
index c629baf69d1a1573256a05a63e863d85202f8be0..2c38ab8611b81d04f461479ac95729b3c43b62d1 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_TOR_H
 #define FEATHER_TOR_H
index e75acbf7efc5c4f24d564717c417a959008f1e60..ebaf00f6e8e800bfeca93ad84d523acbc35e7eae 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "TxFiatHistory.h"
 #include "utils/Utils.h"
index 5ab51d23cd30a9ff55c472e85d3f480d8473265b..386d4ae6713a5f1b92048e4f4fee85ea798d9461 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_TXFIATHISTORY_H
 #define FEATHER_TXFIATHISTORY_H
index 22cce6cf0222af108947c700c6ccfab867ae823a..679a38ea6637c11454758e05c9ee3e5fe68c31d0 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include <QApplication>
 #include <QMessageBox>
index f85c8ac8081ed7bc9f257835e6effd2aab5f2983..dc70b0e43dbd60cb1649be1b4ab50faa2beba168 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_UTILS_H
 #define FEATHER_UTILS_H
index 8af3a2db3f3de0b786b3bc754609b72f972d3c2d..63f0e1da165fb3db3eb4635366d158e03b13de2c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "WebsocketClient.h"
 
index 0f0833e0bb184ee760e9edad73450a1604b460f7..94a9c4f30417a4bb81cd1c0e860e4e0ee0713f9a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_WEBSOCKETCLIENT_H
 #define FEATHER_WEBSOCKETCLIENT_H
index c58e26b56c40e72f72fc47545811152b99a413cf..75666ccec210ea2d3cb2e6af6b684f71759ae216 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "WebsocketNotifier.h"
 #include "Utils.h"
index 5795299c383f56ad1483e24977a2ef5418f65c27..ea163fb432e7385a7884001dce4b81ad14cbae4a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_WEBSOCKETNOTIFIER_H
 #define FEATHER_WEBSOCKETNOTIFIER_H
index 0670df4245819bb74d399be6157b693d3fb35d34..081f3fa6eeeebbf6fd27d340de2e51eae414a500 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-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "config.h"
 #include "utils/Utils.h"
index cbc887829042e9da34f0c75d8e5b32382be24586..ac9458412a645a7be4dcaa33ea36ea9c567868fe 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-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_CONFIG_H
 #define FEATHER_CONFIG_H
index 5555d0cdba40b121d39b059bb1f34ac8637bfcc5..644ef9a50848eaf94769de6b064ba09b29868370 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "daemonrpc.h"
 
index 1a325204100a6ba39b8b743d61371c8cbba53636..fddfce9b11cccb81837e96c87d6ccd909cd647ce 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_DAEMON_RPC_H
 #define FEATHER_DAEMON_RPC_H
index e9f90277d452c85f69ce3ffb33e181291dfb413b..f475301c7c5e495bb0c83bc1122b1a76576e5c43 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include <QObject>
 
index b6357e46872c521da756ce60f6bbf4bfaa6a0178..c9166e024b27b49a37df6e6d9a34cdf4c9dfe9f0 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_NODES_H
 #define FEATHER_NODES_H
index 5ce082a7227cd86716f9a64c717e7172a034716c..ed8daa2542d25aef36fc6ba3e41192b3c76cbfbb 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "Prestium.h"
 
index 66bf1b988c11d737f582a9dc661a57e8c8590e93..bc89e0ea009e6fc87807b6845a971336fd51096f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_PRESTIUM_H
 #define FEATHER_PRESTIUM_H
index 52f3d3c19b72f0ba84fcf14f4b7458b38c69d585..78e0065684f12fbe3ac690214c9ae242b16990e8 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include <QRegularExpression>
 #include <QMessageBox>
index bcf4fa8d5f219d0ef0d9d2ce5980d0cd97eeac42..49c6ad9aa744473ad090628a38e6529cbfb0bf35 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef TAILSOS_H
 #define TAILSOS_H
index 8d9a68230d63619a802eb2bee2a47deb9082d9bd..a924a570fbe1697d898d97a823fe99bb4793535a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "whonix.h"
 
index e8d8fe19a65a0e1dfb2f7563d4270e5995d6d2d5..3e5354bae24acb5dd0f7785a9e075f41de430ceb 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_WHONIX_H
 #define FEATHER_WHONIX_H
index d66a1f413271fa0d5286542742a4a75c6c825219..5eb2dfeb242d39adca0a00526f62b048861152f6 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "utils/prices.h"
 
index 55457d1664b45c734a292f88a095da411487ead4..90b1984f5bd59e98dd554908dd7a222224683a73 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_PRICES_H
 #define FEATHER_PRICES_H
index d5cde1473a2b981a7c9cd53c8a3f93b26d881b96..12a7656936068b496f0b475d63a1dd5211dba718 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "UpdateDialog.h"
 #include "ui_UpdateDialog.h"
index bb06660f965003f7cfa1ab02758778a34ee82da1..6297307dddee1ed9d180bed539b48788d9fddf7c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_UPDATEDIALOG_H
 #define FEATHER_UPDATEDIALOG_H
index 7b93df8b903211e689d91994a74ab37fb9a04b2d..708a3c50b8a3e58eda67d92c7c87bb2a0cdebce2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "Updater.h"
 
index 634ccc6c13a7bf098fc70ac92ceda8af8d1f3029..00aa11ec412e5e9f7ef4f9004bdb6a65d0bf1fe0 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #pragma once
 
index 5cd0b61a9ed2b865599b94ce4619d8995ce99bbd..35cc1e972e22bd5f5c0feac76104faec2a4c7661 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "NetworkProxyWidget.h"
 #include "ui_NetworkProxyWidget.h"
index 4b1b4796fe06bb607b7a873b1eee377d343b514d..d2384b9c9214c423bb3ee06673e6c1b49ce352f9 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_NETWORKPROXYWIDGET_H
 #define FEATHER_NETWORKPROXYWIDGET_H
index f09dff0dd2621efd7dd21f087e5e52fcff6485cf..eb4c0f6a082bb70bdd480c1e4edfaff544491c15 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "NodeWidget.h"
 #include "ui_NodeWidget.h"
index d102ba8e82f52e69bc37fde3a979d72037948dbe..795efa2ae4ed00d0213157321bac5c04d5b54855 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_NODEWIDGET_H
 #define FEATHER_NODEWIDGET_H
index 0c16b14199decd96abce267b618a08899e4ee201..8f6ba4d181e0d3874ea3b9c2dd0dadf3fe291070 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "PasswordSetWidget.h"
 #include "ui_PasswordSetWidget.h"
index badd372e8a3f81ca71a595960e85ac84f508e270..349c4f438aa5e88b8dfd8fea45838191e002b60e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_PASSWORDSETWIDGET_H
 #define FEATHER_PASSWORDSETWIDGET_H
index 104144a89ec92f76c4e6a32c248acdaeb403b7e3..b6465061c503a80f73270b1a823a346d298aa7f9 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 // SPDX-FileCopyrightText: 2012 thomasv@gitorious
 
 #include "PayToEdit.h"
index cf082286c061cba1b1e908b1079bc211186c6954..7e3d78997d61859de54c72f1dd529dbda640f074 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 // SPDX-FileCopyrightText: 2012 thomasv@gitorious
 
 #ifndef FEATHER_PAYTOEDIT_H
index d40e10a6ad3e70836d40f1d99697b32ecd9b27b2..30b919834a91ddda6919b25f951d31d675b2cfbb 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "PluginWidget.h"
 #include "ui_PluginWidget.h"
index d4815600ad6cea2b6c178dbef0babf87705dd8f0..11e574affc7efa01dc9b083babcc7388c66b9102 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef PLUGINWIDGET_H
 #define PLUGINWIDGET_H
index 90efe3415eed666e6b1ec5074786cb820ccc5650..8ff18cbad0393948c96b707e02736b0d69a86985 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "QrCodeWidget.h"
 
index 17b59772ed91bfb2a179196456df9876e09d1f15..1a3c7d823608a53895f8ee4fa414571b27e4a1f5 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_QRCODEWIDGET_H
 #define FEATHER_QRCODEWIDGET_H
index 4cf2bafb993fcb52f34963a6585cd9a2559a2ad6..4bbafb742a73b085370362ddbcbba53e9f67df3a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "RestoreHeightWidget.h"
 #include "ui_RestoreHeightWidget.h"
index ddd8c0cea7fdba8857f1f34949f48ebde62ac39c..0d83f9655c277b6c992451a7dcc9535e19c435f3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_RESTOREHEIGHTWIDGET_H
 #define FEATHER_RESTOREHEIGHTWIDGET_H
index 339f564f40393769f8b06d61f5acd91f78027b6b..cecd7e996857ecfe3436fea2834dec300b9f9361 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "TickerWidget.h"
 #include "ui_TickerWidget.h"
index 96c80854722d60e7705f77e8b8096ab8e91251f4..576623593e19316e2f4b8ede340c432fcff503ed 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_TICKERWIDGET_H
 #define FEATHER_TICKERWIDGET_H
index 09113a3d066d07ae41515a0164eb69a3b1ca0f93..1d2141755ff1bae40d70c1b4ae8a56074879197d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "TxDetailsSimple.h"
 #include "ui_TxDetailsSimple.h"
index b6f1ceaece985870c708d55bc0f578a36253d61f..a24ac83adee8b63f4aab73ae574f2004e17468c7 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_TXDETAILSSIMPLE_H
 #define FEATHER_TXDETAILSSIMPLE_H
index ed9d9e347adfcb02ebb09cbc9866c2a55f9b12ab..3e6e1405912952c1923c6ea06c9afe6a97ccec04 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "WalletUnlockWidget.h"
 #include "ui_WalletUnlockWidget.h"
index 64625a1c96626466e1b7c21e68839abf60aae642..dfbaabee7c8ce6a11bd448e7d5cd1f62e7b8431e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_WALLETUNLOCKWIDGET_H
 #define FEATHER_WALLETUNLOCKWIDGET_H
index 760ba4323c9678b59d1676bfa544cc2508a3090c..7fecf86fbbf60a642158a510830287600100b563 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "PageHardwareDevice.h"
 #include "ui_PageHardwareDevice.h"
index ab47ded17a40adaa32677856f19379a492374c00..aa5d703edfcd7eb01391ec70c024e9e2225f58fb 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_PAGEHARDWAREDEVICE_H
 #define FEATHER_PAGEHARDWAREDEVICE_H
index 118cd96523589d34ea1899843d0fb41037bac58f..6292645c43f9541138a90ef4ef52cf4721645b26 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "WalletWizard.h"
 #include "PageMenu.h"
index 6c0b74c9f4d5bf9cad77e12112cee8712bd98041..de18e06d30144341bedd2096e3677efde40b4665 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_WIZARDMENU_H
 #define FEATHER_WIZARDMENU_H
index bd0afb80bb56302608cf48226ecb00fe62f06530..3f57c0a551d522418b7936deea8c5720f3aa77f9 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "PageNetwork.h"
 #include "ui_PageNetwork.h"
index a9df6fc3c160ac2e959ddc63f1e1ace6072fb65e..e59b4378ba55aa1e42ceaf686e37be5cee3f61fd 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_WIZARDNETWORK_H
 #define FEATHER_WIZARDNETWORK_H
index 5e01b5962111932be8647601103cecaf313a42d3..7f6e8c07e9bd655850931ed582f8d8cc70da9f30 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "PageNetworkProxy.h"
 #include "ui_PageNetworkProxy.h"
index e666acc825360ac98b17a6d1ee25dffb141cde26..c9159dbf124e9f5806c787f62951518e09dd7f2a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_PageNetworkProxy_H
 #define FEATHER_PageNetworkProxy_H
index 0d22ac33d0f33ef224aefe4bf9e8fe78d3f6da42..28d82be2fbcc15eb8c6baaa3033b27d568655f44 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "PageNetworkWebsocket.h"
 #include "ui_PageNetworkWebsocket.h"
index dd0b0acaddb0769926b14dcf956e551131b508d8..d7d6fa97b2a0134302a8c78c2b70839ba6d9da30 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_PAGENETWORKWEBSOCKET_H
 #define FEATHER_PAGENETWORKWEBSOCKET_H
index 2805b3af41b492709af6aef7f9a20aa0cc2aed10..a290698017691ef38b44bc05cb1208a47a1197d7 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "PageOpenWallet.h"
 #include "ui_PageOpenWallet.h"
index 3f4cd550a4ea58c5c25e5a734c1011fd71c343b6..6c4ad1bbd3f27301bf3dceec7107d0c1527009dc 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_OPENWALLET_H
 #define FEATHER_OPENWALLET_H
index 6689767d9fb6c333583d04e957e1a57b199cc8be..a2bf616fcfe3fb6afde8a0dfda067d68423a7970 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "PagePlugins.h"
 #include "ui_PagePlugins.h"
index 4fde0bad048bbaf62006a47c9e3b16a0f6ddf811..2a2ddf8f100f10ad0c683ef6596c94f7e72917f3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef PAGEPLUGINS_H
 #define PAGEPLUGINS_H
index 65f53ff2e5003d472ef19931c50c507957c1112a..aeefa3dc7bf4c447716bc109d0f2488c0539d8b5 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "PageSetPassword.h"
 #include "ui_PageSetPassword.h"
index 32d1be100b4231b54108c1a3766c370b1ab7e1c5..6c276be8f41e27e2269da278852c8cc0e8613b4d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_PASSWORD_H
 #define FEATHER_PASSWORD_H
index 22eafba66e1e9c63094f30615f9c9776a8e22eb1..10ac6b9498804100c60b2cea142334ceec1beb82 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include <QValidator>
 #include "PageSetRestoreHeight.h"
index d3f77f3b04b6a617b0ffe29e7803a03ff95e038a..449fdc571493ec6739f78bc4d1b7f8074410399d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_PAGESETRESTOREHEIGHT_H
 #define FEATHER_PAGESETRESTOREHEIGHT_H
index cc595872230eb77d53c1a3a506f33fd51265e241..bef57676d31118868335ffe7a0a688a0732659f1 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "PageSetSeedPassphrase.h"
 #include "ui_PageSetSeedPassphrase.h"
index fd263fbd8f9e5ea62ce89f12a59dcc3845d1d243..25a7e920d812bdcea2fb9016b920d418cd013db0 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_PAGESETSEEDPASSPHRASE_H
 #define FEATHER_PAGESETSEEDPASSPHRASE_H
index 1504d0598e3b3740885ea6eebbc9f74e3d1e3626..c6c896a943d8488da520b289e075d2da8bb1ebb7 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "PageSetSubaddressLookahead.h"
 #include "ui_PageSetSubaddressLookahead.h"
index fe8d86aca9311f0b614a3e095b23b4aa1ac2ddb5..04fb4c392f735ac8a20af51120027925a4b52a56 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_PAGESETSUBADDRESSLOOKAHEAD_H
 #define FEATHER_PAGESETSUBADDRESSLOOKAHEAD_H
index 83a70c447c7c8093e72e2bc5c1c6f1389c2a5b1a..c8a78d859f0d014619ebba24f3c783d00b50086b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "WalletWizard.h"
 #include "PageWalletFile.h"
index 198746bb3620fa351fe9484d5d300525c7a9a58a..32e5159020f0285e80e2d1518a769f4e3e657f57 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_CREATEWALLET_H
 #define FEATHER_CREATEWALLET_H
index beb236a029a4d05ea481b743f6a0c377fb5c155b..d5f025a9f00cd09eb44b73888e72f36028753788 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "PageWalletRestoreKeys.h"
 #include "ui_PageWalletRestoreKeys.h"
index 832ff7a2ea99260f34751b92f3dd3c8c83f9e85a..6eafe34e7ccc6e159c470161d83e8a44e66e49f0 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_WIZARDVIEWONLY_H
 #define FEATHER_WIZARDVIEWONLY_H
index ef97b020cf117000d8a6f7974af4098331f826a8..823f2ca6bb4ab02fbdbb99210ceb824b8a769e21 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "WalletWizard.h"
 #include "PageWalletRestoreSeed.h"
index 7f2e6c543d4bcd52b167ed733ae5793dfc62dd73..6561a243edb0f8760647009dfd39075d05fa787b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_WIZARDRESTORE_H
 #define FEATHER_WIZARDRESTORE_H
index 7dc2e9d340710fad6fbd6ded7457f4eb595b8ef4..165d7c1537bda09e809adf448b2186e9ca3546f5 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "WalletWizard.h"
 #include "PageWalletSeed.h"
index 60087619cd26ca414f4d5de347fa3d4dac18487d..a06d01339fdf932d67b729008add05b852385787 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_CREATEWALLETSEED_H
 #define FEATHER_CREATEWALLETSEED_H
index 1acfbb9e37a96dca6867b096057a22492dece9ef..e60bfa811683b3fca418425bca1763dfe6e2d603 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "utils/Utils.h"
 
index d9d72f4b3f59fc29cc24a92bd65dc3d079b4b0c9..92cd77d32de62649ba48f7f5d3104aa58843c183 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_WALLETWIZARD_H
 #define FEATHER_WALLETWIZARD_H
index 54feb62cf5f1cfb3c23dffb80813726ef1ee166f..8669c3c2cc0394507f0d3f02ef1372e9c05782eb 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "OfflineTxSigningWizard.h"
 
index 1523c504606a55e7ed800802e5365e13c34f4f2b..38bad016ea70f1d56a2b62a0fc3059c06b0863a9 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_OFFLINETXSIGNINGWIZARD_H
 #define FEATHER_OFFLINETXSIGNINGWIZARD_H
index 721deb8f6cc82388ca001ceceea63b3033ee970f..75bc73537fcb4bae99d70328b6e049c229108e2f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "PageOTS_ExportKeyImages.h"
 #include "ui_PageOTS_Export.h"
index 1fd33b38faf47eae313e0260621e582ea0d2652e..e33a8936999af7c9d81ff4ec697ed77c0717301e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_PAGEOTS_EXPORTKEYIMAGES_H
 #define FEATHER_PAGEOTS_EXPORTKEYIMAGES_H
index f8b8fa0cf3e8c7d6f795e3976ffa5f57837986bd..b5aea8086f316807fb4fe91706c7d328a1d7a5fe 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "PageOTS_ExportOutputs.h"
 #include "ui_PageOTS_Export.h"
index bca2ad383142ba4b7faba9ee59f64b36f40e1dbe..8b8a85f56ae3b321092a63615b878160bbc51aab 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_PAGEOTS_EXPORTOUTPUTS_H
 #define FEATHER_PAGEOTS_EXPORTOUTPUTS_H
index f801ae30bf52deb849c2092bbe17aaf96176d549..3a64112d4088ca51fe2886fa200ca7971e732e5f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "PageOTS_ExportSignedTx.h"
 #include "ui_PageOTS_Export.h"
index d7e0d2ef21701e7ea89aa299687f9c1b5ff90328..b74cc905efacb22881085021d1a46399e08b77b2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_PAGEOTS_EXPORTSIGNEDTX_H
 #define FEATHER_PAGEOTS_EXPORTSIGNEDTX_H
index b063557925e7a95964640b051456319c824e79bb..4e4242a8f32860679d95bee98ed869259a4a53b3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "PageOTS_ExportUnsignedTx.h"
 #include "ui_PageOTS_Export.h"
index 0f8eeb87bed918c660e388e24c9beda0cd7cc69d..173d3fd2629fecbfa34f8b6483ad463c10dd81d9 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_PAGEOTS_EXPORTUNSIGNEDTX_H
 #define FEATHER_PAGEOTS_EXPORTUNSIGNEDTX_H
index 314815a9cc9c2a98e659d73a5d7bd2fcbdd753d0..b956ff792fe4b749c099905429a3e0d32d7b0382 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "PageOTS_Import.h"
 #include "ui_PageOTS_Import.h"
index 97d76f7e58b0c3bfd7bef29e9a7e393b5f291e6b..69351da6218ce8e55f8a929a5a0752c68cbb971d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_PAGEOTS_IMPORT_H
 #define FEATHER_PAGEOTS_IMPORT_H
index 44e1643e3a4a2a305f7b73ca1ec65725719d4e5a..f76ef7360fba28123fc0dbbd69548bcb835dd21f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "PageOTS_ImportKeyImages.h"
 #include "ui_PageOTS_Import.h"
index 70d04dfe1ac9418331bf74ca1fc9abcde8884b5d..8fe312dffae27a39baf02ed56ef2afa7077f0159 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_PAGEOTS_IMPORTKEYIMAGES_H
 #define FEATHER_PAGEOTS_IMPORTKEYIMAGES_H
index 50d392304f1232be2c395df681a9d76eb408bf9e..3ee389bea6da3ee2dd7cb867a19c71860bf0bef9 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "PageOTS_ImportOffline.h"
 #include "ui_PageOTS_Import.h"
index e676e566028e3855080d624db2ce400e94bc1a51..765477f988acb80aab7eb7ebd33aa9423a0ff2dd 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_PAGEOTS_IMPORTOFFLINE_H
 #define FEATHER_PAGEOTS_IMPORTOFFLINE_H
index 953a3d2baf8ec3a3f914ff8ee6498769ff7e58d4..df5b9070ea52a07d5e4fc93f59204d55d5fef411 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "PageOTS_ImportSignedTx.h"
 #include "ui_PageOTS_Import.h"
index 5615f79d2ebde33b88417768c9adf873f313e5ce..81078b638545e1d91a88c485711220656871790e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_PAGEOTS_IMPORTSIGNEDTX_H
 #define FEATHER_PAGEOTS_IMPORTSIGNEDTX_H
index 32e9f94ddc355c6093e51b3b63f29d676a6aa441..f0b007a07bed46e1ab7bc9de6c48cda62fe6b8dd 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "PageOTS_ImportUnsignedTx.h"
 #include "ui_PageOTS_Import.h"
index 4045d438fd4ee112fd9864674b0818a68afbec2b..4eec47ccbbb96b255cec45e2723785aa174f7df7 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_PAGEOTS_IMPORTUNSIGNEDTX_H
 #define FEATHER_PAGEOTS_IMPORTUNSIGNEDTX_H
index 400d31e0f502191d0e4d58277acfcc5619a298f5..4d3319a6d70ff869d8808b431328b18384497f0d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #include "PageOTS_SignTx.h"
 
index 1a403f4309276b51ea021c728d753979f578c47c..56ddf689e8189d9b31cd025bc798888f535fd1f3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2023 The Monero Project
+// SPDX-FileCopyrightText: 2020-2024 The Monero Project
 
 #ifndef FEATHER_PAGEOTS_SIGNTX_H
 #define FEATHER_PAGEOTS_SIGNTX_H