diff --git a/CMakeLists.txt b/CMakeLists.txt index 69c0f94..901f8c9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON) set(PACKAGE_NAME ${PROJECT_NAME}) set(PACKAGE_BUGREPORT "https://github.com/feather-wallet/feather/issues") set(PACKAGE_URL "https://featherwallet.org/") -set(COPYRIGHT_YEAR "2023") +set(COPYRIGHT_YEAR "2024") set(COPYRIGHT_HOLDERS "The Monero Project") # Configurable options diff --git a/LICENSE b/LICENSE index 59d66ad..3e76012 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2020-2023, The Monero Project +Copyright (c) 2020-2024, The Monero Project All rights reserved. diff --git a/src/CoinsWidget.cpp b/src/CoinsWidget.cpp index 637f235..3b6394e 100644 --- a/src/CoinsWidget.cpp +++ b/src/CoinsWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "CoinsWidget.h" #include "ui_CoinsWidget.h" diff --git a/src/CoinsWidget.h b/src/CoinsWidget.h index 15d06d5..a6156f6 100644 --- a/src/CoinsWidget.h +++ b/src/CoinsWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_COINSWIDGET_H #define FEATHER_COINSWIDGET_H diff --git a/src/ContactsWidget.cpp b/src/ContactsWidget.cpp index 7a32b46..5f52297 100644 --- a/src/ContactsWidget.cpp +++ b/src/ContactsWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "ContactsWidget.h" #include "ui_ContactsWidget.h" diff --git a/src/ContactsWidget.h b/src/ContactsWidget.h index 27e743a..6f6c1b5 100644 --- a/src/ContactsWidget.h +++ b/src/ContactsWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_CONTACTSWIDGET_H #define FEATHER_CONTACTSWIDGET_H diff --git a/src/HistoryWidget.cpp b/src/HistoryWidget.cpp index cb29836..ab44724 100644 --- a/src/HistoryWidget.cpp +++ b/src/HistoryWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "HistoryWidget.h" #include "ui_HistoryWidget.h" diff --git a/src/HistoryWidget.h b/src/HistoryWidget.h index 0ac765b..3cbe144 100644 --- a/src/HistoryWidget.h +++ b/src/HistoryWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_HISTORYWIDGET_H #define FEATHER_HISTORYWIDGET_H diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index 08e5904..049190e 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "MainWindow.h" #include "ui_MainWindow.h" diff --git a/src/MainWindow.h b/src/MainWindow.h index 238a23e..4b2ceb1 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_MAINWINDOW_H #define FEATHER_MAINWINDOW_H diff --git a/src/ReceiveWidget.cpp b/src/ReceiveWidget.cpp index c907977..edd4f10 100644 --- a/src/ReceiveWidget.cpp +++ b/src/ReceiveWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "ReceiveWidget.h" #include "ui_ReceiveWidget.h" diff --git a/src/ReceiveWidget.h b/src/ReceiveWidget.h index 25e7604..699b514 100644 --- a/src/ReceiveWidget.h +++ b/src/ReceiveWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_RECEIVEWIDGET_H #define FEATHER_RECEIVEWIDGET_H diff --git a/src/SendWidget.cpp b/src/SendWidget.cpp index 108bb3f..8986600 100644 --- a/src/SendWidget.cpp +++ b/src/SendWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "SendWidget.h" #include "ui_SendWidget.h" diff --git a/src/SendWidget.h b/src/SendWidget.h index 9b74cbb..d4aace7 100644 --- a/src/SendWidget.h +++ b/src/SendWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_SENDWIDGET_H #define FEATHER_SENDWIDGET_H diff --git a/src/SettingsDialog.cpp b/src/SettingsDialog.cpp index 5153291..bd00a65 100644 --- a/src/SettingsDialog.cpp +++ b/src/SettingsDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "SettingsDialog.h" #include "ui_SettingsDialog.h" diff --git a/src/SettingsDialog.h b/src/SettingsDialog.h index 73c089b..9f8a48e 100644 --- a/src/SettingsDialog.h +++ b/src/SettingsDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_SettingsDIALOG_H #define FEATHER_SettingsDIALOG_H diff --git a/src/WindowManager.cpp b/src/WindowManager.cpp index a68b880..31e7ca3 100644 --- a/src/WindowManager.cpp +++ b/src/WindowManager.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "WindowManager.h" diff --git a/src/WindowManager.h b/src/WindowManager.h index 3008636..8df04c5 100644 --- a/src/WindowManager.h +++ b/src/WindowManager.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_WINDOWMANAGER_H #define FEATHER_WINDOWMANAGER_H diff --git a/src/components.cpp b/src/components.cpp index 6da1a23..0abf2e7 100644 --- a/src/components.cpp +++ b/src/components.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "components.h" diff --git a/src/components.h b/src/components.h index 2085b57..8a1059f 100644 --- a/src/components.h +++ b/src/components.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_COMPONENTS_H #define FEATHER_COMPONENTS_H diff --git a/src/constants.cpp b/src/constants.cpp index 86ed214..a774007 100644 --- a/src/constants.cpp +++ b/src/constants.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "constants.h" diff --git a/src/constants.h b/src/constants.h index fb94601..2e01b22 100644 --- a/src/constants.h +++ b/src/constants.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_CONSTANTS_H #define FEATHER_CONSTANTS_H diff --git a/src/dialog/AboutDialog.cpp b/src/dialog/AboutDialog.cpp index 5dc0038..354879e 100644 --- a/src/dialog/AboutDialog.cpp +++ b/src/dialog/AboutDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "AboutDialog.h" #include "ui_AboutDialog.h" diff --git a/src/dialog/AboutDialog.h b/src/dialog/AboutDialog.h index 6a98db9..e882046 100644 --- a/src/dialog/AboutDialog.h +++ b/src/dialog/AboutDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_ABOUT_H #define FEATHER_ABOUT_H diff --git a/src/dialog/AccountSwitcherDialog.cpp b/src/dialog/AccountSwitcherDialog.cpp index 49c32f6..4c3a6a6 100644 --- a/src/dialog/AccountSwitcherDialog.cpp +++ b/src/dialog/AccountSwitcherDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "AccountSwitcherDialog.h" #include "ui_AccountSwitcherDialog.h" diff --git a/src/dialog/AccountSwitcherDialog.h b/src/dialog/AccountSwitcherDialog.h index 568041e..1d3dcef 100644 --- a/src/dialog/AccountSwitcherDialog.h +++ b/src/dialog/AccountSwitcherDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_ACCOUNTSWITCHERDIALOG_H #define FEATHER_ACCOUNTSWITCHERDIALOG_H diff --git a/src/dialog/AddressCheckerIndexDialog.cpp b/src/dialog/AddressCheckerIndexDialog.cpp index bb5d897..ae4e369 100644 --- a/src/dialog/AddressCheckerIndexDialog.cpp +++ b/src/dialog/AddressCheckerIndexDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "AddressCheckerIndexDialog.h" #include "ui_AddressCheckerIndexDialog.h" diff --git a/src/dialog/AddressCheckerIndexDialog.h b/src/dialog/AddressCheckerIndexDialog.h index 2ddc1b1..6ab397a 100644 --- a/src/dialog/AddressCheckerIndexDialog.h +++ b/src/dialog/AddressCheckerIndexDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef ADDRESSCHECKERINDEXDIALOG_H #define ADDRESSCHECKERINDEXDIALOG_H diff --git a/src/dialog/BalanceDialog.cpp b/src/dialog/BalanceDialog.cpp index 22ca84a..dc976ff 100644 --- a/src/dialog/BalanceDialog.cpp +++ b/src/dialog/BalanceDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "BalanceDialog.h" #include "ui_BalanceDialog.h" diff --git a/src/dialog/BalanceDialog.h b/src/dialog/BalanceDialog.h index 8267b43..7592713 100644 --- a/src/dialog/BalanceDialog.h +++ b/src/dialog/BalanceDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_BALANCEDIALOG_H #define FEATHER_BALANCEDIALOG_H diff --git a/src/dialog/ContactsDialog.cpp b/src/dialog/ContactsDialog.cpp index 5d39599..c1c22b2 100644 --- a/src/dialog/ContactsDialog.cpp +++ b/src/dialog/ContactsDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "ui_ContactsDialog.h" #include "ContactsDialog.h" diff --git a/src/dialog/ContactsDialog.h b/src/dialog/ContactsDialog.h index e888cea..995795b 100644 --- a/src/dialog/ContactsDialog.h +++ b/src/dialog/ContactsDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_CONTACTSDIALOG_H #define FEATHER_CONTACTSDIALOG_H diff --git a/src/dialog/DebugInfoDialog.cpp b/src/dialog/DebugInfoDialog.cpp index f18fb47..598464c 100644 --- a/src/dialog/DebugInfoDialog.cpp +++ b/src/dialog/DebugInfoDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "DebugInfoDialog.h" #include "ui_DebugInfoDialog.h" diff --git a/src/dialog/DebugInfoDialog.h b/src/dialog/DebugInfoDialog.h index 53cb31f..d5f3741 100644 --- a/src/dialog/DebugInfoDialog.h +++ b/src/dialog/DebugInfoDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_DEBUGINFODIALOG_H #define FEATHER_DEBUGINFODIALOG_H diff --git a/src/dialog/DocsDialog.cpp b/src/dialog/DocsDialog.cpp index 762f0c4..f6ffb78 100644 --- a/src/dialog/DocsDialog.cpp +++ b/src/dialog/DocsDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "DocsDialog.h" #include "ui_DocsDialog.h" diff --git a/src/dialog/DocsDialog.h b/src/dialog/DocsDialog.h index 2628e85..cb28f82 100644 --- a/src/dialog/DocsDialog.h +++ b/src/dialog/DocsDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_DOCSDIALOG_H #define FEATHER_DOCSDIALOG_H diff --git a/src/dialog/InfoDialog.cpp b/src/dialog/InfoDialog.cpp index f95fa77..4b08623 100644 --- a/src/dialog/InfoDialog.cpp +++ b/src/dialog/InfoDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "InfoDialog.h" #include "ui_InfoDialog.h" diff --git a/src/dialog/InfoDialog.h b/src/dialog/InfoDialog.h index a4475b9..d110fb9 100644 --- a/src/dialog/InfoDialog.h +++ b/src/dialog/InfoDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_INFODIALOG_H #define FEATHER_INFODIALOG_H diff --git a/src/dialog/KeysDialog.cpp b/src/dialog/KeysDialog.cpp index 1f459a3..ecd1f47 100644 --- a/src/dialog/KeysDialog.cpp +++ b/src/dialog/KeysDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "KeysDialog.h" #include "ui_KeysDialog.h" diff --git a/src/dialog/KeysDialog.h b/src/dialog/KeysDialog.h index 98b38be..8524c27 100644 --- a/src/dialog/KeysDialog.h +++ b/src/dialog/KeysDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_KEYSDIALOG_H #define FEATHER_KEYSDIALOG_H diff --git a/src/dialog/OutputInfoDialog.cpp b/src/dialog/OutputInfoDialog.cpp index 5e18e20..2ad43cc 100644 --- a/src/dialog/OutputInfoDialog.cpp +++ b/src/dialog/OutputInfoDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "OutputInfoDialog.h" #include "ui_OutputInfoDialog.h" diff --git a/src/dialog/OutputInfoDialog.h b/src/dialog/OutputInfoDialog.h index 0a4080f..612bab5 100644 --- a/src/dialog/OutputInfoDialog.h +++ b/src/dialog/OutputInfoDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_OUTPUTINFODIALOG_H #define FEATHER_OUTPUTINFODIALOG_H diff --git a/src/dialog/OutputSweepDialog.cpp b/src/dialog/OutputSweepDialog.cpp index 538f24a..c0490e7 100644 --- a/src/dialog/OutputSweepDialog.cpp +++ b/src/dialog/OutputSweepDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "OutputSweepDialog.h" #include "ui_OutputSweepDialog.h" diff --git a/src/dialog/OutputSweepDialog.h b/src/dialog/OutputSweepDialog.h index 9372b9e..e11a37b 100644 --- a/src/dialog/OutputSweepDialog.h +++ b/src/dialog/OutputSweepDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_OUTPUTSWEEPDIALOG_H #define FEATHER_OUTPUTSWEEPDIALOG_H diff --git a/src/dialog/PasswordChangeDialog.cpp b/src/dialog/PasswordChangeDialog.cpp index 2e6412a..a50897f 100644 --- a/src/dialog/PasswordChangeDialog.cpp +++ b/src/dialog/PasswordChangeDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "PasswordChangeDialog.h" #include "ui_PasswordChangeDialog.h" diff --git a/src/dialog/PasswordChangeDialog.h b/src/dialog/PasswordChangeDialog.h index 26397b3..0348d78 100644 --- a/src/dialog/PasswordChangeDialog.h +++ b/src/dialog/PasswordChangeDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_PASSWORDCHANGEDIALOG_H #define FEATHER_PASSWORDCHANGEDIALOG_H diff --git a/src/dialog/PasswordDialog.cpp b/src/dialog/PasswordDialog.cpp index 4398720..45059ba 100644 --- a/src/dialog/PasswordDialog.cpp +++ b/src/dialog/PasswordDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "PasswordDialog.h" #include "ui_PasswordDialog.h" diff --git a/src/dialog/PasswordDialog.h b/src/dialog/PasswordDialog.h index 565c87d..3bffb0c 100644 --- a/src/dialog/PasswordDialog.h +++ b/src/dialog/PasswordDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_PASSWORDDIALOG_H #define FEATHER_PASSWORDDIALOG_H diff --git a/src/dialog/PasswordSetDialog.cpp b/src/dialog/PasswordSetDialog.cpp index 5063782..08f0023 100644 --- a/src/dialog/PasswordSetDialog.cpp +++ b/src/dialog/PasswordSetDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "PasswordSetDialog.h" #include "ui_PasswordSetDialog.h" diff --git a/src/dialog/PasswordSetDialog.h b/src/dialog/PasswordSetDialog.h index 8a89e5c..57bb53c 100644 --- a/src/dialog/PasswordSetDialog.h +++ b/src/dialog/PasswordSetDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_PASSWORDSETDIALOG_H #define FEATHER_PASSWORDSETDIALOG_H diff --git a/src/dialog/PaymentRequestDialog.cpp b/src/dialog/PaymentRequestDialog.cpp index 1899c38..285c0b7 100644 --- a/src/dialog/PaymentRequestDialog.cpp +++ b/src/dialog/PaymentRequestDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "PaymentRequestDialog.h" #include "ui_PaymentRequestDialog.h" diff --git a/src/dialog/PaymentRequestDialog.h b/src/dialog/PaymentRequestDialog.h index 9a8eda4..724d0c4 100644 --- a/src/dialog/PaymentRequestDialog.h +++ b/src/dialog/PaymentRequestDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_PAYMENTREQUESTDIALOG_H #define FEATHER_PAYMENTREQUESTDIALOG_H diff --git a/src/dialog/QrCodeDialog.cpp b/src/dialog/QrCodeDialog.cpp index 6950aab..82bdd10 100644 --- a/src/dialog/QrCodeDialog.cpp +++ b/src/dialog/QrCodeDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "QrCodeDialog.h" #include "ui_QrCodeDialog.h" diff --git a/src/dialog/QrCodeDialog.h b/src/dialog/QrCodeDialog.h index 87adce9..deddd9f 100644 --- a/src/dialog/QrCodeDialog.h +++ b/src/dialog/QrCodeDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_QRCODEDIALOG_H #define FEATHER_QRCODEDIALOG_H diff --git a/src/dialog/SeedDialog.cpp b/src/dialog/SeedDialog.cpp index 13b8d0e..d54a186 100644 --- a/src/dialog/SeedDialog.cpp +++ b/src/dialog/SeedDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "SeedDialog.h" #include "ui_SeedDialog.h" diff --git a/src/dialog/SeedDialog.h b/src/dialog/SeedDialog.h index a293b17..ccdbb8b 100644 --- a/src/dialog/SeedDialog.h +++ b/src/dialog/SeedDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_SEEDDIALOG_H #define FEATHER_SEEDDIALOG_H diff --git a/src/dialog/SeedDiceDialog.cpp b/src/dialog/SeedDiceDialog.cpp index efe0203..af60749 100644 --- a/src/dialog/SeedDiceDialog.cpp +++ b/src/dialog/SeedDiceDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "SeedDiceDialog.h" #include "ui_SeedDiceDialog.h" diff --git a/src/dialog/SeedDiceDialog.h b/src/dialog/SeedDiceDialog.h index 5b10a61..236a044 100644 --- a/src/dialog/SeedDiceDialog.h +++ b/src/dialog/SeedDiceDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include diff --git a/src/dialog/SeedRecoveryDialog.cpp b/src/dialog/SeedRecoveryDialog.cpp index 7ad2d4b..b3b0c3a 100644 --- a/src/dialog/SeedRecoveryDialog.cpp +++ b/src/dialog/SeedRecoveryDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "SeedRecoveryDialog.h" #include "ui_SeedRecoveryDialog.h" diff --git a/src/dialog/SeedRecoveryDialog.h b/src/dialog/SeedRecoveryDialog.h index e073dcb..26dbdb3 100644 --- a/src/dialog/SeedRecoveryDialog.h +++ b/src/dialog/SeedRecoveryDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_SEEDRECOVERYDIALOG_H #define FEATHER_SEEDRECOVERYDIALOG_H diff --git a/src/dialog/SignVerifyDialog.cpp b/src/dialog/SignVerifyDialog.cpp index 85c799d..fa4d188 100644 --- a/src/dialog/SignVerifyDialog.cpp +++ b/src/dialog/SignVerifyDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "SignVerifyDialog.h" #include "ui_SignVerifyDialog.h" diff --git a/src/dialog/SignVerifyDialog.h b/src/dialog/SignVerifyDialog.h index b994f1e..e832e55 100644 --- a/src/dialog/SignVerifyDialog.h +++ b/src/dialog/SignVerifyDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_SIGNVERIFYDIALOG_H #define FEATHER_SIGNVERIFYDIALOG_H diff --git a/src/dialog/SplashDialog.cpp b/src/dialog/SplashDialog.cpp index 7759e71..e921d06 100644 --- a/src/dialog/SplashDialog.cpp +++ b/src/dialog/SplashDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "SplashDialog.h" #include "ui_SplashDialog.h" diff --git a/src/dialog/SplashDialog.h b/src/dialog/SplashDialog.h index f089e5b..bc183f4 100644 --- a/src/dialog/SplashDialog.h +++ b/src/dialog/SplashDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_SPLASHDIALOG_H #define FEATHER_SPLASHDIALOG_H diff --git a/src/dialog/TorInfoDialog.cpp b/src/dialog/TorInfoDialog.cpp index 0972576..d9a6a23 100644 --- a/src/dialog/TorInfoDialog.cpp +++ b/src/dialog/TorInfoDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "TorInfoDialog.h" #include "ui_TorInfoDialog.h" diff --git a/src/dialog/TorInfoDialog.h b/src/dialog/TorInfoDialog.h index 5e07058..d6d23e1 100644 --- a/src/dialog/TorInfoDialog.h +++ b/src/dialog/TorInfoDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_TORINFODIALOG_H #define FEATHER_TORINFODIALOG_H diff --git a/src/dialog/TxBroadcastDialog.cpp b/src/dialog/TxBroadcastDialog.cpp index dadac4b..0c76870 100644 --- a/src/dialog/TxBroadcastDialog.cpp +++ b/src/dialog/TxBroadcastDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "TxBroadcastDialog.h" #include "ui_TxBroadcastDialog.h" diff --git a/src/dialog/TxBroadcastDialog.h b/src/dialog/TxBroadcastDialog.h index f8ce212..e4068dd 100644 --- a/src/dialog/TxBroadcastDialog.h +++ b/src/dialog/TxBroadcastDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_TXBROADCASTDIALOG_H #define FEATHER_TXBROADCASTDIALOG_H diff --git a/src/dialog/TxConfAdvDialog.cpp b/src/dialog/TxConfAdvDialog.cpp index 941a871..f13f915 100644 --- a/src/dialog/TxConfAdvDialog.cpp +++ b/src/dialog/TxConfAdvDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "TxConfAdvDialog.h" #include "ui_TxConfAdvDialog.h" diff --git a/src/dialog/TxConfAdvDialog.h b/src/dialog/TxConfAdvDialog.h index 75d558a..5ea28e1 100644 --- a/src/dialog/TxConfAdvDialog.h +++ b/src/dialog/TxConfAdvDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_TXCONFADVDIALOG_H #define FEATHER_TXCONFADVDIALOG_H diff --git a/src/dialog/TxConfDialog.cpp b/src/dialog/TxConfDialog.cpp index 977e396..cb63d92 100644 --- a/src/dialog/TxConfDialog.cpp +++ b/src/dialog/TxConfDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "TxConfDialog.h" #include "ui_TxConfDialog.h" diff --git a/src/dialog/TxConfDialog.h b/src/dialog/TxConfDialog.h index d3a6286..e1be67e 100644 --- a/src/dialog/TxConfDialog.h +++ b/src/dialog/TxConfDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_TXCONFDIALOG_H #define FEATHER_TXCONFDIALOG_H diff --git a/src/dialog/TxImportDialog.cpp b/src/dialog/TxImportDialog.cpp index d7710ef..f6fd757 100644 --- a/src/dialog/TxImportDialog.cpp +++ b/src/dialog/TxImportDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "TxImportDialog.h" #include "ui_TxImportDialog.h" diff --git a/src/dialog/TxImportDialog.h b/src/dialog/TxImportDialog.h index 2b9e452..2fb33b6 100644 --- a/src/dialog/TxImportDialog.h +++ b/src/dialog/TxImportDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_TXIMPORTDIALOG_H #define FEATHER_TXIMPORTDIALOG_H diff --git a/src/dialog/TxInfoDialog.cpp b/src/dialog/TxInfoDialog.cpp index 3d2ddc2..b774af5 100644 --- a/src/dialog/TxInfoDialog.cpp +++ b/src/dialog/TxInfoDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "TxInfoDialog.h" #include "ui_TxInfoDialog.h" diff --git a/src/dialog/TxInfoDialog.h b/src/dialog/TxInfoDialog.h index 4ad0cf0..2dc2892 100644 --- a/src/dialog/TxInfoDialog.h +++ b/src/dialog/TxInfoDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_TXINFODIALOG_H #define FEATHER_TXINFODIALOG_H diff --git a/src/dialog/TxProofDialog.cpp b/src/dialog/TxProofDialog.cpp index b865ac1..9534d2d 100644 --- a/src/dialog/TxProofDialog.cpp +++ b/src/dialog/TxProofDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "TxProofDialog.h" #include "ui_TxProofDialog.h" diff --git a/src/dialog/TxProofDialog.h b/src/dialog/TxProofDialog.h index 215946a..44d61e8 100644 --- a/src/dialog/TxProofDialog.h +++ b/src/dialog/TxProofDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_TXPROOFDIALOG_H #define FEATHER_TXPROOFDIALOG_H diff --git a/src/dialog/URSettingsDialog.cpp b/src/dialog/URSettingsDialog.cpp index 07eb4bc..8ac5b42 100644 --- a/src/dialog/URSettingsDialog.cpp +++ b/src/dialog/URSettingsDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "URSettingsDialog.h" #include "ui_URSettingsDialog.h" diff --git a/src/dialog/URSettingsDialog.h b/src/dialog/URSettingsDialog.h index a12db7f..a60b409 100644 --- a/src/dialog/URSettingsDialog.h +++ b/src/dialog/URSettingsDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_URSETTINGSDIALOG_H #define FEATHER_URSETTINGSDIALOG_H diff --git a/src/dialog/VerifyProofDialog.cpp b/src/dialog/VerifyProofDialog.cpp index 53ed8d2..61b68b0 100644 --- a/src/dialog/VerifyProofDialog.cpp +++ b/src/dialog/VerifyProofDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "VerifyProofDialog.h" #include "ui_VerifyProofDialog.h" diff --git a/src/dialog/VerifyProofDialog.h b/src/dialog/VerifyProofDialog.h index 472650a..fd786d0 100644 --- a/src/dialog/VerifyProofDialog.h +++ b/src/dialog/VerifyProofDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_VERIFYPROOFDIALOG_H #define FEATHER_VERIFYPROOFDIALOG_H diff --git a/src/dialog/ViewOnlyDialog.cpp b/src/dialog/ViewOnlyDialog.cpp index 72d806f..e0784ee 100644 --- a/src/dialog/ViewOnlyDialog.cpp +++ b/src/dialog/ViewOnlyDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "ViewOnlyDialog.h" #include "ui_ViewOnlyDialog.h" diff --git a/src/dialog/ViewOnlyDialog.h b/src/dialog/ViewOnlyDialog.h index ca3ba8e..c5876fe 100644 --- a/src/dialog/ViewOnlyDialog.h +++ b/src/dialog/ViewOnlyDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_VIEWONLYDIALOG_H #define FEATHER_VIEWONLYDIALOG_H diff --git a/src/dialog/WalletCacheDebugDialog.cpp b/src/dialog/WalletCacheDebugDialog.cpp index 9aceeb1..4aec032 100644 --- a/src/dialog/WalletCacheDebugDialog.cpp +++ b/src/dialog/WalletCacheDebugDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "WalletCacheDebugDialog.h" #include "ui_WalletCacheDebugDialog.h" diff --git a/src/dialog/WalletCacheDebugDialog.h b/src/dialog/WalletCacheDebugDialog.h index 13c6ed5..7335687 100644 --- a/src/dialog/WalletCacheDebugDialog.h +++ b/src/dialog/WalletCacheDebugDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_WALLETCACHEDEBUGDIALOG_H #define FEATHER_WALLETCACHEDEBUGDIALOG_H diff --git a/src/dialog/WalletInfoDialog.cpp b/src/dialog/WalletInfoDialog.cpp index 6869fb6..96b4a44 100644 --- a/src/dialog/WalletInfoDialog.cpp +++ b/src/dialog/WalletInfoDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "WalletInfoDialog.h" #include "ui_WalletInfoDialog.h" diff --git a/src/dialog/WalletInfoDialog.h b/src/dialog/WalletInfoDialog.h index 52bac95..ef963c6 100644 --- a/src/dialog/WalletInfoDialog.h +++ b/src/dialog/WalletInfoDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_WALLETINFODIALOG_H #define FEATHER_WALLETINFODIALOG_H diff --git a/src/libwalletqt/AddressBook.cpp b/src/libwalletqt/AddressBook.cpp index b145c1f..3ab84ef 100644 --- a/src/libwalletqt/AddressBook.cpp +++ b/src/libwalletqt/AddressBook.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "AddressBook.h" #include diff --git a/src/libwalletqt/AddressBook.h b/src/libwalletqt/AddressBook.h index f3724ad..22c947d 100644 --- a/src/libwalletqt/AddressBook.h +++ b/src/libwalletqt/AddressBook.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef ADDRESSBOOK_H #define ADDRESSBOOK_H diff --git a/src/libwalletqt/Coins.cpp b/src/libwalletqt/Coins.cpp index d40d72c..7ab8a45 100644 --- a/src/libwalletqt/Coins.cpp +++ b/src/libwalletqt/Coins.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "Coins.h" #include "rows/CoinsInfo.h" diff --git a/src/libwalletqt/Coins.h b/src/libwalletqt/Coins.h index 68b58ee..4c6b252 100644 --- a/src/libwalletqt/Coins.h +++ b/src/libwalletqt/Coins.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_COINS_H #define FEATHER_COINS_H diff --git a/src/libwalletqt/ConstructionInfo.cpp b/src/libwalletqt/ConstructionInfo.cpp index 75eee7d..588b04a 100644 --- a/src/libwalletqt/ConstructionInfo.cpp +++ b/src/libwalletqt/ConstructionInfo.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "ConstructionInfo.h" diff --git a/src/libwalletqt/ConstructionInfo.h b/src/libwalletqt/ConstructionInfo.h index ccc36d2..9f044d7 100644 --- a/src/libwalletqt/ConstructionInfo.h +++ b/src/libwalletqt/ConstructionInfo.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_CONSTRUCTIONINFO_H #define FEATHER_CONSTRUCTIONINFO_H diff --git a/src/libwalletqt/Input.h b/src/libwalletqt/Input.h index 774d4b0..1699b03 100644 --- a/src/libwalletqt/Input.h +++ b/src/libwalletqt/Input.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_INPUT_H #define FEATHER_INPUT_H diff --git a/src/libwalletqt/PassphraseHelper.cpp b/src/libwalletqt/PassphraseHelper.cpp index c6798a7..747a20b 100644 --- a/src/libwalletqt/PassphraseHelper.cpp +++ b/src/libwalletqt/PassphraseHelper.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "PassphraseHelper.h" #include diff --git a/src/libwalletqt/PassphraseHelper.h b/src/libwalletqt/PassphraseHelper.h index 3b248ff..c678135 100644 --- a/src/libwalletqt/PassphraseHelper.h +++ b/src/libwalletqt/PassphraseHelper.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef MONERO_GUI_PASSPHRASEHELPER_H #define MONERO_GUI_PASSPHRASEHELPER_H diff --git a/src/libwalletqt/PendingTransaction.cpp b/src/libwalletqt/PendingTransaction.cpp index c48fa98..68767f5 100644 --- a/src/libwalletqt/PendingTransaction.cpp +++ b/src/libwalletqt/PendingTransaction.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "PendingTransaction.h" diff --git a/src/libwalletqt/PendingTransaction.h b/src/libwalletqt/PendingTransaction.h index 17535e2..7e4d952 100644 --- a/src/libwalletqt/PendingTransaction.h +++ b/src/libwalletqt/PendingTransaction.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef PENDINGTRANSACTION_H #define PENDINGTRANSACTION_H diff --git a/src/libwalletqt/PendingTransactionInfo.cpp b/src/libwalletqt/PendingTransactionInfo.cpp index 945ea99..f8fb458 100644 --- a/src/libwalletqt/PendingTransactionInfo.cpp +++ b/src/libwalletqt/PendingTransactionInfo.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "PendingTransactionInfo.h" diff --git a/src/libwalletqt/PendingTransactionInfo.h b/src/libwalletqt/PendingTransactionInfo.h index cf1cf02..7d00d1f 100644 --- a/src/libwalletqt/PendingTransactionInfo.h +++ b/src/libwalletqt/PendingTransactionInfo.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_PENDINGTRANSACTIONINFO_H #define FEATHER_PENDINGTRANSACTIONINFO_H diff --git a/src/libwalletqt/Ring.h b/src/libwalletqt/Ring.h index aa0d558..6e1564f 100644 --- a/src/libwalletqt/Ring.h +++ b/src/libwalletqt/Ring.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_RINGS_H #define FEATHER_RINGS_H diff --git a/src/libwalletqt/Subaddress.cpp b/src/libwalletqt/Subaddress.cpp index 1a3bf5f..2e89c57 100644 --- a/src/libwalletqt/Subaddress.cpp +++ b/src/libwalletqt/Subaddress.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "Subaddress.h" #include diff --git a/src/libwalletqt/Subaddress.h b/src/libwalletqt/Subaddress.h index 32439fc..be799d9 100644 --- a/src/libwalletqt/Subaddress.h +++ b/src/libwalletqt/Subaddress.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef SUBADDRESS_H #define SUBADDRESS_H diff --git a/src/libwalletqt/SubaddressAccount.cpp b/src/libwalletqt/SubaddressAccount.cpp index 69b4a5b..0aabd9f 100644 --- a/src/libwalletqt/SubaddressAccount.cpp +++ b/src/libwalletqt/SubaddressAccount.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "SubaddressAccount.h" #include diff --git a/src/libwalletqt/SubaddressAccount.h b/src/libwalletqt/SubaddressAccount.h index 30d1a58..07910f2 100644 --- a/src/libwalletqt/SubaddressAccount.h +++ b/src/libwalletqt/SubaddressAccount.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef SUBADDRESSACCOUNT_H #define SUBADDRESSACCOUNT_H diff --git a/src/libwalletqt/TransactionHistory.cpp b/src/libwalletqt/TransactionHistory.cpp index 4e9e1ff..7218aa3 100644 --- a/src/libwalletqt/TransactionHistory.cpp +++ b/src/libwalletqt/TransactionHistory.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "TransactionHistory.h" #include "utils/Utils.h" diff --git a/src/libwalletqt/TransactionHistory.h b/src/libwalletqt/TransactionHistory.h index cd6afbe..ce10b8e 100644 --- a/src/libwalletqt/TransactionHistory.h +++ b/src/libwalletqt/TransactionHistory.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef TRANSACTIONHISTORY_H #define TRANSACTIONHISTORY_H diff --git a/src/libwalletqt/Transfer.h b/src/libwalletqt/Transfer.h index 9e9687d..d502db2 100644 --- a/src/libwalletqt/Transfer.h +++ b/src/libwalletqt/Transfer.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef TRANSFER_H #define TRANSFER_H diff --git a/src/libwalletqt/UnsignedTransaction.cpp b/src/libwalletqt/UnsignedTransaction.cpp index 7b94cea..c8b56de 100644 --- a/src/libwalletqt/UnsignedTransaction.cpp +++ b/src/libwalletqt/UnsignedTransaction.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "UnsignedTransaction.h" #include diff --git a/src/libwalletqt/UnsignedTransaction.h b/src/libwalletqt/UnsignedTransaction.h index 4f2cc10..63df757 100644 --- a/src/libwalletqt/UnsignedTransaction.h +++ b/src/libwalletqt/UnsignedTransaction.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef UNSIGNEDTRANSACTION_H #define UNSIGNEDTRANSACTION_H diff --git a/src/libwalletqt/Wallet.cpp b/src/libwalletqt/Wallet.cpp index 1abf048..c04701e 100644 --- a/src/libwalletqt/Wallet.cpp +++ b/src/libwalletqt/Wallet.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "Wallet.h" diff --git a/src/libwalletqt/Wallet.h b/src/libwalletqt/Wallet.h index 72cb775..d53dc72 100644 --- a/src/libwalletqt/Wallet.h +++ b/src/libwalletqt/Wallet.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef WALLET_H #define WALLET_H diff --git a/src/libwalletqt/WalletListenerImpl.cpp b/src/libwalletqt/WalletListenerImpl.cpp index e5a47ed..5407be8 100644 --- a/src/libwalletqt/WalletListenerImpl.cpp +++ b/src/libwalletqt/WalletListenerImpl.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "WalletListenerImpl.h" #include "Wallet.h" diff --git a/src/libwalletqt/WalletListenerImpl.h b/src/libwalletqt/WalletListenerImpl.h index e18a466..67d91ea 100644 --- a/src/libwalletqt/WalletListenerImpl.h +++ b/src/libwalletqt/WalletListenerImpl.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef MONERO_GUI_WALLETLISTENERIMPL_H #define MONERO_GUI_WALLETLISTENERIMPL_H diff --git a/src/libwalletqt/WalletManager.cpp b/src/libwalletqt/WalletManager.cpp index b3b5673..5f23443 100644 --- a/src/libwalletqt/WalletManager.cpp +++ b/src/libwalletqt/WalletManager.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "libwalletqt/WalletManager.h" #include "Wallet.h" diff --git a/src/libwalletqt/WalletManager.h b/src/libwalletqt/WalletManager.h index 2cb92a6..74b3bb8 100644 --- a/src/libwalletqt/WalletManager.h +++ b/src/libwalletqt/WalletManager.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef WALLETMANAGER_H #define WALLETMANAGER_H diff --git a/src/libwalletqt/rows/AccountRow.cpp b/src/libwalletqt/rows/AccountRow.cpp index 591402a..ffde2c8 100644 --- a/src/libwalletqt/rows/AccountRow.cpp +++ b/src/libwalletqt/rows/AccountRow.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "AccountRow.h" #include "WalletManager.h" diff --git a/src/libwalletqt/rows/AccountRow.h b/src/libwalletqt/rows/AccountRow.h index 46283fd..5760730 100644 --- a/src/libwalletqt/rows/AccountRow.h +++ b/src/libwalletqt/rows/AccountRow.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_ACCOUNTROW_H #define FEATHER_ACCOUNTROW_H diff --git a/src/libwalletqt/rows/CoinsInfo.cpp b/src/libwalletqt/rows/CoinsInfo.cpp index 4f1fa96..33d2449 100644 --- a/src/libwalletqt/rows/CoinsInfo.cpp +++ b/src/libwalletqt/rows/CoinsInfo.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "CoinsInfo.h" #include "libwalletqt/WalletManager.h" diff --git a/src/libwalletqt/rows/CoinsInfo.h b/src/libwalletqt/rows/CoinsInfo.h index 7999b37..68b06ce 100644 --- a/src/libwalletqt/rows/CoinsInfo.h +++ b/src/libwalletqt/rows/CoinsInfo.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_COINSINFO_H #define FEATHER_COINSINFO_H diff --git a/src/libwalletqt/rows/ContactRow.cpp b/src/libwalletqt/rows/ContactRow.cpp index e31957a..6e1c95e 100644 --- a/src/libwalletqt/rows/ContactRow.cpp +++ b/src/libwalletqt/rows/ContactRow.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "ContactRow.h" diff --git a/src/libwalletqt/rows/ContactRow.h b/src/libwalletqt/rows/ContactRow.h index 901017a..c933a3f 100644 --- a/src/libwalletqt/rows/ContactRow.h +++ b/src/libwalletqt/rows/ContactRow.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_CONTACTROW_H #define FEATHER_CONTACTROW_H diff --git a/src/libwalletqt/rows/SubaddressRow.cpp b/src/libwalletqt/rows/SubaddressRow.cpp index f501ea5..d60d117 100644 --- a/src/libwalletqt/rows/SubaddressRow.cpp +++ b/src/libwalletqt/rows/SubaddressRow.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "SubaddressRow.h" diff --git a/src/libwalletqt/rows/SubaddressRow.h b/src/libwalletqt/rows/SubaddressRow.h index bad2d76..fb634c3 100644 --- a/src/libwalletqt/rows/SubaddressRow.h +++ b/src/libwalletqt/rows/SubaddressRow.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_SUBADDRESSROW_H #define FEATHER_SUBADDRESSROW_H diff --git a/src/libwalletqt/rows/TransactionRow.cpp b/src/libwalletqt/rows/TransactionRow.cpp index f50c4bc..a4c1b7f 100644 --- a/src/libwalletqt/rows/TransactionRow.cpp +++ b/src/libwalletqt/rows/TransactionRow.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "TransactionRow.h" #include "WalletManager.h" diff --git a/src/libwalletqt/rows/TransactionRow.h b/src/libwalletqt/rows/TransactionRow.h index 6b6cc8e..3fb8be4 100644 --- a/src/libwalletqt/rows/TransactionRow.h +++ b/src/libwalletqt/rows/TransactionRow.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_TRANSACTIONROW_H #define FEATHER_TRANSACTIONROW_H diff --git a/src/main.cpp b/src/main.cpp index 7cc85f9..d0a1a38 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include #include diff --git a/src/model/AddressBookModel.cpp b/src/model/AddressBookModel.cpp index 2b84b7d..5c9ad07 100644 --- a/src/model/AddressBookModel.cpp +++ b/src/model/AddressBookModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "AddressBookModel.h" #include "AddressBook.h" diff --git a/src/model/AddressBookModel.h b/src/model/AddressBookModel.h index af40e47..364a7c1 100644 --- a/src/model/AddressBookModel.h +++ b/src/model/AddressBookModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef ADDRESSBOOKMODEL_H #define ADDRESSBOOKMODEL_H diff --git a/src/model/AddressBookProxyModel.cpp b/src/model/AddressBookProxyModel.cpp index ae881d6..e1a9dd3 100644 --- a/src/model/AddressBookProxyModel.cpp +++ b/src/model/AddressBookProxyModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "AddressBookProxyModel.h" #include "AddressBookModel.h" diff --git a/src/model/AddressBookProxyModel.h b/src/model/AddressBookProxyModel.h index 588f8a6..c7bf748 100644 --- a/src/model/AddressBookProxyModel.h +++ b/src/model/AddressBookProxyModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_ADDRESSBOOKPROXYMODEL_H #define FEATHER_ADDRESSBOOKPROXYMODEL_H diff --git a/src/model/CoinsModel.cpp b/src/model/CoinsModel.cpp index 6142660..03e4813 100644 --- a/src/model/CoinsModel.cpp +++ b/src/model/CoinsModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "CoinsModel.h" #include "libwalletqt/rows/CoinsInfo.h" diff --git a/src/model/CoinsModel.h b/src/model/CoinsModel.h index f9e224a..d42bbba 100644 --- a/src/model/CoinsModel.h +++ b/src/model/CoinsModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_COINSMODEL_H #define FEATHER_COINSMODEL_H diff --git a/src/model/CoinsProxyModel.cpp b/src/model/CoinsProxyModel.cpp index 92077c5..19e81d0 100644 --- a/src/model/CoinsProxyModel.cpp +++ b/src/model/CoinsProxyModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "CoinsProxyModel.h" #include "CoinsModel.h" diff --git a/src/model/CoinsProxyModel.h b/src/model/CoinsProxyModel.h index c336cfd..39e6acf 100644 --- a/src/model/CoinsProxyModel.h +++ b/src/model/CoinsProxyModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_COINSPROXYMODEL_H #define FEATHER_COINSPROXYMODEL_H diff --git a/src/model/HistoryView.cpp b/src/model/HistoryView.cpp index 218ad50..11f7257 100644 --- a/src/model/HistoryView.cpp +++ b/src/model/HistoryView.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "HistoryView.h" diff --git a/src/model/HistoryView.h b/src/model/HistoryView.h index 57262e0..2389960 100644 --- a/src/model/HistoryView.h +++ b/src/model/HistoryView.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_HISTORYVIEW_H #define FEATHER_HISTORYVIEW_H diff --git a/src/model/NodeModel.cpp b/src/model/NodeModel.cpp index 10ad174..4b323df 100644 --- a/src/model/NodeModel.cpp +++ b/src/model/NodeModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "NodeModel.h" #include "utils/nodes.h" diff --git a/src/model/NodeModel.h b/src/model/NodeModel.h index c767a20..e76083a 100644 --- a/src/model/NodeModel.h +++ b/src/model/NodeModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_NODEMODEL_H #define FEATHER_NODEMODEL_H diff --git a/src/model/SubaddressAccountModel.cpp b/src/model/SubaddressAccountModel.cpp index f0cdff7..74fc090 100644 --- a/src/model/SubaddressAccountModel.cpp +++ b/src/model/SubaddressAccountModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "SubaddressAccountModel.h" #include "SubaddressAccount.h" diff --git a/src/model/SubaddressAccountModel.h b/src/model/SubaddressAccountModel.h index 98b2705..01a87fc 100644 --- a/src/model/SubaddressAccountModel.h +++ b/src/model/SubaddressAccountModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef SUBADDRESSACCOUNTMODEL_H #define SUBADDRESSACCOUNTMODEL_H diff --git a/src/model/SubaddressModel.cpp b/src/model/SubaddressModel.cpp index 496ab40..d731de7 100644 --- a/src/model/SubaddressModel.cpp +++ b/src/model/SubaddressModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "SubaddressModel.h" #include "Subaddress.h" diff --git a/src/model/SubaddressModel.h b/src/model/SubaddressModel.h index 7f71265..9ee3cfb 100644 --- a/src/model/SubaddressModel.h +++ b/src/model/SubaddressModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef SUBADDRESSMODEL_H #define SUBADDRESSMODEL_H diff --git a/src/model/SubaddressProxyModel.cpp b/src/model/SubaddressProxyModel.cpp index 12e06ed..0cbe00e 100644 --- a/src/model/SubaddressProxyModel.cpp +++ b/src/model/SubaddressProxyModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "SubaddressProxyModel.h" diff --git a/src/model/SubaddressProxyModel.h b/src/model/SubaddressProxyModel.h index 704037d..26ff816 100644 --- a/src/model/SubaddressProxyModel.h +++ b/src/model/SubaddressProxyModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_SUBADDRESSPROXYMODEL_H #define FEATHER_SUBADDRESSPROXYMODEL_H diff --git a/src/model/SubaddressView.cpp b/src/model/SubaddressView.cpp index 617a2a0..1fe4a9b 100644 --- a/src/model/SubaddressView.cpp +++ b/src/model/SubaddressView.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "SubaddressView.h" diff --git a/src/model/SubaddressView.h b/src/model/SubaddressView.h index 8e23905..5a4ba17 100644 --- a/src/model/SubaddressView.h +++ b/src/model/SubaddressView.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_SUBADDRESSVIEW_H #define FEATHER_SUBADDRESSVIEW_H diff --git a/src/model/TransactionHistoryModel.cpp b/src/model/TransactionHistoryModel.cpp index 2ea28a9..b8ffcb4 100644 --- a/src/model/TransactionHistoryModel.cpp +++ b/src/model/TransactionHistoryModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "TransactionHistoryModel.h" #include "TransactionHistory.h" diff --git a/src/model/TransactionHistoryModel.h b/src/model/TransactionHistoryModel.h index a55f235..d84a6d7 100644 --- a/src/model/TransactionHistoryModel.h +++ b/src/model/TransactionHistoryModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef TRANSACTIONHISTORYMODEL_H #define TRANSACTIONHISTORYMODEL_H diff --git a/src/model/TransactionHistoryProxyModel.cpp b/src/model/TransactionHistoryProxyModel.cpp index 8310373..d3ffc19 100644 --- a/src/model/TransactionHistoryProxyModel.cpp +++ b/src/model/TransactionHistoryProxyModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "TransactionHistoryProxyModel.h" #include "TransactionHistoryModel.h" diff --git a/src/model/TransactionHistoryProxyModel.h b/src/model/TransactionHistoryProxyModel.h index 8a46582..7d04a4c 100644 --- a/src/model/TransactionHistoryProxyModel.h +++ b/src/model/TransactionHistoryProxyModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_TRANSACTIONHISTORYPROXYMODEL_H #define FEATHER_TRANSACTIONHISTORYPROXYMODEL_H diff --git a/src/model/WalletKeysFilesModel.cpp b/src/model/WalletKeysFilesModel.cpp index 571225f..5233446 100644 --- a/src/model/WalletKeysFilesModel.cpp +++ b/src/model/WalletKeysFilesModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "WalletKeysFilesModel.h" diff --git a/src/model/WalletKeysFilesModel.h b/src/model/WalletKeysFilesModel.h index 568f02c..0278df3 100644 --- a/src/model/WalletKeysFilesModel.h +++ b/src/model/WalletKeysFilesModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_WALLETKEYSFILESMODEL_H #define FEATHER_WALLETKEYSFILESMODEL_H diff --git a/src/openpgp/hash.h b/src/openpgp/hash.h index 8991ed0..3a44128 100644 --- a/src/openpgp/hash.h +++ b/src/openpgp/hash.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #pragma once diff --git a/src/openpgp/mpi.h b/src/openpgp/mpi.h index c4f48ff..3373671 100644 --- a/src/openpgp/mpi.h +++ b/src/openpgp/mpi.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #pragma once diff --git a/src/openpgp/openpgp.cpp b/src/openpgp/openpgp.cpp index 1dc0993..627b003 100644 --- a/src/openpgp/openpgp.cpp +++ b/src/openpgp/openpgp.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "openpgp.h" diff --git a/src/openpgp/openpgp.h b/src/openpgp/openpgp.h index e24df54..db9438b 100644 --- a/src/openpgp/openpgp.h +++ b/src/openpgp/openpgp.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #pragma once diff --git a/src/openpgp/packet_stream.h b/src/openpgp/packet_stream.h index c10505e..cde2a43 100644 --- a/src/openpgp/packet_stream.h +++ b/src/openpgp/packet_stream.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #pragma once diff --git a/src/openpgp/s_expression.h b/src/openpgp/s_expression.h index fedb29f..9ebe091 100644 --- a/src/openpgp/s_expression.h +++ b/src/openpgp/s_expression.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #pragma once diff --git a/src/openpgp/serialization.h b/src/openpgp/serialization.h index 3b19a35..db3d0a4 100644 --- a/src/openpgp/serialization.h +++ b/src/openpgp/serialization.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #pragma once diff --git a/src/plugins/Plugin.h b/src/plugins/Plugin.h index 90b43cd..c816013 100644 --- a/src/plugins/Plugin.h +++ b/src/plugins/Plugin.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef PLUGIN_H #define PLUGIN_H diff --git a/src/plugins/PluginRegistry.h b/src/plugins/PluginRegistry.h index e505c7a..020d2b2 100644 --- a/src/plugins/PluginRegistry.h +++ b/src/plugins/PluginRegistry.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef PLUGINREGISTRY_H #define PLUGINREGISTRY_H diff --git a/src/plugins/bounties/BountiesModel.cpp b/src/plugins/bounties/BountiesModel.cpp index 12b8b1d..f270e6b 100644 --- a/src/plugins/bounties/BountiesModel.cpp +++ b/src/plugins/bounties/BountiesModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2023, The Monero Project. +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "BountiesModel.h" diff --git a/src/plugins/bounties/BountiesModel.h b/src/plugins/bounties/BountiesModel.h index 34b6e0c..c251098 100644 --- a/src/plugins/bounties/BountiesModel.h +++ b/src/plugins/bounties/BountiesModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_BOUNTIESMODEL_H #define FEATHER_BOUNTIESMODEL_H diff --git a/src/plugins/bounties/BountiesPlugin.cpp b/src/plugins/bounties/BountiesPlugin.cpp index 9362cd7..ea97527 100644 --- a/src/plugins/bounties/BountiesPlugin.cpp +++ b/src/plugins/bounties/BountiesPlugin.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "BountiesPlugin.h" diff --git a/src/plugins/bounties/BountiesPlugin.h b/src/plugins/bounties/BountiesPlugin.h index 39fee4f..15aef92 100644 --- a/src/plugins/bounties/BountiesPlugin.h +++ b/src/plugins/bounties/BountiesPlugin.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef BOUNTIESPLUGIN_H #define BOUNTIESPLUGIN_H diff --git a/src/plugins/bounties/BountiesProxyModel.cpp b/src/plugins/bounties/BountiesProxyModel.cpp index 513ba6b..c118d0b 100644 --- a/src/plugins/bounties/BountiesProxyModel.cpp +++ b/src/plugins/bounties/BountiesProxyModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "BountiesProxyModel.h" diff --git a/src/plugins/bounties/BountiesProxyModel.h b/src/plugins/bounties/BountiesProxyModel.h index b3a2e15..a1e3999 100644 --- a/src/plugins/bounties/BountiesProxyModel.h +++ b/src/plugins/bounties/BountiesProxyModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef BOUNTIESPROXYMODEL_H #define BOUNTIESPROXYMODEL_H diff --git a/src/plugins/bounties/BountiesWidget.cpp b/src/plugins/bounties/BountiesWidget.cpp index c0218fb..d9322c4 100644 --- a/src/plugins/bounties/BountiesWidget.cpp +++ b/src/plugins/bounties/BountiesWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "BountiesWidget.h" #include "ui_BountiesWidget.h" diff --git a/src/plugins/bounties/BountiesWidget.h b/src/plugins/bounties/BountiesWidget.h index db526fa..e440bbd 100644 --- a/src/plugins/bounties/BountiesWidget.h +++ b/src/plugins/bounties/BountiesWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_BOUNTIESWIDGET_H #define FEATHER_BOUNTIESWIDGET_H diff --git a/src/plugins/calc/CalcConfigDialog.cpp b/src/plugins/calc/CalcConfigDialog.cpp index c85a240..8a5610d 100644 --- a/src/plugins/calc/CalcConfigDialog.cpp +++ b/src/plugins/calc/CalcConfigDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "CalcConfigDialog.h" #include "ui_CalcConfigDialog.h" diff --git a/src/plugins/calc/CalcConfigDialog.h b/src/plugins/calc/CalcConfigDialog.h index f609572..9216bd1 100644 --- a/src/plugins/calc/CalcConfigDialog.h +++ b/src/plugins/calc/CalcConfigDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_CALCCONFIGDIALOG_H #define FEATHER_CALCCONFIGDIALOG_H diff --git a/src/plugins/calc/CalcPlugin.cpp b/src/plugins/calc/CalcPlugin.cpp index 092b11e..aaaf8e0 100644 --- a/src/plugins/calc/CalcPlugin.cpp +++ b/src/plugins/calc/CalcPlugin.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "CalcPlugin.h" #include "CalcConfigDialog.h" diff --git a/src/plugins/calc/CalcPlugin.h b/src/plugins/calc/CalcPlugin.h index 5b051ad..85f0937 100644 --- a/src/plugins/calc/CalcPlugin.h +++ b/src/plugins/calc/CalcPlugin.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef CALCPLUGIN_H #define CALCPLUGIN_H diff --git a/src/plugins/calc/CalcWidget.cpp b/src/plugins/calc/CalcWidget.cpp index 9ccc1e0..49e8aa0 100644 --- a/src/plugins/calc/CalcWidget.cpp +++ b/src/plugins/calc/CalcWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "CalcWidget.h" #include "ui_CalcWidget.h" diff --git a/src/plugins/calc/CalcWidget.h b/src/plugins/calc/CalcWidget.h index 2f2fe4b..1f2bf5a 100644 --- a/src/plugins/calc/CalcWidget.h +++ b/src/plugins/calc/CalcWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_CALCWIDGET_H #define FEATHER_CALCWIDGET_H diff --git a/src/plugins/calc/CalcWindow.cpp b/src/plugins/calc/CalcWindow.cpp index a146862..e76dcc1 100644 --- a/src/plugins/calc/CalcWindow.cpp +++ b/src/plugins/calc/CalcWindow.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "CalcWindow.h" #include "ui_CalcWindow.h" diff --git a/src/plugins/calc/CalcWindow.h b/src/plugins/calc/CalcWindow.h index 8a78d76..460f495 100644 --- a/src/plugins/calc/CalcWindow.h +++ b/src/plugins/calc/CalcWindow.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_CALCWINDOW_H #define FEATHER_CALCWINDOW_H diff --git a/src/plugins/crowdfunding/CCSEntry.h b/src/plugins/crowdfunding/CCSEntry.h index 07c5649..704a320 100644 --- a/src/plugins/crowdfunding/CCSEntry.h +++ b/src/plugins/crowdfunding/CCSEntry.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_CCSENTRY_H #define FEATHER_CCSENTRY_H diff --git a/src/plugins/crowdfunding/CCSModel.cpp b/src/plugins/crowdfunding/CCSModel.cpp index 101ef7c..2fb2ea2 100644 --- a/src/plugins/crowdfunding/CCSModel.cpp +++ b/src/plugins/crowdfunding/CCSModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "CCSModel.h" diff --git a/src/plugins/crowdfunding/CCSModel.h b/src/plugins/crowdfunding/CCSModel.h index d4d0dbe..e84c5ba 100644 --- a/src/plugins/crowdfunding/CCSModel.h +++ b/src/plugins/crowdfunding/CCSModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_CCSMODEL_H #define FEATHER_CCSMODEL_H diff --git a/src/plugins/crowdfunding/CCSProgressDelegate.cpp b/src/plugins/crowdfunding/CCSProgressDelegate.cpp index 0dc9889..af0b9a0 100644 --- a/src/plugins/crowdfunding/CCSProgressDelegate.cpp +++ b/src/plugins/crowdfunding/CCSProgressDelegate.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "CCSProgressDelegate.h" diff --git a/src/plugins/crowdfunding/CCSProgressDelegate.h b/src/plugins/crowdfunding/CCSProgressDelegate.h index ed621ab..325d19d 100644 --- a/src/plugins/crowdfunding/CCSProgressDelegate.h +++ b/src/plugins/crowdfunding/CCSProgressDelegate.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_CSSPROGRESSDELEGATE_H #define FEATHER_CSSPROGRESSDELEGATE_H diff --git a/src/plugins/crowdfunding/CCSWidget.cpp b/src/plugins/crowdfunding/CCSWidget.cpp index f1fbe5d..0ec9e57 100644 --- a/src/plugins/crowdfunding/CCSWidget.cpp +++ b/src/plugins/crowdfunding/CCSWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "CCSWidget.h" #include "ui_CCSWidget.h" diff --git a/src/plugins/crowdfunding/CCSWidget.h b/src/plugins/crowdfunding/CCSWidget.h index d5ac1d7..ea431ab 100644 --- a/src/plugins/crowdfunding/CCSWidget.h +++ b/src/plugins/crowdfunding/CCSWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_CSSWIDGET_H #define FEATHER_CSSWIDGET_H diff --git a/src/plugins/crowdfunding/CrowdfundingPlugin.cpp b/src/plugins/crowdfunding/CrowdfundingPlugin.cpp index 834d432..b2529df 100644 --- a/src/plugins/crowdfunding/CrowdfundingPlugin.cpp +++ b/src/plugins/crowdfunding/CrowdfundingPlugin.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "CrowdfundingPlugin.h" diff --git a/src/plugins/crowdfunding/CrowdfundingPlugin.h b/src/plugins/crowdfunding/CrowdfundingPlugin.h index 90c8a3f..9fb0259 100644 --- a/src/plugins/crowdfunding/CrowdfundingPlugin.h +++ b/src/plugins/crowdfunding/CrowdfundingPlugin.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef CROWDFUNDINGPLUGIN_H #define CROWDFUNDINGPLUGIN_H diff --git a/src/plugins/exchange/ExchangePlugin.cpp b/src/plugins/exchange/ExchangePlugin.cpp index d0231ad..69c82cf 100644 --- a/src/plugins/exchange/ExchangePlugin.cpp +++ b/src/plugins/exchange/ExchangePlugin.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "ExchangePlugin.h" diff --git a/src/plugins/exchange/ExchangePlugin.h b/src/plugins/exchange/ExchangePlugin.h index d9a1e42..4b842d6 100644 --- a/src/plugins/exchange/ExchangePlugin.h +++ b/src/plugins/exchange/ExchangePlugin.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef EXCHANGEPLUGIN_H #define EXCHANGEPLUGIN_H diff --git a/src/plugins/exchange/ExchangeWidget.cpp b/src/plugins/exchange/ExchangeWidget.cpp index d112efb..0a15cb4 100644 --- a/src/plugins/exchange/ExchangeWidget.cpp +++ b/src/plugins/exchange/ExchangeWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "ExchangeWidget.h" #include "ui_ExchangeWidget.h" diff --git a/src/plugins/exchange/ExchangeWidget.h b/src/plugins/exchange/ExchangeWidget.h index 1c2f8b9..e30ddb6 100644 --- a/src/plugins/exchange/ExchangeWidget.h +++ b/src/plugins/exchange/ExchangeWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef EXCHANGEWIDGET_H #define EXCHANGEWIDGET_H diff --git a/src/plugins/home/HomePlugin.cpp b/src/plugins/home/HomePlugin.cpp index c4f1f66..da5f927 100644 --- a/src/plugins/home/HomePlugin.cpp +++ b/src/plugins/home/HomePlugin.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "HomePlugin.h" diff --git a/src/plugins/home/HomePlugin.h b/src/plugins/home/HomePlugin.h index a2d8477..eeb1f24 100644 --- a/src/plugins/home/HomePlugin.h +++ b/src/plugins/home/HomePlugin.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef HOMEPLUGIN_H #define HOMEPLUGIN_H diff --git a/src/plugins/home/HomeWidget.cpp b/src/plugins/home/HomeWidget.cpp index 03b14cf..e172c25 100644 --- a/src/plugins/home/HomeWidget.cpp +++ b/src/plugins/home/HomeWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "HomeWidget.h" #include "ui_HomeWidget.h" diff --git a/src/plugins/home/HomeWidget.h b/src/plugins/home/HomeWidget.h index bef6457..f34cad8 100644 --- a/src/plugins/home/HomeWidget.h +++ b/src/plugins/home/HomeWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef HOMEWIDGET_H #define HOMEWIDGET_H diff --git a/src/plugins/localmonero/LocalMoneroApi.cpp b/src/plugins/localmonero/LocalMoneroApi.cpp index 3930bec..51f4550 100644 --- a/src/plugins/localmonero/LocalMoneroApi.cpp +++ b/src/plugins/localmonero/LocalMoneroApi.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "LocalMoneroApi.h" diff --git a/src/plugins/localmonero/LocalMoneroApi.h b/src/plugins/localmonero/LocalMoneroApi.h index 0de7fe5..700e86b 100644 --- a/src/plugins/localmonero/LocalMoneroApi.h +++ b/src/plugins/localmonero/LocalMoneroApi.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_LOCALMONEROAPI_H #define FEATHER_LOCALMONEROAPI_H diff --git a/src/plugins/localmonero/LocalMoneroInfoDialog.cpp b/src/plugins/localmonero/LocalMoneroInfoDialog.cpp index 4244305..cbcdb14 100644 --- a/src/plugins/localmonero/LocalMoneroInfoDialog.cpp +++ b/src/plugins/localmonero/LocalMoneroInfoDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "LocalMoneroInfoDialog.h" #include "ui_LocalMoneroInfoDialog.h" diff --git a/src/plugins/localmonero/LocalMoneroInfoDialog.h b/src/plugins/localmonero/LocalMoneroInfoDialog.h index fb4ffa6..6849264 100644 --- a/src/plugins/localmonero/LocalMoneroInfoDialog.h +++ b/src/plugins/localmonero/LocalMoneroInfoDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_LOCALMONEROINFODIALOG_H #define FEATHER_LOCALMONEROINFODIALOG_H diff --git a/src/plugins/localmonero/LocalMoneroModel.cpp b/src/plugins/localmonero/LocalMoneroModel.cpp index f946b3e..4ec37b4 100644 --- a/src/plugins/localmonero/LocalMoneroModel.cpp +++ b/src/plugins/localmonero/LocalMoneroModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "LocalMoneroModel.h" #include diff --git a/src/plugins/localmonero/LocalMoneroModel.h b/src/plugins/localmonero/LocalMoneroModel.h index 0bcdee3..dc1d62f 100644 --- a/src/plugins/localmonero/LocalMoneroModel.h +++ b/src/plugins/localmonero/LocalMoneroModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_LOCALMONEROMODEL_H #define FEATHER_LOCALMONEROMODEL_H diff --git a/src/plugins/localmonero/LocalMoneroPlugin.cpp b/src/plugins/localmonero/LocalMoneroPlugin.cpp index 73ad519..1881610 100644 --- a/src/plugins/localmonero/LocalMoneroPlugin.cpp +++ b/src/plugins/localmonero/LocalMoneroPlugin.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "LocalMoneroPlugin.h" diff --git a/src/plugins/localmonero/LocalMoneroPlugin.h b/src/plugins/localmonero/LocalMoneroPlugin.h index 10db13f..edb0199 100644 --- a/src/plugins/localmonero/LocalMoneroPlugin.h +++ b/src/plugins/localmonero/LocalMoneroPlugin.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef LOCALMONEROPLUGIN_H #define LOCALMONEROPLUGIN_H diff --git a/src/plugins/localmonero/LocalMoneroWidget.cpp b/src/plugins/localmonero/LocalMoneroWidget.cpp index 2b5dad3..8d6a018 100644 --- a/src/plugins/localmonero/LocalMoneroWidget.cpp +++ b/src/plugins/localmonero/LocalMoneroWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "LocalMoneroWidget.h" #include "ui_LocalMoneroWidget.h" diff --git a/src/plugins/localmonero/LocalMoneroWidget.h b/src/plugins/localmonero/LocalMoneroWidget.h index ebf8b34..518a92f 100644 --- a/src/plugins/localmonero/LocalMoneroWidget.h +++ b/src/plugins/localmonero/LocalMoneroWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_LOCALMONEROWIDGET_H #define FEATHER_LOCALMONEROWIDGET_H diff --git a/src/plugins/reddit/RedditModel.cpp b/src/plugins/reddit/RedditModel.cpp index b54b182..85e6b44 100644 --- a/src/plugins/reddit/RedditModel.cpp +++ b/src/plugins/reddit/RedditModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "RedditModel.h" diff --git a/src/plugins/reddit/RedditModel.h b/src/plugins/reddit/RedditModel.h index 0b9da90..c4db675 100644 --- a/src/plugins/reddit/RedditModel.h +++ b/src/plugins/reddit/RedditModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_REDDITMODEL_H #define FEATHER_REDDITMODEL_H diff --git a/src/plugins/reddit/RedditPlugin.cpp b/src/plugins/reddit/RedditPlugin.cpp index 63e1bcf..7556a85 100644 --- a/src/plugins/reddit/RedditPlugin.cpp +++ b/src/plugins/reddit/RedditPlugin.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "RedditPlugin.h" diff --git a/src/plugins/reddit/RedditPlugin.h b/src/plugins/reddit/RedditPlugin.h index 83e6409..0b138eb 100644 --- a/src/plugins/reddit/RedditPlugin.h +++ b/src/plugins/reddit/RedditPlugin.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef REDDITPLUGIN_H #define REDDITPLUGIN_H diff --git a/src/plugins/reddit/RedditPost.h b/src/plugins/reddit/RedditPost.h index 14aa3cf..030c9ea 100644 --- a/src/plugins/reddit/RedditPost.h +++ b/src/plugins/reddit/RedditPost.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_REDDITPOST_H #define FEATHER_REDDITPOST_H diff --git a/src/plugins/reddit/RedditProxyModel.cpp b/src/plugins/reddit/RedditProxyModel.cpp index 880b51b..bbd9c98 100644 --- a/src/plugins/reddit/RedditProxyModel.cpp +++ b/src/plugins/reddit/RedditProxyModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "RedditProxyModel.h" diff --git a/src/plugins/reddit/RedditProxyModel.h b/src/plugins/reddit/RedditProxyModel.h index 3a0528f..4526a9d 100644 --- a/src/plugins/reddit/RedditProxyModel.h +++ b/src/plugins/reddit/RedditProxyModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef REDDITPROXYMODEL_H #define REDDITPROXYMODEL_H diff --git a/src/plugins/reddit/RedditWidget.cpp b/src/plugins/reddit/RedditWidget.cpp index 3660019..8067de7 100644 --- a/src/plugins/reddit/RedditWidget.cpp +++ b/src/plugins/reddit/RedditWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "RedditWidget.h" #include "ui_RedditWidget.h" diff --git a/src/plugins/reddit/RedditWidget.h b/src/plugins/reddit/RedditWidget.h index 09e2779..98515a2 100644 --- a/src/plugins/reddit/RedditWidget.h +++ b/src/plugins/reddit/RedditWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_REDDITWIDGET_H #define FEATHER_REDDITWIDGET_H diff --git a/src/plugins/revuo/RevuoItem.h b/src/plugins/revuo/RevuoItem.h index 8079ba6..2499608 100644 --- a/src/plugins/revuo/RevuoItem.h +++ b/src/plugins/revuo/RevuoItem.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_REVUOITEM_H #define FEATHER_REVUOITEM_H diff --git a/src/plugins/revuo/RevuoPlugin.cpp b/src/plugins/revuo/RevuoPlugin.cpp index 26ee507..fa6a15b 100644 --- a/src/plugins/revuo/RevuoPlugin.cpp +++ b/src/plugins/revuo/RevuoPlugin.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "RevuoPlugin.h" diff --git a/src/plugins/revuo/RevuoPlugin.h b/src/plugins/revuo/RevuoPlugin.h index 00d829d..3f01c32 100644 --- a/src/plugins/revuo/RevuoPlugin.h +++ b/src/plugins/revuo/RevuoPlugin.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef REVUOPLUGIN_H #define REVUOPLUGIN_H diff --git a/src/plugins/revuo/RevuoWidget.cpp b/src/plugins/revuo/RevuoWidget.cpp index 62f40d8..64581c4 100644 --- a/src/plugins/revuo/RevuoWidget.cpp +++ b/src/plugins/revuo/RevuoWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "RevuoWidget.h" #include "ui_RevuoWidget.h" diff --git a/src/plugins/revuo/RevuoWidget.h b/src/plugins/revuo/RevuoWidget.h index 07bc424..334b0af 100644 --- a/src/plugins/revuo/RevuoWidget.h +++ b/src/plugins/revuo/RevuoWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_REVUOWIDGET_H #define FEATHER_REVUOWIDGET_H diff --git a/src/plugins/tickers/TickersConfigAddDialog.cpp b/src/plugins/tickers/TickersConfigAddDialog.cpp index d5dae04..148bff4 100644 --- a/src/plugins/tickers/TickersConfigAddDialog.cpp +++ b/src/plugins/tickers/TickersConfigAddDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "TickersConfigAddDialog.h" #include "ui_TickersConfigAddDialog.h" diff --git a/src/plugins/tickers/TickersConfigAddDialog.h b/src/plugins/tickers/TickersConfigAddDialog.h index 943a282..18dac28 100644 --- a/src/plugins/tickers/TickersConfigAddDialog.h +++ b/src/plugins/tickers/TickersConfigAddDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef TICKERSCONFIGADDDIALOG_H #define TICKERSCONFIGADDDIALOG_H diff --git a/src/plugins/tickers/TickersConfigDialog.cpp b/src/plugins/tickers/TickersConfigDialog.cpp index fb862ee..5aa091d 100644 --- a/src/plugins/tickers/TickersConfigDialog.cpp +++ b/src/plugins/tickers/TickersConfigDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "TickersConfigDialog.h" #include "ui_TickersConfigDialog.h" diff --git a/src/plugins/tickers/TickersConfigDialog.h b/src/plugins/tickers/TickersConfigDialog.h index 6fe5388..669b184 100644 --- a/src/plugins/tickers/TickersConfigDialog.h +++ b/src/plugins/tickers/TickersConfigDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef TICKERCONFIGDIALOG_H #define TICKERCONFIGDIALOG_H diff --git a/src/plugins/tickers/TickersPlugin.cpp b/src/plugins/tickers/TickersPlugin.cpp index 334b391..7ee13ed 100644 --- a/src/plugins/tickers/TickersPlugin.cpp +++ b/src/plugins/tickers/TickersPlugin.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "TickersPlugin.h" diff --git a/src/plugins/tickers/TickersPlugin.h b/src/plugins/tickers/TickersPlugin.h index c73015d..943c54c 100644 --- a/src/plugins/tickers/TickersPlugin.h +++ b/src/plugins/tickers/TickersPlugin.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef TICKERPLUGIN_H #define TICKERPLUGIN_H diff --git a/src/plugins/tickers/TickersWidget.cpp b/src/plugins/tickers/TickersWidget.cpp index 62f3f37..75549c0 100644 --- a/src/plugins/tickers/TickersWidget.cpp +++ b/src/plugins/tickers/TickersWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "TickersWidget.h" #include "ui_TickersWidget.h" diff --git a/src/plugins/tickers/TickersWidget.h b/src/plugins/tickers/TickersWidget.h index de36088..4472dc6 100644 --- a/src/plugins/tickers/TickersWidget.h +++ b/src/plugins/tickers/TickersWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef TICKERSWIDGET_H #define TICKERSWIDGET_H diff --git a/src/plugins/xmrig/XMRigPlugin.cpp b/src/plugins/xmrig/XMRigPlugin.cpp index 9723964..523de73 100644 --- a/src/plugins/xmrig/XMRigPlugin.cpp +++ b/src/plugins/xmrig/XMRigPlugin.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "XMRigPlugin.h" diff --git a/src/plugins/xmrig/XMRigPlugin.h b/src/plugins/xmrig/XMRigPlugin.h index f6a5573..7ac3cdb 100644 --- a/src/plugins/xmrig/XMRigPlugin.h +++ b/src/plugins/xmrig/XMRigPlugin.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef XMRIGPLUGIN_H #define XMRIGPLUGIN_H diff --git a/src/plugins/xmrig/XMRigWidget.cpp b/src/plugins/xmrig/XMRigWidget.cpp index 969ff00..9f19a1e 100644 --- a/src/plugins/xmrig/XMRigWidget.cpp +++ b/src/plugins/xmrig/XMRigWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "XMRigWidget.h" #include "ui_XMRigWidget.h" diff --git a/src/plugins/xmrig/XMRigWidget.h b/src/plugins/xmrig/XMRigWidget.h index 4a645f5..91f7693 100644 --- a/src/plugins/xmrig/XMRigWidget.h +++ b/src/plugins/xmrig/XMRigWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_XMRIGWIDGET_H #define FEATHER_XMRIGWIDGET_H diff --git a/src/plugins/xmrig/xmrig.cpp b/src/plugins/xmrig/xmrig.cpp index a89a786..ff942ca 100644 --- a/src/plugins/xmrig/xmrig.cpp +++ b/src/plugins/xmrig/xmrig.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include #include diff --git a/src/plugins/xmrig/xmrig.h b/src/plugins/xmrig/xmrig.h index 3687214..ca2ac93 100644 --- a/src/plugins/xmrig/xmrig.h +++ b/src/plugins/xmrig/xmrig.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_XMRIG_H #define FEATHER_XMRIG_H diff --git a/src/qrcode/scanner/QrCodeScanDialog.cpp b/src/qrcode/scanner/QrCodeScanDialog.cpp index db9ddca..c1e7852 100644 --- a/src/qrcode/scanner/QrCodeScanDialog.cpp +++ b/src/qrcode/scanner/QrCodeScanDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "QrCodeScanDialog.h" #include "ui_QrCodeScanDialog.h" diff --git a/src/qrcode/scanner/QrCodeScanDialog.h b/src/qrcode/scanner/QrCodeScanDialog.h index e8025f3..5f0668b 100644 --- a/src/qrcode/scanner/QrCodeScanDialog.h +++ b/src/qrcode/scanner/QrCodeScanDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_QRCODESCANDIALOG_H #define FEATHER_QRCODESCANDIALOG_H diff --git a/src/qrcode/scanner/QrCodeScanWidget.cpp b/src/qrcode/scanner/QrCodeScanWidget.cpp index 258059f..802944d 100644 --- a/src/qrcode/scanner/QrCodeScanWidget.cpp +++ b/src/qrcode/scanner/QrCodeScanWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "QrCodeScanWidget.h" #include "ui_QrCodeScanWidget.h" diff --git a/src/qrcode/scanner/QrCodeScanWidget.h b/src/qrcode/scanner/QrCodeScanWidget.h index 059f6da..700c316 100644 --- a/src/qrcode/scanner/QrCodeScanWidget.h +++ b/src/qrcode/scanner/QrCodeScanWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_QRCODESCANWIDGET_H #define FEATHER_QRCODESCANWIDGET_H diff --git a/src/qrcode/scanner/QrScanThread.cpp b/src/qrcode/scanner/QrScanThread.cpp index c529ea2..8551884 100644 --- a/src/qrcode/scanner/QrScanThread.cpp +++ b/src/qrcode/scanner/QrScanThread.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "QrScanThread.h" #include diff --git a/src/qrcode/scanner/QrScanThread.h b/src/qrcode/scanner/QrScanThread.h index 1ca42d0..50d227e 100644 --- a/src/qrcode/scanner/QrScanThread.h +++ b/src/qrcode/scanner/QrScanThread.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef QRSCANTHREAD_H_ #define QRSCANTHREAD_H_ diff --git a/src/qrcode/scanner/URDialog.cpp b/src/qrcode/scanner/URDialog.cpp index b60d03f..a0226a7 100644 --- a/src/qrcode/scanner/URDialog.cpp +++ b/src/qrcode/scanner/URDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "URDialog.h" #include "ui_URDialog.h" diff --git a/src/qrcode/scanner/URDialog.h b/src/qrcode/scanner/URDialog.h index 0b8dbd8..1ef5791 100644 --- a/src/qrcode/scanner/URDialog.h +++ b/src/qrcode/scanner/URDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_URDIALOG_H #define FEATHER_URDIALOG_H diff --git a/src/qrcode/scanner/URWidget.cpp b/src/qrcode/scanner/URWidget.cpp index 139ab1e..89765ed 100644 --- a/src/qrcode/scanner/URWidget.cpp +++ b/src/qrcode/scanner/URWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "URWidget.h" #include "ui_URWidget.h" diff --git a/src/qrcode/scanner/URWidget.h b/src/qrcode/scanner/URWidget.h index acf9df4..da56bbe 100644 --- a/src/qrcode/scanner/URWidget.h +++ b/src/qrcode/scanner/URWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_URWIDGET_H #define FEATHER_URWIDGET_H diff --git a/src/qrcode/utils/QrCodeUtils.cpp b/src/qrcode/utils/QrCodeUtils.cpp index 19ec02c..6193528 100644 --- a/src/qrcode/utils/QrCodeUtils.cpp +++ b/src/qrcode/utils/QrCodeUtils.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "QrCodeUtils.h" diff --git a/src/qrcode/utils/QrCodeUtils.h b/src/qrcode/utils/QrCodeUtils.h index a5cfa78..32ce284 100644 --- a/src/qrcode/utils/QrCodeUtils.h +++ b/src/qrcode/utils/QrCodeUtils.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_QRCODEUTILS_H #define FEATHER_QRCODEUTILS_H diff --git a/src/utils/AppData.cpp b/src/utils/AppData.cpp index 44511e2..08b5d35 100644 --- a/src/utils/AppData.cpp +++ b/src/utils/AppData.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "AppData.h" #include "config.h" diff --git a/src/utils/AppData.h b/src/utils/AppData.h index 6256e9e..95f5020 100644 --- a/src/utils/AppData.h +++ b/src/utils/AppData.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_APPDATA_H #define FEATHER_APPDATA_H diff --git a/src/utils/ColorScheme.cpp b/src/utils/ColorScheme.cpp index 094a917..2b1f069 100644 --- a/src/utils/ColorScheme.cpp +++ b/src/utils/ColorScheme.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BSD-3-Clause // SPDX-FileCopyrightText: 2012 thomasv@gitorious -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "ColorScheme.h" #include diff --git a/src/utils/ColorScheme.h b/src/utils/ColorScheme.h index c02ea63..cff7868 100644 --- a/src/utils/ColorScheme.h +++ b/src/utils/ColorScheme.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BSD-3-Clause // SPDX-FileCopyrightText: 2012 thomasv@gitorious -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_COLORSCHEME_H #define FEATHER_COLORSCHEME_H diff --git a/src/utils/EventFilter.cpp b/src/utils/EventFilter.cpp index 53821f2..7c018f2 100644 --- a/src/utils/EventFilter.cpp +++ b/src/utils/EventFilter.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "EventFilter.h" diff --git a/src/utils/EventFilter.h b/src/utils/EventFilter.h index f123a53..f759b1d 100644 --- a/src/utils/EventFilter.h +++ b/src/utils/EventFilter.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_EVENTFILTER_H #define FEATHER_EVENTFILTER_H diff --git a/src/utils/Icons.cpp b/src/utils/Icons.cpp index 71beb51..80d3ad6 100644 --- a/src/utils/Icons.cpp +++ b/src/utils/Icons.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "Icons.h" diff --git a/src/utils/Icons.h b/src/utils/Icons.h index 9689ded..1ecea95 100644 --- a/src/utils/Icons.h +++ b/src/utils/Icons.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_ICONS_H #define FEATHER_ICONS_H diff --git a/src/utils/NetworkManager.cpp b/src/utils/NetworkManager.cpp index 5a68272..c988ae7 100644 --- a/src/utils/NetworkManager.cpp +++ b/src/utils/NetworkManager.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "NetworkManager.h" diff --git a/src/utils/NetworkManager.h b/src/utils/NetworkManager.h index be285ab..2c383b8 100644 --- a/src/utils/NetworkManager.h +++ b/src/utils/NetworkManager.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_NETWORKMANAGER_H #define FEATHER_NETWORKMANAGER_H diff --git a/src/utils/Networking.cpp b/src/utils/Networking.cpp index 3f1b209..6be6cdc 100644 --- a/src/utils/Networking.cpp +++ b/src/utils/Networking.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include #include diff --git a/src/utils/Networking.h b/src/utils/Networking.h index 2652379..5b507c9 100644 --- a/src/utils/Networking.h +++ b/src/utils/Networking.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_NETWORKING_H #define FEATHER_NETWORKING_H diff --git a/src/utils/RestoreHeightLookup.h b/src/utils/RestoreHeightLookup.h index 73ff873..aa7664d 100644 --- a/src/utils/RestoreHeightLookup.h +++ b/src/utils/RestoreHeightLookup.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_RESTOREHEIGHTLOOKUP_H #define FEATHER_RESTOREHEIGHTLOOKUP_H diff --git a/src/utils/Seed.cpp b/src/utils/Seed.cpp index f185445..4ed326e 100644 --- a/src/utils/Seed.cpp +++ b/src/utils/Seed.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include #include "Seed.h" diff --git a/src/utils/Seed.h b/src/utils/Seed.h index 6d0a868..8302a95 100644 --- a/src/utils/Seed.h +++ b/src/utils/Seed.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_SEED_H #define FEATHER_SEED_H diff --git a/src/utils/SemanticVersion.h b/src/utils/SemanticVersion.h index 2104fa5..a2fefd8 100644 --- a/src/utils/SemanticVersion.h +++ b/src/utils/SemanticVersion.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_SEMANTICVERSION_H #define FEATHER_SEMANTICVERSION_H diff --git a/src/utils/TorManager.cpp b/src/utils/TorManager.cpp index 8219370..3ec1db6 100644 --- a/src/utils/TorManager.cpp +++ b/src/utils/TorManager.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "utils/TorManager.h" diff --git a/src/utils/TorManager.h b/src/utils/TorManager.h index c629baf..2c38ab8 100644 --- a/src/utils/TorManager.h +++ b/src/utils/TorManager.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_TOR_H #define FEATHER_TOR_H diff --git a/src/utils/TxFiatHistory.cpp b/src/utils/TxFiatHistory.cpp index e75acbf..ebaf00f 100644 --- a/src/utils/TxFiatHistory.cpp +++ b/src/utils/TxFiatHistory.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "TxFiatHistory.h" #include "utils/Utils.h" diff --git a/src/utils/TxFiatHistory.h b/src/utils/TxFiatHistory.h index 5ab51d2..386d4ae 100644 --- a/src/utils/TxFiatHistory.h +++ b/src/utils/TxFiatHistory.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_TXFIATHISTORY_H #define FEATHER_TXFIATHISTORY_H diff --git a/src/utils/Utils.cpp b/src/utils/Utils.cpp index 22cce6c..679a38e 100644 --- a/src/utils/Utils.cpp +++ b/src/utils/Utils.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include #include diff --git a/src/utils/Utils.h b/src/utils/Utils.h index f85c8ac..dc70b0e 100644 --- a/src/utils/Utils.h +++ b/src/utils/Utils.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_UTILS_H #define FEATHER_UTILS_H diff --git a/src/utils/WebsocketClient.cpp b/src/utils/WebsocketClient.cpp index 8af3a2d..63f0e1d 100644 --- a/src/utils/WebsocketClient.cpp +++ b/src/utils/WebsocketClient.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "WebsocketClient.h" diff --git a/src/utils/WebsocketClient.h b/src/utils/WebsocketClient.h index 0f0833e..94a9c4f 100644 --- a/src/utils/WebsocketClient.h +++ b/src/utils/WebsocketClient.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_WEBSOCKETCLIENT_H #define FEATHER_WEBSOCKETCLIENT_H diff --git a/src/utils/WebsocketNotifier.cpp b/src/utils/WebsocketNotifier.cpp index c58e26b..75666cc 100644 --- a/src/utils/WebsocketNotifier.cpp +++ b/src/utils/WebsocketNotifier.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "WebsocketNotifier.h" #include "Utils.h" diff --git a/src/utils/WebsocketNotifier.h b/src/utils/WebsocketNotifier.h index 5795299..ea163fb 100644 --- a/src/utils/WebsocketNotifier.h +++ b/src/utils/WebsocketNotifier.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_WEBSOCKETNOTIFIER_H #define FEATHER_WEBSOCKETNOTIFIER_H diff --git a/src/utils/config.cpp b/src/utils/config.cpp index 0670df4..081f3fa 100644 --- a/src/utils/config.cpp +++ b/src/utils/config.cpp @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BSD-3-Clause // SPDX-FileCopyrightText: 2011 Felix Geyer // SPDX-FileCopyrightText: 2020 KeePassXC Team -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "config.h" #include "utils/Utils.h" diff --git a/src/utils/config.h b/src/utils/config.h index cbc8878..ac94584 100644 --- a/src/utils/config.h +++ b/src/utils/config.h @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BSD-3-Clause // SPDX-FileCopyrightText: 2011 Felix Geyer // SPDX-FileCopyrightText: 2020 KeePassXC Team -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_CONFIG_H #define FEATHER_CONFIG_H diff --git a/src/utils/daemonrpc.cpp b/src/utils/daemonrpc.cpp index 5555d0c..644ef9a 100644 --- a/src/utils/daemonrpc.cpp +++ b/src/utils/daemonrpc.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "daemonrpc.h" diff --git a/src/utils/daemonrpc.h b/src/utils/daemonrpc.h index 1a32520..fddfce9 100644 --- a/src/utils/daemonrpc.h +++ b/src/utils/daemonrpc.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_DAEMON_RPC_H #define FEATHER_DAEMON_RPC_H diff --git a/src/utils/nodes.cpp b/src/utils/nodes.cpp index e9f9027..f475301 100644 --- a/src/utils/nodes.cpp +++ b/src/utils/nodes.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include diff --git a/src/utils/nodes.h b/src/utils/nodes.h index b6357e4..c9166e0 100644 --- a/src/utils/nodes.h +++ b/src/utils/nodes.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_NODES_H #define FEATHER_NODES_H diff --git a/src/utils/os/Prestium.cpp b/src/utils/os/Prestium.cpp index 5ce082a..ed8daa2 100644 --- a/src/utils/os/Prestium.cpp +++ b/src/utils/os/Prestium.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "Prestium.h" diff --git a/src/utils/os/Prestium.h b/src/utils/os/Prestium.h index 66bf1b9..bc89e0e 100644 --- a/src/utils/os/Prestium.h +++ b/src/utils/os/Prestium.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_PRESTIUM_H #define FEATHER_PRESTIUM_H diff --git a/src/utils/os/tails.cpp b/src/utils/os/tails.cpp index 52f3d3c..78e0065 100644 --- a/src/utils/os/tails.cpp +++ b/src/utils/os/tails.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include #include diff --git a/src/utils/os/tails.h b/src/utils/os/tails.h index bcf4fa8..49c6ad9 100644 --- a/src/utils/os/tails.h +++ b/src/utils/os/tails.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef TAILSOS_H #define TAILSOS_H diff --git a/src/utils/os/whonix.cpp b/src/utils/os/whonix.cpp index 8d9a682..a924a57 100644 --- a/src/utils/os/whonix.cpp +++ b/src/utils/os/whonix.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "whonix.h" diff --git a/src/utils/os/whonix.h b/src/utils/os/whonix.h index e8d8fe1..3e5354b 100644 --- a/src/utils/os/whonix.h +++ b/src/utils/os/whonix.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_WHONIX_H #define FEATHER_WHONIX_H diff --git a/src/utils/prices.cpp b/src/utils/prices.cpp index d66a1f4..5eb2dfe 100644 --- a/src/utils/prices.cpp +++ b/src/utils/prices.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "utils/prices.h" diff --git a/src/utils/prices.h b/src/utils/prices.h index 55457d1..90b1984 100644 --- a/src/utils/prices.h +++ b/src/utils/prices.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_PRICES_H #define FEATHER_PRICES_H diff --git a/src/utils/updater/UpdateDialog.cpp b/src/utils/updater/UpdateDialog.cpp index d5cde14..12a7656 100644 --- a/src/utils/updater/UpdateDialog.cpp +++ b/src/utils/updater/UpdateDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "UpdateDialog.h" #include "ui_UpdateDialog.h" diff --git a/src/utils/updater/UpdateDialog.h b/src/utils/updater/UpdateDialog.h index bb06660..6297307 100644 --- a/src/utils/updater/UpdateDialog.h +++ b/src/utils/updater/UpdateDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_UPDATEDIALOG_H #define FEATHER_UPDATEDIALOG_H diff --git a/src/utils/updater/Updater.cpp b/src/utils/updater/Updater.cpp index 7b93df8..708a3c5 100644 --- a/src/utils/updater/Updater.cpp +++ b/src/utils/updater/Updater.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "Updater.h" diff --git a/src/utils/updater/Updater.h b/src/utils/updater/Updater.h index 634ccc6..00aa11e 100644 --- a/src/utils/updater/Updater.h +++ b/src/utils/updater/Updater.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #pragma once diff --git a/src/widgets/NetworkProxyWidget.cpp b/src/widgets/NetworkProxyWidget.cpp index 5cd0b61..35cc1e9 100644 --- a/src/widgets/NetworkProxyWidget.cpp +++ b/src/widgets/NetworkProxyWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "NetworkProxyWidget.h" #include "ui_NetworkProxyWidget.h" diff --git a/src/widgets/NetworkProxyWidget.h b/src/widgets/NetworkProxyWidget.h index 4b1b479..d2384b9 100644 --- a/src/widgets/NetworkProxyWidget.h +++ b/src/widgets/NetworkProxyWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_NETWORKPROXYWIDGET_H #define FEATHER_NETWORKPROXYWIDGET_H diff --git a/src/widgets/NodeWidget.cpp b/src/widgets/NodeWidget.cpp index f09dff0..eb4c0f6 100644 --- a/src/widgets/NodeWidget.cpp +++ b/src/widgets/NodeWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "NodeWidget.h" #include "ui_NodeWidget.h" diff --git a/src/widgets/NodeWidget.h b/src/widgets/NodeWidget.h index d102ba8..795efa2 100644 --- a/src/widgets/NodeWidget.h +++ b/src/widgets/NodeWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_NODEWIDGET_H #define FEATHER_NODEWIDGET_H diff --git a/src/widgets/PasswordSetWidget.cpp b/src/widgets/PasswordSetWidget.cpp index 0c16b14..8f6ba4d 100644 --- a/src/widgets/PasswordSetWidget.cpp +++ b/src/widgets/PasswordSetWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "PasswordSetWidget.h" #include "ui_PasswordSetWidget.h" diff --git a/src/widgets/PasswordSetWidget.h b/src/widgets/PasswordSetWidget.h index badd372..349c4f4 100644 --- a/src/widgets/PasswordSetWidget.h +++ b/src/widgets/PasswordSetWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_PASSWORDSETWIDGET_H #define FEATHER_PASSWORDSETWIDGET_H diff --git a/src/widgets/PayToEdit.cpp b/src/widgets/PayToEdit.cpp index 104144a..b646506 100644 --- a/src/widgets/PayToEdit.cpp +++ b/src/widgets/PayToEdit.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project // SPDX-FileCopyrightText: 2012 thomasv@gitorious #include "PayToEdit.h" diff --git a/src/widgets/PayToEdit.h b/src/widgets/PayToEdit.h index cf08228..7e3d789 100644 --- a/src/widgets/PayToEdit.h +++ b/src/widgets/PayToEdit.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project // SPDX-FileCopyrightText: 2012 thomasv@gitorious #ifndef FEATHER_PAYTOEDIT_H diff --git a/src/widgets/PluginWidget.cpp b/src/widgets/PluginWidget.cpp index d40e10a..30b9198 100644 --- a/src/widgets/PluginWidget.cpp +++ b/src/widgets/PluginWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "PluginWidget.h" #include "ui_PluginWidget.h" diff --git a/src/widgets/PluginWidget.h b/src/widgets/PluginWidget.h index d481560..11e574a 100644 --- a/src/widgets/PluginWidget.h +++ b/src/widgets/PluginWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef PLUGINWIDGET_H #define PLUGINWIDGET_H diff --git a/src/widgets/QrCodeWidget.cpp b/src/widgets/QrCodeWidget.cpp index 90efe34..8ff18cb 100644 --- a/src/widgets/QrCodeWidget.cpp +++ b/src/widgets/QrCodeWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "QrCodeWidget.h" diff --git a/src/widgets/QrCodeWidget.h b/src/widgets/QrCodeWidget.h index 17b5977..1a3c7d8 100644 --- a/src/widgets/QrCodeWidget.h +++ b/src/widgets/QrCodeWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_QRCODEWIDGET_H #define FEATHER_QRCODEWIDGET_H diff --git a/src/widgets/RestoreHeightWidget.cpp b/src/widgets/RestoreHeightWidget.cpp index 4cf2baf..4bbafb7 100644 --- a/src/widgets/RestoreHeightWidget.cpp +++ b/src/widgets/RestoreHeightWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "RestoreHeightWidget.h" #include "ui_RestoreHeightWidget.h" diff --git a/src/widgets/RestoreHeightWidget.h b/src/widgets/RestoreHeightWidget.h index ddd8c0c..0d83f96 100644 --- a/src/widgets/RestoreHeightWidget.h +++ b/src/widgets/RestoreHeightWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_RESTOREHEIGHTWIDGET_H #define FEATHER_RESTOREHEIGHTWIDGET_H diff --git a/src/widgets/TickerWidget.cpp b/src/widgets/TickerWidget.cpp index 339f564..cecd7e9 100644 --- a/src/widgets/TickerWidget.cpp +++ b/src/widgets/TickerWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "TickerWidget.h" #include "ui_TickerWidget.h" diff --git a/src/widgets/TickerWidget.h b/src/widgets/TickerWidget.h index 96c8085..5766235 100644 --- a/src/widgets/TickerWidget.h +++ b/src/widgets/TickerWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_TICKERWIDGET_H #define FEATHER_TICKERWIDGET_H diff --git a/src/widgets/TxDetailsSimple.cpp b/src/widgets/TxDetailsSimple.cpp index 09113a3..1d21417 100644 --- a/src/widgets/TxDetailsSimple.cpp +++ b/src/widgets/TxDetailsSimple.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "TxDetailsSimple.h" #include "ui_TxDetailsSimple.h" diff --git a/src/widgets/TxDetailsSimple.h b/src/widgets/TxDetailsSimple.h index b6f1cea..a24ac83 100644 --- a/src/widgets/TxDetailsSimple.h +++ b/src/widgets/TxDetailsSimple.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_TXDETAILSSIMPLE_H #define FEATHER_TXDETAILSSIMPLE_H diff --git a/src/widgets/WalletUnlockWidget.cpp b/src/widgets/WalletUnlockWidget.cpp index ed9d9e3..3e6e140 100644 --- a/src/widgets/WalletUnlockWidget.cpp +++ b/src/widgets/WalletUnlockWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "WalletUnlockWidget.h" #include "ui_WalletUnlockWidget.h" diff --git a/src/widgets/WalletUnlockWidget.h b/src/widgets/WalletUnlockWidget.h index 64625a1..dfbaabe 100644 --- a/src/widgets/WalletUnlockWidget.h +++ b/src/widgets/WalletUnlockWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_WALLETUNLOCKWIDGET_H #define FEATHER_WALLETUNLOCKWIDGET_H diff --git a/src/wizard/PageHardwareDevice.cpp b/src/wizard/PageHardwareDevice.cpp index 760ba43..7fecf86 100644 --- a/src/wizard/PageHardwareDevice.cpp +++ b/src/wizard/PageHardwareDevice.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "PageHardwareDevice.h" #include "ui_PageHardwareDevice.h" diff --git a/src/wizard/PageHardwareDevice.h b/src/wizard/PageHardwareDevice.h index ab47ded..aa5d703 100644 --- a/src/wizard/PageHardwareDevice.h +++ b/src/wizard/PageHardwareDevice.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_PAGEHARDWAREDEVICE_H #define FEATHER_PAGEHARDWAREDEVICE_H diff --git a/src/wizard/PageMenu.cpp b/src/wizard/PageMenu.cpp index 118cd96..6292645 100644 --- a/src/wizard/PageMenu.cpp +++ b/src/wizard/PageMenu.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "WalletWizard.h" #include "PageMenu.h" diff --git a/src/wizard/PageMenu.h b/src/wizard/PageMenu.h index 6c0b74c..de18e06 100644 --- a/src/wizard/PageMenu.h +++ b/src/wizard/PageMenu.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_WIZARDMENU_H #define FEATHER_WIZARDMENU_H diff --git a/src/wizard/PageNetwork.cpp b/src/wizard/PageNetwork.cpp index bd0afb8..3f57c0a 100644 --- a/src/wizard/PageNetwork.cpp +++ b/src/wizard/PageNetwork.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "PageNetwork.h" #include "ui_PageNetwork.h" diff --git a/src/wizard/PageNetwork.h b/src/wizard/PageNetwork.h index a9df6fc..e59b437 100644 --- a/src/wizard/PageNetwork.h +++ b/src/wizard/PageNetwork.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_WIZARDNETWORK_H #define FEATHER_WIZARDNETWORK_H diff --git a/src/wizard/PageNetworkProxy.cpp b/src/wizard/PageNetworkProxy.cpp index 5e01b59..7f6e8c0 100644 --- a/src/wizard/PageNetworkProxy.cpp +++ b/src/wizard/PageNetworkProxy.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "PageNetworkProxy.h" #include "ui_PageNetworkProxy.h" diff --git a/src/wizard/PageNetworkProxy.h b/src/wizard/PageNetworkProxy.h index e666acc..c9159db 100644 --- a/src/wizard/PageNetworkProxy.h +++ b/src/wizard/PageNetworkProxy.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_PageNetworkProxy_H #define FEATHER_PageNetworkProxy_H diff --git a/src/wizard/PageNetworkWebsocket.cpp b/src/wizard/PageNetworkWebsocket.cpp index 0d22ac3..28d82be 100644 --- a/src/wizard/PageNetworkWebsocket.cpp +++ b/src/wizard/PageNetworkWebsocket.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "PageNetworkWebsocket.h" #include "ui_PageNetworkWebsocket.h" diff --git a/src/wizard/PageNetworkWebsocket.h b/src/wizard/PageNetworkWebsocket.h index dd0b0ac..d7d6fa9 100644 --- a/src/wizard/PageNetworkWebsocket.h +++ b/src/wizard/PageNetworkWebsocket.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_PAGENETWORKWEBSOCKET_H #define FEATHER_PAGENETWORKWEBSOCKET_H diff --git a/src/wizard/PageOpenWallet.cpp b/src/wizard/PageOpenWallet.cpp index 2805b3a..a290698 100644 --- a/src/wizard/PageOpenWallet.cpp +++ b/src/wizard/PageOpenWallet.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "PageOpenWallet.h" #include "ui_PageOpenWallet.h" diff --git a/src/wizard/PageOpenWallet.h b/src/wizard/PageOpenWallet.h index 3f4cd55..6c4ad1b 100644 --- a/src/wizard/PageOpenWallet.h +++ b/src/wizard/PageOpenWallet.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_OPENWALLET_H #define FEATHER_OPENWALLET_H diff --git a/src/wizard/PagePlugins.cpp b/src/wizard/PagePlugins.cpp index 6689767..a2bf616 100644 --- a/src/wizard/PagePlugins.cpp +++ b/src/wizard/PagePlugins.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "PagePlugins.h" #include "ui_PagePlugins.h" diff --git a/src/wizard/PagePlugins.h b/src/wizard/PagePlugins.h index 4fde0ba..2a2ddf8 100644 --- a/src/wizard/PagePlugins.h +++ b/src/wizard/PagePlugins.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef PAGEPLUGINS_H #define PAGEPLUGINS_H diff --git a/src/wizard/PageSetPassword.cpp b/src/wizard/PageSetPassword.cpp index 65f53ff..aeefa3d 100644 --- a/src/wizard/PageSetPassword.cpp +++ b/src/wizard/PageSetPassword.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "PageSetPassword.h" #include "ui_PageSetPassword.h" diff --git a/src/wizard/PageSetPassword.h b/src/wizard/PageSetPassword.h index 32d1be1..6c276be 100644 --- a/src/wizard/PageSetPassword.h +++ b/src/wizard/PageSetPassword.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_PASSWORD_H #define FEATHER_PASSWORD_H diff --git a/src/wizard/PageSetRestoreHeight.cpp b/src/wizard/PageSetRestoreHeight.cpp index 22eafba..10ac6b9 100644 --- a/src/wizard/PageSetRestoreHeight.cpp +++ b/src/wizard/PageSetRestoreHeight.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include #include "PageSetRestoreHeight.h" diff --git a/src/wizard/PageSetRestoreHeight.h b/src/wizard/PageSetRestoreHeight.h index d3f77f3..449fdc5 100644 --- a/src/wizard/PageSetRestoreHeight.h +++ b/src/wizard/PageSetRestoreHeight.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_PAGESETRESTOREHEIGHT_H #define FEATHER_PAGESETRESTOREHEIGHT_H diff --git a/src/wizard/PageSetSeedPassphrase.cpp b/src/wizard/PageSetSeedPassphrase.cpp index cc59587..bef5767 100644 --- a/src/wizard/PageSetSeedPassphrase.cpp +++ b/src/wizard/PageSetSeedPassphrase.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "PageSetSeedPassphrase.h" #include "ui_PageSetSeedPassphrase.h" diff --git a/src/wizard/PageSetSeedPassphrase.h b/src/wizard/PageSetSeedPassphrase.h index fd263fb..25a7e92 100644 --- a/src/wizard/PageSetSeedPassphrase.h +++ b/src/wizard/PageSetSeedPassphrase.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_PAGESETSEEDPASSPHRASE_H #define FEATHER_PAGESETSEEDPASSPHRASE_H diff --git a/src/wizard/PageSetSubaddressLookahead.cpp b/src/wizard/PageSetSubaddressLookahead.cpp index 1504d05..c6c896a 100644 --- a/src/wizard/PageSetSubaddressLookahead.cpp +++ b/src/wizard/PageSetSubaddressLookahead.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "PageSetSubaddressLookahead.h" #include "ui_PageSetSubaddressLookahead.h" diff --git a/src/wizard/PageSetSubaddressLookahead.h b/src/wizard/PageSetSubaddressLookahead.h index fe8d86a..04fb4c3 100644 --- a/src/wizard/PageSetSubaddressLookahead.h +++ b/src/wizard/PageSetSubaddressLookahead.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_PAGESETSUBADDRESSLOOKAHEAD_H #define FEATHER_PAGESETSUBADDRESSLOOKAHEAD_H diff --git a/src/wizard/PageWalletFile.cpp b/src/wizard/PageWalletFile.cpp index 83a70c4..c8a78d8 100644 --- a/src/wizard/PageWalletFile.cpp +++ b/src/wizard/PageWalletFile.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "WalletWizard.h" #include "PageWalletFile.h" diff --git a/src/wizard/PageWalletFile.h b/src/wizard/PageWalletFile.h index 198746b..32e5159 100644 --- a/src/wizard/PageWalletFile.h +++ b/src/wizard/PageWalletFile.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_CREATEWALLET_H #define FEATHER_CREATEWALLET_H diff --git a/src/wizard/PageWalletRestoreKeys.cpp b/src/wizard/PageWalletRestoreKeys.cpp index beb236a..d5f025a 100644 --- a/src/wizard/PageWalletRestoreKeys.cpp +++ b/src/wizard/PageWalletRestoreKeys.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "PageWalletRestoreKeys.h" #include "ui_PageWalletRestoreKeys.h" diff --git a/src/wizard/PageWalletRestoreKeys.h b/src/wizard/PageWalletRestoreKeys.h index 832ff7a..6eafe34 100644 --- a/src/wizard/PageWalletRestoreKeys.h +++ b/src/wizard/PageWalletRestoreKeys.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_WIZARDVIEWONLY_H #define FEATHER_WIZARDVIEWONLY_H diff --git a/src/wizard/PageWalletRestoreSeed.cpp b/src/wizard/PageWalletRestoreSeed.cpp index ef97b02..823f2ca 100644 --- a/src/wizard/PageWalletRestoreSeed.cpp +++ b/src/wizard/PageWalletRestoreSeed.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "WalletWizard.h" #include "PageWalletRestoreSeed.h" diff --git a/src/wizard/PageWalletRestoreSeed.h b/src/wizard/PageWalletRestoreSeed.h index 7f2e6c5..6561a24 100644 --- a/src/wizard/PageWalletRestoreSeed.h +++ b/src/wizard/PageWalletRestoreSeed.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_WIZARDRESTORE_H #define FEATHER_WIZARDRESTORE_H diff --git a/src/wizard/PageWalletSeed.cpp b/src/wizard/PageWalletSeed.cpp index 7dc2e9d..165d7c1 100644 --- a/src/wizard/PageWalletSeed.cpp +++ b/src/wizard/PageWalletSeed.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "WalletWizard.h" #include "PageWalletSeed.h" diff --git a/src/wizard/PageWalletSeed.h b/src/wizard/PageWalletSeed.h index 6008761..a06d013 100644 --- a/src/wizard/PageWalletSeed.h +++ b/src/wizard/PageWalletSeed.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_CREATEWALLETSEED_H #define FEATHER_CREATEWALLETSEED_H diff --git a/src/wizard/WalletWizard.cpp b/src/wizard/WalletWizard.cpp index 1acfbb9..e60bfa8 100644 --- a/src/wizard/WalletWizard.cpp +++ b/src/wizard/WalletWizard.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "utils/Utils.h" diff --git a/src/wizard/WalletWizard.h b/src/wizard/WalletWizard.h index d9d72f4..92cd77d 100644 --- a/src/wizard/WalletWizard.h +++ b/src/wizard/WalletWizard.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_WALLETWIZARD_H #define FEATHER_WALLETWIZARD_H diff --git a/src/wizard/offline_tx_signing/OfflineTxSigningWizard.cpp b/src/wizard/offline_tx_signing/OfflineTxSigningWizard.cpp index 54feb62..8669c3c 100644 --- a/src/wizard/offline_tx_signing/OfflineTxSigningWizard.cpp +++ b/src/wizard/offline_tx_signing/OfflineTxSigningWizard.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "OfflineTxSigningWizard.h" diff --git a/src/wizard/offline_tx_signing/OfflineTxSigningWizard.h b/src/wizard/offline_tx_signing/OfflineTxSigningWizard.h index 1523c50..38bad01 100644 --- a/src/wizard/offline_tx_signing/OfflineTxSigningWizard.h +++ b/src/wizard/offline_tx_signing/OfflineTxSigningWizard.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_OFFLINETXSIGNINGWIZARD_H #define FEATHER_OFFLINETXSIGNINGWIZARD_H diff --git a/src/wizard/offline_tx_signing/PageOTS_ExportKeyImages.cpp b/src/wizard/offline_tx_signing/PageOTS_ExportKeyImages.cpp index 721deb8..75bc735 100644 --- a/src/wizard/offline_tx_signing/PageOTS_ExportKeyImages.cpp +++ b/src/wizard/offline_tx_signing/PageOTS_ExportKeyImages.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "PageOTS_ExportKeyImages.h" #include "ui_PageOTS_Export.h" diff --git a/src/wizard/offline_tx_signing/PageOTS_ExportKeyImages.h b/src/wizard/offline_tx_signing/PageOTS_ExportKeyImages.h index 1fd33b3..e33a893 100644 --- a/src/wizard/offline_tx_signing/PageOTS_ExportKeyImages.h +++ b/src/wizard/offline_tx_signing/PageOTS_ExportKeyImages.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_PAGEOTS_EXPORTKEYIMAGES_H #define FEATHER_PAGEOTS_EXPORTKEYIMAGES_H diff --git a/src/wizard/offline_tx_signing/PageOTS_ExportOutputs.cpp b/src/wizard/offline_tx_signing/PageOTS_ExportOutputs.cpp index f8b8fa0..b5aea80 100644 --- a/src/wizard/offline_tx_signing/PageOTS_ExportOutputs.cpp +++ b/src/wizard/offline_tx_signing/PageOTS_ExportOutputs.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "PageOTS_ExportOutputs.h" #include "ui_PageOTS_Export.h" diff --git a/src/wizard/offline_tx_signing/PageOTS_ExportOutputs.h b/src/wizard/offline_tx_signing/PageOTS_ExportOutputs.h index bca2ad3..8b8a85f 100644 --- a/src/wizard/offline_tx_signing/PageOTS_ExportOutputs.h +++ b/src/wizard/offline_tx_signing/PageOTS_ExportOutputs.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_PAGEOTS_EXPORTOUTPUTS_H #define FEATHER_PAGEOTS_EXPORTOUTPUTS_H diff --git a/src/wizard/offline_tx_signing/PageOTS_ExportSignedTx.cpp b/src/wizard/offline_tx_signing/PageOTS_ExportSignedTx.cpp index f801ae3..3a64112 100644 --- a/src/wizard/offline_tx_signing/PageOTS_ExportSignedTx.cpp +++ b/src/wizard/offline_tx_signing/PageOTS_ExportSignedTx.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "PageOTS_ExportSignedTx.h" #include "ui_PageOTS_Export.h" diff --git a/src/wizard/offline_tx_signing/PageOTS_ExportSignedTx.h b/src/wizard/offline_tx_signing/PageOTS_ExportSignedTx.h index d7e0d2e..b74cc90 100644 --- a/src/wizard/offline_tx_signing/PageOTS_ExportSignedTx.h +++ b/src/wizard/offline_tx_signing/PageOTS_ExportSignedTx.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_PAGEOTS_EXPORTSIGNEDTX_H #define FEATHER_PAGEOTS_EXPORTSIGNEDTX_H diff --git a/src/wizard/offline_tx_signing/PageOTS_ExportUnsignedTx.cpp b/src/wizard/offline_tx_signing/PageOTS_ExportUnsignedTx.cpp index b063557..4e4242a 100644 --- a/src/wizard/offline_tx_signing/PageOTS_ExportUnsignedTx.cpp +++ b/src/wizard/offline_tx_signing/PageOTS_ExportUnsignedTx.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "PageOTS_ExportUnsignedTx.h" #include "ui_PageOTS_Export.h" diff --git a/src/wizard/offline_tx_signing/PageOTS_ExportUnsignedTx.h b/src/wizard/offline_tx_signing/PageOTS_ExportUnsignedTx.h index 0f8eeb8..173d3fd 100644 --- a/src/wizard/offline_tx_signing/PageOTS_ExportUnsignedTx.h +++ b/src/wizard/offline_tx_signing/PageOTS_ExportUnsignedTx.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_PAGEOTS_EXPORTUNSIGNEDTX_H #define FEATHER_PAGEOTS_EXPORTUNSIGNEDTX_H diff --git a/src/wizard/offline_tx_signing/PageOTS_Import.cpp b/src/wizard/offline_tx_signing/PageOTS_Import.cpp index 314815a..b956ff7 100644 --- a/src/wizard/offline_tx_signing/PageOTS_Import.cpp +++ b/src/wizard/offline_tx_signing/PageOTS_Import.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "PageOTS_Import.h" #include "ui_PageOTS_Import.h" diff --git a/src/wizard/offline_tx_signing/PageOTS_Import.h b/src/wizard/offline_tx_signing/PageOTS_Import.h index 97d76f7..69351da 100644 --- a/src/wizard/offline_tx_signing/PageOTS_Import.h +++ b/src/wizard/offline_tx_signing/PageOTS_Import.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_PAGEOTS_IMPORT_H #define FEATHER_PAGEOTS_IMPORT_H diff --git a/src/wizard/offline_tx_signing/PageOTS_ImportKeyImages.cpp b/src/wizard/offline_tx_signing/PageOTS_ImportKeyImages.cpp index 44e1643..f76ef73 100644 --- a/src/wizard/offline_tx_signing/PageOTS_ImportKeyImages.cpp +++ b/src/wizard/offline_tx_signing/PageOTS_ImportKeyImages.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "PageOTS_ImportKeyImages.h" #include "ui_PageOTS_Import.h" diff --git a/src/wizard/offline_tx_signing/PageOTS_ImportKeyImages.h b/src/wizard/offline_tx_signing/PageOTS_ImportKeyImages.h index 70d04df..8fe312d 100644 --- a/src/wizard/offline_tx_signing/PageOTS_ImportKeyImages.h +++ b/src/wizard/offline_tx_signing/PageOTS_ImportKeyImages.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_PAGEOTS_IMPORTKEYIMAGES_H #define FEATHER_PAGEOTS_IMPORTKEYIMAGES_H diff --git a/src/wizard/offline_tx_signing/PageOTS_ImportOffline.cpp b/src/wizard/offline_tx_signing/PageOTS_ImportOffline.cpp index 50d3923..3ee389b 100644 --- a/src/wizard/offline_tx_signing/PageOTS_ImportOffline.cpp +++ b/src/wizard/offline_tx_signing/PageOTS_ImportOffline.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "PageOTS_ImportOffline.h" #include "ui_PageOTS_Import.h" diff --git a/src/wizard/offline_tx_signing/PageOTS_ImportOffline.h b/src/wizard/offline_tx_signing/PageOTS_ImportOffline.h index e676e56..765477f 100644 --- a/src/wizard/offline_tx_signing/PageOTS_ImportOffline.h +++ b/src/wizard/offline_tx_signing/PageOTS_ImportOffline.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_PAGEOTS_IMPORTOFFLINE_H #define FEATHER_PAGEOTS_IMPORTOFFLINE_H diff --git a/src/wizard/offline_tx_signing/PageOTS_ImportSignedTx.cpp b/src/wizard/offline_tx_signing/PageOTS_ImportSignedTx.cpp index 953a3d2..df5b907 100644 --- a/src/wizard/offline_tx_signing/PageOTS_ImportSignedTx.cpp +++ b/src/wizard/offline_tx_signing/PageOTS_ImportSignedTx.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "PageOTS_ImportSignedTx.h" #include "ui_PageOTS_Import.h" diff --git a/src/wizard/offline_tx_signing/PageOTS_ImportSignedTx.h b/src/wizard/offline_tx_signing/PageOTS_ImportSignedTx.h index 5615f79..81078b6 100644 --- a/src/wizard/offline_tx_signing/PageOTS_ImportSignedTx.h +++ b/src/wizard/offline_tx_signing/PageOTS_ImportSignedTx.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_PAGEOTS_IMPORTSIGNEDTX_H #define FEATHER_PAGEOTS_IMPORTSIGNEDTX_H diff --git a/src/wizard/offline_tx_signing/PageOTS_ImportUnsignedTx.cpp b/src/wizard/offline_tx_signing/PageOTS_ImportUnsignedTx.cpp index 32e9f94..f0b007a 100644 --- a/src/wizard/offline_tx_signing/PageOTS_ImportUnsignedTx.cpp +++ b/src/wizard/offline_tx_signing/PageOTS_ImportUnsignedTx.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "PageOTS_ImportUnsignedTx.h" #include "ui_PageOTS_Import.h" diff --git a/src/wizard/offline_tx_signing/PageOTS_ImportUnsignedTx.h b/src/wizard/offline_tx_signing/PageOTS_ImportUnsignedTx.h index 4045d43..4eec47c 100644 --- a/src/wizard/offline_tx_signing/PageOTS_ImportUnsignedTx.h +++ b/src/wizard/offline_tx_signing/PageOTS_ImportUnsignedTx.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_PAGEOTS_IMPORTUNSIGNEDTX_H #define FEATHER_PAGEOTS_IMPORTUNSIGNEDTX_H diff --git a/src/wizard/offline_tx_signing/PageOTS_SignTx.cpp b/src/wizard/offline_tx_signing/PageOTS_SignTx.cpp index 400d31e..4d3319a 100644 --- a/src/wizard/offline_tx_signing/PageOTS_SignTx.cpp +++ b/src/wizard/offline_tx_signing/PageOTS_SignTx.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #include "PageOTS_SignTx.h" diff --git a/src/wizard/offline_tx_signing/PageOTS_SignTx.h b/src/wizard/offline_tx_signing/PageOTS_SignTx.h index 1a403f4..56ddf68 100644 --- a/src/wizard/offline_tx_signing/PageOTS_SignTx.h +++ b/src/wizard/offline_tx_signing/PageOTS_SignTx.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2023 The Monero Project +// SPDX-FileCopyrightText: 2020-2024 The Monero Project #ifndef FEATHER_PAGEOTS_SIGNTX_H #define FEATHER_PAGEOTS_SIGNTX_H