From: tobtoht Date: Mon, 2 Jan 2023 19:30:11 +0000 (+0100) Subject: update copyright for 2023 X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=64f425badf1df05ed474bd55f7b57001bacb0cd5;p=gamesguru%2Ffeather.git update copyright for 2023 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 729d81b0..7a9da0ed 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 "2022") +set(COPYRIGHT_YEAR "2023") set(COPYRIGHT_HOLDERS "The Monero Project") # Configurable options diff --git a/LICENSE b/LICENSE index 4c43b8ec..59d66ad4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2020-2022, The Monero Project +Copyright (c) 2020-2023, The Monero Project All rights reserved. diff --git a/README.md b/README.md index f7f2e367..4cbfe8cd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Feather is a free, open-source Monero wallet for Linux, Tails, macOS and Windows. It is written in C++ with the Qt framework. -Copyright (c) 2020-2022, The Monero Project. +Copyright (c) 2020-2023, The Monero Project. ## Resources diff --git a/cmake/VersionFeather.cmake b/cmake/VersionFeather.cmake index f94567f3..dae2705a 100644 --- a/cmake/VersionFeather.cmake +++ b/cmake/VersionFeather.cmake @@ -1,5 +1,5 @@ # SPDX-License-Identifier: BSD-3-Clause -# SPDX-FileCopyrightText: 2020-2022 The Monero Project +# SPDX-FileCopyrightText: 2020-2023 The Monero Project find_package(Git QUIET) diff --git a/src/CalcWidget.cpp b/src/CalcWidget.cpp index 6e0bef7f..dc6e7b1b 100644 --- a/src/CalcWidget.cpp +++ b/src/CalcWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "CalcWidget.h" #include "ui_CalcWidget.h" diff --git a/src/CalcWidget.h b/src/CalcWidget.h index 3c5da019..2f2fe4bf 100644 --- a/src/CalcWidget.h +++ b/src/CalcWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_CALCWIDGET_H #define FEATHER_CALCWIDGET_H diff --git a/src/CalcWindow.cpp b/src/CalcWindow.cpp index e736d655..a12376c8 100644 --- a/src/CalcWindow.cpp +++ b/src/CalcWindow.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "CalcWindow.h" #include "ui_CalcWindow.h" diff --git a/src/CalcWindow.h b/src/CalcWindow.h index 90cb3eba..5300be91 100644 --- a/src/CalcWindow.h +++ b/src/CalcWindow.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_CALCWINDOW_H #define FEATHER_CALCWINDOW_H diff --git a/src/CoinsWidget.cpp b/src/CoinsWidget.cpp index 6b623a4a..955e7c94 100644 --- a/src/CoinsWidget.cpp +++ b/src/CoinsWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "CoinsWidget.h" #include "ui_CoinsWidget.h" diff --git a/src/CoinsWidget.h b/src/CoinsWidget.h index bb45e744..f598e984 100644 --- a/src/CoinsWidget.h +++ b/src/CoinsWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_COINSWIDGET_H #define FEATHER_COINSWIDGET_H diff --git a/src/ContactsWidget.cpp b/src/ContactsWidget.cpp index a586c33c..a438ed45 100644 --- a/src/ContactsWidget.cpp +++ b/src/ContactsWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "ContactsWidget.h" #include "ui_ContactsWidget.h" diff --git a/src/ContactsWidget.h b/src/ContactsWidget.h index e9eee475..704a9efb 100644 --- a/src/ContactsWidget.h +++ b/src/ContactsWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_CONTACTSWIDGET_H #define FEATHER_CONTACTSWIDGET_H diff --git a/src/HistoryWidget.cpp b/src/HistoryWidget.cpp index 91677c7f..e2728940 100644 --- a/src/HistoryWidget.cpp +++ b/src/HistoryWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "HistoryWidget.h" #include "ui_HistoryWidget.h" diff --git a/src/HistoryWidget.h b/src/HistoryWidget.h index ae3c964f..6399dd9d 100644 --- a/src/HistoryWidget.h +++ b/src/HistoryWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_HISTORYWIDGET_H #define FEATHER_HISTORYWIDGET_H diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index ad6ba565..3f64f947 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "MainWindow.h" #include "ui_MainWindow.h" diff --git a/src/MainWindow.h b/src/MainWindow.h index 6e5b9c3d..60797150 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_MAINWINDOW_H #define FEATHER_MAINWINDOW_H diff --git a/src/ReceiveWidget.cpp b/src/ReceiveWidget.cpp index 95ecd599..6d9a0583 100644 --- a/src/ReceiveWidget.cpp +++ b/src/ReceiveWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "ReceiveWidget.h" #include "ui_ReceiveWidget.h" diff --git a/src/ReceiveWidget.h b/src/ReceiveWidget.h index 9bd19e0f..969863dd 100644 --- a/src/ReceiveWidget.h +++ b/src/ReceiveWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_RECEIVEWIDGET_H #define FEATHER_RECEIVEWIDGET_H diff --git a/src/SendWidget.cpp b/src/SendWidget.cpp index 570ad8c4..5fd063a6 100644 --- a/src/SendWidget.cpp +++ b/src/SendWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "SendWidget.h" #include "ui_SendWidget.h" diff --git a/src/SendWidget.h b/src/SendWidget.h index bc9bc734..0df426e1 100644 --- a/src/SendWidget.h +++ b/src/SendWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_SENDWIDGET_H #define FEATHER_SENDWIDGET_H diff --git a/src/SettingsDialog.cpp b/src/SettingsDialog.cpp index de9bbe66..86214876 100644 --- a/src/SettingsDialog.cpp +++ b/src/SettingsDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "SettingsDialog.h" #include "ui_SettingsDialog.h" diff --git a/src/SettingsDialog.h b/src/SettingsDialog.h index dacfe6ec..9bae5d99 100644 --- a/src/SettingsDialog.h +++ b/src/SettingsDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_SETTINGS_H #define FEATHER_SETTINGS_H diff --git a/src/WindowManager.cpp b/src/WindowManager.cpp index efba573a..1a088a90 100644 --- a/src/WindowManager.cpp +++ b/src/WindowManager.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "WindowManager.h" diff --git a/src/WindowManager.h b/src/WindowManager.h index 3eca7f39..c73997e5 100644 --- a/src/WindowManager.h +++ b/src/WindowManager.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_WINDOWMANAGER_H #define FEATHER_WINDOWMANAGER_H diff --git a/src/api/LocalMoneroApi.cpp b/src/api/LocalMoneroApi.cpp index 52b3fc67..ad61b3b7 100644 --- a/src/api/LocalMoneroApi.cpp +++ b/src/api/LocalMoneroApi.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "LocalMoneroApi.h" diff --git a/src/api/LocalMoneroApi.h b/src/api/LocalMoneroApi.h index a92aa7f9..56a8bf0a 100644 --- a/src/api/LocalMoneroApi.h +++ b/src/api/LocalMoneroApi.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_LOCALMONEROAPI_H #define FEATHER_LOCALMONEROAPI_H diff --git a/src/appcontext.cpp b/src/appcontext.cpp index 52a5694f..5959556d 100644 --- a/src/appcontext.cpp +++ b/src/appcontext.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include diff --git a/src/appcontext.h b/src/appcontext.h index db831980..81a612a1 100644 --- a/src/appcontext.h +++ b/src/appcontext.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_APPCONTEXT_H #define FEATHER_APPCONTEXT_H diff --git a/src/components.cpp b/src/components.cpp index 87a7eab4..acba61a8 100644 --- a/src/components.cpp +++ b/src/components.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "components.h" diff --git a/src/components.h b/src/components.h index 938a006d..26b66df7 100644 --- a/src/components.h +++ b/src/components.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_COMPONENTS_H #define FEATHER_COMPONENTS_H diff --git a/src/constants.cpp b/src/constants.cpp index b9b10ddc..86ed2144 100644 --- a/src/constants.cpp +++ b/src/constants.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "constants.h" diff --git a/src/constants.h b/src/constants.h index 140166de..a01cc0ce 100644 --- a/src/constants.h +++ b/src/constants.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_CONSTANTS_H #define FEATHER_CONSTANTS_H diff --git a/src/dialog/AboutDialog.cpp b/src/dialog/AboutDialog.cpp index 14bca8b2..bda3821e 100644 --- a/src/dialog/AboutDialog.cpp +++ b/src/dialog/AboutDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "AboutDialog.h" #include "ui_AboutDialog.h" diff --git a/src/dialog/AboutDialog.h b/src/dialog/AboutDialog.h index aeeb77e7..6a98db9f 100644 --- a/src/dialog/AboutDialog.h +++ b/src/dialog/AboutDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_ABOUT_H #define FEATHER_ABOUT_H diff --git a/src/dialog/AccountSwitcherDialog.cpp b/src/dialog/AccountSwitcherDialog.cpp index 62780d08..76a48aac 100644 --- a/src/dialog/AccountSwitcherDialog.cpp +++ b/src/dialog/AccountSwitcherDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "AccountSwitcherDialog.h" #include "ui_AccountSwitcherDialog.h" diff --git a/src/dialog/AccountSwitcherDialog.h b/src/dialog/AccountSwitcherDialog.h index 6c9ada3b..5fea3deb 100644 --- a/src/dialog/AccountSwitcherDialog.h +++ b/src/dialog/AccountSwitcherDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_ACCOUNTSWITCHERDIALOG_H #define FEATHER_ACCOUNTSWITCHERDIALOG_H diff --git a/src/dialog/BalanceDialog.cpp b/src/dialog/BalanceDialog.cpp index c64d22a1..0647530d 100644 --- a/src/dialog/BalanceDialog.cpp +++ b/src/dialog/BalanceDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "BalanceDialog.h" #include "ui_BalanceDialog.h" diff --git a/src/dialog/BalanceDialog.h b/src/dialog/BalanceDialog.h index 9ee31ecd..4c7e36c9 100644 --- a/src/dialog/BalanceDialog.h +++ b/src/dialog/BalanceDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_BALANCEDIALOG_H #define FEATHER_BALANCEDIALOG_H diff --git a/src/dialog/CalcConfigDialog.cpp b/src/dialog/CalcConfigDialog.cpp index 74516ec8..ec39964b 100644 --- a/src/dialog/CalcConfigDialog.cpp +++ b/src/dialog/CalcConfigDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "CalcConfigDialog.h" #include "ui_CalcConfigDialog.h" diff --git a/src/dialog/CalcConfigDialog.h b/src/dialog/CalcConfigDialog.h index 1664a108..f6095728 100644 --- a/src/dialog/CalcConfigDialog.h +++ b/src/dialog/CalcConfigDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_CALCCONFIGDIALOG_H #define FEATHER_CALCCONFIGDIALOG_H diff --git a/src/dialog/ContactsDialog.cpp b/src/dialog/ContactsDialog.cpp index 25adf096..5d39599b 100644 --- a/src/dialog/ContactsDialog.cpp +++ b/src/dialog/ContactsDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "ui_ContactsDialog.h" #include "ContactsDialog.h" diff --git a/src/dialog/ContactsDialog.h b/src/dialog/ContactsDialog.h index 38bb33cc..e888ceaf 100644 --- a/src/dialog/ContactsDialog.h +++ b/src/dialog/ContactsDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_CONTACTSDIALOG_H #define FEATHER_CONTACTSDIALOG_H diff --git a/src/dialog/DebugInfoDialog.cpp b/src/dialog/DebugInfoDialog.cpp index 58b74688..5ad6b754 100644 --- a/src/dialog/DebugInfoDialog.cpp +++ b/src/dialog/DebugInfoDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "DebugInfoDialog.h" #include "ui_DebugInfoDialog.h" diff --git a/src/dialog/DebugInfoDialog.h b/src/dialog/DebugInfoDialog.h index 37f295b0..baf27454 100644 --- a/src/dialog/DebugInfoDialog.h +++ b/src/dialog/DebugInfoDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_DEBUGINFODIALOG_H #define FEATHER_DEBUGINFODIALOG_H diff --git a/src/dialog/InfoDialog.cpp b/src/dialog/InfoDialog.cpp index 0acacc61..f95fa77e 100644 --- a/src/dialog/InfoDialog.cpp +++ b/src/dialog/InfoDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "InfoDialog.h" #include "ui_InfoDialog.h" diff --git a/src/dialog/InfoDialog.h b/src/dialog/InfoDialog.h index b7be6148..a4475b95 100644 --- a/src/dialog/InfoDialog.h +++ b/src/dialog/InfoDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_INFODIALOG_H #define FEATHER_INFODIALOG_H diff --git a/src/dialog/KeysDialog.cpp b/src/dialog/KeysDialog.cpp index dfb45a1a..149dc763 100644 --- a/src/dialog/KeysDialog.cpp +++ b/src/dialog/KeysDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "KeysDialog.h" #include "ui_KeysDialog.h" diff --git a/src/dialog/KeysDialog.h b/src/dialog/KeysDialog.h index a8a358a9..1a92eaf0 100644 --- a/src/dialog/KeysDialog.h +++ b/src/dialog/KeysDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_KEYSDIALOG_H #define FEATHER_KEYSDIALOG_H diff --git a/src/dialog/LocalMoneroInfoDialog.cpp b/src/dialog/LocalMoneroInfoDialog.cpp index 1871ab0b..e0cc2993 100644 --- a/src/dialog/LocalMoneroInfoDialog.cpp +++ b/src/dialog/LocalMoneroInfoDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "LocalMoneroInfoDialog.h" #include "ui_LocalMoneroInfoDialog.h" diff --git a/src/dialog/LocalMoneroInfoDialog.h b/src/dialog/LocalMoneroInfoDialog.h index 7fa863cb..fa018441 100644 --- a/src/dialog/LocalMoneroInfoDialog.h +++ b/src/dialog/LocalMoneroInfoDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_LOCALMONEROINFODIALOG_H #define FEATHER_LOCALMONEROINFODIALOG_H diff --git a/src/dialog/OutputInfoDialog.cpp b/src/dialog/OutputInfoDialog.cpp index 0c90178c..2a139d7c 100644 --- a/src/dialog/OutputInfoDialog.cpp +++ b/src/dialog/OutputInfoDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "OutputInfoDialog.h" #include "ui_OutputInfoDialog.h" diff --git a/src/dialog/OutputInfoDialog.h b/src/dialog/OutputInfoDialog.h index af44f7a8..729d5d06 100644 --- a/src/dialog/OutputInfoDialog.h +++ b/src/dialog/OutputInfoDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_OUTPUTINFODIALOG_H #define FEATHER_OUTPUTINFODIALOG_H diff --git a/src/dialog/OutputSweepDialog.cpp b/src/dialog/OutputSweepDialog.cpp index 5ecfd4d2..538f24a6 100644 --- a/src/dialog/OutputSweepDialog.cpp +++ b/src/dialog/OutputSweepDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "OutputSweepDialog.h" #include "ui_OutputSweepDialog.h" diff --git a/src/dialog/OutputSweepDialog.h b/src/dialog/OutputSweepDialog.h index f3287aac..7907b2cc 100644 --- a/src/dialog/OutputSweepDialog.h +++ b/src/dialog/OutputSweepDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_OUTPUTSWEEPDIALOG_H #define FEATHER_OUTPUTSWEEPDIALOG_H diff --git a/src/dialog/PasswordChangeDialog.cpp b/src/dialog/PasswordChangeDialog.cpp index 984f0675..f7c99206 100644 --- a/src/dialog/PasswordChangeDialog.cpp +++ b/src/dialog/PasswordChangeDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "PasswordChangeDialog.h" #include "ui_PasswordChangeDialog.h" diff --git a/src/dialog/PasswordChangeDialog.h b/src/dialog/PasswordChangeDialog.h index 9a28fc59..26397b32 100644 --- a/src/dialog/PasswordChangeDialog.h +++ b/src/dialog/PasswordChangeDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_PASSWORDCHANGEDIALOG_H #define FEATHER_PASSWORDCHANGEDIALOG_H diff --git a/src/dialog/PasswordDialog.cpp b/src/dialog/PasswordDialog.cpp index 42417f1b..4398720b 100644 --- a/src/dialog/PasswordDialog.cpp +++ b/src/dialog/PasswordDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "PasswordDialog.h" #include "ui_PasswordDialog.h" diff --git a/src/dialog/PasswordDialog.h b/src/dialog/PasswordDialog.h index 73fc746a..565c87dc 100644 --- a/src/dialog/PasswordDialog.h +++ b/src/dialog/PasswordDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_PASSWORDDIALOG_H #define FEATHER_PASSWORDDIALOG_H diff --git a/src/dialog/PaymentRequestDialog.cpp b/src/dialog/PaymentRequestDialog.cpp index 6eeb3b08..6457676e 100644 --- a/src/dialog/PaymentRequestDialog.cpp +++ b/src/dialog/PaymentRequestDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "PaymentRequestDialog.h" #include "ui_PaymentRequestDialog.h" diff --git a/src/dialog/PaymentRequestDialog.h b/src/dialog/PaymentRequestDialog.h index 72981028..f60c8118 100644 --- a/src/dialog/PaymentRequestDialog.h +++ b/src/dialog/PaymentRequestDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_PAYMENTREQUESTDIALOG_H #define FEATHER_PAYMENTREQUESTDIALOG_H diff --git a/src/dialog/QrCodeDialog.cpp b/src/dialog/QrCodeDialog.cpp index 1842b3ff..6950aabb 100644 --- a/src/dialog/QrCodeDialog.cpp +++ b/src/dialog/QrCodeDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "QrCodeDialog.h" #include "ui_QrCodeDialog.h" diff --git a/src/dialog/QrCodeDialog.h b/src/dialog/QrCodeDialog.h index 77429bbf..87adce9f 100644 --- a/src/dialog/QrCodeDialog.h +++ b/src/dialog/QrCodeDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_QRCODEDIALOG_H #define FEATHER_QRCODEDIALOG_H diff --git a/src/dialog/SeedDialog.cpp b/src/dialog/SeedDialog.cpp index 892c8ed3..60fc0baf 100644 --- a/src/dialog/SeedDialog.cpp +++ b/src/dialog/SeedDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "SeedDialog.h" #include "ui_SeedDialog.h" diff --git a/src/dialog/SeedDialog.h b/src/dialog/SeedDialog.h index c292f7fe..e2bdc2a5 100644 --- a/src/dialog/SeedDialog.h +++ b/src/dialog/SeedDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_SEEDDIALOG_H #define FEATHER_SEEDDIALOG_H diff --git a/src/dialog/SignVerifyDialog.cpp b/src/dialog/SignVerifyDialog.cpp index 2ca8fce8..98d600d1 100644 --- a/src/dialog/SignVerifyDialog.cpp +++ b/src/dialog/SignVerifyDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "SignVerifyDialog.h" #include "ui_SignVerifyDialog.h" diff --git a/src/dialog/SignVerifyDialog.h b/src/dialog/SignVerifyDialog.h index f9c633b1..b994f1e0 100644 --- a/src/dialog/SignVerifyDialog.h +++ b/src/dialog/SignVerifyDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_SIGNVERIFYDIALOG_H #define FEATHER_SIGNVERIFYDIALOG_H diff --git a/src/dialog/SplashDialog.cpp b/src/dialog/SplashDialog.cpp index 90bdcb0f..7759e71d 100644 --- a/src/dialog/SplashDialog.cpp +++ b/src/dialog/SplashDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "SplashDialog.h" #include "ui_SplashDialog.h" diff --git a/src/dialog/SplashDialog.h b/src/dialog/SplashDialog.h index c37adeff..f089e5b1 100644 --- a/src/dialog/SplashDialog.h +++ b/src/dialog/SplashDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_SPLASHDIALOG_H #define FEATHER_SPLASHDIALOG_H diff --git a/src/dialog/TorInfoDialog.cpp b/src/dialog/TorInfoDialog.cpp index 1e24f6b7..1f262333 100644 --- a/src/dialog/TorInfoDialog.cpp +++ b/src/dialog/TorInfoDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "TorInfoDialog.h" #include "ui_TorInfoDialog.h" diff --git a/src/dialog/TorInfoDialog.h b/src/dialog/TorInfoDialog.h index 05870fcd..617ba3d6 100644 --- a/src/dialog/TorInfoDialog.h +++ b/src/dialog/TorInfoDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_TORINFODIALOG_H #define FEATHER_TORINFODIALOG_H diff --git a/src/dialog/TxBroadcastDialog.cpp b/src/dialog/TxBroadcastDialog.cpp index 6028e875..6f530d69 100644 --- a/src/dialog/TxBroadcastDialog.cpp +++ b/src/dialog/TxBroadcastDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "TxBroadcastDialog.h" #include "ui_TxBroadcastDialog.h" diff --git a/src/dialog/TxBroadcastDialog.h b/src/dialog/TxBroadcastDialog.h index 5d2ea64e..4d826321 100644 --- a/src/dialog/TxBroadcastDialog.h +++ b/src/dialog/TxBroadcastDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_TXBROADCASTDIALOG_H #define FEATHER_TXBROADCASTDIALOG_H diff --git a/src/dialog/TxConfAdvDialog.cpp b/src/dialog/TxConfAdvDialog.cpp index 82daaac8..4c3fb9b2 100644 --- a/src/dialog/TxConfAdvDialog.cpp +++ b/src/dialog/TxConfAdvDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "TxConfAdvDialog.h" #include "ui_TxConfAdvDialog.h" diff --git a/src/dialog/TxConfAdvDialog.h b/src/dialog/TxConfAdvDialog.h index 1973b8fa..803fba96 100644 --- a/src/dialog/TxConfAdvDialog.h +++ b/src/dialog/TxConfAdvDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_TXCONFADVDIALOG_H #define FEATHER_TXCONFADVDIALOG_H diff --git a/src/dialog/TxConfDialog.cpp b/src/dialog/TxConfDialog.cpp index c9cb1a93..1b345d4b 100644 --- a/src/dialog/TxConfDialog.cpp +++ b/src/dialog/TxConfDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "TxConfDialog.h" #include "ui_TxConfDialog.h" diff --git a/src/dialog/TxConfDialog.h b/src/dialog/TxConfDialog.h index b5e82749..7e148f9f 100644 --- a/src/dialog/TxConfDialog.h +++ b/src/dialog/TxConfDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_TXCONFDIALOG_H #define FEATHER_TXCONFDIALOG_H diff --git a/src/dialog/TxImportDialog.cpp b/src/dialog/TxImportDialog.cpp index 1ffdd926..f6a82178 100644 --- a/src/dialog/TxImportDialog.cpp +++ b/src/dialog/TxImportDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "TxImportDialog.h" #include "ui_TxImportDialog.h" diff --git a/src/dialog/TxImportDialog.h b/src/dialog/TxImportDialog.h index ad1af0a6..63733284 100644 --- a/src/dialog/TxImportDialog.h +++ b/src/dialog/TxImportDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_TXIMPORTDIALOG_H #define FEATHER_TXIMPORTDIALOG_H diff --git a/src/dialog/TxInfoDialog.cpp b/src/dialog/TxInfoDialog.cpp index 83315f77..8c8b5ab7 100644 --- a/src/dialog/TxInfoDialog.cpp +++ b/src/dialog/TxInfoDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "TxInfoDialog.h" #include "ui_TxInfoDialog.h" diff --git a/src/dialog/TxInfoDialog.h b/src/dialog/TxInfoDialog.h index e00381f8..2f1cc797 100644 --- a/src/dialog/TxInfoDialog.h +++ b/src/dialog/TxInfoDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_TXINFODIALOG_H #define FEATHER_TXINFODIALOG_H diff --git a/src/dialog/TxProofDialog.cpp b/src/dialog/TxProofDialog.cpp index 6685aa22..e2dd843c 100644 --- a/src/dialog/TxProofDialog.cpp +++ b/src/dialog/TxProofDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "TxProofDialog.h" #include "ui_TxProofDialog.h" diff --git a/src/dialog/TxProofDialog.h b/src/dialog/TxProofDialog.h index 4f2d9fad..cb697199 100644 --- a/src/dialog/TxProofDialog.h +++ b/src/dialog/TxProofDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_TXPROOFDIALOG_H #define FEATHER_TXPROOFDIALOG_H diff --git a/src/dialog/UpdateDialog.cpp b/src/dialog/UpdateDialog.cpp index 57cb9ecd..1af58410 100644 --- a/src/dialog/UpdateDialog.cpp +++ b/src/dialog/UpdateDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "UpdateDialog.h" #include "ui_UpdateDialog.h" diff --git a/src/dialog/UpdateDialog.h b/src/dialog/UpdateDialog.h index 6738a242..a6641ace 100644 --- a/src/dialog/UpdateDialog.h +++ b/src/dialog/UpdateDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_UPDATEDIALOG_H #define FEATHER_UPDATEDIALOG_H diff --git a/src/dialog/VerifyProofDialog.cpp b/src/dialog/VerifyProofDialog.cpp index eacb72f6..f28f86b6 100644 --- a/src/dialog/VerifyProofDialog.cpp +++ b/src/dialog/VerifyProofDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "VerifyProofDialog.h" #include "ui_VerifyProofDialog.h" diff --git a/src/dialog/VerifyProofDialog.h b/src/dialog/VerifyProofDialog.h index 2cccf5cd..3703bdaa 100644 --- a/src/dialog/VerifyProofDialog.h +++ b/src/dialog/VerifyProofDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_VERIFYPROOFDIALOG_H #define FEATHER_VERIFYPROOFDIALOG_H diff --git a/src/dialog/ViewOnlyDialog.cpp b/src/dialog/ViewOnlyDialog.cpp index 0b58009b..f8f74295 100644 --- a/src/dialog/ViewOnlyDialog.cpp +++ b/src/dialog/ViewOnlyDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "ViewOnlyDialog.h" #include "ui_ViewOnlyDialog.h" diff --git a/src/dialog/ViewOnlyDialog.h b/src/dialog/ViewOnlyDialog.h index e84a21f7..940e3aea 100644 --- a/src/dialog/ViewOnlyDialog.h +++ b/src/dialog/ViewOnlyDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_VIEWONLYDIALOG_H #define FEATHER_VIEWONLYDIALOG_H diff --git a/src/dialog/WalletCacheDebugDialog.cpp b/src/dialog/WalletCacheDebugDialog.cpp index 0f6ee6a3..d245ea0a 100644 --- a/src/dialog/WalletCacheDebugDialog.cpp +++ b/src/dialog/WalletCacheDebugDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "WalletCacheDebugDialog.h" #include "ui_WalletCacheDebugDialog.h" diff --git a/src/dialog/WalletCacheDebugDialog.h b/src/dialog/WalletCacheDebugDialog.h index c175adee..bee1510a 100644 --- a/src/dialog/WalletCacheDebugDialog.h +++ b/src/dialog/WalletCacheDebugDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_WALLETCACHEDEBUGDIALOG_H #define FEATHER_WALLETCACHEDEBUGDIALOG_H diff --git a/src/dialog/WalletInfoDialog.cpp b/src/dialog/WalletInfoDialog.cpp index 3724b611..1f7339d4 100644 --- a/src/dialog/WalletInfoDialog.cpp +++ b/src/dialog/WalletInfoDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "WalletInfoDialog.h" #include "ui_WalletInfoDialog.h" diff --git a/src/dialog/WalletInfoDialog.h b/src/dialog/WalletInfoDialog.h index 53bee79a..b25af706 100644 --- a/src/dialog/WalletInfoDialog.h +++ b/src/dialog/WalletInfoDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_WALLETINFODIALOG_H #define FEATHER_WALLETINFODIALOG_H diff --git a/src/libwalletqt/AddressBook.cpp b/src/libwalletqt/AddressBook.cpp index 52e2b6eb..d4230453 100644 --- a/src/libwalletqt/AddressBook.cpp +++ b/src/libwalletqt/AddressBook.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "AddressBook.h" #include diff --git a/src/libwalletqt/AddressBook.h b/src/libwalletqt/AddressBook.h index 539f64b5..2b7fd30d 100644 --- a/src/libwalletqt/AddressBook.h +++ b/src/libwalletqt/AddressBook.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef ADDRESSBOOK_H #define ADDRESSBOOK_H diff --git a/src/libwalletqt/AddressBookInfo.cpp b/src/libwalletqt/AddressBookInfo.cpp index 436f0bf7..b2e4ee72 100644 --- a/src/libwalletqt/AddressBookInfo.cpp +++ b/src/libwalletqt/AddressBookInfo.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "AddressBookInfo.h" diff --git a/src/libwalletqt/AddressBookInfo.h b/src/libwalletqt/AddressBookInfo.h index 1dfec73b..cd653bf2 100644 --- a/src/libwalletqt/AddressBookInfo.h +++ b/src/libwalletqt/AddressBookInfo.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_ADDRESSBOOKINFO_H #define FEATHER_ADDRESSBOOKINFO_H diff --git a/src/libwalletqt/Coins.cpp b/src/libwalletqt/Coins.cpp index 66f52064..fb609666 100644 --- a/src/libwalletqt/Coins.cpp +++ b/src/libwalletqt/Coins.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "Coins.h" diff --git a/src/libwalletqt/Coins.h b/src/libwalletqt/Coins.h index 3af24cf1..4ab96880 100644 --- a/src/libwalletqt/Coins.h +++ b/src/libwalletqt/Coins.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_COINS_H #define FEATHER_COINS_H diff --git a/src/libwalletqt/CoinsInfo.cpp b/src/libwalletqt/CoinsInfo.cpp index f107cbff..925d6c6f 100644 --- a/src/libwalletqt/CoinsInfo.cpp +++ b/src/libwalletqt/CoinsInfo.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "CoinsInfo.h" #include "libwalletqt/WalletManager.h" diff --git a/src/libwalletqt/CoinsInfo.h b/src/libwalletqt/CoinsInfo.h index 9410abb4..42c39db3 100644 --- a/src/libwalletqt/CoinsInfo.h +++ b/src/libwalletqt/CoinsInfo.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_COINSINFO_H #define FEATHER_COINSINFO_H diff --git a/src/libwalletqt/ConstructionInfo.cpp b/src/libwalletqt/ConstructionInfo.cpp index bd63fc40..75eee7de 100644 --- a/src/libwalletqt/ConstructionInfo.cpp +++ b/src/libwalletqt/ConstructionInfo.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "ConstructionInfo.h" diff --git a/src/libwalletqt/ConstructionInfo.h b/src/libwalletqt/ConstructionInfo.h index a86485df..ccc36d27 100644 --- a/src/libwalletqt/ConstructionInfo.h +++ b/src/libwalletqt/ConstructionInfo.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_CONSTRUCTIONINFO_H #define FEATHER_CONSTRUCTIONINFO_H diff --git a/src/libwalletqt/Input.h b/src/libwalletqt/Input.h index 79619701..774d4b0d 100644 --- a/src/libwalletqt/Input.h +++ b/src/libwalletqt/Input.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_INPUT_H #define FEATHER_INPUT_H diff --git a/src/libwalletqt/PassphraseHelper.cpp b/src/libwalletqt/PassphraseHelper.cpp index a262d1a5..c6798a70 100644 --- a/src/libwalletqt/PassphraseHelper.cpp +++ b/src/libwalletqt/PassphraseHelper.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "PassphraseHelper.h" #include diff --git a/src/libwalletqt/PassphraseHelper.h b/src/libwalletqt/PassphraseHelper.h index 3d02f87d..dba5d40b 100644 --- a/src/libwalletqt/PassphraseHelper.h +++ b/src/libwalletqt/PassphraseHelper.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef MONERO_GUI_PASSPHRASEHELPER_H #define MONERO_GUI_PASSPHRASEHELPER_H diff --git a/src/libwalletqt/PendingTransaction.cpp b/src/libwalletqt/PendingTransaction.cpp index 6725b16c..0e07144b 100644 --- a/src/libwalletqt/PendingTransaction.cpp +++ b/src/libwalletqt/PendingTransaction.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "PendingTransaction.h" diff --git a/src/libwalletqt/PendingTransaction.h b/src/libwalletqt/PendingTransaction.h index 202b3a44..87fff2c8 100644 --- a/src/libwalletqt/PendingTransaction.h +++ b/src/libwalletqt/PendingTransaction.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef PENDINGTRANSACTION_H #define PENDINGTRANSACTION_H diff --git a/src/libwalletqt/PendingTransactionInfo.cpp b/src/libwalletqt/PendingTransactionInfo.cpp index 7e9f996a..945ea990 100644 --- a/src/libwalletqt/PendingTransactionInfo.cpp +++ b/src/libwalletqt/PendingTransactionInfo.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "PendingTransactionInfo.h" diff --git a/src/libwalletqt/PendingTransactionInfo.h b/src/libwalletqt/PendingTransactionInfo.h index 28ec3829..cf1cf023 100644 --- a/src/libwalletqt/PendingTransactionInfo.h +++ b/src/libwalletqt/PendingTransactionInfo.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_PENDINGTRANSACTIONINFO_H #define FEATHER_PENDINGTRANSACTIONINFO_H diff --git a/src/libwalletqt/Ring.h b/src/libwalletqt/Ring.h index 70634349..ceb27147 100644 --- a/src/libwalletqt/Ring.h +++ b/src/libwalletqt/Ring.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_RINGS_H #define FEATHER_RINGS_H diff --git a/src/libwalletqt/Subaddress.cpp b/src/libwalletqt/Subaddress.cpp index 4b635b04..d8e63781 100644 --- a/src/libwalletqt/Subaddress.cpp +++ b/src/libwalletqt/Subaddress.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "Subaddress.h" #include diff --git a/src/libwalletqt/Subaddress.h b/src/libwalletqt/Subaddress.h index a27e4355..3f2cd1c7 100644 --- a/src/libwalletqt/Subaddress.h +++ b/src/libwalletqt/Subaddress.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef SUBADDRESS_H #define SUBADDRESS_H diff --git a/src/libwalletqt/SubaddressAccount.cpp b/src/libwalletqt/SubaddressAccount.cpp index 0232646a..60f6fd04 100644 --- a/src/libwalletqt/SubaddressAccount.cpp +++ b/src/libwalletqt/SubaddressAccount.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "SubaddressAccount.h" #include diff --git a/src/libwalletqt/SubaddressAccount.h b/src/libwalletqt/SubaddressAccount.h index 7ab8cc3d..fd3add9f 100644 --- a/src/libwalletqt/SubaddressAccount.h +++ b/src/libwalletqt/SubaddressAccount.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef SUBADDRESSACCOUNT_H #define SUBADDRESSACCOUNT_H diff --git a/src/libwalletqt/TransactionHistory.cpp b/src/libwalletqt/TransactionHistory.cpp index b6aacc2f..31a63db0 100644 --- a/src/libwalletqt/TransactionHistory.cpp +++ b/src/libwalletqt/TransactionHistory.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "TransactionHistory.h" #include "TransactionInfo.h" diff --git a/src/libwalletqt/TransactionHistory.h b/src/libwalletqt/TransactionHistory.h index fce1308a..1ee3c147 100644 --- a/src/libwalletqt/TransactionHistory.h +++ b/src/libwalletqt/TransactionHistory.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef TRANSACTIONHISTORY_H #define TRANSACTIONHISTORY_H diff --git a/src/libwalletqt/TransactionInfo.cpp b/src/libwalletqt/TransactionInfo.cpp index ac230034..fe78e916 100644 --- a/src/libwalletqt/TransactionInfo.cpp +++ b/src/libwalletqt/TransactionInfo.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "TransactionInfo.h" #include "libwalletqt/WalletManager.h" diff --git a/src/libwalletqt/TransactionInfo.h b/src/libwalletqt/TransactionInfo.h index 0b2fabc2..9e496c4d 100644 --- a/src/libwalletqt/TransactionInfo.h +++ b/src/libwalletqt/TransactionInfo.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef TRANSACTIONINFO_H #define TRANSACTIONINFO_H diff --git a/src/libwalletqt/Transfer.h b/src/libwalletqt/Transfer.h index 65fe73cc..f3d961ba 100644 --- a/src/libwalletqt/Transfer.h +++ b/src/libwalletqt/Transfer.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef TRANSFER_H #define TRANSFER_H diff --git a/src/libwalletqt/UnsignedTransaction.cpp b/src/libwalletqt/UnsignedTransaction.cpp index 4de81c99..14effc63 100644 --- a/src/libwalletqt/UnsignedTransaction.cpp +++ b/src/libwalletqt/UnsignedTransaction.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "UnsignedTransaction.h" #include diff --git a/src/libwalletqt/UnsignedTransaction.h b/src/libwalletqt/UnsignedTransaction.h index 8e5f95c9..b79076f7 100644 --- a/src/libwalletqt/UnsignedTransaction.h +++ b/src/libwalletqt/UnsignedTransaction.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef UNSIGNEDTRANSACTION_H #define UNSIGNEDTRANSACTION_H diff --git a/src/libwalletqt/Wallet.cpp b/src/libwalletqt/Wallet.cpp index 4d398f55..7b4402d4 100644 --- a/src/libwalletqt/Wallet.cpp +++ b/src/libwalletqt/Wallet.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "Wallet.h" diff --git a/src/libwalletqt/Wallet.h b/src/libwalletqt/Wallet.h index 9129f12f..36260822 100644 --- a/src/libwalletqt/Wallet.h +++ b/src/libwalletqt/Wallet.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef WALLET_H #define WALLET_H diff --git a/src/libwalletqt/WalletListenerImpl.cpp b/src/libwalletqt/WalletListenerImpl.cpp index 34fe9f64..c1ec41fe 100644 --- a/src/libwalletqt/WalletListenerImpl.cpp +++ b/src/libwalletqt/WalletListenerImpl.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "WalletListenerImpl.h" #include "Wallet.h" diff --git a/src/libwalletqt/WalletListenerImpl.h b/src/libwalletqt/WalletListenerImpl.h index 1e386dce..e18a4660 100644 --- a/src/libwalletqt/WalletListenerImpl.h +++ b/src/libwalletqt/WalletListenerImpl.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef MONERO_GUI_WALLETLISTENERIMPL_H #define MONERO_GUI_WALLETLISTENERIMPL_H diff --git a/src/libwalletqt/WalletManager.cpp b/src/libwalletqt/WalletManager.cpp index f092749b..7785dbe5 100644 --- a/src/libwalletqt/WalletManager.cpp +++ b/src/libwalletqt/WalletManager.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "libwalletqt/WalletManager.h" #include "Wallet.h" diff --git a/src/libwalletqt/WalletManager.h b/src/libwalletqt/WalletManager.h index 0611fbaa..15f44b0d 100644 --- a/src/libwalletqt/WalletManager.h +++ b/src/libwalletqt/WalletManager.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef WALLETMANAGER_H #define WALLETMANAGER_H diff --git a/src/main.cpp b/src/main.cpp index 7b0ff496..8227ad5f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include #include diff --git a/src/model/AddressBookModel.cpp b/src/model/AddressBookModel.cpp index 7d5e1387..fb9c8b5a 100644 --- a/src/model/AddressBookModel.cpp +++ b/src/model/AddressBookModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2014-2023 The Monero Project #include "AddressBookModel.h" #include "AddressBook.h" diff --git a/src/model/AddressBookModel.h b/src/model/AddressBookModel.h index 06dc2a40..16ddd6d7 100644 --- a/src/model/AddressBookModel.h +++ b/src/model/AddressBookModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef ADDRESSBOOKMODEL_H #define ADDRESSBOOKMODEL_H diff --git a/src/model/AddressBookProxyModel.cpp b/src/model/AddressBookProxyModel.cpp index 2e906789..ae881d67 100644 --- a/src/model/AddressBookProxyModel.cpp +++ b/src/model/AddressBookProxyModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "AddressBookProxyModel.h" #include "AddressBookModel.h" diff --git a/src/model/AddressBookProxyModel.h b/src/model/AddressBookProxyModel.h index 46492503..588f8a6a 100644 --- a/src/model/AddressBookProxyModel.h +++ b/src/model/AddressBookProxyModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_ADDRESSBOOKPROXYMODEL_H #define FEATHER_ADDRESSBOOKPROXYMODEL_H diff --git a/src/model/BountiesModel.cpp b/src/model/BountiesModel.cpp index 8f999bff..f0cb5ae5 100644 --- a/src/model/BountiesModel.cpp +++ b/src/model/BountiesModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// Copyright (c) 2020-2023, The Monero Project. #include "BountiesModel.h" diff --git a/src/model/BountiesModel.h b/src/model/BountiesModel.h index 21aecb73..cde0d23d 100644 --- a/src/model/BountiesModel.h +++ b/src/model/BountiesModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_BOUNTIESMODEL_H #define FEATHER_BOUNTIESMODEL_H diff --git a/src/model/CCSModel.cpp b/src/model/CCSModel.cpp index c969995d..769f9eaa 100644 --- a/src/model/CCSModel.cpp +++ b/src/model/CCSModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "CCSModel.h" diff --git a/src/model/CCSModel.h b/src/model/CCSModel.h index e31eb663..2ff4be00 100644 --- a/src/model/CCSModel.h +++ b/src/model/CCSModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_CCSMODEL_H #define FEATHER_CCSMODEL_H diff --git a/src/model/CoinsModel.cpp b/src/model/CoinsModel.cpp index 45c2949a..45d098fe 100644 --- a/src/model/CoinsModel.cpp +++ b/src/model/CoinsModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "CoinsModel.h" #include "CoinsInfo.h" diff --git a/src/model/CoinsModel.h b/src/model/CoinsModel.h index 2e17e8aa..f9e224a2 100644 --- a/src/model/CoinsModel.h +++ b/src/model/CoinsModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_COINSMODEL_H #define FEATHER_COINSMODEL_H diff --git a/src/model/CoinsProxyModel.cpp b/src/model/CoinsProxyModel.cpp index d40ab85f..16e3a9dc 100644 --- a/src/model/CoinsProxyModel.cpp +++ b/src/model/CoinsProxyModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "CoinsProxyModel.h" #include "CoinsModel.h" diff --git a/src/model/CoinsProxyModel.h b/src/model/CoinsProxyModel.h index 87429f57..c336cfd8 100644 --- a/src/model/CoinsProxyModel.h +++ b/src/model/CoinsProxyModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_COINSPROXYMODEL_H #define FEATHER_COINSPROXYMODEL_H diff --git a/src/model/HistoryView.cpp b/src/model/HistoryView.cpp index 86202f71..4caefedb 100644 --- a/src/model/HistoryView.cpp +++ b/src/model/HistoryView.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "HistoryView.h" diff --git a/src/model/HistoryView.h b/src/model/HistoryView.h index 58b7be79..5eea566b 100644 --- a/src/model/HistoryView.h +++ b/src/model/HistoryView.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_HISTORYVIEW_H #define FEATHER_HISTORYVIEW_H diff --git a/src/model/LocalMoneroModel.cpp b/src/model/LocalMoneroModel.cpp index 7a8e95fa..f946b3e3 100644 --- a/src/model/LocalMoneroModel.cpp +++ b/src/model/LocalMoneroModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "LocalMoneroModel.h" #include diff --git a/src/model/LocalMoneroModel.h b/src/model/LocalMoneroModel.h index 1885c3d3..0bcdee39 100644 --- a/src/model/LocalMoneroModel.h +++ b/src/model/LocalMoneroModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_LOCALMONEROMODEL_H #define FEATHER_LOCALMONEROMODEL_H diff --git a/src/model/ModelUtils.cpp b/src/model/ModelUtils.cpp index 34dd4ccf..45bd02f2 100644 --- a/src/model/ModelUtils.cpp +++ b/src/model/ModelUtils.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "ModelUtils.h" diff --git a/src/model/ModelUtils.h b/src/model/ModelUtils.h index 4b78785a..dfea37e8 100644 --- a/src/model/ModelUtils.h +++ b/src/model/ModelUtils.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_MODELUTILS_H #define FEATHER_MODELUTILS_H diff --git a/src/model/NodeModel.cpp b/src/model/NodeModel.cpp index 63d8c23c..6428cacd 100644 --- a/src/model/NodeModel.cpp +++ b/src/model/NodeModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "NodeModel.h" #include "utils/nodes.h" diff --git a/src/model/NodeModel.h b/src/model/NodeModel.h index d57aea40..c767a200 100644 --- a/src/model/NodeModel.h +++ b/src/model/NodeModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_NODEMODEL_H #define FEATHER_NODEMODEL_H diff --git a/src/model/RedditModel.cpp b/src/model/RedditModel.cpp index e0ba26b2..5326c568 100644 --- a/src/model/RedditModel.cpp +++ b/src/model/RedditModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "RedditModel.h" diff --git a/src/model/RedditModel.h b/src/model/RedditModel.h index 1d333c62..a4b1c94b 100644 --- a/src/model/RedditModel.h +++ b/src/model/RedditModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_REDDITMODEL_H #define FEATHER_REDDITMODEL_H diff --git a/src/model/SubaddressAccountModel.cpp b/src/model/SubaddressAccountModel.cpp index a3737d47..06b2b5fc 100644 --- a/src/model/SubaddressAccountModel.cpp +++ b/src/model/SubaddressAccountModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "SubaddressAccountModel.h" #include "SubaddressAccount.h" diff --git a/src/model/SubaddressAccountModel.h b/src/model/SubaddressAccountModel.h index 9296bdca..7ce0bbca 100644 --- a/src/model/SubaddressAccountModel.h +++ b/src/model/SubaddressAccountModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef SUBADDRESSACCOUNTMODEL_H #define SUBADDRESSACCOUNTMODEL_H diff --git a/src/model/SubaddressModel.cpp b/src/model/SubaddressModel.cpp index 9dc9ca91..40d0f0f9 100644 --- a/src/model/SubaddressModel.cpp +++ b/src/model/SubaddressModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "SubaddressModel.h" #include "Subaddress.h" diff --git a/src/model/SubaddressModel.h b/src/model/SubaddressModel.h index a7b10f55..233ac782 100644 --- a/src/model/SubaddressModel.h +++ b/src/model/SubaddressModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef SUBADDRESSMODEL_H #define SUBADDRESSMODEL_H diff --git a/src/model/SubaddressProxyModel.cpp b/src/model/SubaddressProxyModel.cpp index 1462b407..7276fe87 100644 --- a/src/model/SubaddressProxyModel.cpp +++ b/src/model/SubaddressProxyModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "SubaddressProxyModel.h" diff --git a/src/model/SubaddressProxyModel.h b/src/model/SubaddressProxyModel.h index 65a8964a..87de1f61 100644 --- a/src/model/SubaddressProxyModel.h +++ b/src/model/SubaddressProxyModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_SUBADDRESSPROXYMODEL_H #define FEATHER_SUBADDRESSPROXYMODEL_H diff --git a/src/model/SubaddressView.cpp b/src/model/SubaddressView.cpp index bdcb1285..a270eb16 100644 --- a/src/model/SubaddressView.cpp +++ b/src/model/SubaddressView.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "SubaddressView.h" diff --git a/src/model/SubaddressView.h b/src/model/SubaddressView.h index c791afff..d0206c77 100644 --- a/src/model/SubaddressView.h +++ b/src/model/SubaddressView.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_SUBADDRESSVIEW_H #define FEATHER_SUBADDRESSVIEW_H diff --git a/src/model/TransactionHistoryModel.cpp b/src/model/TransactionHistoryModel.cpp index cd2399a2..397ec5dc 100644 --- a/src/model/TransactionHistoryModel.cpp +++ b/src/model/TransactionHistoryModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "TransactionHistoryModel.h" #include "TransactionHistory.h" diff --git a/src/model/TransactionHistoryModel.h b/src/model/TransactionHistoryModel.h index 1eb5fbed..582c57cc 100644 --- a/src/model/TransactionHistoryModel.h +++ b/src/model/TransactionHistoryModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef TRANSACTIONHISTORYMODEL_H #define TRANSACTIONHISTORYMODEL_H diff --git a/src/model/TransactionHistoryProxyModel.cpp b/src/model/TransactionHistoryProxyModel.cpp index 8167543d..5e090cc2 100644 --- a/src/model/TransactionHistoryProxyModel.cpp +++ b/src/model/TransactionHistoryProxyModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "TransactionHistoryProxyModel.h" #include "TransactionHistoryModel.h" diff --git a/src/model/TransactionHistoryProxyModel.h b/src/model/TransactionHistoryProxyModel.h index 6ee38c3d..8a46582d 100644 --- a/src/model/TransactionHistoryProxyModel.h +++ b/src/model/TransactionHistoryProxyModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_TRANSACTIONHISTORYPROXYMODEL_H #define FEATHER_TRANSACTIONHISTORYPROXYMODEL_H diff --git a/src/model/WalletKeysFilesModel.cpp b/src/model/WalletKeysFilesModel.cpp index fd2f80b0..024e455a 100644 --- a/src/model/WalletKeysFilesModel.cpp +++ b/src/model/WalletKeysFilesModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "WalletKeysFilesModel.h" diff --git a/src/model/WalletKeysFilesModel.h b/src/model/WalletKeysFilesModel.h index 2517e7cb..568f02c2 100644 --- a/src/model/WalletKeysFilesModel.h +++ b/src/model/WalletKeysFilesModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2014-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_WALLETKEYSFILESMODEL_H #define FEATHER_WALLETKEYSFILESMODEL_H diff --git a/src/openpgp/hash.h b/src/openpgp/hash.h index fab781b1..8991ed0d 100644 --- a/src/openpgp/hash.h +++ b/src/openpgp/hash.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #pragma once diff --git a/src/openpgp/mpi.h b/src/openpgp/mpi.h index 487b1758..c4f48ffb 100644 --- a/src/openpgp/mpi.h +++ b/src/openpgp/mpi.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #pragma once diff --git a/src/openpgp/openpgp.cpp b/src/openpgp/openpgp.cpp index c446300e..1dc09936 100644 --- a/src/openpgp/openpgp.cpp +++ b/src/openpgp/openpgp.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "openpgp.h" diff --git a/src/openpgp/openpgp.h b/src/openpgp/openpgp.h index 8b010a1f..e24df540 100644 --- a/src/openpgp/openpgp.h +++ b/src/openpgp/openpgp.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #pragma once diff --git a/src/openpgp/packet_stream.h b/src/openpgp/packet_stream.h index 11c918c7..c10505ee 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-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #pragma once diff --git a/src/openpgp/s_expression.h b/src/openpgp/s_expression.h index b72d43ce..fedb29fc 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-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #pragma once diff --git a/src/openpgp/serialization.h b/src/openpgp/serialization.h index 36ae50c4..3b19a351 100644 --- a/src/openpgp/serialization.h +++ b/src/openpgp/serialization.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #pragma once diff --git a/src/qrcode_scanner/QrCodeScanDialog.cpp b/src/qrcode_scanner/QrCodeScanDialog.cpp index 5dd5374f..78388c1b 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-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 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 dd2387d0..47735d67 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-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_QRCODESCANDIALOG_H #define FEATHER_QRCODESCANDIALOG_H diff --git a/src/qrcode_scanner/QrScanThread.cpp b/src/qrcode_scanner/QrScanThread.cpp index 3b3db0a4..54a699bd 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-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "QrScanThread.h" #include diff --git a/src/qrcode_scanner/QrScanThread.h b/src/qrcode_scanner/QrScanThread.h index 16bee3b1..849e7758 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-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef _QRSCANTHREAD_H_ #define _QRSCANTHREAD_H_ diff --git a/src/qrcode_scanner_qt6/QrCodeScanDialog.cpp b/src/qrcode_scanner_qt6/QrCodeScanDialog.cpp index 75b04f6d..d4e32ca7 100644 --- a/src/qrcode_scanner_qt6/QrCodeScanDialog.cpp +++ b/src/qrcode_scanner_qt6/QrCodeScanDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "QrCodeScanDialog.h" #include "ui_QrCodeScanDialog.h" diff --git a/src/qrcode_scanner_qt6/QrCodeScanDialog.h b/src/qrcode_scanner_qt6/QrCodeScanDialog.h index fdcc0d73..74b82e3c 100644 --- a/src/qrcode_scanner_qt6/QrCodeScanDialog.h +++ b/src/qrcode_scanner_qt6/QrCodeScanDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_QRCODESCANDIALOG_H #define FEATHER_QRCODESCANDIALOG_H diff --git a/src/qrcode_scanner_qt6/QrScanThread.cpp b/src/qrcode_scanner_qt6/QrScanThread.cpp index 3b3db0a4..54a699bd 100644 --- a/src/qrcode_scanner_qt6/QrScanThread.cpp +++ b/src/qrcode_scanner_qt6/QrScanThread.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "QrScanThread.h" #include diff --git a/src/qrcode_scanner_qt6/QrScanThread.h b/src/qrcode_scanner_qt6/QrScanThread.h index 16bee3b1..849e7758 100644 --- a/src/qrcode_scanner_qt6/QrScanThread.h +++ b/src/qrcode_scanner_qt6/QrScanThread.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef _QRSCANTHREAD_H_ #define _QRSCANTHREAD_H_ diff --git a/src/qrcode_utils/QrCodeUtils.cpp b/src/qrcode_utils/QrCodeUtils.cpp index 1efe489a..beb8d9fb 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-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "QrCodeUtils.h" #include diff --git a/src/qrcode_utils/QrCodeUtils.h b/src/qrcode_utils/QrCodeUtils.h index ca256c61..f9348380 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-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_QRCODEUTILS_H #define FEATHER_QRCODEUTILS_H diff --git a/src/utils/AppData.cpp b/src/utils/AppData.cpp index 7f1ef37c..8434e2f8 100644 --- a/src/utils/AppData.cpp +++ b/src/utils/AppData.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "AppData.h" #include "config.h" diff --git a/src/utils/AppData.h b/src/utils/AppData.h index 510ac693..6256e9e8 100644 --- a/src/utils/AppData.h +++ b/src/utils/AppData.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_APPDATA_H #define FEATHER_APPDATA_H diff --git a/src/utils/ColorScheme.cpp b/src/utils/ColorScheme.cpp index 32e8f640..094a9172 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-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "ColorScheme.h" #include diff --git a/src/utils/ColorScheme.h b/src/utils/ColorScheme.h index 15d8d827..c02ea637 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-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_COLORSCHEME_H #define FEATHER_COLORSCHEME_H diff --git a/src/utils/EventFilter.cpp b/src/utils/EventFilter.cpp index 60b9d3b9..53821f22 100644 --- a/src/utils/EventFilter.cpp +++ b/src/utils/EventFilter.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "EventFilter.h" diff --git a/src/utils/EventFilter.h b/src/utils/EventFilter.h index 2b807df2..f123a53d 100644 --- a/src/utils/EventFilter.h +++ b/src/utils/EventFilter.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_EVENTFILTER_H #define FEATHER_EVENTFILTER_H diff --git a/src/utils/Icons.cpp b/src/utils/Icons.cpp index e1a63038..71beb516 100644 --- a/src/utils/Icons.cpp +++ b/src/utils/Icons.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "Icons.h" diff --git a/src/utils/Icons.h b/src/utils/Icons.h index fae8f3ed..9689dedd 100644 --- a/src/utils/Icons.h +++ b/src/utils/Icons.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_ICONS_H #define FEATHER_ICONS_H diff --git a/src/utils/NetworkManager.cpp b/src/utils/NetworkManager.cpp index 208e478c..10187271 100644 --- a/src/utils/NetworkManager.cpp +++ b/src/utils/NetworkManager.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "NetworkManager.h" diff --git a/src/utils/NetworkManager.h b/src/utils/NetworkManager.h index f6d461c1..7bed7fae 100644 --- a/src/utils/NetworkManager.h +++ b/src/utils/NetworkManager.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_NETWORKMANAGER_H #define FEATHER_NETWORKMANAGER_H diff --git a/src/utils/RestoreHeightLookup.h b/src/utils/RestoreHeightLookup.h index b32e5a5c..73ff8730 100644 --- a/src/utils/RestoreHeightLookup.h +++ b/src/utils/RestoreHeightLookup.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_RESTOREHEIGHTLOOKUP_H #define FEATHER_RESTOREHEIGHTLOOKUP_H diff --git a/src/utils/Seed.cpp b/src/utils/Seed.cpp index 67e39574..e916550f 100644 --- a/src/utils/Seed.cpp +++ b/src/utils/Seed.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include #include "Seed.h" diff --git a/src/utils/Seed.h b/src/utils/Seed.h index 8ece5268..f306a277 100644 --- a/src/utils/Seed.h +++ b/src/utils/Seed.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_SEED_H #define FEATHER_SEED_H diff --git a/src/utils/SemanticVersion.h b/src/utils/SemanticVersion.h index 8e148fb1..2104fa5a 100644 --- a/src/utils/SemanticVersion.h +++ b/src/utils/SemanticVersion.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_SEMANTICVERSION_H #define FEATHER_SEMANTICVERSION_H diff --git a/src/utils/TorManager.cpp b/src/utils/TorManager.cpp index f92c992e..9ebbef59 100644 --- a/src/utils/TorManager.cpp +++ b/src/utils/TorManager.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "utils/TorManager.h" diff --git a/src/utils/TorManager.h b/src/utils/TorManager.h index aef48cb8..038ba9fc 100644 --- a/src/utils/TorManager.h +++ b/src/utils/TorManager.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_TOR_H #define FEATHER_TOR_H diff --git a/src/utils/TxFiatHistory.cpp b/src/utils/TxFiatHistory.cpp index 6736de08..e75acbf7 100644 --- a/src/utils/TxFiatHistory.cpp +++ b/src/utils/TxFiatHistory.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "TxFiatHistory.h" #include "utils/Utils.h" diff --git a/src/utils/TxFiatHistory.h b/src/utils/TxFiatHistory.h index 3596426e..5ab51d23 100644 --- a/src/utils/TxFiatHistory.h +++ b/src/utils/TxFiatHistory.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_TXFIATHISTORY_H #define FEATHER_TXFIATHISTORY_H diff --git a/src/utils/Updater.cpp b/src/utils/Updater.cpp index 138d27de..da2e9be2 100644 --- a/src/utils/Updater.cpp +++ b/src/utils/Updater.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "Updater.h" diff --git a/src/utils/Updater.h b/src/utils/Updater.h index 518ccadf..8a42b885 100644 --- a/src/utils/Updater.h +++ b/src/utils/Updater.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #pragma once diff --git a/src/utils/Utils.cpp b/src/utils/Utils.cpp index b0ebbb83..9d50c8c1 100644 --- a/src/utils/Utils.cpp +++ b/src/utils/Utils.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include #include diff --git a/src/utils/Utils.h b/src/utils/Utils.h index badd6180..0739bf4e 100644 --- a/src/utils/Utils.h +++ b/src/utils/Utils.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_UTILS_H #define FEATHER_UTILS_H diff --git a/src/utils/WebsocketClient.cpp b/src/utils/WebsocketClient.cpp index 2b795a73..af1a559e 100644 --- a/src/utils/WebsocketClient.cpp +++ b/src/utils/WebsocketClient.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "WebsocketClient.h" diff --git a/src/utils/WebsocketClient.h b/src/utils/WebsocketClient.h index 1563f448..3e5d5f86 100644 --- a/src/utils/WebsocketClient.h +++ b/src/utils/WebsocketClient.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_WEBSOCKETCLIENT_H #define FEATHER_WEBSOCKETCLIENT_H diff --git a/src/utils/WebsocketNotifier.cpp b/src/utils/WebsocketNotifier.cpp index 6414a70a..750fc76b 100644 --- a/src/utils/WebsocketNotifier.cpp +++ b/src/utils/WebsocketNotifier.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "WebsocketNotifier.h" #include "Utils.h" diff --git a/src/utils/WebsocketNotifier.h b/src/utils/WebsocketNotifier.h index deeef78a..a1d69378 100644 --- a/src/utils/WebsocketNotifier.h +++ b/src/utils/WebsocketNotifier.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_WEBSOCKETNOTIFIER_H #define FEATHER_WEBSOCKETNOTIFIER_H diff --git a/src/utils/childproc.cpp b/src/utils/childproc.cpp index a5690601..786c190e 100644 --- a/src/utils/childproc.cpp +++ b/src/utils/childproc.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "utils/childproc.h" diff --git a/src/utils/childproc.h b/src/utils/childproc.h index 6b87e1ab..c6f5f80b 100644 --- a/src/utils/childproc.h +++ b/src/utils/childproc.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_FPROCESS_H #define FEATHER_FPROCESS_H diff --git a/src/utils/config.cpp b/src/utils/config.cpp index ed44c821..4b5950a1 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-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "config.h" #include "utils/Utils.h" diff --git a/src/utils/config.h b/src/utils/config.h index e85cf5fe..cf60eb90 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-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_CONFIG_H #define FEATHER_CONFIG_H diff --git a/src/utils/daemonrpc.cpp b/src/utils/daemonrpc.cpp index 4eece5f0..b80aed9a 100644 --- a/src/utils/daemonrpc.cpp +++ b/src/utils/daemonrpc.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "daemonrpc.h" diff --git a/src/utils/daemonrpc.h b/src/utils/daemonrpc.h index c9bc8605..01f1a62c 100644 --- a/src/utils/daemonrpc.h +++ b/src/utils/daemonrpc.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_DAEMON_RPC_H #define FEATHER_DAEMON_RPC_H diff --git a/src/utils/networking.cpp b/src/utils/networking.cpp index f1893adc..e2a5cda2 100644 --- a/src/utils/networking.cpp +++ b/src/utils/networking.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include #include diff --git a/src/utils/networking.h b/src/utils/networking.h index 9aab733a..c140cd0b 100644 --- a/src/utils/networking.h +++ b/src/utils/networking.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_NETWORKING_H #define FEATHER_NETWORKING_H diff --git a/src/utils/nodes.cpp b/src/utils/nodes.cpp index c1bfea04..e53c871f 100644 --- a/src/utils/nodes.cpp +++ b/src/utils/nodes.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include diff --git a/src/utils/nodes.h b/src/utils/nodes.h index 939c46f5..ebad101b 100644 --- a/src/utils/nodes.h +++ b/src/utils/nodes.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_NODES_H #define FEATHER_NODES_H diff --git a/src/utils/os/tails.cpp b/src/utils/os/tails.cpp index d53d79be..52f3d3c1 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-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include #include diff --git a/src/utils/os/tails.h b/src/utils/os/tails.h index 9dddd4a0..19486856 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-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef TAILSOS_H #define TAILSOS_H diff --git a/src/utils/os/whonix.cpp b/src/utils/os/whonix.cpp index 8b662da4..8d9a6823 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-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "whonix.h" diff --git a/src/utils/os/whonix.h b/src/utils/os/whonix.h index 8f72e53b..e8d8fe19 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-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_WHONIX_H #define FEATHER_WHONIX_H diff --git a/src/utils/prices.cpp b/src/utils/prices.cpp index e6142680..d66a1f41 100644 --- a/src/utils/prices.cpp +++ b/src/utils/prices.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "utils/prices.h" diff --git a/src/utils/prices.h b/src/utils/prices.h index f249878c..55457d16 100644 --- a/src/utils/prices.h +++ b/src/utils/prices.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_PRICES_H #define FEATHER_PRICES_H diff --git a/src/utils/xmrig.cpp b/src/utils/xmrig.cpp index 534a5248..d9606264 100644 --- a/src/utils/xmrig.cpp +++ b/src/utils/xmrig.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include #include diff --git a/src/utils/xmrig.h b/src/utils/xmrig.h index c914084a..fd55eeec 100644 --- a/src/utils/xmrig.h +++ b/src/utils/xmrig.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_XMRIG_H #define FEATHER_XMRIG_H diff --git a/src/widgets/BountiesWidget.cpp b/src/widgets/BountiesWidget.cpp index 152afd09..75622858 100644 --- a/src/widgets/BountiesWidget.cpp +++ b/src/widgets/BountiesWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "BountiesWidget.h" #include "ui_BountiesWidget.h" diff --git a/src/widgets/BountiesWidget.h b/src/widgets/BountiesWidget.h index 548e1c21..47f070b5 100644 --- a/src/widgets/BountiesWidget.h +++ b/src/widgets/BountiesWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_BOUNTIESWIDGET_H #define FEATHER_BOUNTIESWIDGET_H diff --git a/src/widgets/CCSEntry.h b/src/widgets/CCSEntry.h index a60e0403..bf1dfdcf 100644 --- a/src/widgets/CCSEntry.h +++ b/src/widgets/CCSEntry.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_CCSENTRY_H #define FEATHER_CCSENTRY_H diff --git a/src/widgets/CCSProgressDelegate.cpp b/src/widgets/CCSProgressDelegate.cpp index 2f3541e7..0dc98891 100644 --- a/src/widgets/CCSProgressDelegate.cpp +++ b/src/widgets/CCSProgressDelegate.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "CCSProgressDelegate.h" diff --git a/src/widgets/CCSProgressDelegate.h b/src/widgets/CCSProgressDelegate.h index 42f0bdeb..0e2319c0 100644 --- a/src/widgets/CCSProgressDelegate.h +++ b/src/widgets/CCSProgressDelegate.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_CSSPROGRESSDELEGATE_H #define FEATHER_CSSPROGRESSDELEGATE_H diff --git a/src/widgets/CCSWidget.cpp b/src/widgets/CCSWidget.cpp index 0447fd4d..da27e542 100644 --- a/src/widgets/CCSWidget.cpp +++ b/src/widgets/CCSWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "CCSWidget.h" #include "ui_CCSWidget.h" diff --git a/src/widgets/CCSWidget.h b/src/widgets/CCSWidget.h index 193660f0..3590d4f5 100644 --- a/src/widgets/CCSWidget.h +++ b/src/widgets/CCSWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_CSSWIDGET_H #define FEATHER_CSSWIDGET_H diff --git a/src/widgets/LocalMoneroWidget.cpp b/src/widgets/LocalMoneroWidget.cpp index ae3b92d3..d5938795 100644 --- a/src/widgets/LocalMoneroWidget.cpp +++ b/src/widgets/LocalMoneroWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "LocalMoneroWidget.h" #include "ui_LocalMoneroWidget.h" diff --git a/src/widgets/LocalMoneroWidget.h b/src/widgets/LocalMoneroWidget.h index 3c9ad15b..c62409e1 100644 --- a/src/widgets/LocalMoneroWidget.h +++ b/src/widgets/LocalMoneroWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_LOCALMONEROWIDGET_H #define FEATHER_LOCALMONEROWIDGET_H diff --git a/src/widgets/NodeWidget.cpp b/src/widgets/NodeWidget.cpp index 3b99b7a3..374353c9 100644 --- a/src/widgets/NodeWidget.cpp +++ b/src/widgets/NodeWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "NodeWidget.h" #include "ui_NodeWidget.h" diff --git a/src/widgets/NodeWidget.h b/src/widgets/NodeWidget.h index b667cc2e..a35efa35 100644 --- a/src/widgets/NodeWidget.h +++ b/src/widgets/NodeWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_NODEWIDGET_H #define FEATHER_NODEWIDGET_H diff --git a/src/widgets/PayToEdit.cpp b/src/widgets/PayToEdit.cpp index 6ceb8ea0..a38b393c 100644 --- a/src/widgets/PayToEdit.cpp +++ b/src/widgets/PayToEdit.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project // SPDX-FileCopyrightText: 2012 thomasv@gitorious #include "PayToEdit.h" diff --git a/src/widgets/PayToEdit.h b/src/widgets/PayToEdit.h index 37bb8484..cf082286 100644 --- a/src/widgets/PayToEdit.h +++ b/src/widgets/PayToEdit.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project // SPDX-FileCopyrightText: 2012 thomasv@gitorious #ifndef FEATHER_PAYTOEDIT_H diff --git a/src/widgets/QrCodeWidget.cpp b/src/widgets/QrCodeWidget.cpp index 4fa6fe9a..44e0a81e 100644 --- a/src/widgets/QrCodeWidget.cpp +++ b/src/widgets/QrCodeWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "QrCodeWidget.h" diff --git a/src/widgets/QrCodeWidget.h b/src/widgets/QrCodeWidget.h index b3911684..17b59772 100644 --- a/src/widgets/QrCodeWidget.h +++ b/src/widgets/QrCodeWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_QRCODEWIDGET_H #define FEATHER_QRCODEWIDGET_H diff --git a/src/widgets/RedditPost.h b/src/widgets/RedditPost.h index a5b40d42..14aa3cf0 100644 --- a/src/widgets/RedditPost.h +++ b/src/widgets/RedditPost.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_REDDITPOST_H #define FEATHER_REDDITPOST_H diff --git a/src/widgets/RedditWidget.cpp b/src/widgets/RedditWidget.cpp index e07c6130..c5089b81 100644 --- a/src/widgets/RedditWidget.cpp +++ b/src/widgets/RedditWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "RedditWidget.h" #include "ui_RedditWidget.h" diff --git a/src/widgets/RedditWidget.h b/src/widgets/RedditWidget.h index 0ea23107..a88cf4f2 100644 --- a/src/widgets/RedditWidget.h +++ b/src/widgets/RedditWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_REDDITWIDGET_H #define FEATHER_REDDITWIDGET_H diff --git a/src/widgets/RestoreHeightWidget.cpp b/src/widgets/RestoreHeightWidget.cpp index 1b4c225e..4cf2bafb 100644 --- a/src/widgets/RestoreHeightWidget.cpp +++ b/src/widgets/RestoreHeightWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "RestoreHeightWidget.h" #include "ui_RestoreHeightWidget.h" diff --git a/src/widgets/RestoreHeightWidget.h b/src/widgets/RestoreHeightWidget.h index e355ec84..ddd8c0ce 100644 --- a/src/widgets/RestoreHeightWidget.h +++ b/src/widgets/RestoreHeightWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_RESTOREHEIGHTWIDGET_H #define FEATHER_RESTOREHEIGHTWIDGET_H diff --git a/src/widgets/RevuoItem.h b/src/widgets/RevuoItem.h index c6410fe0..8079ba67 100644 --- a/src/widgets/RevuoItem.h +++ b/src/widgets/RevuoItem.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_REVUOITEM_H #define FEATHER_REVUOITEM_H diff --git a/src/widgets/RevuoWidget.cpp b/src/widgets/RevuoWidget.cpp index c6d6621b..3a41eda9 100644 --- a/src/widgets/RevuoWidget.cpp +++ b/src/widgets/RevuoWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "RevuoWidget.h" #include "ui_RevuoWidget.h" diff --git a/src/widgets/RevuoWidget.h b/src/widgets/RevuoWidget.h index 546148fb..07bc424c 100644 --- a/src/widgets/RevuoWidget.h +++ b/src/widgets/RevuoWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_REVUOWIDGET_H #define FEATHER_REVUOWIDGET_H diff --git a/src/widgets/TickerWidget.cpp b/src/widgets/TickerWidget.cpp index 63a21378..0a17e7be 100644 --- a/src/widgets/TickerWidget.cpp +++ b/src/widgets/TickerWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "TickerWidget.h" #include "ui_TickerWidget.h" diff --git a/src/widgets/TickerWidget.h b/src/widgets/TickerWidget.h index 752b9ba8..76845862 100644 --- a/src/widgets/TickerWidget.h +++ b/src/widgets/TickerWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_TICKERWIDGET_H #define FEATHER_TICKERWIDGET_H diff --git a/src/widgets/XMRigWidget.cpp b/src/widgets/XMRigWidget.cpp index 22d9ef16..444b6851 100644 --- a/src/widgets/XMRigWidget.cpp +++ b/src/widgets/XMRigWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "XMRigWidget.h" #include "ui_XMRigWidget.h" diff --git a/src/widgets/XMRigWidget.h b/src/widgets/XMRigWidget.h index aa69d9d0..f80ee28d 100644 --- a/src/widgets/XMRigWidget.h +++ b/src/widgets/XMRigWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_XMRIGWIDGET_H #define FEATHER_XMRIGWIDGET_H diff --git a/src/wizard/PageHardwareDevice.cpp b/src/wizard/PageHardwareDevice.cpp index 43ec9d2d..a9f282e8 100644 --- a/src/wizard/PageHardwareDevice.cpp +++ b/src/wizard/PageHardwareDevice.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "PageHardwareDevice.h" #include "ui_PageHardwareDevice.h" diff --git a/src/wizard/PageHardwareDevice.h b/src/wizard/PageHardwareDevice.h index 3d429706..d92df80b 100644 --- a/src/wizard/PageHardwareDevice.h +++ b/src/wizard/PageHardwareDevice.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_PAGEHARDWAREDEVICE_H #define FEATHER_PAGEHARDWAREDEVICE_H diff --git a/src/wizard/PageMenu.cpp b/src/wizard/PageMenu.cpp index 850478d9..61bde471 100644 --- a/src/wizard/PageMenu.cpp +++ b/src/wizard/PageMenu.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "WalletWizard.h" #include "PageMenu.h" diff --git a/src/wizard/PageMenu.h b/src/wizard/PageMenu.h index 6fe29e18..ba81f34c 100644 --- a/src/wizard/PageMenu.h +++ b/src/wizard/PageMenu.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_WIZARDMENU_H #define FEATHER_WIZARDMENU_H diff --git a/src/wizard/PageNetwork.cpp b/src/wizard/PageNetwork.cpp index 95bdae47..701ada84 100644 --- a/src/wizard/PageNetwork.cpp +++ b/src/wizard/PageNetwork.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "PageNetwork.h" #include "ui_PageNetwork.h" diff --git a/src/wizard/PageNetwork.h b/src/wizard/PageNetwork.h index eef597d7..f07306c0 100644 --- a/src/wizard/PageNetwork.h +++ b/src/wizard/PageNetwork.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_WIZARDNETWORK_H #define FEATHER_WIZARDNETWORK_H diff --git a/src/wizard/PageNetworkTor.cpp b/src/wizard/PageNetworkTor.cpp index 31f06b83..cdf014e0 100644 --- a/src/wizard/PageNetworkTor.cpp +++ b/src/wizard/PageNetworkTor.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "PageNetworkTor.h" #include "ui_PageNetworkTor.h" diff --git a/src/wizard/PageNetworkTor.h b/src/wizard/PageNetworkTor.h index 97132d29..63a486ad 100644 --- a/src/wizard/PageNetworkTor.h +++ b/src/wizard/PageNetworkTor.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_PAGENETWORKTOR_H #define FEATHER_PAGENETWORKTOR_H diff --git a/src/wizard/PageNetworkWebsocket.cpp b/src/wizard/PageNetworkWebsocket.cpp index f2b8a8b7..6e2af538 100644 --- a/src/wizard/PageNetworkWebsocket.cpp +++ b/src/wizard/PageNetworkWebsocket.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "PageNetworkWebsocket.h" #include "ui_PageNetworkWebsocket.h" diff --git a/src/wizard/PageNetworkWebsocket.h b/src/wizard/PageNetworkWebsocket.h index 84283549..443e161e 100644 --- a/src/wizard/PageNetworkWebsocket.h +++ b/src/wizard/PageNetworkWebsocket.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_PAGENETWORKWEBSOCKET_H #define FEATHER_PAGENETWORKWEBSOCKET_H diff --git a/src/wizard/PageOpenWallet.cpp b/src/wizard/PageOpenWallet.cpp index d4b9a36d..dbb82fb5 100644 --- a/src/wizard/PageOpenWallet.cpp +++ b/src/wizard/PageOpenWallet.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "PageOpenWallet.h" #include "ui_PageOpenWallet.h" diff --git a/src/wizard/PageOpenWallet.h b/src/wizard/PageOpenWallet.h index e5da7ffb..a39ec554 100644 --- a/src/wizard/PageOpenWallet.h +++ b/src/wizard/PageOpenWallet.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_OPENWALLET_H #define FEATHER_OPENWALLET_H diff --git a/src/wizard/PageSetPassword.cpp b/src/wizard/PageSetPassword.cpp index 7cd45006..28c9e3a0 100644 --- a/src/wizard/PageSetPassword.cpp +++ b/src/wizard/PageSetPassword.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "PageSetPassword.h" #include "ui_PageSetPassword.h" diff --git a/src/wizard/PageSetPassword.h b/src/wizard/PageSetPassword.h index 9eaa7103..12f2d061 100644 --- a/src/wizard/PageSetPassword.h +++ b/src/wizard/PageSetPassword.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_PASSWORD_H #define FEATHER_PASSWORD_H diff --git a/src/wizard/PageSetRestoreHeight.cpp b/src/wizard/PageSetRestoreHeight.cpp index b5f44ca5..db399d28 100644 --- a/src/wizard/PageSetRestoreHeight.cpp +++ b/src/wizard/PageSetRestoreHeight.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include #include "PageSetRestoreHeight.h" diff --git a/src/wizard/PageSetRestoreHeight.h b/src/wizard/PageSetRestoreHeight.h index 78dc03a8..e7f0ff16 100644 --- a/src/wizard/PageSetRestoreHeight.h +++ b/src/wizard/PageSetRestoreHeight.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_PAGESETRESTOREHEIGHT_H #define FEATHER_PAGESETRESTOREHEIGHT_H diff --git a/src/wizard/PageSetSeedPassphrase.cpp b/src/wizard/PageSetSeedPassphrase.cpp index 1d166be5..5b08f5cd 100644 --- a/src/wizard/PageSetSeedPassphrase.cpp +++ b/src/wizard/PageSetSeedPassphrase.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "PageSetSeedPassphrase.h" #include "ui_PageSetSeedPassphrase.h" diff --git a/src/wizard/PageSetSeedPassphrase.h b/src/wizard/PageSetSeedPassphrase.h index 919ed6b7..bed1b920 100644 --- a/src/wizard/PageSetSeedPassphrase.h +++ b/src/wizard/PageSetSeedPassphrase.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_PAGESETSEEDPASSPHRASE_H #define FEATHER_PAGESETSEEDPASSPHRASE_H diff --git a/src/wizard/PageWalletFile.cpp b/src/wizard/PageWalletFile.cpp index 2edaecf3..5bd43295 100644 --- a/src/wizard/PageWalletFile.cpp +++ b/src/wizard/PageWalletFile.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "WalletWizard.h" #include "PageWalletFile.h" diff --git a/src/wizard/PageWalletFile.h b/src/wizard/PageWalletFile.h index d20be116..82e32bda 100644 --- a/src/wizard/PageWalletFile.h +++ b/src/wizard/PageWalletFile.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_CREATEWALLET_H #define FEATHER_CREATEWALLET_H diff --git a/src/wizard/PageWalletRestoreKeys.cpp b/src/wizard/PageWalletRestoreKeys.cpp index b41abe33..df1c8397 100644 --- a/src/wizard/PageWalletRestoreKeys.cpp +++ b/src/wizard/PageWalletRestoreKeys.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "PageWalletRestoreKeys.h" #include "ui_PageWalletRestoreKeys.h" diff --git a/src/wizard/PageWalletRestoreKeys.h b/src/wizard/PageWalletRestoreKeys.h index b3a5e2a3..19ac3c0f 100644 --- a/src/wizard/PageWalletRestoreKeys.h +++ b/src/wizard/PageWalletRestoreKeys.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_WIZARDVIEWONLY_H #define FEATHER_WIZARDVIEWONLY_H diff --git a/src/wizard/PageWalletRestoreSeed.cpp b/src/wizard/PageWalletRestoreSeed.cpp index 61883890..5ff08bf3 100644 --- a/src/wizard/PageWalletRestoreSeed.cpp +++ b/src/wizard/PageWalletRestoreSeed.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "WalletWizard.h" #include "PageWalletRestoreSeed.h" diff --git a/src/wizard/PageWalletRestoreSeed.h b/src/wizard/PageWalletRestoreSeed.h index 0f448b81..fac22296 100644 --- a/src/wizard/PageWalletRestoreSeed.h +++ b/src/wizard/PageWalletRestoreSeed.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_WIZARDRESTORE_H #define FEATHER_WIZARDRESTORE_H diff --git a/src/wizard/PageWalletSeed.cpp b/src/wizard/PageWalletSeed.cpp index 146b08ed..0044ed03 100644 --- a/src/wizard/PageWalletSeed.cpp +++ b/src/wizard/PageWalletSeed.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "WalletWizard.h" #include "PageWalletSeed.h" diff --git a/src/wizard/PageWalletSeed.h b/src/wizard/PageWalletSeed.h index 926fdc6d..89794789 100644 --- a/src/wizard/PageWalletSeed.h +++ b/src/wizard/PageWalletSeed.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_CREATEWALLETSEED_H #define FEATHER_CREATEWALLETSEED_H diff --git a/src/wizard/WalletWizard.cpp b/src/wizard/WalletWizard.cpp index 5abcb841..1c9dd0ff 100644 --- a/src/wizard/WalletWizard.cpp +++ b/src/wizard/WalletWizard.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #include "utils/Utils.h" diff --git a/src/wizard/WalletWizard.h b/src/wizard/WalletWizard.h index c6da79ef..e7300530 100644 --- a/src/wizard/WalletWizard.h +++ b/src/wizard/WalletWizard.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2020-2023 The Monero Project #ifndef FEATHER_WALLETWIZARD_H #define FEATHER_WALLETWIZARD_H