]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
update copyright for 2025
authortobtoht <tob@featherwallet.org>
Thu, 20 Feb 2025 17:50:43 +0000 (18:50 +0100)
committertobtoht <tob@featherwallet.org>
Thu, 20 Feb 2025 17:52:03 +0000 (18:52 +0100)
357 files changed:
LICENSE
README.md
src/Application.cpp
src/Application.h
src/CoinsWidget.cpp
src/CoinsWidget.h
src/ContactsWidget.cpp
src/ContactsWidget.h
src/HistoryWidget.cpp
src/HistoryWidget.h
src/MainWindow.cpp
src/MainWindow.h
src/ReceiveWidget.cpp
src/ReceiveWidget.h
src/SendWidget.cpp
src/SendWidget.h
src/SettingsDialog.cpp
src/SettingsDialog.h
src/WindowManager.cpp
src/WindowManager.h
src/assets/about.txt
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/LegacySeedRecovery.cpp
src/dialog/LegacySeedRecovery.h
src/dialog/MultiLineInputDialog.cpp
src/dialog/MultiLineInputDialog.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/TxPoolViewerDialog.cpp
src/dialog/TxPoolViewerDialog.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/libwalletqt/rows/TxBacklogEntry.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/bounties/Bounty.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/home/HomePlugin.cpp
src/plugins/home/HomePlugin.h
src/plugins/home/HomeWidget.cpp
src/plugins/home/HomeWidget.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/networktype.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/scheduler.cpp
src/utils/scheduler.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/UrlListConfigureWidget.cpp
src/widgets/UrlListConfigureWidget.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

diff --git a/LICENSE b/LICENSE
index 3e76012475475ae4c1ac95a60353fb4be9b341fc..de92cb98bc725e4be3cc983fd4be322c41d39088 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2020-2024, The Monero Project
+Copyright (c) 2020-2025, The Monero Project
 
 All rights reserved.
 
index 0d6b4eb884002a80e536925ec1430114d4dd9281..7b7b12da1f7fed9f45c9cb2302b742b2c85e66a8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -65,4 +65,4 @@ Donations help pay for hosting, build servers, domain names, e-mail and other re
 
 Feather is free and open-source software, [licensed under BSD-3](https://raw.githubusercontent.com/feather-wallet/feather/master/LICENSE).
 
-Copyright (c) 2020-2024, The Monero Project
+Copyright (c) 2020-2025, The Monero Project
index d4de15f441801ff6481d86d1e110aad9830406ff..3e1664e8c44d9c89ec9186846b9a71b50963457f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "Application.h"
 
index 1e6d89b48fedc754c373e6b9b27df6a5101da406..30d9b89cb035d8059e2911d78420f33ac5275639 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_APPLICATION_H
 #define FEATHER_APPLICATION_H
index 8c15c7a7a1580f0e8992a65a0eaf79d72444724a..1df731033e203e49bbb289285f10c03b4293a90d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "CoinsWidget.h"
 #include "ui_CoinsWidget.h"
index 60889723836d6f4dc76cc13d26c379ea97c0729b..f3ddcb5f228ef7bedf720e680f0e2d42c5c70e93 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_COINSWIDGET_H
 #define FEATHER_COINSWIDGET_H
index 106f8bba77af85273771cbd381dc750ce407eaa3..7251766e5d84a5e146b2e379d608b941487c61df 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "ContactsWidget.h"
 #include "ui_ContactsWidget.h"
index 395511bff807c6587325a42f96eab88bde5cc0b0..fa436ae1789fe5d67b0530ac28a7293f51d57907 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_CONTACTSWIDGET_H
 #define FEATHER_CONTACTSWIDGET_H
index 59a00518849db955c01418fa6a86755e6956e71e..69926fd701e0ed0fa47bcc572c647318d53a6f01 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "HistoryWidget.h"
 #include "ui_HistoryWidget.h"
index 44e7b83e72a328be7d19146a7f07674bfa66a646..d9d982632505b2a6dd7fa7e48ed7a73f22ee605f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_HISTORYWIDGET_H
 #define FEATHER_HISTORYWIDGET_H
index 48a7237e93e933b66d815e9c0ed49786b5c477a0..7c3c98afd4d7a42fff8168adbf5fc48206462fd7 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "MainWindow.h"
 #include "ui_MainWindow.h"
index 9cdf2ecc3af8f3e1e03f2d6aa75d55217f39ba6e..037603f9f22bd9bddfc4b91fa2ede0de5b27f0d3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_MAINWINDOW_H
 #define FEATHER_MAINWINDOW_H
index 39aa24b3a7ea9ae0fe7d75d41c863965eed11e94..fff9e979a26e2f9a5181c588709adfe97b937efc 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "ReceiveWidget.h"
 #include "ui_ReceiveWidget.h"
index 28c6e7982f756abcb1ec1f338850a114321324e1..cb60040f3ece91a2a17439248f09a70e7dff20b2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_RECEIVEWIDGET_H
 #define FEATHER_RECEIVEWIDGET_H
index 5a3c371fd32a2298041cc992a485c41ccf3143d9..f60229b27b9b8cfab668e5a857e271ce077a530e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "SendWidget.h"
 #include "ui_SendWidget.h"
index 85efbf85e79eaf87a7a97464c3cc973072aa0719..372561bccdeb5b6f68e4633ed366a9cde3b3e20f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_SENDWIDGET_H
 #define FEATHER_SENDWIDGET_H
index f84058e37f64f9a343284335f6183094c50893ef..0a2e960cf21c623c9ba4104def8d4deecbe905ae 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "SettingsDialog.h"
 #include "ui_SettingsDialog.h"
index 3630439c8e06605c74546f56370879a34913c7ea..fcbd3d7eef9c80b5e1eb46e2ce71b4c806d41efc 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_SettingsDIALOG_H
 #define FEATHER_SettingsDIALOG_H
index c94e55f92c8b0e37e0d2f2729a9c43031debc891..f7b2429bfc8dba9a25533460e9e17128db1e5f37 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "WindowManager.h"
 
index d6a5553fa83c5853d2432b8fd00aab07c7656895..d0f3e46073a969d9a9854b24df47ba0fb45d01c2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_WINDOWMANAGER_H
 #define FEATHER_WINDOWMANAGER_H
index f560ba059e76a8d118aefd8c096657c2be933b3d..44964654a5acb2df24301ea618a28a49fc0833de 100644 (file)
@@ -1,6 +1,6 @@
 Feather <feather_version>
 
-Copyright (c) 2020-<current_year>, The Monero Project
+Copyright (c) 2020-2025, The Monero Project
 
 All rights reserved.
 
index 0abf2e7e55dc6e71d10a4767cad0f5575500a048..e6663ce345992ea41d12986b4f8795fa6a63e30a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "components.h"
 
index 558629ff3314679370ba8b955a41fd09a37ad4b2..4d7b8a82118b892c0bb3cfad0006db435c5f2586 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_COMPONENTS_H
 #define FEATHER_COMPONENTS_H
index a7740075330b3b3901a710d7f6c2dc20279e736f..f949ecf63f2ffcc6c6f9a832a0755275bbe9c815 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "constants.h"
 
index 65e3c24f3ad6a23095ba2dd543815cd7ee87e439..abbbffffdf1abc70259acaf989d538e32bdf3413 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_CONSTANTS_H
 #define FEATHER_CONSTANTS_H
index b64326cd12ea55fdc2febda2f4110068438d7589..4e7e74b9fc9da06205694a7fde12f78a68344d79 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "AboutDialog.h"
 #include "ui_AboutDialog.h"
@@ -21,7 +21,6 @@ AboutDialog::AboutDialog(QWidget *parent)
     auto about = Utils::fileOpenQRC(":assets/about.txt");
     auto about_text = Utils::barrayToString(about);
     about_text = about_text.replace("<feather_version>", FEATHER_VERSION);
-    about_text = about_text.replace("<current_year>", QString::number(QDate::currentDate().year()));
     ui->copyrightText->setPlainText(about_text);
 
     auto ack = Utils::fileOpenQRC(":assets/ack.txt");
index b07312c12e1d787b331a62ca5aa636a66961e059..229a616a9cde6909bb62dba87334ab451f8e939f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_ABOUT_H
 #define FEATHER_ABOUT_H
index 09889f7d2098e25a53f3aa70b57c42f76556fe73..347e2074885a103877510908e48a69dd9f4f9269 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "AccountSwitcherDialog.h"
 #include "ui_AccountSwitcherDialog.h"
index d25b004ed29b956704923dbad4356a8148583cc7..1adfbc7792fdcd88e3f1308e3113b84b66775dc1 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_ACCOUNTSWITCHERDIALOG_H
 #define FEATHER_ACCOUNTSWITCHERDIALOG_H
index ce1670fbb073e6e742f3d29750285ed19c63ecf4..b3ecb05e6ed0a55b988be1cf4fb1951859ccdfb0 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "AddressCheckerIndexDialog.h"
 #include "ui_AddressCheckerIndexDialog.h"
index b4777c862cc19c32952e4a5ad3ab569195036fcf..c1a78746118fdaaf8eecaf38c16527d5c1a44a0b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef ADDRESSCHECKERINDEXDIALOG_H
 #define ADDRESSCHECKERINDEXDIALOG_H
index dc976ff774c32437c0b273d9a76558301fbf4718..7ffd2d0f5d2a86792a5d92819d4ddf6bb78de408 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "BalanceDialog.h"
 #include "ui_BalanceDialog.h"
index f62e08befbf41afed56a5f0e664eb74ba85aa001..8717fbb5f9fd9bf676b5e2eb3b153c9b129592a1 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_BALANCEDIALOG_H
 #define FEATHER_BALANCEDIALOG_H
index c1c22b2819eeebd2cd9589a2dd0d608e0f7fff4d..1ebfaed88274c4e9fd7986b926a1335413ca30d7 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "ui_ContactsDialog.h"
 #include "ContactsDialog.h"
index 995795becc499e8a7e6d5e3aab600f43c2c2f98e..b863f27ae84b14712ca81118c1c89b8a6a54cca7 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_CONTACTSDIALOG_H
 #define FEATHER_CONTACTSDIALOG_H
index df6bb508eb7a65ed09451b9f04f7213c29cea40f..5861c56dd72da1041b7ced08a810c161e994a713 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "DebugInfoDialog.h"
 #include "ui_DebugInfoDialog.h"
index d5f3741843a56faed8a8cc0ce992c158efcc9214..b066718338d4932c568b728a17d5632d69a200b2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_DEBUGINFODIALOG_H
 #define FEATHER_DEBUGINFODIALOG_H
index 2591dffb0b6011d738a6589eb35bbbbc16e8b2a8..9cc820b91739191207b98809c5ab95238b9c7ea5 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "DocsDialog.h"
 #include "ui_DocsDialog.h"
index cb28f82537890a448a62524e414b8a79491b9b16..a12c417073b1990d86f7f85eea297834f5ae1b59 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_DOCSDIALOG_H
 #define FEATHER_DOCSDIALOG_H
index 4b08623061510984378244812f921e6761c9988c..08ffaf6f9bf5ec475c8c75066279dbd7951dbf74 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "InfoDialog.h"
 #include "ui_InfoDialog.h"
index d110fb9b852e49f84200b0f9d275f53dbc0d650a..c5851ec857a105b1044774743e308ef64763649b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_INFODIALOG_H
 #define FEATHER_INFODIALOG_H
index ecd1f47753de7fb73337555e086dcc69545bfeb8..6c090d73c92e64504826c85bd268a4072e64da7d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "KeysDialog.h"
 #include "ui_KeysDialog.h"
index 8524c275f739590e327b5d85348d750212ac128c..711e70183c270b5244a6248ff5b300d16871ea67 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_KEYSDIALOG_H
 #define FEATHER_KEYSDIALOG_H
index 7b27b44ddc20b1f70bd47f859f33d3ee0a29bfca..5e720473ca76625ff3c8e92f0055853be4fa2742 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "LegacySeedRecovery.h"
 #include "ui_LegacySeedRecovery.h"
index e1331578f2661fa12c4c85ae968226e67f4bf03c..10d0054324b7b83b391106181b29e095befd588f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_LEGACYSEEDRECOVERY_H
 #define FEATHER_LEGACYSEEDRECOVERY_H
index f3923f18d04f298e50d1f471519b59f0dd17446f..fad8c82f3dc2263e815f0f76a47d1dc1815bd055 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "MultiLineInputDialog.h"
 #include "ui_MultiLineInputDialog.h"
index a6a9c644dba472d49dbcac2742177772e8e1c3b1..581b7d2ea0d506dbbe45b2fe6117e3fae21959c7 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_MULTILINEINPUTDIALOG_H
 #define FEATHER_MULTILINEINPUTDIALOG_H
index 2ad43cc728b41a22c1857e99eff0883e903d9731..e78ef2c8ed191d5acf20b6bf6b7a7151ee22e009 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "OutputInfoDialog.h"
 #include "ui_OutputInfoDialog.h"
index 612bab5a15d83cc2f1b964df3d7bf9ff5b9f76e2..0a6cdf5c965090b93a51bf4f0682c6209b7fec21 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_OUTPUTINFODIALOG_H
 #define FEATHER_OUTPUTINFODIALOG_H
index a7a9caacd6f992a090dc9bc221580df09abf2656..85ae38a7d93c19e011b7780407628171bf6b7fe6 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "OutputSweepDialog.h"
 #include "ui_OutputSweepDialog.h"
index a274482432c44c2534cce00c0832217aef3c1844..13058dd78b18f768b6e6a8714e34425ab80e718e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_OUTPUTSWEEPDIALOG_H
 #define FEATHER_OUTPUTSWEEPDIALOG_H
index a50897f8ad0ddb2a893ba45c683d4d50be525d9c..e3670bfb521b72353e00c9cde0d33b6d96a6a05c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "PasswordChangeDialog.h"
 #include "ui_PasswordChangeDialog.h"
index 0348d788fadc5038b88443946ccbef0b1b2053aa..b946e619874493262e3a66aa3f3d1a5ff7623484 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_PASSWORDCHANGEDIALOG_H
 #define FEATHER_PASSWORDCHANGEDIALOG_H
index ad2e5a39b9c5bfb67a262585344829d8b9699ad3..8f9cac80c1d7a194c7e81a0fb23e4c20f96ad36d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "PasswordDialog.h"
 #include "ui_PasswordDialog.h"
index 3bffb0c1a1ac5d712e438f8b3468127e0d94c24b..0e5adcfef1ebdc47444735326cdb041c16799c6e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_PASSWORDDIALOG_H
 #define FEATHER_PASSWORDDIALOG_H
index 08f0023312bdabfbda692d4295e3caddbd6c189b..65647ed85a2526b61b097441e9b70e4032df26fb 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "PasswordSetDialog.h"
 #include "ui_PasswordSetDialog.h"
index 57bb53c9ef6c32bc203ce6d8eaf602ab029b9c8f..5bd8dd93fba3bf2a4e32b3751f8f02236bc6b64a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_PASSWORDSETDIALOG_H
 #define FEATHER_PASSWORDSETDIALOG_H
index 285c0b7c139ae90a0c6f459b9c7fc31c2e7c83a9..c95014db9096cbd6dc2d72b316b9ed64a9065b24 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "PaymentRequestDialog.h"
 #include "ui_PaymentRequestDialog.h"
index 724d0c4d3ab878952264f9f1fd4973e2986dfda9..5750800657d3a4ee32aeb70934bc7e39b7a28498 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_PAYMENTREQUESTDIALOG_H
 #define FEATHER_PAYMENTREQUESTDIALOG_H
index 82bdd1008fcb72ab5f284665c0a2295e1f84ad17..1710ae26cc87cd25972701b1ee7367bba9271662 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "QrCodeDialog.h"
 #include "ui_QrCodeDialog.h"
index deddd9f155387b9f1ecbe00e104dcf8f5151968e..b9f495cd0aa2bdf33822c181e5fbf3b4c71ae131 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_QRCODEDIALOG_H
 #define FEATHER_QRCODEDIALOG_H
index d54a1868672ad4afe7c838ae6d8ff10ac9296903..552b9a595963ad02271d8e8825fdbc21a6ca1327 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "SeedDialog.h"
 #include "ui_SeedDialog.h"
index ccdbb8b1b04f0abc800bf81d2c150005e3185959..fba9350b48b75114b0158c672d4ab6ced539063b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_SEEDDIALOG_H
 #define FEATHER_SEEDDIALOG_H
index af607499573512993a77f7f26b38e540f16767d4..22b7227a2b7318276d6828330bc61105b2ee4467 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "SeedDiceDialog.h"
 #include "ui_SeedDiceDialog.h"
index 236a0446656318500afc83ee0c268e3748735e10..79ff7581e9ad40db8deeae476a70d1bf45d5e48d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include <QDialog>
 
index b3b0c3afa05ad60a26cf73db62f2501a4bd145f2..8c3e5dd52da0a50cb4a74b3829a73ca76b12ea55 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "SeedRecoveryDialog.h"
 #include "ui_SeedRecoveryDialog.h"
index 26dbdb37c2f9208756d4fd19b84e07a2ee9cffa3..679bdfecb520f3a2c68645707b27ef129c2a76c5 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_SEEDRECOVERYDIALOG_H
 #define FEATHER_SEEDRECOVERYDIALOG_H
index fa4d1889efd0cb5ea3362dc918da8d52af3ffb81..d929a12907e8eed1bdb2040fca9bd19afd390b06 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "SignVerifyDialog.h"
 #include "ui_SignVerifyDialog.h"
index e832e55d4c96ec4877b7b0575d69b7b5c2a420fa..414bd8a212ea50ce9cf9ec31cdaed6d57343026c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_SIGNVERIFYDIALOG_H
 #define FEATHER_SIGNVERIFYDIALOG_H
index e921d06672a3a47e91a55c51be6439751a45ff58..5c31237a6ccf5cd6a99cee55f736c5831ec08dab 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "SplashDialog.h"
 #include "ui_SplashDialog.h"
index bc183f4765eca782a82ee0c38ab8556e3325fc42..d8dfee4468f81d8abd3f6351939aa5eab8620506 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_SPLASHDIALOG_H
 #define FEATHER_SPLASHDIALOG_H
index d9a6a23bd463a33efb850f3ff1421aa5e93ab1c3..b15c7cea127406b078d43e6e6d5ad6617910b8c2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "TorInfoDialog.h"
 #include "ui_TorInfoDialog.h"
index d6d23e1d8fa7dfb44bb9d6b97a6f20eef68abd95..2128490999c44f72803946be97bf328d66ea4202 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_TORINFODIALOG_H
 #define FEATHER_TORINFODIALOG_H
index 0c7687047817bde3d2cde0f8dfd4d3a9f3a4d33c..0dd48b94464bd35b762d5e4642711db0f8b5d495 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "TxBroadcastDialog.h"
 #include "ui_TxBroadcastDialog.h"
index e4068dd4e15427958f7106802d9cfea4d181945e..bdb85871526c1935817e007a3cf0d6e8405414c4 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_TXBROADCASTDIALOG_H
 #define FEATHER_TXBROADCASTDIALOG_H
index b886377c49b87f41a50b4a3a2f461a06387e4daa..c4dd02ee4efb639dec2be951cb744402a2dc9bbc 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "TxConfAdvDialog.h"
 #include "ui_TxConfAdvDialog.h"
index c7ab11184ea4ea0dbef874a64109b6826d792648..86d5e42170d46691b2caf5e65419111d2e94e449 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_TXCONFADVDIALOG_H
 #define FEATHER_TXCONFADVDIALOG_H
index cb63d927e8bd5bbf97b4a154997a3dd0390c1cc7..92c05cd80ed59e012f3801288684288b04d8c2c0 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "TxConfDialog.h"
 #include "ui_TxConfDialog.h"
index e1be67e070e2a7746890bbdd2358b8ab3ec8e230..8746a404fdb6b6e88f25ab4e9dd4d09df81fd6b7 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_TXCONFDIALOG_H
 #define FEATHER_TXCONFDIALOG_H
index f6fd75792c7e8028dea148e58f9eaa0cd3afc1ae..1473311f23124eb8e77e69bac4d5afd6b86fda8d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "TxImportDialog.h"
 #include "ui_TxImportDialog.h"
index 2fb33b67e52e9fc9557b7f9b99a974510c48b74d..02b3441f3c2746af4a35c0839711ba98dc532a11 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_TXIMPORTDIALOG_H
 #define FEATHER_TXIMPORTDIALOG_H
index a9cd5b6b9cff32751cb115a7202a0c9999417990..331b957cc8baa13729c2617148d2a335788570cb 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "TxInfoDialog.h"
 #include "ui_TxInfoDialog.h"
index 2dc2892ce159f5a3e7b10266e1ae9481f5af7e38..5d53805b8d0007474d4c637137e2dfedff0ecfa9 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_TXINFODIALOG_H
 #define FEATHER_TXINFODIALOG_H
index c08c948263ba63b597fe5eedc07a8880101010d3..b502958bcefd31c2633f6f204f518c4eaabbb3ee 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "TxPoolViewerDialog.h"
 #include "ui_TxPoolViewerDialog.h"
index bec5db3598b76c84c0479a5a582d6db9e15523a2..eb16c6ef308abb684dbeb1f0a4fccc0f126dbc09 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_TXPOOLVIEWERDIALOG_H
 #define FEATHER_TXPOOLVIEWERDIALOG_H
index 9534d2da01583db0522b33aadd447c40d4f126fc..2c0df349d386c908da98c028a81f867b55856d99 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "TxProofDialog.h"
 #include "ui_TxProofDialog.h"
index 44d61e8c2162ba524e3e51c73158da17f18d5d5a..636cfb405c2f0668d6a6c2773f4d245eb993ebae 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_TXPROOFDIALOG_H
 #define FEATHER_TXPROOFDIALOG_H
index febd57dfc8eb269f329fca0894a19f5227d41f36..38fdf638f64bb08091995e54b70a3b0e94366b53 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "URSettingsDialog.h"
 #include "ui_URSettingsDialog.h"
index a60b4097ecf341cb7afe27603c02aa617de0a267..bcf44346c480e0545e0cc63b110629cb4e8cdb4f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_URSETTINGSDIALOG_H
 #define FEATHER_URSETTINGSDIALOG_H
index 0bfcee8df0675548dd5a4e6eaf9927828db3a695..7ff4ecd88f55315ac841c56bf453093d1b3c0503 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "VerifyProofDialog.h"
 #include "ui_VerifyProofDialog.h"
index fd786d03caaf1eef97fb02eed45e9c763900c1a8..146606db6aaa02bc70c778ab1a50701f1b3aa74c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_VERIFYPROOFDIALOG_H
 #define FEATHER_VERIFYPROOFDIALOG_H
index e0784ee671163dfda13fb042d709178a95e9532d..e6925a2b0cccf0777dc2c122765246de8354bb9d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "ViewOnlyDialog.h"
 #include "ui_ViewOnlyDialog.h"
index c5876fe4fd0a217a60f3312ae0a39899a60da3b7..47b7fc4c2669958040e6d758fdd48819459d97c8 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_VIEWONLYDIALOG_H
 #define FEATHER_VIEWONLYDIALOG_H
index 4aec0329a0bddf227e0629a6a3fc043c155043ae..6920801c3ed321dddeb66ce3e21f361f701fedd2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "WalletCacheDebugDialog.h"
 #include "ui_WalletCacheDebugDialog.h"
index 73356874e6312ca6a50ce97c126305e0c7858884..44e19da6127014c67c0babc363c5ac6f060c7bc3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_WALLETCACHEDEBUGDIALOG_H
 #define FEATHER_WALLETCACHEDEBUGDIALOG_H
index 96b4a44f1b3cac7cfe09c8de442dee300f198569..5b320759d61f502c998094ac51c62e9d10ee3f5e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "WalletInfoDialog.h"
 #include "ui_WalletInfoDialog.h"
index ef963c60077b07cbe6be658aa68dc1c531199e3e..b563da62c1541ce0096ecf6df6dbeb108ad799a0 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_WALLETINFODIALOG_H
 #define FEATHER_WALLETINFODIALOG_H
index 15fd6e287f3b3b5ba770a7a5bc637418315bdb16..8c2585f847a9a50c178298318a3f4d3fb399ed92 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "AddressBook.h"
 
index a4ee0e4313364bf2fd1d2fc1ee42e0bc5357dbdf..0d36577175d8af17b9bbe19b20dd352a5c4648a2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef ADDRESSBOOK_H
 #define ADDRESSBOOK_H
index 27b08b91aec3a57517357af915552746f1607876..ef0b7c84ca3aa1a486d6eee23d2ee6d950921939 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "Coins.h"
 #include "rows/CoinsInfo.h"
index 7ea1e40aeb984f1dfe298f4ce5707bb2f37c7b4d..eadf92c6a7b0b9d2cc840ddf3e61c883084aa4bc 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_COINS_H
 #define FEATHER_COINS_H
index d35a4e068ce8194d5395b35b6d73c21d034688c1..e537b70582f5f79135163363a04108f6100c0941 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "ConstructionInfo.h"
 
index 906343ca227c7be4d0bd08d54bae97e40059a692..d5ded32fed8966d0d31ed21c4f065881bf13b894 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_CONSTRUCTIONINFO_H
 #define FEATHER_CONSTRUCTIONINFO_H
index 756fb72adf264f6438cc59641beae79eba5e2f8c..4c56fb25aebb9a3c5fc99655f963f9b91c89125f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_INPUT_H
 #define FEATHER_INPUT_H
index fe1d94c3775c6ac8f99aa79d638f17713d2abe19..02dce473220c0026135d703acdb4374272e01c5f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "PassphraseHelper.h"
 #include <QDebug>
index 8b082fa895b058fa59a051a4710707342bf8f7dc..1c091f6cbccf8074332bd1b87692d18d12dea5ec 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef MONERO_GUI_PASSPHRASEHELPER_H
 #define MONERO_GUI_PASSPHRASEHELPER_H
index a2ce6a55eb2f5b2feefd082c93bde08f25065468..cc6696ea30717e55d35332ef0616de12cb4cb0ac 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "PendingTransaction.h"
 
index c5fe0832e100199ec06372f5f894fc9aab7602d3..dfbb2e48dc26774b401c9889f1ee130baecc28c1 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef PENDINGTRANSACTION_H
 #define PENDINGTRANSACTION_H
index cba246ddd01626aa753ff66a6e6566d568f95021..e8220da1fc2722f1bd575d84e350bb9fd8c36aeb 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "PendingTransactionInfo.h"
 #include <wallet/api/wallet2_api.h>
index 807edbe7bc6ce5ee1ef3d2263ad5d9dae7e1009e..54cf9904b537c5893edda4343f0dc18449b45ad3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_PENDINGTRANSACTIONINFO_H
 #define FEATHER_PENDINGTRANSACTIONINFO_H
index f81b5478300c0cff1a280dd447f9d3dad0b19404..b830b015e51ea814ae02c933912bc8bed22b08dd 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_RINGS_H
 #define FEATHER_RINGS_H
index d5a5bbcdee91dbf9c43c6bc0b5382f3cbdef7568..397ed2c4574b1ae39f1f77df622e5a3b2818ed8c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "Subaddress.h"
 #include <QDebug>
index 4ea30dfa940d93163bd520137d9ce8e8302fca45..ac710ae356abd8770c9db3c519f9c92ea927f512 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef SUBADDRESS_H
 #define SUBADDRESS_H
index 0aabd9f898a3a0b73f2b91c69b83637d84bb36a2..44d1c7247ea11183f3f0e3ed6b68cfbbc2fa4533 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "SubaddressAccount.h"
 #include <wallet/wallet2.h>
index 07910f2a3433cf9863b6ea952c732a2b0f584146..3052c1cd7bfffa51e35e8edce97d4e2a7b62fb28 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef SUBADDRESSACCOUNT_H
 #define SUBADDRESSACCOUNT_H
index 3df32850b2192cbee281a380603996703482a3c3..cfc7fd21a087d7b2209455c061c6488951d24d30 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "TransactionHistory.h"
 #include "utils/Utils.h"
index 7b0d5b4fd505b5df92c6b4b50097aa29ffb1e126..ba8dc38a835cbe23caceeaaa215184a760ae2386 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef TRANSACTIONHISTORY_H
 #define TRANSACTIONHISTORY_H
index d2ae300161d2c9445a2a2305ae7f0df82223312a..b085e0391ded82f21b352bd748f3ecaa9774cc59 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef TRANSFER_H
 #define TRANSFER_H
index 14489ecf9ee12be7f51cc14fb91611404e60054c..2fc76613b3c3a5b5812b433b6dc546bbaf69daeb 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "UnsignedTransaction.h"
 
index 06775930011b819f4dbbd7e0584e6d9d67dbc41d..3ceb410b4205fe93536cd5247f8d07947fe29f28 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef UNSIGNEDTRANSACTION_H
 #define UNSIGNEDTRANSACTION_H
index 7aadc32af6629314d0beb5c09454ec45b4ff8088..0ef660afda72df47ce3a3eee5d51552ad81c1b51 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "Wallet.h"
 
index 0282e00481b963b92b697b28b2d4a5e6c6210eb6..d7273f91625990a3d42808caa34b29dd082063f6 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef WALLET_H
 #define WALLET_H
index b6e0b43017b0d312ee5d4f5d3ac1fdddf50d429a..816992cb5d8aa07a3aecb7012ce58a91ad82c774 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "WalletListenerImpl.h"
 #include "Wallet.h"
index 8050620788341383711238a73778de6ce8bd43ad..e63d40cd4fb992948b265cfce9edd308d60fe939 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef MONERO_GUI_WALLETLISTENERIMPL_H
 #define MONERO_GUI_WALLETLISTENERIMPL_H
index 51a5e13e5f8958bb21026330fef10cb23e00cc34..0f58813d646c2f9f8444cf0922d950b596a341b6 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "libwalletqt/WalletManager.h"
 #include "Wallet.h"
index 1064cf75d89b8c600a5da4f8f8058deb9ca8702f..21de94ea2333e73990aecc5be61beb5aeabbbafb 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef WALLETMANAGER_H
 #define WALLETMANAGER_H
index ffde2c89e60ad3bde71ddec5ad667453a960b21d..d49d3486f88e62504d08921f3330ed9700de7276 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "AccountRow.h"
 #include "WalletManager.h"
index 5760730227d05bdf062d00d70ce44305d9125508..bd783977d8dcca5f5927403d31cadd43d2b25d34 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_ACCOUNTROW_H
 #define FEATHER_ACCOUNTROW_H
index 33d2449e78ba5d7f7c50749a09b0e7dba521b20b..2c12b5c69c80c5dee9e719362a0e17ac957616d6 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "CoinsInfo.h"
 #include "libwalletqt/WalletManager.h"
index 9cee507060a628429528e1d5e4b8a2d7413c4b9b..65f7f883549584e1c8bd48284450c2b320c8de1f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_COINSINFO_H
 #define FEATHER_COINSINFO_H
index 6e1c95eb86f01c3d68f402bea71790ba75068a2f..4680640bdcd28b9f3fc2e8851cca6b9172db3f1b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "ContactRow.h"
 
index c933a3f21bcd0cf1ccd87594c975f4eac641b98a..0224aebf49282e9e4d1103b2bca444486d5e33f2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_CONTACTROW_H
 #define FEATHER_CONTACTROW_H
index e47cee718dd89453ae7d12f80b0d6c97bb58e213..05bf44d65079d5b41dbcc09431acf04ac81e0b4a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "SubaddressRow.h"
 
index f48e8b50cc463cf50ecfee7757cae35b9cc4964a..ef1cc547eccf7b1b5fbfd0d684ef4792ca605f8e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_SUBADDRESSROW_H
 #define FEATHER_SUBADDRESSROW_H
index ff6ab3060db5c130e8601de6e874eda4fdd6c0db..6912dfb1ff64969329621556daea947303c8e0c2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "TransactionRow.h"
 #include "WalletManager.h"
index 34d6f58b61e51bd6a6453da6b73ca6a06e25bd7c..49ce5d9017625038ca906a620f44980b495faa65 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_TRANSACTIONROW_H
 #define FEATHER_TRANSACTIONROW_H
index 1ff18d74ff911036fc5fab17247c2eb80b8078c2..eb98fcf23b99e4160f75e3abe896ed61be1c7579 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_TXBACKLOGENTRY_H
 #define FEATHER_TXBACKLOGENTRY_H
index 37e74662077039d79777ba84d8d2eefcc5c7dccb..214f202f13de1862be336a9e14a3524555113f62 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include <QSslSocket>
 
index 5c9ad07c641f39183ad767fe78e0ba47b7485d03..1134a5d28cbb8ae8f4b1402508883f73940c7b8c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "AddressBookModel.h"
 #include "AddressBook.h"
index 364a7c144e8d8154f2746e830ba5a6bf24f4a5ee..79c7ca95cde27327f7019ad062e744f9ace6397d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef ADDRESSBOOKMODEL_H
 #define ADDRESSBOOKMODEL_H
index e1a9dd30d2ac32da894da34572fbdf114041eba3..846391e72a3d5b0179ae42cd595aa735da096c55 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "AddressBookProxyModel.h"
 #include "AddressBookModel.h"
index c7bf74827e00015e5a697a3293270551ad9b0ad7..4ea5565ae50ea77943eb69d86b718fac4f29b58b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_ADDRESSBOOKPROXYMODEL_H
 #define FEATHER_ADDRESSBOOKPROXYMODEL_H
index 03e4813cbb637818b53b945c49ace6fd01cbdb33..b79704006100024efbe2d8be7e7f43208245f037 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "CoinsModel.h"
 #include "libwalletqt/rows/CoinsInfo.h"
index 39cf4dcfb98a13d12de7cd1355205dbd9f28283e..792debe36a57e934cadfa95f953668b6256e4e81 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_COINSMODEL_H
 #define FEATHER_COINSMODEL_H
index 19e81d0e6a28fe1c8ef0962e2243b848e4de41cb..d4ef233622dae775cca6ebdf66a4428e2bbc0309 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "CoinsProxyModel.h"
 #include "CoinsModel.h"
index 39e6acfe4aa4bb1c0cd7e164c78cb494bf2fb27e..898c647dcc38148c791acbd2da952c05138ad3fe 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_COINSPROXYMODEL_H
 #define FEATHER_COINSPROXYMODEL_H
index 11f72574c2e052b5dcef78118eb544ae8726023d..1c462205b614663f3701ed1a73c80be48854ae5e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "HistoryView.h"
 
index 23899605c60c3994ddc70d3b26f3f9212e4bc656..372ce3578a6fabe5b9686011bd9c8e75f8811c6d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_HISTORYVIEW_H
 #define FEATHER_HISTORYVIEW_H
index 4b323dfefae1c9a0029d45b6e697cd5b020cfea7..146b06cda4010b56307859b14889afb9f3caebf0 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "NodeModel.h"
 #include "utils/nodes.h"
index e76083a8978394195487c103adbfcb0909995759..eb6a0b2ca48d1abd94851cac11fb210470a8501c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_NODEMODEL_H
 #define FEATHER_NODEMODEL_H
index 74fc090de8c02be327547ee7fa2fab866a4fe73f..482cadc02bc0b2d2ee94240c145cd144df9883b9 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "SubaddressAccountModel.h"
 #include "SubaddressAccount.h"
index 01a87fc1e0f43624a441f4296ba9d33164d8e315..62135b3110a3b7e86cbf4d5dca0e1347e92e4496 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef SUBADDRESSACCOUNTMODEL_H
 #define SUBADDRESSACCOUNTMODEL_H
index d731de733214931a6a254fd723b96ff0d5a51583..ef49a678a51be5d52918e9badd924e343956af7c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "SubaddressModel.h"
 #include "Subaddress.h"
index 4d0fe97da0845ed3a7ee4d3725d33c5dc95a9d0d..30da03b89bd61d34d36a178597d5f7cc0b641c02 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef SUBADDRESSMODEL_H
 #define SUBADDRESSMODEL_H
index 0cbe00e2f5cfa80ec6294f39e8fc87da3097bc50..3a93736eb019cef79dffae0a6193765bc1a9b0dd 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "SubaddressProxyModel.h"
 
index 26ff816ffa9f63c47e8add219ed00390610f54a9..38069ed1e41b96651d8346d70ea2530835576fae 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_SUBADDRESSPROXYMODEL_H
 #define FEATHER_SUBADDRESSPROXYMODEL_H
index 54565b8a9e9f7ffbd52b4ad344b838890f2f9c7b..98d35a16a41d6d12b669aaabd66249234372fde5 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "SubaddressView.h"
 
index a89a60ac99ed668090aac7d94d3cc56af9a50078..f01265df2dcb5c8aa6437a4bbecd82787527805b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_SUBADDRESSVIEW_H
 #define FEATHER_SUBADDRESSVIEW_H
index 5e87563124fbad439af113bb69af0ae75e372afd..704b03f8d55c475bb0c91eaf1668e133e7fb0788 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "TransactionHistoryModel.h"
 #include "TransactionHistory.h"
index 38f467d24bca521d1b2f1c7592eef4d79e607f75..feca8d31b69d29748249c61c18b97995988987ab 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef TRANSACTIONHISTORYMODEL_H
 #define TRANSACTIONHISTORYMODEL_H
index d3ffc195a67a409ee92fac038eaa8920769bdeb7..7a542b2dc54883f14d4ff22b56db6a9022e8ace5 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "TransactionHistoryProxyModel.h"
 #include "TransactionHistoryModel.h"
index 7d04a4c776fa270bbef502e8571cfc132a439ab0..8217efbe569eb87aed8e96e0aa2add555ad07b6f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_TRANSACTIONHISTORYPROXYMODEL_H
 #define FEATHER_TRANSACTIONHISTORYPROXYMODEL_H
index 523344664c4c4a5e28c74e838f014704bb276e2f..343ad1812b674c6f229854be64653433c77b5245 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "WalletKeysFilesModel.h"
 
index 0278df371a04289586276f25a710cfa6f0677d4e..8f8b0a5d2812a891c27a163a2edfc208b7985d3c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_WALLETKEYSFILESMODEL_H
 #define FEATHER_WALLETKEYSFILESMODEL_H
index 3a44128e87b967b9469be5a9773fc49df3b79d30..200379107c03f184545dbbdd95c46a6c253a518c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #pragma once
 
index 33736718430dd4fd9be11bbe95a3addc9b6bf9ac..112c5c29a04d573a083ccc24ef712b60e87b4662 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #pragma once
 
index 627b003ca05809f5717d87e9c5d15b34790da528..53a7326014ea0fcaebb84e3c4f9a0f82f009f1f0 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "openpgp.h"
 
index db9438b8cbbce2392ed34b18b77f4e37695a8077..3ea0432847b7cbd7ee92e6c381efa5df555195b6 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #pragma once
 
index cde2a43299082d6e16fcae843101c9b7ac2e80db..fd45e94b9b7dfdc5c01244041e9016c70125912c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #pragma once
 
index 9ebe091cbd3d5224ef6f883250b348791418224a..797d12a2cbd04258e8c6d60550a3344e02e1c32c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #pragma once
 
index db3d0a45a1dea709d7e286da20c2909f7f7cd4e3..299d785cc631d0e9aa69cfc72e19c5f8b7337e87 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #pragma once
 
index c81601384d4a07440d988ae0919124df8692b520..ce430023d68683819486ac73d638d9bbb885c598 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef PLUGIN_H
 #define PLUGIN_H
index 020d2b296fdf22c30c48b1afde7cf634d615b361..e811732ae7f6607a8bcba121af029b9a55056d98 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef PLUGINREGISTRY_H
 #define PLUGINREGISTRY_H
index f270e6b02b2c771ddff75d7e09bdeb6ef151ee84..e06c976de24bff5540c7e5722c0fee77107bfe35 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "BountiesModel.h"
 
index c2510988ce76bac3424f727a9dd85566201c1ae4..5084c606c3ca21b3c2b04e5f7a032c7102b7e966 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_BOUNTIESMODEL_H
 #define FEATHER_BOUNTIESMODEL_H
index ea97527e3c2287542d6a32d5860f9f303ada87f7..a1caff4c4b8052a88f15c56390ca2c41ce873b79 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "BountiesPlugin.h"
 
index 15aef92c83236bb2bc6a0476a5a5391b4a6bc899..71246e965312378d3d037c769f8acf58b2ae1179 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef BOUNTIESPLUGIN_H
 #define BOUNTIESPLUGIN_H
index c118d0be86e6a1af7bc3dc79bd725036156f9683..7b940ca3f533f9fbafe3d6fdfbbd0e82df022fdd 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "BountiesProxyModel.h"
 
index a1e39999420de3e4276146ebfb8f8cb994867e03..40d5b44c3149b1d6e9c9b602540540d2e3e2cca9 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef BOUNTIESPROXYMODEL_H
 #define BOUNTIESPROXYMODEL_H
index 2a12198bfcc8186048f2b243f0582dc4fdf10cea..5040c9e75b966e4b943a7ba6d4bd16d1b03ed036 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "BountiesWidget.h"
 #include "ui_BountiesWidget.h"
index e440bbdd1e3d7c01604da265b30d1ff18f5dffca..44b5ecb51d78f0b3556c929b96fc0ec44bfe7f6f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_BOUNTIESWIDGET_H
 #define FEATHER_BOUNTIESWIDGET_H
index 7dfd9eddc108d14a42a0fa49ee2bc082bf7d1591..ac2bb97f12480df5cfa47c181973702a089d8e43 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// Copyright (c) 2020-2021, The Monero Project.
+// Copyright (c) The Monero Project.
 
 #ifndef FEATHER_BOUNTY_H
 #define FEATHER_BOUNTY_H
index 8a5610d2c2e6484b6d7cf6815316ff046ccab1fa..6682d03507344f15e6d1d529207ce94a4d99f767 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "CalcConfigDialog.h"
 #include "ui_CalcConfigDialog.h"
index 9216bd1a70f6715c09b0d2f4c77941eea2ceb40d..794d116acb731c16aa4a3aa4b5decfec03ba1990 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_CALCCONFIGDIALOG_H
 #define FEATHER_CALCCONFIGDIALOG_H
index aaaf8e080badfdf92ff42c8913202fb3516b1a86..dc60e465166e7a2713f339c481ea25d24dc4de07 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "CalcPlugin.h"
 #include "CalcConfigDialog.h"
index 85f0937b8ef7880a3d1f8fa71dc72ba193196606..cdbc4f92665ba29d58c7e97e1c6fc9bd82318f9f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef CALCPLUGIN_H
 #define CALCPLUGIN_H
index 49e8aa0255fb318da581cdfd1658f3ff2de5ed7f..11ea972e1ec59bd19dd2e2d144953793696c7cb2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "CalcWidget.h"
 #include "ui_CalcWidget.h"
index 1f2bf5a98d33df129d145b6a12da9a3682f82511..9499fa69311394d0a56d3b06c3dfbe4feda000db 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_CALCWIDGET_H
 #define FEATHER_CALCWIDGET_H
index e76dcc1f6f11e162bd6a31e69fb5ba21503bfc0f..34344fa748b45e337a698f4856e8f22e8de62984 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "CalcWindow.h"
 #include "ui_CalcWindow.h"
index 460f495713e977922b0b588d4498d39bc369d00d..eead6d925fe948686905ec0c46eb01a82d6fd551 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_CALCWINDOW_H
 #define FEATHER_CALCWINDOW_H
index 704a320f6e05fbb7c442ee1f180d0183f801c3cc..49c8f63bd0a5e699b1b90153ef282799aa3170d9 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_CCSENTRY_H
 #define FEATHER_CCSENTRY_H
index 2fb2ea267025eb43c1cb9d598f626e035a596e6c..baaaf2ead0e059db2a8dfaff15bfe957b5bbf3c3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "CCSModel.h"
 
index e84c5ba7c4bbf3faf6d0a5847829485fd71ad715..e310878f17e1282b2b1a8221ebe488726362a93f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_CCSMODEL_H
 #define FEATHER_CCSMODEL_H
index af0b9a0787c04967868ca4ec1964a34aec114258..c915d24d445a78d97e09311779dd3e33391624b5 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "CCSProgressDelegate.h"
 
index 325d19dab5e8055ec709d6437211a7814e4c5191..4c0f5cb9d90e88a946022e0db3e7cc8273256236 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_CSSPROGRESSDELEGATE_H
 #define FEATHER_CSSPROGRESSDELEGATE_H
index 4c1f91f5a177dd323075863440ddc33fa2e13a2b..92d8e9449e5e8f6a6ffa4cda8430cb4b4d29be6f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "CCSWidget.h"
 #include "ui_CCSWidget.h"
index ea431abca4ec196e6b15260cc9142e4c8c663467..5a763da8214170d5ba23a6f6c9b697db8c49d250 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_CSSWIDGET_H
 #define FEATHER_CSSWIDGET_H
index b2529dfdb62c99b328edbafdb4f7bb4b33bb7433..8cebc63d1162d3952e0dfb12adabcb293b1bf9e4 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "CrowdfundingPlugin.h"
 
index 9fb0259a57aebbc4d0a5c8c73fb4d769931bc22b..9bd4736caae869f5a68b93ddcff28605903d4646 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef CROWDFUNDINGPLUGIN_H
 #define CROWDFUNDINGPLUGIN_H
index da5f9275988d559c7f79fb2d03f7ff7548d7d977..c048f339c752f576c2ce1d349390978e7e14d720 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "HomePlugin.h"
 
index eeb1f245f0146f8cd6af5727c357f6453af2d9db..31709b2276c729e6c69615755093713cbfd6b239 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef HOMEPLUGIN_H
 #define HOMEPLUGIN_H
index e172c252d83a358695bd6a39fffc6583f8684aa4..efbe8ccc5d7c002df6b3f02eb1b06008265464a3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "HomeWidget.h"
 #include "ui_HomeWidget.h"
index f34cad833f84ae868cc5d2c806116fc0909fce0e..33b09a77fe715cf2d75242a8856f264b9a90249a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef HOMEWIDGET_H
 #define HOMEWIDGET_H
index 4b466e587f477cee8c799914d78d00e31eb2d499..c98a10e2338845d57f06731e1b44d2c842968614 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_REVUOITEM_H
 #define FEATHER_REVUOITEM_H
index fa6a15b588d90e2e004d5fae6838705289f40c07..7848f3f8702a4805482c097ab9fef66087642d8d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "RevuoPlugin.h"
 
index 3f01c32d59f7078ebe9cb1904423cb4b975940c1..165a127046973e1ee6353509dbe28b68573af2d0 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef REVUOPLUGIN_H
 #define REVUOPLUGIN_H
index 84ea7f2c55147c4514de932cbe607a06a47b62cd..7678b02a15b815f27411ca86629b48efbf503612 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "RevuoWidget.h"
 #include "ui_RevuoWidget.h"
index a583a2c74182fac748e8fcd6498e86c93a429712..4dc3e254fc081846cee1c31f6bcef25cbb7db4f5 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_REVUOWIDGET_H
 #define FEATHER_REVUOWIDGET_H
index 148bff47a1f06d55d229050039354775af78e5b7..bbfb4e143e4cfe408b9acbd81328ada570b61cde 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "TickersConfigAddDialog.h"
 #include "ui_TickersConfigAddDialog.h"
index 18dac28c8b8fd893a7697ed43dab262e6a5b600b..b423fb1b43a22cad4ea17d7663023e71472666b5 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef TICKERSCONFIGADDDIALOG_H
 #define TICKERSCONFIGADDDIALOG_H
index 5aa091d94cff9dfa1d47c3c0f9eef6c0724625fb..ff69decd6973ce3d45cbe094453fb0d45fe134ac 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "TickersConfigDialog.h"
 #include "ui_TickersConfigDialog.h"
index 669b18480e92eafc4c47f8471bc57d5c98f9e9e9..dacb83e7457800642f73fc959e9c0ecaaadf2154 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef TICKERCONFIGDIALOG_H
 #define TICKERCONFIGDIALOG_H
index 7ee13edfcfc18f030ef53e7ab09cfee9b2d2cb91..1a214cbc32fea62917d166736b7e5d548d47e544 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "TickersPlugin.h"
 
index 943c54c9e79dc1cf201c8c3e4f68222cef8e7aa9..629d2a06cc452999a38ab2cfbd5f34ed5ef03a86 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef TICKERPLUGIN_H
 #define TICKERPLUGIN_H
index 75549c01994bf9ae15468fdf357289100449534a..e55df61b0c2552cc00edae2fb0eab8936e646c96 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "TickersWidget.h"
 #include "ui_TickersWidget.h"
index 4472dc6cf8a92c391fbf481c55a377dfed878ae8..eee1fd1128b4b9d414cbe5a6d998dd3d9b4a1ecf 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef TICKERSWIDGET_H
 #define TICKERSWIDGET_H
index 523de73be1a935d9bfb8bca7a192709f65b4cdd8..afdac6048f5b3566e584b50336c925926cab907c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "XMRigPlugin.h"
 
index 7ac3cdb40ff68b48d205fd7ed9c7aa9b2adc5295..a31632a4f0687e4273afc2baefbaa6359570783f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef XMRIGPLUGIN_H
 #define XMRIGPLUGIN_H
index 0759514dbc6100994dfb5655eb699696a92f9fee..9a73c640d7458745003676097832c89ca45bf1bb 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "XMRigWidget.h"
 #include "ui_XMRigWidget.h"
index 1eb9924a4b7000c2bd950b2597614d9e7b89bf9f..3e5ed5c8771dd0bfaffc635ef593d4abfe3c7fc4 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_XMRIGWIDGET_H
 #define FEATHER_XMRIGWIDGET_H
index ff942cac743639190f17951af93afb5a62b56b4f..7070c4b5c87a597272315e61351cc00ee60584b3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include <QScreen>
 #include <QDesktopServices>
index ca2ac936ceaac14cc89fccaf7e852c982404239c..244f0d3c846d7287d08ce6124bcb04924f7e1c01 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_XMRIG_H
 #define FEATHER_XMRIG_H
index 36a78053d3f93d9e4808c7bc87aef3338547a7f4..0a4ddf155c4036b05823de3a1edec347bdd19468 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "QrCodeScanDialog.h"
 #include "ui_QrCodeScanDialog.h"
index 307ad13ecb606f6f224ee1771ddccd809d1c29c5..bfa5e7d77fb4a358f158ff08a10e8fcfa263cfab 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_QRCODESCANDIALOG_H
 #define FEATHER_QRCODESCANDIALOG_H
index 27d3f7316ebd5d5b25bad446ba420bec4dab458c..754aaa77fe3bb52b4bfce2b393dd868dc820dbd8 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "QrCodeScanWidget.h"
 #include "ui_QrCodeScanWidget.h"
index 6d16358422c25801f26f577685daffe8a8a3ef59..9a415f7a9fba75a2329326f73269c196caa826ad 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_QRCODESCANWIDGET_H
 #define FEATHER_QRCODESCANWIDGET_H
index 0265cfceff86c38852e36e64f5455b4f26a583d3..e1ecaf954c628b278e1e52345dee19d819da7769 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "QrScanThread.h"
 
index 4e0eaca779621698e24a5bf714401bff13afc168..6e1f8ccbf811148a024401ece4deefc3a14dd05e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef QRSCANTHREAD_H_
 #define QRSCANTHREAD_H_
index 926879bdd42d6a5f6be6b8636e1817ba6cc1af38..79960521f4c0bb36fb8205b9f9bab9b013ce0851 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "URDialog.h"
 #include "ui_URDialog.h"
index d24785debfa4682a25bb8e633e8c95b540231993..dcf3d49c8f708ae5f5aacd7c13ffed83e4d22850 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_URDIALOG_H
 #define FEATHER_URDIALOG_H
index 89765ed548caa8fc8a6a95871898db3f4f7ecad2..4998e1b54131ebd011e6f38e37aa100546e0b43b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "URWidget.h"
 #include "ui_URWidget.h"
index b64b1eeb13e026f752932a4a86de6eaf320ed352..9f3a71eb904d27a7adcf0ba4a0b58aac9caa2346 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_URWIDGET_H
 #define FEATHER_URWIDGET_H
index 61935288c1efd97e6160d09dc6f4d60ed5df75e7..e957780f0e1214d52128d2d8ce3688cfc6d88683 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "QrCodeUtils.h"
 
index 32ce2842958cb6f606470bfb210274b13f9ec27a..305bc96843f74d0c510e3225ae9a221957935659 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_QRCODEUTILS_H
 #define FEATHER_QRCODEUTILS_H
index 65103217b49bf2f5f5f8c88571d7d2d8a11a5dcd..a1b7d937dd1e971e47d2dd8b9f51df3aabc7dc75 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "AppData.h"
 
index 701a01828d3400baa689179a1c7aaed973ca0a90..e320a7ce7309753b44a8ee629df5cb2f9a18ed86 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_APPDATA_H
 #define FEATHER_APPDATA_H
index 2b1f0699e4b70367f2dda9f6118b36dbdc64790c..58afabebb173b1571de46f83139e4c56b3183d8f 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: BSD-3-Clause
 // SPDX-FileCopyrightText: 2012 thomasv@gitorious
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "ColorScheme.h"
 #include <QDebug>
index cff7868048d5947ba8288251da6b2da0025e050a..1c1709ee6824826047b579e1e1087c5a9c6017c8 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: BSD-3-Clause
 // SPDX-FileCopyrightText: 2012 thomasv@gitorious
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_COLORSCHEME_H
 #define FEATHER_COLORSCHEME_H
index 3419fee61557f2502bb5d2058cd9d08ceafce77f..0d481e14a1386eaea0336c399404423fb5557fb4 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "EventFilter.h"
 
index 8c99fa557b21578abaf0eecac4d509eb9c96684b..8e929dd7136b0bec163829f0c373dbf54765d959 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_EVENTFILTER_H
 #define FEATHER_EVENTFILTER_H
index 80d3ad682579121d7dc4d68617f68744b709525a..b89f635bcd7698a853b4424e3a6ed381f961fc19 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "Icons.h"
 
index 1ecea95562197019171b3f6d8dace67e815d75cf..10cb111ba156258b5aede71703b7c4687e981c39 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_ICONS_H
 #define FEATHER_ICONS_H
index 04f6edaf9c473fa0f2d764d2d354a072ce886a8a..1d0f792411b67c6c49719f08ac4c975f92730a3e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "NetworkManager.h"
 
index 2c383b85fc89c19f6e1c877fe9ec204d7d253119..c4220fea98674569a5aada07445f4a9d074444f3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_NETWORKMANAGER_H
 #define FEATHER_NETWORKMANAGER_H
index a25a9c63bb7dbfe8028da27dfdfe141d2915b272..12de56d906e73ccb1ed60559000a11cbcfa52016 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "utils/Networking.h"
 
index 5b507c963b0c2021eddcd43d94d5b00f957e6485..e79607579d33c2c2bebc2f247e12d5f62fb55537 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_NETWORKING_H
 #define FEATHER_NETWORKING_H
index aa7664d919005bb6aeb640f8e324e01217ab3d0d..209a84b3597dd0a903ecf5ea5cec096c336d934b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_RESTOREHEIGHTLOOKUP_H
 #define FEATHER_RESTOREHEIGHTLOOKUP_H
index 9b5cdbd1fc7e302f9211fa5a22a444b3db83ed0c..9522f5adfff7c585114400fa072886d5d67b2e30 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "Seed.h"
 
index 8581ea007eb73ba6191cad084ff8c05228ab472f..482b40b6b1720ede9f6cb1fe481a24756cbf86d1 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_SEED_H
 #define FEATHER_SEED_H
index 03f0ede7af470b1c912da4502c6e9f9541fe2c0f..3d8321f6e1b01f2221c950ca2d845016ae6d795f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_SEMANTICVERSION_H
 #define FEATHER_SEMANTICVERSION_H
index e3b7f526711ab100203a51f96bb94b33effe109b..37a40b4f4d6eb8eb2ac1a6a16065f23ed419c521 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "utils/TorManager.h"
 
index 5d0334a36fc0800649b191c825720fa66616c190..f78504b5c4c7aee7f06be2d2ee1baf2712251146 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_TOR_H
 #define FEATHER_TOR_H
index cb9ae349245ce0dea8e22781b5e9955bcbf660eb..17f9b13514c607df04869b6a5e35ec5864b44a8b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "TxFiatHistory.h"
 
index 386d4ae6713a5f1b92048e4f4fee85ea798d9461..d6cc90cf198c7a9e190e9f0d102e79101315a931 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_TXFIATHISTORY_H
 #define FEATHER_TXFIATHISTORY_H
index dc2288814b6be7de543a3b7d04cff5a691cde9e1..399ccbaacecb85e76d684cd6151e46ebbc4dfe31 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "Utils.h"
 
index ce24b7389b18ed1485c0d851f075c7b996a52c49..24be5187fb4a1018325da94e0b970a07ee442e10 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_UTILS_H
 #define FEATHER_UTILS_H
index 879263e87ff196b88a26f873759681ba0fd78f09..815666bfdc64808601ffe5f5835e5aaf7fe0bb53 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "WebsocketClient.h"
 
index 94a9c4f30417a4bb81cd1c0e860e4e0ee0713f9a..d083d2a49fe740515d5ad0c83950d2ac134139ac 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_WEBSOCKETCLIENT_H
 #define FEATHER_WEBSOCKETCLIENT_H
index 3232f11d04407aad6012ddf6f64c9ada90a92740..09bb00611247d0f08a473ac3d06e24ab45710be2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "WebsocketNotifier.h"
 #include "utils/os/whonix.h"
index f2ee464eabf44a11e2b9c071f210843b5114c067..63a407456d58e575ae6a665beaf709f94def30f0 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_WEBSOCKETNOTIFIER_H
 #define FEATHER_WEBSOCKETNOTIFIER_H
index e2048079f1e4ffb312e21490332bdb80d4d60218..71823d5340bf82f742f05c68a40cc31c7a5949fb 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-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "config.h"
 
index b83b4f4dbad82f97f1c3f9b681b369adf0f8d522..2a4e236cc0f53df27c575a44bda01cd5872f0225 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-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_CONFIG_H
 #define FEATHER_CONFIG_H
index 656db29af596bc6d40e985c9bbee75b6886ca6b6..f751886f12491ab2a769d6eb6d553c6ee89c5578 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "daemonrpc.h"
 
index d53d0981b45fc5235a2a91faf0264771f309c763..288b4994636de13783436103c0e1853ab9fcb1df 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_DAEMON_RPC_H
 #define FEATHER_DAEMON_RPC_H
index fc7118c3826d94e34edfc5c6fd38685d248a233a..6d8f0fb09af289b68a4e09017b60f9808672c06e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #pragma once
 
index 1c881d0d7bd05b4e0e690d59b17dfb0a91949bab..f924ea6a1f8b895d49942b86423f31b48818a14b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "nodes.h"
 
index 77bca0d9071c1c2665919b1cbc49bddfa21d2b33..8bbf8b3a1c2cc7b9da6cd531c5b73e29e61247ca 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_NODES_H
 #define FEATHER_NODES_H
index ed8daa2542d25aef36fc6ba3e41192b3c76cbfbb..0acbbd0a28f7602a0ce86771fa7e5e1786822032 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "Prestium.h"
 
index bc89e0ea009e6fc87807b6845a971336fd51096f..d49a51f3870340bd1567d6d27fc9091cec10be15 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_PRESTIUM_H
 #define FEATHER_PRESTIUM_H
index 1cbe9374707640cd9a920598a23d0d134161a5a2..f7e36224331a3c80ac9036dde7b7c8c29ffb389a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "tails.h"
 
index d30e1dccd8564aafd4a3c6dc5c1442ae7ab395d7..257c7752dd95f80f83d380c582a133202b18a52c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef TAILSOS_H
 #define TAILSOS_H
index a924a570fbe1697d898d97a823fe99bb4793535a..32d0877323098f03caa4ebec6c5ec761b03a4b15 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "whonix.h"
 
index 3e5354bae24acb5dd0f7785a9e075f41de430ceb..59ad6ba4db443c70e076ec1463b16c3dde73f263 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_WHONIX_H
 #define FEATHER_WHONIX_H
index 1ee9c20754213db65946fef1756d76912d337486..46e5f7ac5114586b51ec23fe2b45ea51de3c48db 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "prices.h"
 
index 90b1984f5bd59e98dd554908dd7a222224683a73..55d779020ab1299294297c1a81e0765861d5f548 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_PRICES_H
 #define FEATHER_PRICES_H
index 94b40f7081505fec0c07618c96e8146e5ef29e75..f59fd8e59530025d4a734990a78a1ed347d54e4b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "scheduler.h"
 
index 2be44118d5b6efbd7b172320e599e5b802c5d2eb..8305897c682bd19ece817ff19e3682136ba94b93 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2014-2022 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FUTURE_SCHEDULER_H
 #define FUTURE_SCHEDULER_H
index 0f2d1224faaf92ce3ec332db9fcaa9280160d3b7..3b2de21ae107285a0f02052e3e8be1188cea9004 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "UpdateDialog.h"
 #include "ui_UpdateDialog.h"
index 6297307dddee1ed9d180bed539b48788d9fddf7c..f40923104edd71b3d64bdd9aadeb060c3e8c6b60 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_UPDATEDIALOG_H
 #define FEATHER_UPDATEDIALOG_H
index b448e899d0f0876f7b4d61486500eb9a9607a266..c7d4ca052368db30580e089ad7ba01af0cacd4d0 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "Updater.h"
 
index 00aa11ec412e5e9f7ef4f9004bdb6a65d0bf1fe0..abefee487b4b3e78f39cab948d6824e2e2159bab 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #pragma once
 
index c79b90cb2b8b40d9c6166aa816493e32db121a36..832d7351236029659c29f4cb776fa33c614a06b9 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "NetworkProxyWidget.h"
 #include "ui_NetworkProxyWidget.h"
index d2384b9c9214c423bb3ee06673e6c1b49ce352f9..cd382297281ecb6b6e00ccc88ce2bf1b849d3a54 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_NETWORKPROXYWIDGET_H
 #define FEATHER_NETWORKPROXYWIDGET_H
index eb4c0f6a082bb70bdd480c1e4edfaff544491c15..b2c94e775284e3bdefb5ee1e68cd65a1cdfefddc 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "NodeWidget.h"
 #include "ui_NodeWidget.h"
index 795efa2ae4ed00d0213157321bac5c04d5b54855..af76739ead30762a0f30ee2d298bd705507c9761 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_NODEWIDGET_H
 #define FEATHER_NODEWIDGET_H
index 8f6ba4d181e0d3874ea3b9c2dd0dadf3fe291070..e3f99838e53376696545d91e915634ccf98a22f1 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "PasswordSetWidget.h"
 #include "ui_PasswordSetWidget.h"
index 349c4f438aa5e88b8dfd8fea45838191e002b60e..1c317c8e8a5f31edc3496cbb2b7849f99e339e5c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_PASSWORDSETWIDGET_H
 #define FEATHER_PASSWORDSETWIDGET_H
index e25f09211c9cf62ec3f5bf9dce716838b9841e77..0339a70f46bd4e58f804ab736c6559de84391c4d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 // SPDX-FileCopyrightText: 2012 thomasv@gitorious
 
 #include "PayToEdit.h"
index f37c469501118620b3b112957d703035b4803974..d8916496766860bff3ae8c76d35ddd99518e8e7b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 // SPDX-FileCopyrightText: 2012 thomasv@gitorious
 
 #ifndef FEATHER_PAYTOEDIT_H
index 30b919834a91ddda6919b25f951d31d675b2cfbb..1055b206eb251c4d2ba20556f53bdbedc5348cff 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "PluginWidget.h"
 #include "ui_PluginWidget.h"
index 11e574affc7efa01dc9b083babcc7388c66b9102..0ac72db54f12f7828591067e940ca236705319e4 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef PLUGINWIDGET_H
 #define PLUGINWIDGET_H
index 8ff18cbad0393948c96b707e02736b0d69a86985..701c82374b664623cb38e247aadbc75486c46d83 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "QrCodeWidget.h"
 
index 1a3c7d823608a53895f8ee4fa414571b27e4a1f5..bf5c84ec193bb6498fcd98170288e7af092b222c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_QRCODEWIDGET_H
 #define FEATHER_QRCODEWIDGET_H
index 4bbafb742a73b085370362ddbcbba53e9f67df3a..0ae9969b2f834c3503ba7327b1993cfb807ce734 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "RestoreHeightWidget.h"
 #include "ui_RestoreHeightWidget.h"
index 0d83f9655c277b6c992451a7dcc9535e19c435f3..b22130817a4971d8106d40b9483f38bc3959c8aa 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_RESTOREHEIGHTWIDGET_H
 #define FEATHER_RESTOREHEIGHTWIDGET_H
index 86dfe58bbaecb3b7edcb9d7a2c374395bf8838c1..75b5cfe66d52ba1f874dcd258df3895c8d5612e5 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "TickerWidget.h"
 #include "ui_TickerWidget.h"
index 576623593e19316e2f4b8ede340c432fcff503ed..8d016320d5c913b1730001ac4f5ad304af4d5463 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_TICKERWIDGET_H
 #define FEATHER_TICKERWIDGET_H
index 1d2141755ff1bae40d70c1b4ae8a56074879197d..61be8f32b05fc4c7c40e94931adea51eda14b639 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "TxDetailsSimple.h"
 #include "ui_TxDetailsSimple.h"
index a24ac83adee8b63f4aab73ae574f2004e17468c7..61135104d68a17176b2e936284e9d6cd67359d40 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_TXDETAILSSIMPLE_H
 #define FEATHER_TXDETAILSSIMPLE_H
index 4616e5530ddad1e7e84d932acf9b6f2f1d0138e5..3c6504df54ff314dbccee4ba192b4aeb3f348ea9 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "UrlListConfigureWidget.h"
 #include "ui_UrlListConfigureWidget.h"
index 4642cfc86cb54292df2e16eac4db828717dcdc5d..9b174ba8bdca153b1bd20de6ef3261fcee511e8e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_URLLISTCONFIGUREWIDGET_H
 #define FEATHER_URLLISTCONFIGUREWIDGET_H
index e4e1f43f70c9983e0467bd051a2d37332b474123..1c29fe087f4ebfab0ea716e8f28e2f58fd0e2cef 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "WalletUnlockWidget.h"
 #include "ui_WalletUnlockWidget.h"
index d6efa8d4f08bf92915284fb7cb83a1891384090c..8e43a7181583bb675600cc34180a75c8ec87a354 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_WALLETUNLOCKWIDGET_H
 #define FEATHER_WALLETUNLOCKWIDGET_H
index 3c444fb9d0dffa2a14a9af56a79f1bd5a965d22f..c09c9bdfe95fb9f60df7ba20d364e1685a143d0a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "PageHardwareDevice.h"
 #include "ui_PageHardwareDevice.h"
index 0100b1e5246c78604a97243056352fc5a471f395..640e9bddc689b30482fad9628d78d4974859295f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_PAGEHARDWAREDEVICE_H
 #define FEATHER_PAGEHARDWAREDEVICE_H
index e09d9179f073204c78e4c4791104f450756b4b31..e85e91ac5916aab2fe675d40b8c323ec2a03197d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "PageMenu.h"
 #include "ui_PageMenu.h"
index 0c3db978d3452f0e86d3547451022225d8e13193..7b500d3736aace8223ddb06b8fc6d7f9037090d1 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_WIZARDMENU_H
 #define FEATHER_WIZARDMENU_H
index 08da1e123cc90a363861c39f344c8ab4952322e1..c15b7aaf557099f2d7828841a320ab15daca199d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "PageNetwork.h"
 #include "ui_PageNetwork.h"
index 6a55ac5f1a0e961d4d3d9e0b988f03f3144b38c7..02767b0fbfb3fa3f4e6537ec07296b7de2700237 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_WIZARDNETWORK_H
 #define FEATHER_WIZARDNETWORK_H
index 10e1d6d263642f2a4eaa042725f3b68ab37cf4db..c306e11be3fd7897e7119446627820e9632b1589 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "PageNetworkProxy.h"
 #include "ui_PageNetworkProxy.h"
index c9159dbf124e9f5806c787f62951518e09dd7f2a..323755f6d4c2c908d3fdf17fe40c208604b93dc3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_PageNetworkProxy_H
 #define FEATHER_PageNetworkProxy_H
index 28d82be2fbcc15eb8c6baaa3033b27d568655f44..5b8ddcf88c82cec8c827438857f9aed7b7c1b8c8 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "PageNetworkWebsocket.h"
 #include "ui_PageNetworkWebsocket.h"
index d7d6fa97b2a0134302a8c78c2b70839ba6d9da30..abed784aa644195ad205708071def0489e004d24 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_PAGENETWORKWEBSOCKET_H
 #define FEATHER_PAGENETWORKWEBSOCKET_H
index bb76227d2f93833b5340ab3cd795063855fbdba9..90a961cd8577b938d7a895f7713822102367dbc4 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "PageOpenWallet.h"
 #include "ui_PageOpenWallet.h"
index 3db31f21abf2b96230ac2da3e7999faed865072a..e05448244965025186ec0d1acd0be3384cc7bd48 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_OPENWALLET_H
 #define FEATHER_OPENWALLET_H
index a2bf616fcfe3fb6afde8a0dfda067d68423a7970..c167a9acf15e4a5538e46ff7eeadff643c548b34 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "PagePlugins.h"
 #include "ui_PagePlugins.h"
index 2a2ddf8f100f10ad0c683ef6596c94f7e72917f3..552fa287112218cdc6fa3c636ab097f38bed6ed2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef PAGEPLUGINS_H
 #define PAGEPLUGINS_H
index aeefa3dc7bf4c447716bc109d0f2488c0539d8b5..7c50242bea2cb71023d80e78fac96a9e48f221b2 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "PageSetPassword.h"
 #include "ui_PageSetPassword.h"
index d3d9a87875af8d290692093f3ad7abc0d850c60b..19bf7888d8e2bab14ef19fe5c77ec4ee63bc5c25 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_PASSWORD_H
 #define FEATHER_PASSWORD_H
index a2d279cb77020092ee4ec7a55fd080ef066e00a4..8c881ac0abe571d8a1cc5bf69c5f4820db09e355 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "PageSetRestoreHeight.h"
 #include "ui_PageSetRestoreHeight.h"
index 0335cecb4b0055664f26a0b0988eab92acf1cf16..f654960c80b2a66ee771aa57ede6664613728f26 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_PAGESETRESTOREHEIGHT_H
 #define FEATHER_PAGESETRESTOREHEIGHT_H
index bef57676d31118868335ffe7a0a688a0732659f1..f2d54ff7fddfe1a346ce7fdedee756ed61388b9b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "PageSetSeedPassphrase.h"
 #include "ui_PageSetSeedPassphrase.h"
index 821507f34583fbe4cc0b3968eebbedd08c68cf36..5ac84ea7722ae4d3f8d5ecddccb11200a9c72c05 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_PAGESETSEEDPASSPHRASE_H
 #define FEATHER_PAGESETSEEDPASSPHRASE_H
index f83839a5e02ad397487e12ef804d59ebf389e0f7..df6a3668de25d9cdb89906e3352eb266521800f4 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "PageSetSubaddressLookahead.h"
 #include "ui_PageSetSubaddressLookahead.h"
index 64860c02a61f661023e2341f31b512accdb4894e..e3cd53c582ad1d97b0776e5d2aeb19b1cddcac0c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_PAGESETSUBADDRESSLOOKAHEAD_H
 #define FEATHER_PAGESETSUBADDRESSLOOKAHEAD_H
index 0f5bae4a22cdf3f2d6dc6ce5a729f2a10a2780ff..974fd9022056430e0c9838b24d43cbeeee718eee 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "WalletWizard.h"
 #include "PageWalletFile.h"
index d8226372f9853b1873af4e78c19ce56f02f50e76..eb3343422cef4e3251ddaad1a5748ca2053b2e9a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_CREATEWALLET_H
 #define FEATHER_CREATEWALLET_H
index d5f025a9f00cd09eb44b73888e72f36028753788..ad3e9446c67944ddf5939f48a63c2bafa3782c33 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "PageWalletRestoreKeys.h"
 #include "ui_PageWalletRestoreKeys.h"
index 90f5b461db3ee65515cdbbaabfe885473a4d3dad..e11abe79f745d257d207e003f7b84e0b0828045d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_WIZARDVIEWONLY_H
 #define FEATHER_WIZARDVIEWONLY_H
index cb251180379f9894216894e4d90326b1fb58b1f6..8023d57859f83e9bb380658dedfeb4fa33733737 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "WalletWizard.h"
 #include "PageWalletRestoreSeed.h"
index 2d3367caab72d9c28e1eda84133dd9573b42a8a2..139cd44a0c1ca40ea289429a920bcf9b0bebd9e5 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_WIZARDRESTORE_H
 #define FEATHER_WIZARDRESTORE_H
index 82f74574e85ad844fbab613f91ad3104528ea78c..5daaa7c456104c3c19bc85ba51397ece3f706689 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "PageWalletSeed.h"
 #include "ui_PageWalletSeed.h"
index 474d95eab5d27a67bcdcb65698ac461452490671..c3df70aac253aa4bc74e0ffd9c807f02ec08e381 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_CREATEWALLETSEED_H
 #define FEATHER_CREATEWALLETSEED_H
index 760f9e94ad51bc92a2fa8e972aed513bc6d40a9e..6f8aef8a05be3d63fab8012e2aef6dadc5acea41 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "WalletWizard.h"
 
index 1cc705c39c5984ab3ac70607ad3553ba633cda2c..d345abef2c8272f2e368187bcee15944c9a0adca 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_WALLETWIZARD_H
 #define FEATHER_WALLETWIZARD_H
index 8669c3c2cc0394507f0d3f02ef1372e9c05782eb..cd203f6332767045483bfaa8564ce62bc800d8c4 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "OfflineTxSigningWizard.h"
 
index 50e59d60ebe688f026dd9f9b43c7b30a60968fca..485bb9c5b57145a10780aa44e0e8a0bdd36c8603 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_OFFLINETXSIGNINGWIZARD_H
 #define FEATHER_OFFLINETXSIGNINGWIZARD_H
index 75bc73537fcb4bae99d70328b6e049c229108e2f..65002e93bc96bc2377df14d48db466dc2ac9035e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "PageOTS_ExportKeyImages.h"
 #include "ui_PageOTS_Export.h"
index e33a8936999af7c9d81ff4ec697ed77c0717301e..d107bd69f5ce1d27545132f73060bff79836a54c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_PAGEOTS_EXPORTKEYIMAGES_H
 #define FEATHER_PAGEOTS_EXPORTKEYIMAGES_H
index b5aea8086f316807fb4fe91706c7d328a1d7a5fe..cafacbd7e161702f2db0f53a6e8f830b5793247a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "PageOTS_ExportOutputs.h"
 #include "ui_PageOTS_Export.h"
index 8b8a85f56ae3b321092a63615b878160bbc51aab..d81ac66e7f8c9862db15e42ca724aa5aed7f56d8 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_PAGEOTS_EXPORTOUTPUTS_H
 #define FEATHER_PAGEOTS_EXPORTOUTPUTS_H
index 3a64112d4088ca51fe2886fa200ca7971e732e5f..185b3e3ae308b79c779e849329e93a61ff2af243 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "PageOTS_ExportSignedTx.h"
 #include "ui_PageOTS_Export.h"
index b74cc905efacb22881085021d1a46399e08b77b2..f921e02f2cc9a4bf3205ed4e5214ae4905c020a9 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_PAGEOTS_EXPORTSIGNEDTX_H
 #define FEATHER_PAGEOTS_EXPORTSIGNEDTX_H
index 4e4242a8f32860679d95bee98ed869259a4a53b3..045e2cc66ef7e2050584ac651aada6c97545285d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "PageOTS_ExportUnsignedTx.h"
 #include "ui_PageOTS_Export.h"
index 173d3fd2629fecbfa34f8b6483ad463c10dd81d9..d83ea5ebcf13bde3a91bdefad53b5a80bb363848 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_PAGEOTS_EXPORTUNSIGNEDTX_H
 #define FEATHER_PAGEOTS_EXPORTUNSIGNEDTX_H
index b956ff792fe4b749c099905429a3e0d32d7b0382..8ec11f69e20607a93d13d02195f903b6794bb669 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "PageOTS_Import.h"
 #include "ui_PageOTS_Import.h"
index 62b62797443b9dd1455744b52469dbaa719dbee3..ceba81f90c39461437f75f03d6aec891d68e7d8d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_PAGEOTS_IMPORT_H
 #define FEATHER_PAGEOTS_IMPORT_H
index fdcc685c87409e9fe7acf9b9013a54e34cefb284..b0a51c89630e2fcf07c0d40dd0bdc0ad1ab7535f 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "PageOTS_ImportKeyImages.h"
 #include "ui_PageOTS_Import.h"
index cb22bdf53bb6b127fc3a3bb19a77823d3c3d56c8..27e8260ebcbcf9d7b3b0a05a76febdad7931579b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_PAGEOTS_IMPORTKEYIMAGES_H
 #define FEATHER_PAGEOTS_IMPORTKEYIMAGES_H
index 68f834960f6d6c60e4d162de8b9a8c46399a57a6..6b7e5c2334feed093cce5e6b4e18f43e30d47732 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "PageOTS_ImportOffline.h"
 #include "ui_PageOTS_Import.h"
index 765477f988acb80aab7eb7ebd33aa9423a0ff2dd..eec894d1015ac2f7b283bd4d94d5b359be7a8888 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_PAGEOTS_IMPORTOFFLINE_H
 #define FEATHER_PAGEOTS_IMPORTOFFLINE_H
index f4e99bde03d67edb56b163b36a57c964c14fe94e..f6102c6f7cc2fd4227c287b1c991c5292ad3d0b0 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "PageOTS_ImportSignedTx.h"
 #include "ui_PageOTS_Import.h"
index 81078b638545e1d91a88c485711220656871790e..7a908499e3e0d1c3a6ff79af495908c17c49e63b 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_PAGEOTS_IMPORTSIGNEDTX_H
 #define FEATHER_PAGEOTS_IMPORTSIGNEDTX_H
index f0b007a07bed46e1ab7bc9de6c48cda62fe6b8dd..a489d70d1f7b062ba97a28c180f9316c0104f31c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "PageOTS_ImportUnsignedTx.h"
 #include "ui_PageOTS_Import.h"
index 4eec47ccbbb96b255cec45e2723785aa174f7df7..47e54cfde5def72ed1cffd553984935c22e0799a 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_PAGEOTS_IMPORTUNSIGNEDTX_H
 #define FEATHER_PAGEOTS_IMPORTUNSIGNEDTX_H
index 4d3319a6d70ff869d8808b431328b18384497f0d..82b4195a4220f14f11e6cd67f398a16c6b9b9ea0 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #include "PageOTS_SignTx.h"
 
index 56ddf689e8189d9b31cd025bc798888f535fd1f3..1e56098008bd86df44d4edb9921e10825ebaedc3 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// SPDX-FileCopyrightText: 2020-2024 The Monero Project
+// SPDX-FileCopyrightText: The Monero Project
 
 #ifndef FEATHER_PAGEOTS_SIGNTX_H
 #define FEATHER_PAGEOTS_SIGNTX_H