diff --git a/LICENSE b/LICENSE index 01aafe9..4c43b8e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2020-2021, The Monero Project +Copyright (c) 2020-2022, The Monero Project All rights reserved. diff --git a/README.md b/README.md index bd8a478..af5b641 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-2021, The Monero Project. +Copyright (c) 2020-2022, The Monero Project. ## Resources diff --git a/src/CalcWidget.cpp b/src/CalcWidget.cpp index 8bc654d..91c0cab 100644 --- a/src/CalcWidget.cpp +++ b/src/CalcWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "CalcWidget.h" #include "ui_CalcWidget.h" diff --git a/src/CalcWidget.h b/src/CalcWidget.h index b4fb58a..2a1a291 100644 --- a/src/CalcWidget.h +++ b/src/CalcWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_CALCWIDGET_H #define FEATHER_CALCWIDGET_H diff --git a/src/CalcWindow.cpp b/src/CalcWindow.cpp index 1b55c1d..e736d65 100644 --- a/src/CalcWindow.cpp +++ b/src/CalcWindow.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "CalcWindow.h" #include "ui_CalcWindow.h" diff --git a/src/CalcWindow.h b/src/CalcWindow.h index 2514f43..90cb3eb 100644 --- a/src/CalcWindow.h +++ b/src/CalcWindow.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_CALCWINDOW_H #define FEATHER_CALCWINDOW_H diff --git a/src/CoinsWidget.cpp b/src/CoinsWidget.cpp index 1808c70..4afc22d 100644 --- a/src/CoinsWidget.cpp +++ b/src/CoinsWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "CoinsWidget.h" #include "ui_CoinsWidget.h" diff --git a/src/CoinsWidget.h b/src/CoinsWidget.h index 6c48e24..0c4be12 100644 --- a/src/CoinsWidget.h +++ b/src/CoinsWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_COINSWIDGET_H #define FEATHER_COINSWIDGET_H diff --git a/src/ContactsWidget.cpp b/src/ContactsWidget.cpp index bb2380d..a586c33 100644 --- a/src/ContactsWidget.cpp +++ b/src/ContactsWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "ContactsWidget.h" #include "ui_ContactsWidget.h" diff --git a/src/ContactsWidget.h b/src/ContactsWidget.h index 9a71fa9..e9eee47 100644 --- a/src/ContactsWidget.h +++ b/src/ContactsWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_CONTACTSWIDGET_H #define FEATHER_CONTACTSWIDGET_H diff --git a/src/HistoryWidget.cpp b/src/HistoryWidget.cpp index 4871ba0..503f0ce 100644 --- a/src/HistoryWidget.cpp +++ b/src/HistoryWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "HistoryWidget.h" #include "ui_HistoryWidget.h" diff --git a/src/HistoryWidget.h b/src/HistoryWidget.h index 3a414dd..bee5a96 100644 --- a/src/HistoryWidget.h +++ b/src/HistoryWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_HISTORYWIDGET_H #define FEATHER_HISTORYWIDGET_H diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index e45fb78..eab2824 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "MainWindow.h" #include "ui_MainWindow.h" diff --git a/src/MainWindow.h b/src/MainWindow.h index a4fc590..ecff1b0 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_MAINWINDOW_H #define FEATHER_MAINWINDOW_H diff --git a/src/ReceiveWidget.cpp b/src/ReceiveWidget.cpp index 881c033..95ecd59 100644 --- a/src/ReceiveWidget.cpp +++ b/src/ReceiveWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "ReceiveWidget.h" #include "ui_ReceiveWidget.h" diff --git a/src/ReceiveWidget.h b/src/ReceiveWidget.h index e01f93f..05e7ae0 100644 --- a/src/ReceiveWidget.h +++ b/src/ReceiveWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_RECEIVEWIDGET_H #define FEATHER_RECEIVEWIDGET_H diff --git a/src/SendWidget.cpp b/src/SendWidget.cpp index b1f0f8b..5dd1881 100644 --- a/src/SendWidget.cpp +++ b/src/SendWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "SendWidget.h" #include "ui_SendWidget.h" diff --git a/src/SendWidget.h b/src/SendWidget.h index 0019920..f961f53 100644 --- a/src/SendWidget.h +++ b/src/SendWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_SENDWIDGET_H #define FEATHER_SENDWIDGET_H diff --git a/src/SettingsDialog.cpp b/src/SettingsDialog.cpp index 5084db5..10a8112 100644 --- a/src/SettingsDialog.cpp +++ b/src/SettingsDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "SettingsDialog.h" #include "ui_SettingsDialog.h" diff --git a/src/SettingsDialog.h b/src/SettingsDialog.h index 4cbf18c..edbb77b 100644 --- a/src/SettingsDialog.h +++ b/src/SettingsDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_SETTINGS_H #define FEATHER_SETTINGS_H diff --git a/src/WindowManager.cpp b/src/WindowManager.cpp index 717e1d8..ef406c8 100644 --- a/src/WindowManager.cpp +++ b/src/WindowManager.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "WindowManager.h" diff --git a/src/WindowManager.h b/src/WindowManager.h index 0fea535..6b555ae 100644 --- a/src/WindowManager.h +++ b/src/WindowManager.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_WINDOWMANAGER_H #define FEATHER_WINDOWMANAGER_H diff --git a/src/api/LocalMoneroApi.cpp b/src/api/LocalMoneroApi.cpp index 1e494d8..52b3fc6 100644 --- a/src/api/LocalMoneroApi.cpp +++ b/src/api/LocalMoneroApi.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "LocalMoneroApi.h" diff --git a/src/api/LocalMoneroApi.h b/src/api/LocalMoneroApi.h index 60145b8..a92aa7f 100644 --- a/src/api/LocalMoneroApi.h +++ b/src/api/LocalMoneroApi.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_LOCALMONEROAPI_H #define FEATHER_LOCALMONEROAPI_H diff --git a/src/appcontext.cpp b/src/appcontext.cpp index 2318557..f33a194 100644 --- a/src/appcontext.cpp +++ b/src/appcontext.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include diff --git a/src/appcontext.h b/src/appcontext.h index 806bb88..c3eb180 100644 --- a/src/appcontext.h +++ b/src/appcontext.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_APPCONTEXT_H #define FEATHER_APPCONTEXT_H diff --git a/src/cli.cpp b/src/cli.cpp index a0e7a63..79c4cd4 100644 --- a/src/cli.cpp +++ b/src/cli.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "cli.h" diff --git a/src/cli.h b/src/cli.h index dc04a9a..faba703 100644 --- a/src/cli.h +++ b/src/cli.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_CLI_H #define FEATHER_CLI_H diff --git a/src/components.cpp b/src/components.cpp index c7261ce..5d62576 100644 --- a/src/components.cpp +++ b/src/components.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "components.h" diff --git a/src/components.h b/src/components.h index 6f26014..fb03aaa 100644 --- a/src/components.h +++ b/src/components.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_COMPONENTS_H #define FEATHER_COMPONENTS_H diff --git a/src/constants.cpp b/src/constants.cpp index d8b0c1c..b9b10dd 100644 --- a/src/constants.cpp +++ b/src/constants.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "constants.h" diff --git a/src/constants.h b/src/constants.h index d9e9963..73d9edf 100644 --- a/src/constants.h +++ b/src/constants.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_CONSTANTS_H #define FEATHER_CONSTANTS_H diff --git a/src/dialog/AboutDialog.cpp b/src/dialog/AboutDialog.cpp index 82130e2..abcf943 100644 --- a/src/dialog/AboutDialog.cpp +++ b/src/dialog/AboutDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "AboutDialog.h" #include "ui_AboutDialog.h" diff --git a/src/dialog/AboutDialog.h b/src/dialog/AboutDialog.h index 4dcc8a2..aeeb77e 100644 --- a/src/dialog/AboutDialog.h +++ b/src/dialog/AboutDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_ABOUT_H #define FEATHER_ABOUT_H diff --git a/src/dialog/AccountSwitcherDialog.cpp b/src/dialog/AccountSwitcherDialog.cpp index 9a00613..62780d0 100644 --- a/src/dialog/AccountSwitcherDialog.cpp +++ b/src/dialog/AccountSwitcherDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "AccountSwitcherDialog.h" #include "ui_AccountSwitcherDialog.h" diff --git a/src/dialog/AccountSwitcherDialog.h b/src/dialog/AccountSwitcherDialog.h index e31f419..6c9ada3 100644 --- a/src/dialog/AccountSwitcherDialog.h +++ b/src/dialog/AccountSwitcherDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_ACCOUNTSWITCHERDIALOG_H #define FEATHER_ACCOUNTSWITCHERDIALOG_H diff --git a/src/dialog/BalanceDialog.cpp b/src/dialog/BalanceDialog.cpp index 2fab567..c64d22a 100644 --- a/src/dialog/BalanceDialog.cpp +++ b/src/dialog/BalanceDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "BalanceDialog.h" #include "ui_BalanceDialog.h" diff --git a/src/dialog/BalanceDialog.h b/src/dialog/BalanceDialog.h index 8c32c2e..9ee31ec 100644 --- a/src/dialog/BalanceDialog.h +++ b/src/dialog/BalanceDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_BALANCEDIALOG_H #define FEATHER_BALANCEDIALOG_H diff --git a/src/dialog/CalcConfigDialog.cpp b/src/dialog/CalcConfigDialog.cpp index 7bf7a07..74516ec 100644 --- a/src/dialog/CalcConfigDialog.cpp +++ b/src/dialog/CalcConfigDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "CalcConfigDialog.h" #include "ui_CalcConfigDialog.h" diff --git a/src/dialog/CalcConfigDialog.h b/src/dialog/CalcConfigDialog.h index 5209bd1..1664a10 100644 --- a/src/dialog/CalcConfigDialog.h +++ b/src/dialog/CalcConfigDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_CALCCONFIGDIALOG_H #define FEATHER_CALCCONFIGDIALOG_H diff --git a/src/dialog/ContactsDialog.cpp b/src/dialog/ContactsDialog.cpp index 381f66c..25adf09 100644 --- a/src/dialog/ContactsDialog.cpp +++ b/src/dialog/ContactsDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "ui_ContactsDialog.h" #include "ContactsDialog.h" diff --git a/src/dialog/ContactsDialog.h b/src/dialog/ContactsDialog.h index f0a74bc..38bb33c 100644 --- a/src/dialog/ContactsDialog.h +++ b/src/dialog/ContactsDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_CONTACTSDIALOG_H #define FEATHER_CONTACTSDIALOG_H diff --git a/src/dialog/DebugInfoDialog.cpp b/src/dialog/DebugInfoDialog.cpp index c77f296..433cb54 100644 --- a/src/dialog/DebugInfoDialog.cpp +++ b/src/dialog/DebugInfoDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "DebugInfoDialog.h" #include "ui_DebugInfoDialog.h" diff --git a/src/dialog/DebugInfoDialog.h b/src/dialog/DebugInfoDialog.h index d94493e..37f295b 100644 --- a/src/dialog/DebugInfoDialog.h +++ b/src/dialog/DebugInfoDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_DEBUGINFODIALOG_H #define FEATHER_DEBUGINFODIALOG_H diff --git a/src/dialog/InfoDialog.cpp b/src/dialog/InfoDialog.cpp index 2de636d..0acacc6 100644 --- a/src/dialog/InfoDialog.cpp +++ b/src/dialog/InfoDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "InfoDialog.h" #include "ui_InfoDialog.h" diff --git a/src/dialog/InfoDialog.h b/src/dialog/InfoDialog.h index a334828..b7be614 100644 --- a/src/dialog/InfoDialog.h +++ b/src/dialog/InfoDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_INFODIALOG_H #define FEATHER_INFODIALOG_H diff --git a/src/dialog/KeysDialog.cpp b/src/dialog/KeysDialog.cpp index 12af0e3..dfb45a1 100644 --- a/src/dialog/KeysDialog.cpp +++ b/src/dialog/KeysDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "KeysDialog.h" #include "ui_KeysDialog.h" diff --git a/src/dialog/KeysDialog.h b/src/dialog/KeysDialog.h index bb08c49..a8a358a 100644 --- a/src/dialog/KeysDialog.h +++ b/src/dialog/KeysDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_KEYSDIALOG_H #define FEATHER_KEYSDIALOG_H diff --git a/src/dialog/LocalMoneroInfoDialog.cpp b/src/dialog/LocalMoneroInfoDialog.cpp index f6f1b36..1871ab0 100644 --- a/src/dialog/LocalMoneroInfoDialog.cpp +++ b/src/dialog/LocalMoneroInfoDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "LocalMoneroInfoDialog.h" #include "ui_LocalMoneroInfoDialog.h" diff --git a/src/dialog/LocalMoneroInfoDialog.h b/src/dialog/LocalMoneroInfoDialog.h index 273bafc..7fa863c 100644 --- a/src/dialog/LocalMoneroInfoDialog.h +++ b/src/dialog/LocalMoneroInfoDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_LOCALMONEROINFODIALOG_H #define FEATHER_LOCALMONEROINFODIALOG_H diff --git a/src/dialog/OutputInfoDialog.cpp b/src/dialog/OutputInfoDialog.cpp index 4ab953b..0c90178 100644 --- a/src/dialog/OutputInfoDialog.cpp +++ b/src/dialog/OutputInfoDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "OutputInfoDialog.h" #include "ui_OutputInfoDialog.h" diff --git a/src/dialog/OutputInfoDialog.h b/src/dialog/OutputInfoDialog.h index c0eb49a..af44f7a 100644 --- a/src/dialog/OutputInfoDialog.h +++ b/src/dialog/OutputInfoDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_OUTPUTINFODIALOG_H #define FEATHER_OUTPUTINFODIALOG_H diff --git a/src/dialog/OutputSweepDialog.cpp b/src/dialog/OutputSweepDialog.cpp index 3883676..5ecfd4d 100644 --- a/src/dialog/OutputSweepDialog.cpp +++ b/src/dialog/OutputSweepDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "OutputSweepDialog.h" #include "ui_OutputSweepDialog.h" diff --git a/src/dialog/OutputSweepDialog.h b/src/dialog/OutputSweepDialog.h index 8c5e6b5..f3287aa 100644 --- a/src/dialog/OutputSweepDialog.h +++ b/src/dialog/OutputSweepDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_OUTPUTSWEEPDIALOG_H #define FEATHER_OUTPUTSWEEPDIALOG_H diff --git a/src/dialog/PasswordChangeDialog.cpp b/src/dialog/PasswordChangeDialog.cpp index d7e1386..984f067 100644 --- a/src/dialog/PasswordChangeDialog.cpp +++ b/src/dialog/PasswordChangeDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "PasswordChangeDialog.h" #include "ui_PasswordChangeDialog.h" diff --git a/src/dialog/PasswordChangeDialog.h b/src/dialog/PasswordChangeDialog.h index d39ec6b..9a28fc5 100644 --- a/src/dialog/PasswordChangeDialog.h +++ b/src/dialog/PasswordChangeDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_PASSWORDCHANGEDIALOG_H #define FEATHER_PASSWORDCHANGEDIALOG_H diff --git a/src/dialog/PasswordDialog.cpp b/src/dialog/PasswordDialog.cpp index 5a49b59..7465166 100644 --- a/src/dialog/PasswordDialog.cpp +++ b/src/dialog/PasswordDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "PasswordDialog.h" #include "ui_PasswordDialog.h" diff --git a/src/dialog/PasswordDialog.h b/src/dialog/PasswordDialog.h index 7afc5b0..78d82b9 100644 --- a/src/dialog/PasswordDialog.h +++ b/src/dialog/PasswordDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_PASSWORDDIALOG_H #define FEATHER_PASSWORDDIALOG_H diff --git a/src/dialog/PaymentRequestDialog.cpp b/src/dialog/PaymentRequestDialog.cpp index dfac97b..bac57cd 100644 --- a/src/dialog/PaymentRequestDialog.cpp +++ b/src/dialog/PaymentRequestDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "PaymentRequestDialog.h" #include "ui_PaymentRequestDialog.h" diff --git a/src/dialog/PaymentRequestDialog.h b/src/dialog/PaymentRequestDialog.h index ca8274c..7298102 100644 --- a/src/dialog/PaymentRequestDialog.h +++ b/src/dialog/PaymentRequestDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_PAYMENTREQUESTDIALOG_H #define FEATHER_PAYMENTREQUESTDIALOG_H diff --git a/src/dialog/QrCodeDialog.cpp b/src/dialog/QrCodeDialog.cpp index 41ca49c..1842b3f 100644 --- a/src/dialog/QrCodeDialog.cpp +++ b/src/dialog/QrCodeDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "QrCodeDialog.h" #include "ui_QrCodeDialog.h" diff --git a/src/dialog/QrCodeDialog.h b/src/dialog/QrCodeDialog.h index 78d7dc3..77429bb 100644 --- a/src/dialog/QrCodeDialog.h +++ b/src/dialog/QrCodeDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_QRCODEDIALOG_H #define FEATHER_QRCODEDIALOG_H diff --git a/src/dialog/RestoreHeightDialog.cpp b/src/dialog/RestoreHeightDialog.cpp index 5a4045c..8c1e176 100644 --- a/src/dialog/RestoreHeightDialog.cpp +++ b/src/dialog/RestoreHeightDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "RestoreHeightDialog.h" diff --git a/src/dialog/RestoreHeightDialog.h b/src/dialog/RestoreHeightDialog.h index 711882b..4a6c750 100644 --- a/src/dialog/RestoreHeightDialog.h +++ b/src/dialog/RestoreHeightDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_RESTOREHEIGHTDIALOG_H #define FEATHER_RESTOREHEIGHTDIALOG_H diff --git a/src/dialog/SeedDialog.cpp b/src/dialog/SeedDialog.cpp index cc09e05..9d50412 100644 --- a/src/dialog/SeedDialog.cpp +++ b/src/dialog/SeedDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "SeedDialog.h" #include "ui_SeedDialog.h" diff --git a/src/dialog/SeedDialog.h b/src/dialog/SeedDialog.h index 7cc656f..c292f7f 100644 --- a/src/dialog/SeedDialog.h +++ b/src/dialog/SeedDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_SEEDDIALOG_H #define FEATHER_SEEDDIALOG_H diff --git a/src/dialog/SignVerifyDialog.cpp b/src/dialog/SignVerifyDialog.cpp index f65df4c..2ca8fce 100644 --- a/src/dialog/SignVerifyDialog.cpp +++ b/src/dialog/SignVerifyDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "SignVerifyDialog.h" #include "ui_SignVerifyDialog.h" diff --git a/src/dialog/SignVerifyDialog.h b/src/dialog/SignVerifyDialog.h index 18ad34a..f9c633b 100644 --- a/src/dialog/SignVerifyDialog.h +++ b/src/dialog/SignVerifyDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_SIGNVERIFYDIALOG_H #define FEATHER_SIGNVERIFYDIALOG_H diff --git a/src/dialog/SplashDialog.cpp b/src/dialog/SplashDialog.cpp index 7f2e9d2..90bdcb0 100644 --- a/src/dialog/SplashDialog.cpp +++ b/src/dialog/SplashDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "SplashDialog.h" #include "ui_SplashDialog.h" diff --git a/src/dialog/SplashDialog.h b/src/dialog/SplashDialog.h index 8f772a8..c37adef 100644 --- a/src/dialog/SplashDialog.h +++ b/src/dialog/SplashDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_SPLASHDIALOG_H #define FEATHER_SPLASHDIALOG_H diff --git a/src/dialog/TorInfoDialog.cpp b/src/dialog/TorInfoDialog.cpp index adaed2d..f074960 100644 --- a/src/dialog/TorInfoDialog.cpp +++ b/src/dialog/TorInfoDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "TorInfoDialog.h" #include "ui_TorInfoDialog.h" diff --git a/src/dialog/TorInfoDialog.h b/src/dialog/TorInfoDialog.h index 0b5e25d..05870fc 100644 --- a/src/dialog/TorInfoDialog.h +++ b/src/dialog/TorInfoDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_TORINFODIALOG_H #define FEATHER_TORINFODIALOG_H diff --git a/src/dialog/TxBroadcastDialog.cpp b/src/dialog/TxBroadcastDialog.cpp index 1258522..6028e87 100644 --- a/src/dialog/TxBroadcastDialog.cpp +++ b/src/dialog/TxBroadcastDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "TxBroadcastDialog.h" #include "ui_TxBroadcastDialog.h" diff --git a/src/dialog/TxBroadcastDialog.h b/src/dialog/TxBroadcastDialog.h index 98f4e19..5d2ea64 100644 --- a/src/dialog/TxBroadcastDialog.h +++ b/src/dialog/TxBroadcastDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_TXBROADCASTDIALOG_H #define FEATHER_TXBROADCASTDIALOG_H diff --git a/src/dialog/TxConfAdvDialog.cpp b/src/dialog/TxConfAdvDialog.cpp index 95db78c..82daaac 100644 --- a/src/dialog/TxConfAdvDialog.cpp +++ b/src/dialog/TxConfAdvDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "TxConfAdvDialog.h" #include "ui_TxConfAdvDialog.h" diff --git a/src/dialog/TxConfAdvDialog.h b/src/dialog/TxConfAdvDialog.h index 3e2a7f0..1973b8f 100644 --- a/src/dialog/TxConfAdvDialog.h +++ b/src/dialog/TxConfAdvDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_TXCONFADVDIALOG_H #define FEATHER_TXCONFADVDIALOG_H diff --git a/src/dialog/TxConfDialog.cpp b/src/dialog/TxConfDialog.cpp index 9db8509..b32a421 100644 --- a/src/dialog/TxConfDialog.cpp +++ b/src/dialog/TxConfDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "TxConfDialog.h" #include "ui_TxConfDialog.h" diff --git a/src/dialog/TxConfDialog.h b/src/dialog/TxConfDialog.h index 0fd5cf4..b5e8274 100644 --- a/src/dialog/TxConfDialog.h +++ b/src/dialog/TxConfDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_TXCONFDIALOG_H #define FEATHER_TXCONFDIALOG_H diff --git a/src/dialog/TxImportDialog.cpp b/src/dialog/TxImportDialog.cpp index 56645ad..27cf3f5 100644 --- a/src/dialog/TxImportDialog.cpp +++ b/src/dialog/TxImportDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "TxImportDialog.h" #include "ui_TxImportDialog.h" diff --git a/src/dialog/TxImportDialog.h b/src/dialog/TxImportDialog.h index 4e5f5a8..f9061fe 100644 --- a/src/dialog/TxImportDialog.h +++ b/src/dialog/TxImportDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_TXIMPORTDIALOG_H #define FEATHER_TXIMPORTDIALOG_H diff --git a/src/dialog/TxInfoDialog.cpp b/src/dialog/TxInfoDialog.cpp index eb0bfef..83315f7 100644 --- a/src/dialog/TxInfoDialog.cpp +++ b/src/dialog/TxInfoDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "TxInfoDialog.h" #include "ui_TxInfoDialog.h" diff --git a/src/dialog/TxInfoDialog.h b/src/dialog/TxInfoDialog.h index 36bc46f..61234de 100644 --- a/src/dialog/TxInfoDialog.h +++ b/src/dialog/TxInfoDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_TXINFODIALOG_H #define FEATHER_TXINFODIALOG_H diff --git a/src/dialog/TxProofDialog.cpp b/src/dialog/TxProofDialog.cpp index a2d2a6a..6685aa2 100644 --- a/src/dialog/TxProofDialog.cpp +++ b/src/dialog/TxProofDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "TxProofDialog.h" #include "ui_TxProofDialog.h" diff --git a/src/dialog/TxProofDialog.h b/src/dialog/TxProofDialog.h index 7c1a84f..4f2d9fa 100644 --- a/src/dialog/TxProofDialog.h +++ b/src/dialog/TxProofDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_TXPROOFDIALOG_H #define FEATHER_TXPROOFDIALOG_H diff --git a/src/dialog/UpdateDialog.cpp b/src/dialog/UpdateDialog.cpp index 5ed8fa4..9836da2 100644 --- a/src/dialog/UpdateDialog.cpp +++ b/src/dialog/UpdateDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "UpdateDialog.h" #include "ui_UpdateDialog.h" diff --git a/src/dialog/UpdateDialog.h b/src/dialog/UpdateDialog.h index b64332c..800fcbd 100644 --- a/src/dialog/UpdateDialog.h +++ b/src/dialog/UpdateDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_UPDATEDIALOG_H #define FEATHER_UPDATEDIALOG_H diff --git a/src/dialog/VerifyProofDialog.cpp b/src/dialog/VerifyProofDialog.cpp index 937b6d9..eacb72f 100644 --- a/src/dialog/VerifyProofDialog.cpp +++ b/src/dialog/VerifyProofDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "VerifyProofDialog.h" #include "ui_VerifyProofDialog.h" diff --git a/src/dialog/VerifyProofDialog.h b/src/dialog/VerifyProofDialog.h index ca2f641..2cccf5c 100644 --- a/src/dialog/VerifyProofDialog.h +++ b/src/dialog/VerifyProofDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_VERIFYPROOFDIALOG_H #define FEATHER_VERIFYPROOFDIALOG_H diff --git a/src/dialog/ViewOnlyDialog.cpp b/src/dialog/ViewOnlyDialog.cpp index d1251cc..0b58009 100644 --- a/src/dialog/ViewOnlyDialog.cpp +++ b/src/dialog/ViewOnlyDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "ViewOnlyDialog.h" #include "ui_ViewOnlyDialog.h" diff --git a/src/dialog/ViewOnlyDialog.h b/src/dialog/ViewOnlyDialog.h index 8f137a8..e84a21f 100644 --- a/src/dialog/ViewOnlyDialog.h +++ b/src/dialog/ViewOnlyDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_VIEWONLYDIALOG_H #define FEATHER_VIEWONLYDIALOG_H diff --git a/src/dialog/WalletCacheDebugDialog.cpp b/src/dialog/WalletCacheDebugDialog.cpp index 2805c1c..0f6ee6a 100644 --- a/src/dialog/WalletCacheDebugDialog.cpp +++ b/src/dialog/WalletCacheDebugDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "WalletCacheDebugDialog.h" #include "ui_WalletCacheDebugDialog.h" diff --git a/src/dialog/WalletCacheDebugDialog.h b/src/dialog/WalletCacheDebugDialog.h index 5778814..c175ade 100644 --- a/src/dialog/WalletCacheDebugDialog.h +++ b/src/dialog/WalletCacheDebugDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_WALLETCACHEDEBUGDIALOG_H #define FEATHER_WALLETCACHEDEBUGDIALOG_H diff --git a/src/dialog/WalletInfoDialog.cpp b/src/dialog/WalletInfoDialog.cpp index bcf8f77..7826591 100644 --- a/src/dialog/WalletInfoDialog.cpp +++ b/src/dialog/WalletInfoDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "WalletInfoDialog.h" #include "ui_WalletInfoDialog.h" diff --git a/src/dialog/WalletInfoDialog.h b/src/dialog/WalletInfoDialog.h index 1c77e74..53bee79 100644 --- a/src/dialog/WalletInfoDialog.h +++ b/src/dialog/WalletInfoDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_WALLETINFODIALOG_H #define FEATHER_WALLETINFODIALOG_H diff --git a/src/libwalletqt/AddressBook.cpp b/src/libwalletqt/AddressBook.cpp index 9e9efe0..52e2b6e 100644 --- a/src/libwalletqt/AddressBook.cpp +++ b/src/libwalletqt/AddressBook.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #include "AddressBook.h" #include diff --git a/src/libwalletqt/AddressBook.h b/src/libwalletqt/AddressBook.h index d94f938..539f64b 100644 --- a/src/libwalletqt/AddressBook.h +++ b/src/libwalletqt/AddressBook.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #ifndef ADDRESSBOOK_H #define ADDRESSBOOK_H diff --git a/src/libwalletqt/AddressBookInfo.cpp b/src/libwalletqt/AddressBookInfo.cpp index ea3bd57..436f0bf 100644 --- a/src/libwalletqt/AddressBookInfo.cpp +++ b/src/libwalletqt/AddressBookInfo.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #include "AddressBookInfo.h" diff --git a/src/libwalletqt/AddressBookInfo.h b/src/libwalletqt/AddressBookInfo.h index c6e10f7..1dfec73 100644 --- a/src/libwalletqt/AddressBookInfo.h +++ b/src/libwalletqt/AddressBookInfo.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #ifndef FEATHER_ADDRESSBOOKINFO_H #define FEATHER_ADDRESSBOOKINFO_H diff --git a/src/libwalletqt/Coins.cpp b/src/libwalletqt/Coins.cpp index 5ba518b..f000bb0 100644 --- a/src/libwalletqt/Coins.cpp +++ b/src/libwalletqt/Coins.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "Coins.h" diff --git a/src/libwalletqt/Coins.h b/src/libwalletqt/Coins.h index cda1363..efde480 100644 --- a/src/libwalletqt/Coins.h +++ b/src/libwalletqt/Coins.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_COINS_H #define FEATHER_COINS_H diff --git a/src/libwalletqt/CoinsInfo.cpp b/src/libwalletqt/CoinsInfo.cpp index b8ee753..f107cbf 100644 --- a/src/libwalletqt/CoinsInfo.cpp +++ b/src/libwalletqt/CoinsInfo.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "CoinsInfo.h" #include "libwalletqt/WalletManager.h" diff --git a/src/libwalletqt/CoinsInfo.h b/src/libwalletqt/CoinsInfo.h index d8143a6..9410abb 100644 --- a/src/libwalletqt/CoinsInfo.h +++ b/src/libwalletqt/CoinsInfo.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_COINSINFO_H #define FEATHER_COINSINFO_H diff --git a/src/libwalletqt/ConstructionInfo.cpp b/src/libwalletqt/ConstructionInfo.cpp index d720c71..bd63fc4 100644 --- a/src/libwalletqt/ConstructionInfo.cpp +++ b/src/libwalletqt/ConstructionInfo.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #include "ConstructionInfo.h" diff --git a/src/libwalletqt/ConstructionInfo.h b/src/libwalletqt/ConstructionInfo.h index 5e70df7..5be7cc2 100644 --- a/src/libwalletqt/ConstructionInfo.h +++ b/src/libwalletqt/ConstructionInfo.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #ifndef FEATHER_CONSTRUCTIONINFO_H #define FEATHER_CONSTRUCTIONINFO_H diff --git a/src/libwalletqt/Input.h b/src/libwalletqt/Input.h index 1b3973a..7961970 100644 --- a/src/libwalletqt/Input.h +++ b/src/libwalletqt/Input.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #ifndef FEATHER_INPUT_H #define FEATHER_INPUT_H diff --git a/src/libwalletqt/PassphraseHelper.cpp b/src/libwalletqt/PassphraseHelper.cpp index a0ffa18..a262d1a 100644 --- a/src/libwalletqt/PassphraseHelper.cpp +++ b/src/libwalletqt/PassphraseHelper.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #include "PassphraseHelper.h" #include diff --git a/src/libwalletqt/PassphraseHelper.h b/src/libwalletqt/PassphraseHelper.h index a91b5c4..3d02f87 100644 --- a/src/libwalletqt/PassphraseHelper.h +++ b/src/libwalletqt/PassphraseHelper.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 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 70f5323..726aade 100644 --- a/src/libwalletqt/PendingTransaction.cpp +++ b/src/libwalletqt/PendingTransaction.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #include "PendingTransaction.h" diff --git a/src/libwalletqt/PendingTransaction.h b/src/libwalletqt/PendingTransaction.h index 247b014..ec037b3 100644 --- a/src/libwalletqt/PendingTransaction.h +++ b/src/libwalletqt/PendingTransaction.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #ifndef PENDINGTRANSACTION_H #define PENDINGTRANSACTION_H diff --git a/src/libwalletqt/PendingTransactionInfo.cpp b/src/libwalletqt/PendingTransactionInfo.cpp index 17920fb..7e9f996 100644 --- a/src/libwalletqt/PendingTransactionInfo.cpp +++ b/src/libwalletqt/PendingTransactionInfo.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #include "PendingTransactionInfo.h" diff --git a/src/libwalletqt/PendingTransactionInfo.h b/src/libwalletqt/PendingTransactionInfo.h index 85c7f22..2667c6e 100644 --- a/src/libwalletqt/PendingTransactionInfo.h +++ b/src/libwalletqt/PendingTransactionInfo.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #ifndef FEATHER_PENDINGTRANSACTIONINFO_H #define FEATHER_PENDINGTRANSACTIONINFO_H diff --git a/src/libwalletqt/Ring.h b/src/libwalletqt/Ring.h index b09a964..7063434 100644 --- a/src/libwalletqt/Ring.h +++ b/src/libwalletqt/Ring.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_RINGS_H #define FEATHER_RINGS_H diff --git a/src/libwalletqt/Subaddress.cpp b/src/libwalletqt/Subaddress.cpp index dc68357..c39aa27 100644 --- a/src/libwalletqt/Subaddress.cpp +++ b/src/libwalletqt/Subaddress.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #include "Subaddress.h" #include diff --git a/src/libwalletqt/Subaddress.h b/src/libwalletqt/Subaddress.h index f031e60..543fb79 100644 --- a/src/libwalletqt/Subaddress.h +++ b/src/libwalletqt/Subaddress.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #ifndef SUBADDRESS_H #define SUBADDRESS_H diff --git a/src/libwalletqt/SubaddressAccount.cpp b/src/libwalletqt/SubaddressAccount.cpp index 5aa304a..0232646 100644 --- a/src/libwalletqt/SubaddressAccount.cpp +++ b/src/libwalletqt/SubaddressAccount.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #include "SubaddressAccount.h" #include diff --git a/src/libwalletqt/SubaddressAccount.h b/src/libwalletqt/SubaddressAccount.h index 7cc380e..7ab8cc3 100644 --- a/src/libwalletqt/SubaddressAccount.h +++ b/src/libwalletqt/SubaddressAccount.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #ifndef SUBADDRESSACCOUNT_H #define SUBADDRESSACCOUNT_H diff --git a/src/libwalletqt/TransactionHistory.cpp b/src/libwalletqt/TransactionHistory.cpp index deacae1..6635282 100644 --- a/src/libwalletqt/TransactionHistory.cpp +++ b/src/libwalletqt/TransactionHistory.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #include "TransactionHistory.h" #include "TransactionInfo.h" diff --git a/src/libwalletqt/TransactionHistory.h b/src/libwalletqt/TransactionHistory.h index 15b0ba2..fce1308 100644 --- a/src/libwalletqt/TransactionHistory.h +++ b/src/libwalletqt/TransactionHistory.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #ifndef TRANSACTIONHISTORY_H #define TRANSACTIONHISTORY_H diff --git a/src/libwalletqt/TransactionInfo.cpp b/src/libwalletqt/TransactionInfo.cpp index 2a6bce4..ac23003 100644 --- a/src/libwalletqt/TransactionInfo.cpp +++ b/src/libwalletqt/TransactionInfo.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #include "TransactionInfo.h" #include "libwalletqt/WalletManager.h" diff --git a/src/libwalletqt/TransactionInfo.h b/src/libwalletqt/TransactionInfo.h index 11d767c..0b2fabc 100644 --- a/src/libwalletqt/TransactionInfo.h +++ b/src/libwalletqt/TransactionInfo.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #ifndef TRANSACTIONINFO_H #define TRANSACTIONINFO_H diff --git a/src/libwalletqt/Transfer.h b/src/libwalletqt/Transfer.h index 8349d41..aebf09e 100644 --- a/src/libwalletqt/Transfer.h +++ b/src/libwalletqt/Transfer.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #ifndef TRANSFER_H #define TRANSFER_H diff --git a/src/libwalletqt/UnsignedTransaction.cpp b/src/libwalletqt/UnsignedTransaction.cpp index f61bf08..4de81c9 100644 --- a/src/libwalletqt/UnsignedTransaction.cpp +++ b/src/libwalletqt/UnsignedTransaction.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #include "UnsignedTransaction.h" #include diff --git a/src/libwalletqt/UnsignedTransaction.h b/src/libwalletqt/UnsignedTransaction.h index 7b3a605..8e5f95c 100644 --- a/src/libwalletqt/UnsignedTransaction.h +++ b/src/libwalletqt/UnsignedTransaction.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #ifndef UNSIGNEDTRANSACTION_H #define UNSIGNEDTRANSACTION_H diff --git a/src/libwalletqt/Wallet.cpp b/src/libwalletqt/Wallet.cpp index 8cfefe3..0b0708d 100644 --- a/src/libwalletqt/Wallet.cpp +++ b/src/libwalletqt/Wallet.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #include "Wallet.h" diff --git a/src/libwalletqt/Wallet.h b/src/libwalletqt/Wallet.h index 5bf5bc2..ff14309 100644 --- a/src/libwalletqt/Wallet.h +++ b/src/libwalletqt/Wallet.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #ifndef WALLET_H #define WALLET_H diff --git a/src/libwalletqt/WalletListenerImpl.cpp b/src/libwalletqt/WalletListenerImpl.cpp index 0cd8307..7b403cc 100644 --- a/src/libwalletqt/WalletListenerImpl.cpp +++ b/src/libwalletqt/WalletListenerImpl.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #include "WalletListenerImpl.h" #include "Wallet.h" diff --git a/src/libwalletqt/WalletListenerImpl.h b/src/libwalletqt/WalletListenerImpl.h index 36fe50b..1e386dc 100644 --- a/src/libwalletqt/WalletListenerImpl.h +++ b/src/libwalletqt/WalletListenerImpl.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 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 bb1ef15..07172f7 100644 --- a/src/libwalletqt/WalletManager.cpp +++ b/src/libwalletqt/WalletManager.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #include "libwalletqt/WalletManager.h" #include "Wallet.h" diff --git a/src/libwalletqt/WalletManager.h b/src/libwalletqt/WalletManager.h index 47e6176..d458239 100644 --- a/src/libwalletqt/WalletManager.h +++ b/src/libwalletqt/WalletManager.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #ifndef WALLETMANAGER_H #define WALLETMANAGER_H diff --git a/src/main.cpp b/src/main.cpp index c748615..ec7cbfe 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include #include diff --git a/src/model/AddressBookModel.cpp b/src/model/AddressBookModel.cpp index 84380f1..7d5e138 100644 --- a/src/model/AddressBookModel.cpp +++ b/src/model/AddressBookModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #include "AddressBookModel.h" #include "AddressBook.h" diff --git a/src/model/AddressBookModel.h b/src/model/AddressBookModel.h index 0257bcb..06dc2a4 100644 --- a/src/model/AddressBookModel.h +++ b/src/model/AddressBookModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #ifndef ADDRESSBOOKMODEL_H #define ADDRESSBOOKMODEL_H diff --git a/src/model/AddressBookProxyModel.cpp b/src/model/AddressBookProxyModel.cpp index 19a4d95..fbc13be 100644 --- a/src/model/AddressBookProxyModel.cpp +++ b/src/model/AddressBookProxyModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "AddressBookProxyModel.h" #include "AddressBookModel.h" diff --git a/src/model/AddressBookProxyModel.h b/src/model/AddressBookProxyModel.h index 3b24e9e..52244e3 100644 --- a/src/model/AddressBookProxyModel.h +++ b/src/model/AddressBookProxyModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_ADDRESSBOOKPROXYMODEL_H #define FEATHER_ADDRESSBOOKPROXYMODEL_H diff --git a/src/model/CCSModel.cpp b/src/model/CCSModel.cpp index 6a02a46..b2efbbf 100644 --- a/src/model/CCSModel.cpp +++ b/src/model/CCSModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "CCSModel.h" diff --git a/src/model/CCSModel.h b/src/model/CCSModel.h index 15c744f..e31eb66 100644 --- a/src/model/CCSModel.h +++ b/src/model/CCSModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_CCSMODEL_H #define FEATHER_CCSMODEL_H diff --git a/src/model/CoinsModel.cpp b/src/model/CoinsModel.cpp index 7110c39..b099676 100644 --- a/src/model/CoinsModel.cpp +++ b/src/model/CoinsModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "CoinsModel.h" #include "CoinsInfo.h" diff --git a/src/model/CoinsModel.h b/src/model/CoinsModel.h index 0f69d27..ce9a62b 100644 --- a/src/model/CoinsModel.h +++ b/src/model/CoinsModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_COINSMODEL_H #define FEATHER_COINSMODEL_H diff --git a/src/model/CoinsProxyModel.cpp b/src/model/CoinsProxyModel.cpp index 50318f7..d40ab85 100644 --- a/src/model/CoinsProxyModel.cpp +++ b/src/model/CoinsProxyModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "CoinsProxyModel.h" #include "CoinsModel.h" diff --git a/src/model/CoinsProxyModel.h b/src/model/CoinsProxyModel.h index 6c522ed..87429f5 100644 --- a/src/model/CoinsProxyModel.h +++ b/src/model/CoinsProxyModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_COINSPROXYMODEL_H #define FEATHER_COINSPROXYMODEL_H diff --git a/src/model/HistoryView.cpp b/src/model/HistoryView.cpp index 8b1ce16..86202f7 100644 --- a/src/model/HistoryView.cpp +++ b/src/model/HistoryView.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "HistoryView.h" diff --git a/src/model/HistoryView.h b/src/model/HistoryView.h index 80a7095..58b7be7 100644 --- a/src/model/HistoryView.h +++ b/src/model/HistoryView.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_HISTORYVIEW_H #define FEATHER_HISTORYVIEW_H diff --git a/src/model/LocalMoneroModel.cpp b/src/model/LocalMoneroModel.cpp index 9080ec1..ca74eb6 100644 --- a/src/model/LocalMoneroModel.cpp +++ b/src/model/LocalMoneroModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "LocalMoneroModel.h" #include diff --git a/src/model/LocalMoneroModel.h b/src/model/LocalMoneroModel.h index b09aca6..1885c3d 100644 --- a/src/model/LocalMoneroModel.h +++ b/src/model/LocalMoneroModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_LOCALMONEROMODEL_H #define FEATHER_LOCALMONEROMODEL_H diff --git a/src/model/ModelUtils.cpp b/src/model/ModelUtils.cpp index 9a1041a..34dd4cc 100644 --- a/src/model/ModelUtils.cpp +++ b/src/model/ModelUtils.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "ModelUtils.h" diff --git a/src/model/ModelUtils.h b/src/model/ModelUtils.h index b6b539e..4b78785 100644 --- a/src/model/ModelUtils.h +++ b/src/model/ModelUtils.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_MODELUTILS_H #define FEATHER_MODELUTILS_H diff --git a/src/model/NodeModel.cpp b/src/model/NodeModel.cpp index 040d4ce..63d8c23 100644 --- a/src/model/NodeModel.cpp +++ b/src/model/NodeModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "NodeModel.h" #include "utils/nodes.h" diff --git a/src/model/NodeModel.h b/src/model/NodeModel.h index f7509ea..d57aea4 100644 --- a/src/model/NodeModel.h +++ b/src/model/NodeModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_NODEMODEL_H #define FEATHER_NODEMODEL_H diff --git a/src/model/RedditModel.cpp b/src/model/RedditModel.cpp index d0166d1..e0ba26b 100644 --- a/src/model/RedditModel.cpp +++ b/src/model/RedditModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "RedditModel.h" diff --git a/src/model/RedditModel.h b/src/model/RedditModel.h index 2bd497e..1d333c6 100644 --- a/src/model/RedditModel.h +++ b/src/model/RedditModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_REDDITMODEL_H #define FEATHER_REDDITMODEL_H diff --git a/src/model/SubaddressAccountModel.cpp b/src/model/SubaddressAccountModel.cpp index aa8fe60..a3737d4 100644 --- a/src/model/SubaddressAccountModel.cpp +++ b/src/model/SubaddressAccountModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #include "SubaddressAccountModel.h" #include "SubaddressAccount.h" diff --git a/src/model/SubaddressAccountModel.h b/src/model/SubaddressAccountModel.h index 1c14558..9296bdc 100644 --- a/src/model/SubaddressAccountModel.h +++ b/src/model/SubaddressAccountModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #ifndef SUBADDRESSACCOUNTMODEL_H #define SUBADDRESSACCOUNTMODEL_H diff --git a/src/model/SubaddressModel.cpp b/src/model/SubaddressModel.cpp index bad56e3..9dc9ca9 100644 --- a/src/model/SubaddressModel.cpp +++ b/src/model/SubaddressModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #include "SubaddressModel.h" #include "Subaddress.h" diff --git a/src/model/SubaddressModel.h b/src/model/SubaddressModel.h index 3056c02..a7b10f5 100644 --- a/src/model/SubaddressModel.h +++ b/src/model/SubaddressModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #ifndef SUBADDRESSMODEL_H #define SUBADDRESSMODEL_H diff --git a/src/model/SubaddressProxyModel.cpp b/src/model/SubaddressProxyModel.cpp index b14802e..25e7a26 100644 --- a/src/model/SubaddressProxyModel.cpp +++ b/src/model/SubaddressProxyModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "SubaddressProxyModel.h" diff --git a/src/model/SubaddressProxyModel.h b/src/model/SubaddressProxyModel.h index 9fbc401..9de57c0 100644 --- a/src/model/SubaddressProxyModel.h +++ b/src/model/SubaddressProxyModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_SUBADDRESSPROXYMODEL_H #define FEATHER_SUBADDRESSPROXYMODEL_H diff --git a/src/model/SubaddressView.cpp b/src/model/SubaddressView.cpp index 1494759..bdcb128 100644 --- a/src/model/SubaddressView.cpp +++ b/src/model/SubaddressView.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "SubaddressView.h" diff --git a/src/model/SubaddressView.h b/src/model/SubaddressView.h index ba98424..c791aff 100644 --- a/src/model/SubaddressView.h +++ b/src/model/SubaddressView.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_SUBADDRESSVIEW_H #define FEATHER_SUBADDRESSVIEW_H diff --git a/src/model/TransactionHistoryModel.cpp b/src/model/TransactionHistoryModel.cpp index c7425b0..cd2399a 100644 --- a/src/model/TransactionHistoryModel.cpp +++ b/src/model/TransactionHistoryModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #include "TransactionHistoryModel.h" #include "TransactionHistory.h" diff --git a/src/model/TransactionHistoryModel.h b/src/model/TransactionHistoryModel.h index d61da79..1eb5fbe 100644 --- a/src/model/TransactionHistoryModel.h +++ b/src/model/TransactionHistoryModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #ifndef TRANSACTIONHISTORYMODEL_H #define TRANSACTIONHISTORYMODEL_H diff --git a/src/model/TransactionHistoryProxyModel.cpp b/src/model/TransactionHistoryProxyModel.cpp index c549c01..8167543 100644 --- a/src/model/TransactionHistoryProxyModel.cpp +++ b/src/model/TransactionHistoryProxyModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "TransactionHistoryProxyModel.h" #include "TransactionHistoryModel.h" diff --git a/src/model/TransactionHistoryProxyModel.h b/src/model/TransactionHistoryProxyModel.h index 45feb00..6ee38c3 100644 --- a/src/model/TransactionHistoryProxyModel.h +++ b/src/model/TransactionHistoryProxyModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_TRANSACTIONHISTORYPROXYMODEL_H #define FEATHER_TRANSACTIONHISTORYPROXYMODEL_H diff --git a/src/model/WalletKeysFilesModel.cpp b/src/model/WalletKeysFilesModel.cpp index 225461a..ec4da23 100644 --- a/src/model/WalletKeysFilesModel.cpp +++ b/src/model/WalletKeysFilesModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #include "WalletKeysFilesModel.h" diff --git a/src/model/WalletKeysFilesModel.h b/src/model/WalletKeysFilesModel.h index cdabe08..2517e7c 100644 --- a/src/model/WalletKeysFilesModel.h +++ b/src/model/WalletKeysFilesModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #ifndef FEATHER_WALLETKEYSFILESMODEL_H #define FEATHER_WALLETKEYSFILESMODEL_H diff --git a/src/openpgp/hash.h b/src/openpgp/hash.h index 3b592c2..fab781b 100644 --- a/src/openpgp/hash.h +++ b/src/openpgp/hash.h @@ -1,30 +1,5 @@ -// Copyright (c) 2020-2021, The Monero Project -// -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without modification, are -// permitted provided that the following conditions are met: -// -// 1. Redistributions of source code must retain the above copyright notice, this list of -// conditions and the following disclaimer. -// -// 2. Redistributions in binary form must reproduce the above copyright notice, this list -// of conditions and the following disclaimer in the documentation and/or other -// materials provided with the distribution. -// -// 3. Neither the name of the copyright holder nor the names of its contributors may be -// used to endorse or promote products derived from this software without specific -// prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY -// EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL -// THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -// PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF -// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// SPDX-License-Identifier: BSD-3-Clause +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #pragma once diff --git a/src/openpgp/mpi.h b/src/openpgp/mpi.h index f77a2b1..487b175 100644 --- a/src/openpgp/mpi.h +++ b/src/openpgp/mpi.h @@ -1,30 +1,5 @@ -// Copyright (c) 2020-2021, The Monero Project -// -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without modification, are -// permitted provided that the following conditions are met: -// -// 1. Redistributions of source code must retain the above copyright notice, this list of -// conditions and the following disclaimer. -// -// 2. Redistributions in binary form must reproduce the above copyright notice, this list -// of conditions and the following disclaimer in the documentation and/or other -// materials provided with the distribution. -// -// 3. Neither the name of the copyright holder nor the names of its contributors may be -// used to endorse or promote products derived from this software without specific -// prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY -// EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL -// THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -// PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF -// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// SPDX-License-Identifier: BSD-3-Clause +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #pragma once diff --git a/src/openpgp/openpgp.cpp b/src/openpgp/openpgp.cpp index fec702a..c446300 100644 --- a/src/openpgp/openpgp.cpp +++ b/src/openpgp/openpgp.cpp @@ -1,30 +1,5 @@ -// Copyright (c) 2020-2021, The Monero Project -// -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without modification, are -// permitted provided that the following conditions are met: -// -// 1. Redistributions of source code must retain the above copyright notice, this list of -// conditions and the following disclaimer. -// -// 2. Redistributions in binary form must reproduce the above copyright notice, this list -// of conditions and the following disclaimer in the documentation and/or other -// materials provided with the distribution. -// -// 3. Neither the name of the copyright holder nor the names of its contributors may be -// used to endorse or promote products derived from this software without specific -// prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY -// EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL -// THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -// PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF -// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// SPDX-License-Identifier: BSD-3-Clause +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "openpgp.h" diff --git a/src/openpgp/openpgp.h b/src/openpgp/openpgp.h index 4514156..4abbb08 100644 --- a/src/openpgp/openpgp.h +++ b/src/openpgp/openpgp.h @@ -1,30 +1,5 @@ -// Copyright (c) 2020-2021, The Monero Project -// -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without modification, are -// permitted provided that the following conditions are met: -// -// 1. Redistributions of source code must retain the above copyright notice, this list of -// conditions and the following disclaimer. -// -// 2. Redistributions in binary form must reproduce the above copyright notice, this list -// of conditions and the following disclaimer in the documentation and/or other -// materials provided with the distribution. -// -// 3. Neither the name of the copyright holder nor the names of its contributors may be -// used to endorse or promote products derived from this software without specific -// prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY -// EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL -// THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -// PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF -// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// SPDX-License-Identifier: BSD-3-Clause +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #pragma once diff --git a/src/openpgp/packet_stream.h b/src/openpgp/packet_stream.h index 3bfecec..11c918c 100644 --- a/src/openpgp/packet_stream.h +++ b/src/openpgp/packet_stream.h @@ -1,30 +1,5 @@ -// Copyright (c) 2020-2021, The Monero Project -// -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without modification, are -// permitted provided that the following conditions are met: -// -// 1. Redistributions of source code must retain the above copyright notice, this list of -// conditions and the following disclaimer. -// -// 2. Redistributions in binary form must reproduce the above copyright notice, this list -// of conditions and the following disclaimer in the documentation and/or other -// materials provided with the distribution. -// -// 3. Neither the name of the copyright holder nor the names of its contributors may be -// used to endorse or promote products derived from this software without specific -// prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY -// EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL -// THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -// PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF -// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// SPDX-License-Identifier: BSD-3-Clause +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #pragma once diff --git a/src/openpgp/s_expression.h b/src/openpgp/s_expression.h index ac60415..b72d43c 100644 --- a/src/openpgp/s_expression.h +++ b/src/openpgp/s_expression.h @@ -1,30 +1,5 @@ -// Copyright (c) 2020-2021, The Monero Project -// -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without modification, are -// permitted provided that the following conditions are met: -// -// 1. Redistributions of source code must retain the above copyright notice, this list of -// conditions and the following disclaimer. -// -// 2. Redistributions in binary form must reproduce the above copyright notice, this list -// of conditions and the following disclaimer in the documentation and/or other -// materials provided with the distribution. -// -// 3. Neither the name of the copyright holder nor the names of its contributors may be -// used to endorse or promote products derived from this software without specific -// prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY -// EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL -// THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -// PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF -// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// SPDX-License-Identifier: BSD-3-Clause +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #pragma once diff --git a/src/openpgp/serialization.h b/src/openpgp/serialization.h index cbc1ee1..36ae50c 100644 --- a/src/openpgp/serialization.h +++ b/src/openpgp/serialization.h @@ -1,30 +1,5 @@ -// Copyright (c) 2020-2021, The Monero Project -// -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without modification, are -// permitted provided that the following conditions are met: -// -// 1. Redistributions of source code must retain the above copyright notice, this list of -// conditions and the following disclaimer. -// -// 2. Redistributions in binary form must reproduce the above copyright notice, this list -// of conditions and the following disclaimer in the documentation and/or other -// materials provided with the distribution. -// -// 3. Neither the name of the copyright holder nor the names of its contributors may be -// used to endorse or promote products derived from this software without specific -// prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY -// EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL -// THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -// PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS -// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF -// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +// SPDX-License-Identifier: BSD-3-Clause +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #pragma once diff --git a/src/qrcode_scanner/QrCodeScanDialog.cpp b/src/qrcode_scanner/QrCodeScanDialog.cpp index d3b97d9..5dd5374 100644 --- a/src/qrcode_scanner/QrCodeScanDialog.cpp +++ b/src/qrcode_scanner/QrCodeScanDialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 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 59fde5c..dd2387d 100644 --- a/src/qrcode_scanner/QrCodeScanDialog.h +++ b/src/qrcode_scanner/QrCodeScanDialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_QRCODESCANDIALOG_H #define FEATHER_QRCODESCANDIALOG_H diff --git a/src/qrcode_scanner/QrCodeUtils.cpp b/src/qrcode_scanner/QrCodeUtils.cpp index fd7b3dc..9fc3e9b 100644 --- a/src/qrcode_scanner/QrCodeUtils.cpp +++ b/src/qrcode_scanner/QrCodeUtils.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "QrCodeUtils.h" #include diff --git a/src/qrcode_scanner/QrCodeUtils.h b/src/qrcode_scanner/QrCodeUtils.h index 10cf7fe..ca256c6 100644 --- a/src/qrcode_scanner/QrCodeUtils.h +++ b/src/qrcode_scanner/QrCodeUtils.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_QRCODEUTILS_H #define FEATHER_QRCODEUTILS_H diff --git a/src/qrcode_scanner/QrScanThread.cpp b/src/qrcode_scanner/QrScanThread.cpp index a74d141..c39d67e 100644 --- a/src/qrcode_scanner/QrScanThread.cpp +++ b/src/qrcode_scanner/QrScanThread.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "QrScanThread.h" #include diff --git a/src/qrcode_scanner/QrScanThread.h b/src/qrcode_scanner/QrScanThread.h index bba7823..16bee3b 100644 --- a/src/qrcode_scanner/QrScanThread.h +++ b/src/qrcode_scanner/QrScanThread.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef _QRSCANTHREAD_H_ #define _QRSCANTHREAD_H_ diff --git a/src/utils/AppData.cpp b/src/utils/AppData.cpp index 09c0ddd..7f1ef37 100644 --- a/src/utils/AppData.cpp +++ b/src/utils/AppData.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "AppData.h" #include "config.h" diff --git a/src/utils/AppData.h b/src/utils/AppData.h index 2560b1b..510ac69 100644 --- a/src/utils/AppData.h +++ b/src/utils/AppData.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_APPDATA_H #define FEATHER_APPDATA_H diff --git a/src/utils/ColorScheme.cpp b/src/utils/ColorScheme.cpp index 6d420e9..6dffe26 100644 --- a/src/utils/ColorScheme.cpp +++ b/src/utils/ColorScheme.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. -// Copyright (c) 2012 thomasv@gitorious +// SPDX-FileCopyrightText: 2012 thomasv@gitorious +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "ColorScheme.h" #include diff --git a/src/utils/ColorScheme.h b/src/utils/ColorScheme.h index 9037271..15d8d82 100644 --- a/src/utils/ColorScheme.h +++ b/src/utils/ColorScheme.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. -// Copyright (c) 2012 thomasv@gitorious +// SPDX-FileCopyrightText: 2012 thomasv@gitorious +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_COLORSCHEME_H #define FEATHER_COLORSCHEME_H diff --git a/src/utils/FeatherSeed.h b/src/utils/FeatherSeed.h index 3232e67..e8bb9d1 100644 --- a/src/utils/FeatherSeed.h +++ b/src/utils/FeatherSeed.h @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: BSD-3-Clause +// SPDX-FileCopyrightText: 2020-2022 The Monero Project + #ifndef FEATHER_FEATHERSEED_H #define FEATHER_FEATHERSEED_H diff --git a/src/utils/Icons.cpp b/src/utils/Icons.cpp index d0e18d7..e1a6303 100644 --- a/src/utils/Icons.cpp +++ b/src/utils/Icons.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "Icons.h" diff --git a/src/utils/Icons.h b/src/utils/Icons.h index dd35976..fae8f3e 100644 --- a/src/utils/Icons.h +++ b/src/utils/Icons.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_ICONS_H #define FEATHER_ICONS_H diff --git a/src/utils/NetworkManager.cpp b/src/utils/NetworkManager.cpp index 1fa4e47..208e478 100644 --- a/src/utils/NetworkManager.cpp +++ b/src/utils/NetworkManager.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "NetworkManager.h" diff --git a/src/utils/NetworkManager.h b/src/utils/NetworkManager.h index a65f7cf..f6d461c 100644 --- a/src/utils/NetworkManager.h +++ b/src/utils/NetworkManager.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_NETWORKMANAGER_H #define FEATHER_NETWORKMANAGER_H diff --git a/src/utils/RestoreHeightLookup.h b/src/utils/RestoreHeightLookup.h index 9109be2..7695efc 100644 --- a/src/utils/RestoreHeightLookup.h +++ b/src/utils/RestoreHeightLookup.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_RESTOREHEIGHTLOOKUP_H #define FEATHER_RESTOREHEIGHTLOOKUP_H diff --git a/src/utils/SemanticVersion.h b/src/utils/SemanticVersion.h index 0bcf033..8e148fb 100644 --- a/src/utils/SemanticVersion.h +++ b/src/utils/SemanticVersion.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_SEMANTICVERSION_H #define FEATHER_SEMANTICVERSION_H diff --git a/src/utils/TorManager.cpp b/src/utils/TorManager.cpp index e19ea54..d34ea60 100644 --- a/src/utils/TorManager.cpp +++ b/src/utils/TorManager.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "utils/TorManager.h" diff --git a/src/utils/TorManager.h b/src/utils/TorManager.h index 2edf8e9..a196d15 100644 --- a/src/utils/TorManager.h +++ b/src/utils/TorManager.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_TOR_H #define FEATHER_TOR_H diff --git a/src/utils/TxFiatHistory.cpp b/src/utils/TxFiatHistory.cpp index a573463..725cbc1 100644 --- a/src/utils/TxFiatHistory.cpp +++ b/src/utils/TxFiatHistory.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "TxFiatHistory.h" #include "utils/Utils.h" diff --git a/src/utils/TxFiatHistory.h b/src/utils/TxFiatHistory.h index 87cd14f..3596426 100644 --- a/src/utils/TxFiatHistory.h +++ b/src/utils/TxFiatHistory.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_TXFIATHISTORY_H #define FEATHER_TXFIATHISTORY_H diff --git a/src/utils/Updater.cpp b/src/utils/Updater.cpp index be00e83..649eb6a 100644 --- a/src/utils/Updater.cpp +++ b/src/utils/Updater.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "Updater.h" diff --git a/src/utils/Updater.h b/src/utils/Updater.h index c6a3924..518ccad 100644 --- a/src/utils/Updater.h +++ b/src/utils/Updater.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #pragma once diff --git a/src/utils/Utils.cpp b/src/utils/Utils.cpp index 9be92c5..5c21c7e 100644 --- a/src/utils/Utils.cpp +++ b/src/utils/Utils.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include #include diff --git a/src/utils/Utils.h b/src/utils/Utils.h index ea20f7a..1749160 100644 --- a/src/utils/Utils.h +++ b/src/utils/Utils.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_UTILS_H #define FEATHER_UTILS_H diff --git a/src/utils/WebsocketClient.cpp b/src/utils/WebsocketClient.cpp index 7087a17..7168d81 100644 --- a/src/utils/WebsocketClient.cpp +++ b/src/utils/WebsocketClient.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "WebsocketClient.h" diff --git a/src/utils/WebsocketClient.h b/src/utils/WebsocketClient.h index f9aaefc..ae97da5 100644 --- a/src/utils/WebsocketClient.h +++ b/src/utils/WebsocketClient.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_WEBSOCKETCLIENT_H #define FEATHER_WEBSOCKETCLIENT_H diff --git a/src/utils/WebsocketNotifier.cpp b/src/utils/WebsocketNotifier.cpp index 96140d9..ee1edd7 100644 --- a/src/utils/WebsocketNotifier.cpp +++ b/src/utils/WebsocketNotifier.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "WebsocketNotifier.h" #include "Utils.h" diff --git a/src/utils/WebsocketNotifier.h b/src/utils/WebsocketNotifier.h index c159e41..5fb7eed 100644 --- a/src/utils/WebsocketNotifier.h +++ b/src/utils/WebsocketNotifier.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_WEBSOCKETNOTIFIER_H #define FEATHER_WEBSOCKETNOTIFIER_H diff --git a/src/utils/brute.cpp b/src/utils/brute.cpp index 17056a2..d884c19 100644 --- a/src/utils/brute.cpp +++ b/src/utils/brute.cpp @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: BSD-3-Clause +// SPDX-FileCopyrightText: 2020-2022 The Monero Project + #include "brute.h" brute::brute(const std::string &chars) { diff --git a/src/utils/brute.h b/src/utils/brute.h index 16801b6..223c966 100644 --- a/src/utils/brute.h +++ b/src/utils/brute.h @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: BSD-3-Clause +// SPDX-FileCopyrightText: 2020-2022 The Monero Project + #ifndef FEATHER_BRUTE_H #define FEATHER_BRUTE_H diff --git a/src/utils/childproc.cpp b/src/utils/childproc.cpp index e11e902..671b1b4 100644 --- a/src/utils/childproc.cpp +++ b/src/utils/childproc.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "utils/childproc.h" diff --git a/src/utils/childproc.h b/src/utils/childproc.h index b7548ed..89ba2aa 100644 --- a/src/utils/childproc.h +++ b/src/utils/childproc.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_FPROCESS_H #define FEATHER_FPROCESS_H diff --git a/src/utils/config.cpp b/src/utils/config.cpp index f66269e..8c693fa 100644 --- a/src/utils/config.cpp +++ b/src/utils/config.cpp @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (C) 2020 KeePassXC Team -// Copyright (C) 2011 Felix Geyer -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2011 Felix Geyer +// SPDX-FileCopyrightText: 2020 KeePassXC Team +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "config.h" #include "utils/Utils.h" diff --git a/src/utils/config.h b/src/utils/config.h index 679b691..198154b 100644 --- a/src/utils/config.h +++ b/src/utils/config.h @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (C) 2020 KeePassXC Team -// Copyright (C) 2011 Felix Geyer -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2011 Felix Geyer +// SPDX-FileCopyrightText: 2020 KeePassXC Team +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_CONFIG_H #define FEATHER_CONFIG_H diff --git a/src/utils/daemonrpc.cpp b/src/utils/daemonrpc.cpp index 48faafd..4eece5f 100644 --- a/src/utils/daemonrpc.cpp +++ b/src/utils/daemonrpc.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "daemonrpc.h" diff --git a/src/utils/daemonrpc.h b/src/utils/daemonrpc.h index 0bd1af8..c9bc860 100644 --- a/src/utils/daemonrpc.h +++ b/src/utils/daemonrpc.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 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 5885fd9..66e0ef7 100644 --- a/src/utils/networking.cpp +++ b/src/utils/networking.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include #include diff --git a/src/utils/networking.h b/src/utils/networking.h index 1799ff1..41e96b0 100644 --- a/src/utils/networking.h +++ b/src/utils/networking.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_NETWORKING_H #define FEATHER_NETWORKING_H diff --git a/src/utils/networktype.h b/src/utils/networktype.h index 05734ec..fb5242a 100644 --- a/src/utils/networktype.h +++ b/src/utils/networktype.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #pragma once diff --git a/src/utils/nodes.cpp b/src/utils/nodes.cpp index 98f70fd..f2e06e7 100644 --- a/src/utils/nodes.cpp +++ b/src/utils/nodes.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include diff --git a/src/utils/nodes.h b/src/utils/nodes.h index 07ff671..78f17a9 100644 --- a/src/utils/nodes.h +++ b/src/utils/nodes.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 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 f65f576..45caf6c 100644 --- a/src/utils/os/tails.cpp +++ b/src/utils/os/tails.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include #include diff --git a/src/utils/os/tails.h b/src/utils/os/tails.h index eaa932f..9dddd4a 100644 --- a/src/utils/os/tails.h +++ b/src/utils/os/tails.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef TAILSOS_H #define TAILSOS_H diff --git a/src/utils/os/whonix.cpp b/src/utils/os/whonix.cpp index b22a0c8..8b662da 100644 --- a/src/utils/os/whonix.cpp +++ b/src/utils/os/whonix.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "whonix.h" diff --git a/src/utils/os/whonix.h b/src/utils/os/whonix.h index 538332b..8f72e53 100644 --- a/src/utils/os/whonix.h +++ b/src/utils/os/whonix.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_WHONIX_H #define FEATHER_WHONIX_H diff --git a/src/utils/prices.cpp b/src/utils/prices.cpp index ea1d03c..e614268 100644 --- a/src/utils/prices.cpp +++ b/src/utils/prices.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "utils/prices.h" diff --git a/src/utils/prices.h b/src/utils/prices.h index 6e6f7f4..f249878 100644 --- a/src/utils/prices.h +++ b/src/utils/prices.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_PRICES_H #define FEATHER_PRICES_H diff --git a/src/utils/scheduler.cpp b/src/utils/scheduler.cpp index bc9bb36..835c408 100644 --- a/src/utils/scheduler.cpp +++ b/src/utils/scheduler.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #include "scheduler.h" diff --git a/src/utils/scheduler.h b/src/utils/scheduler.h index df02703..996923c 100644 --- a/src/utils/scheduler.h +++ b/src/utils/scheduler.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2021, The Monero Project. +// SPDX-FileCopyrightText: 2014-2022 The Monero Project #ifndef FUTURE_SCHEDULER_H #define FUTURE_SCHEDULER_H diff --git a/src/utils/xmrig.cpp b/src/utils/xmrig.cpp index c80597d..e623fe5 100644 --- a/src/utils/xmrig.cpp +++ b/src/utils/xmrig.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include #include diff --git a/src/utils/xmrig.h b/src/utils/xmrig.h index 6b48c8f..a3f75e6 100644 --- a/src/utils/xmrig.h +++ b/src/utils/xmrig.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_XMRIG_H #define FEATHER_XMRIG_H diff --git a/src/widgets/CCSEntry.h b/src/widgets/CCSEntry.h index 6ec48dd..a60e040 100644 --- a/src/widgets/CCSEntry.h +++ b/src/widgets/CCSEntry.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_CCSENTRY_H #define FEATHER_CCSENTRY_H diff --git a/src/widgets/CCSProgressDelegate.cpp b/src/widgets/CCSProgressDelegate.cpp index dfed0ca..2f3541e 100644 --- a/src/widgets/CCSProgressDelegate.cpp +++ b/src/widgets/CCSProgressDelegate.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "CCSProgressDelegate.h" diff --git a/src/widgets/CCSProgressDelegate.h b/src/widgets/CCSProgressDelegate.h index 1ad23b1..42f0bde 100644 --- a/src/widgets/CCSProgressDelegate.h +++ b/src/widgets/CCSProgressDelegate.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_CSSPROGRESSDELEGATE_H #define FEATHER_CSSPROGRESSDELEGATE_H diff --git a/src/widgets/CCSWidget.cpp b/src/widgets/CCSWidget.cpp index a80571a..e1db50e 100644 --- a/src/widgets/CCSWidget.cpp +++ b/src/widgets/CCSWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "CCSWidget.h" #include "ui_CCSWidget.h" diff --git a/src/widgets/CCSWidget.h b/src/widgets/CCSWidget.h index 21332e8..193660f 100644 --- a/src/widgets/CCSWidget.h +++ b/src/widgets/CCSWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_CSSWIDGET_H #define FEATHER_CSSWIDGET_H diff --git a/src/widgets/LocalMoneroWidget.cpp b/src/widgets/LocalMoneroWidget.cpp index 5fb70f3..ae3b92d 100644 --- a/src/widgets/LocalMoneroWidget.cpp +++ b/src/widgets/LocalMoneroWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "LocalMoneroWidget.h" #include "ui_LocalMoneroWidget.h" diff --git a/src/widgets/LocalMoneroWidget.h b/src/widgets/LocalMoneroWidget.h index d5d6acc..3c9ad15 100644 --- a/src/widgets/LocalMoneroWidget.h +++ b/src/widgets/LocalMoneroWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_LOCALMONEROWIDGET_H #define FEATHER_LOCALMONEROWIDGET_H diff --git a/src/widgets/NodeWidget.cpp b/src/widgets/NodeWidget.cpp index 3b94d89..4371786 100644 --- a/src/widgets/NodeWidget.cpp +++ b/src/widgets/NodeWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "NodeWidget.h" #include "ui_NodeWidget.h" diff --git a/src/widgets/NodeWidget.h b/src/widgets/NodeWidget.h index 0d3a781..a851b31 100644 --- a/src/widgets/NodeWidget.h +++ b/src/widgets/NodeWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_NODEWIDGET_H #define FEATHER_NODEWIDGET_H diff --git a/src/widgets/PayToEdit.cpp b/src/widgets/PayToEdit.cpp index 740f5a4..2c46674 100644 --- a/src/widgets/PayToEdit.cpp +++ b/src/widgets/PayToEdit.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. -// Copyright (c) 2012 thomasv@gitorious +// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2012 thomasv@gitorious #include "PayToEdit.h" diff --git a/src/widgets/PayToEdit.h b/src/widgets/PayToEdit.h index 0d698df..37bb848 100644 --- a/src/widgets/PayToEdit.h +++ b/src/widgets/PayToEdit.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. -// Copyright (c) 2012 thomasv@gitorious +// SPDX-FileCopyrightText: 2020-2022 The Monero Project +// SPDX-FileCopyrightText: 2012 thomasv@gitorious #ifndef FEATHER_PAYTOEDIT_H #define FEATHER_PAYTOEDIT_H diff --git a/src/widgets/QrCodeWidget.cpp b/src/widgets/QrCodeWidget.cpp index ffc17af..4fa6fe9 100644 --- a/src/widgets/QrCodeWidget.cpp +++ b/src/widgets/QrCodeWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "QrCodeWidget.h" diff --git a/src/widgets/QrCodeWidget.h b/src/widgets/QrCodeWidget.h index f86c81d..b391168 100644 --- a/src/widgets/QrCodeWidget.h +++ b/src/widgets/QrCodeWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_QRCODEWIDGET_H #define FEATHER_QRCODEWIDGET_H diff --git a/src/widgets/RedditPost.h b/src/widgets/RedditPost.h index 221db91..a5b40d4 100644 --- a/src/widgets/RedditPost.h +++ b/src/widgets/RedditPost.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_REDDITPOST_H #define FEATHER_REDDITPOST_H diff --git a/src/widgets/RedditWidget.cpp b/src/widgets/RedditWidget.cpp index 6ebe60d..e07c613 100644 --- a/src/widgets/RedditWidget.cpp +++ b/src/widgets/RedditWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "RedditWidget.h" #include "ui_RedditWidget.h" diff --git a/src/widgets/RedditWidget.h b/src/widgets/RedditWidget.h index 0fdfdf9..0ea2310 100644 --- a/src/widgets/RedditWidget.h +++ b/src/widgets/RedditWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_REDDITWIDGET_H #define FEATHER_REDDITWIDGET_H diff --git a/src/widgets/RestoreHeightWidget.cpp b/src/widgets/RestoreHeightWidget.cpp index 0edb09e..f6c7cd7 100644 --- a/src/widgets/RestoreHeightWidget.cpp +++ b/src/widgets/RestoreHeightWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "RestoreHeightWidget.h" #include "ui_RestoreHeightWidget.h" diff --git a/src/widgets/RestoreHeightWidget.h b/src/widgets/RestoreHeightWidget.h index 1702f81..e355ec8 100644 --- a/src/widgets/RestoreHeightWidget.h +++ b/src/widgets/RestoreHeightWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_RESTOREHEIGHTWIDGET_H #define FEATHER_RESTOREHEIGHTWIDGET_H diff --git a/src/widgets/TickerWidget.cpp b/src/widgets/TickerWidget.cpp index ec99840..66e4c9e 100644 --- a/src/widgets/TickerWidget.cpp +++ b/src/widgets/TickerWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "TickerWidget.h" #include "ui_TickerWidget.h" diff --git a/src/widgets/TickerWidget.h b/src/widgets/TickerWidget.h index 73a4f88..dc9c208 100644 --- a/src/widgets/TickerWidget.h +++ b/src/widgets/TickerWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_TICKERWIDGET_H #define FEATHER_TICKERWIDGET_H diff --git a/src/widgets/XMRigWidget.cpp b/src/widgets/XMRigWidget.cpp index 7aa6e70..400f043 100644 --- a/src/widgets/XMRigWidget.cpp +++ b/src/widgets/XMRigWidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "XMRigWidget.h" #include "ui_XMRigWidget.h" diff --git a/src/widgets/XMRigWidget.h b/src/widgets/XMRigWidget.h index bbe349f..c04c276 100644 --- a/src/widgets/XMRigWidget.h +++ b/src/widgets/XMRigWidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_XMRIGWIDGET_H #define FEATHER_XMRIGWIDGET_H diff --git a/src/wizard/PageHardwareDevice.cpp b/src/wizard/PageHardwareDevice.cpp index 83a371c..dde571f 100644 --- a/src/wizard/PageHardwareDevice.cpp +++ b/src/wizard/PageHardwareDevice.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "PageHardwareDevice.h" #include "ui_PageHardwareDevice.h" diff --git a/src/wizard/PageHardwareDevice.h b/src/wizard/PageHardwareDevice.h index 689bd29..3d42970 100644 --- a/src/wizard/PageHardwareDevice.h +++ b/src/wizard/PageHardwareDevice.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_PAGEHARDWAREDEVICE_H #define FEATHER_PAGEHARDWAREDEVICE_H diff --git a/src/wizard/PageMenu.cpp b/src/wizard/PageMenu.cpp index da8c289..850478d 100644 --- a/src/wizard/PageMenu.cpp +++ b/src/wizard/PageMenu.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "WalletWizard.h" #include "PageMenu.h" diff --git a/src/wizard/PageMenu.h b/src/wizard/PageMenu.h index ba20662..6fe29e1 100644 --- a/src/wizard/PageMenu.h +++ b/src/wizard/PageMenu.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_WIZARDMENU_H #define FEATHER_WIZARDMENU_H diff --git a/src/wizard/PageNetwork.cpp b/src/wizard/PageNetwork.cpp index ad4a16c..95bdae4 100644 --- a/src/wizard/PageNetwork.cpp +++ b/src/wizard/PageNetwork.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "PageNetwork.h" #include "ui_PageNetwork.h" diff --git a/src/wizard/PageNetwork.h b/src/wizard/PageNetwork.h index 8e5999f..eef597d 100644 --- a/src/wizard/PageNetwork.h +++ b/src/wizard/PageNetwork.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_WIZARDNETWORK_H #define FEATHER_WIZARDNETWORK_H diff --git a/src/wizard/PageNetworkTor.cpp b/src/wizard/PageNetworkTor.cpp index e3649e4..9c9c965 100644 --- a/src/wizard/PageNetworkTor.cpp +++ b/src/wizard/PageNetworkTor.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "PageNetworkTor.h" #include "ui_PageNetworkTor.h" diff --git a/src/wizard/PageNetworkTor.h b/src/wizard/PageNetworkTor.h index 5447f07..97132d2 100644 --- a/src/wizard/PageNetworkTor.h +++ b/src/wizard/PageNetworkTor.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_PAGENETWORKTOR_H #define FEATHER_PAGENETWORKTOR_H diff --git a/src/wizard/PageOpenWallet.cpp b/src/wizard/PageOpenWallet.cpp index c4eea2b..d4b9a36 100644 --- a/src/wizard/PageOpenWallet.cpp +++ b/src/wizard/PageOpenWallet.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "PageOpenWallet.h" #include "ui_PageOpenWallet.h" diff --git a/src/wizard/PageOpenWallet.h b/src/wizard/PageOpenWallet.h index b41e0e3..e5da7ff 100644 --- a/src/wizard/PageOpenWallet.h +++ b/src/wizard/PageOpenWallet.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_OPENWALLET_H #define FEATHER_OPENWALLET_H diff --git a/src/wizard/PageSetPassword.cpp b/src/wizard/PageSetPassword.cpp index 4f0d6e5..7cd4500 100644 --- a/src/wizard/PageSetPassword.cpp +++ b/src/wizard/PageSetPassword.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "PageSetPassword.h" #include "ui_PageSetPassword.h" diff --git a/src/wizard/PageSetPassword.h b/src/wizard/PageSetPassword.h index 2ba604d..9eaa710 100644 --- a/src/wizard/PageSetPassword.h +++ b/src/wizard/PageSetPassword.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_PASSWORD_H #define FEATHER_PASSWORD_H diff --git a/src/wizard/PageSetRestoreHeight.cpp b/src/wizard/PageSetRestoreHeight.cpp index ca9955a..8f6690a 100644 --- a/src/wizard/PageSetRestoreHeight.cpp +++ b/src/wizard/PageSetRestoreHeight.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include #include "PageSetRestoreHeight.h" diff --git a/src/wizard/PageSetRestoreHeight.h b/src/wizard/PageSetRestoreHeight.h index 6230a1e..78dc03a 100644 --- a/src/wizard/PageSetRestoreHeight.h +++ b/src/wizard/PageSetRestoreHeight.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_PAGESETRESTOREHEIGHT_H #define FEATHER_PAGESETRESTOREHEIGHT_H diff --git a/src/wizard/PageWalletFile.cpp b/src/wizard/PageWalletFile.cpp index a0098c8..434a047 100644 --- a/src/wizard/PageWalletFile.cpp +++ b/src/wizard/PageWalletFile.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "WalletWizard.h" #include "PageWalletFile.h" diff --git a/src/wizard/PageWalletFile.h b/src/wizard/PageWalletFile.h index 36e4f66..d20be11 100644 --- a/src/wizard/PageWalletFile.h +++ b/src/wizard/PageWalletFile.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_CREATEWALLET_H #define FEATHER_CREATEWALLET_H diff --git a/src/wizard/PageWalletRestoreKeys.cpp b/src/wizard/PageWalletRestoreKeys.cpp index 390a317..b41abe3 100644 --- a/src/wizard/PageWalletRestoreKeys.cpp +++ b/src/wizard/PageWalletRestoreKeys.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "PageWalletRestoreKeys.h" #include "ui_PageWalletRestoreKeys.h" diff --git a/src/wizard/PageWalletRestoreKeys.h b/src/wizard/PageWalletRestoreKeys.h index 9aeb0fa..b3a5e2a 100644 --- a/src/wizard/PageWalletRestoreKeys.h +++ b/src/wizard/PageWalletRestoreKeys.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_WIZARDVIEWONLY_H #define FEATHER_WIZARDVIEWONLY_H diff --git a/src/wizard/PageWalletRestoreSeed.cpp b/src/wizard/PageWalletRestoreSeed.cpp index bde957d..fa89a25 100644 --- a/src/wizard/PageWalletRestoreSeed.cpp +++ b/src/wizard/PageWalletRestoreSeed.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "WalletWizard.h" #include "PageWalletRestoreSeed.h" diff --git a/src/wizard/PageWalletRestoreSeed.h b/src/wizard/PageWalletRestoreSeed.h index 2c0ebe4..eb909a3 100644 --- a/src/wizard/PageWalletRestoreSeed.h +++ b/src/wizard/PageWalletRestoreSeed.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_WIZARDRESTORE_H #define FEATHER_WIZARDRESTORE_H diff --git a/src/wizard/PageWalletSeed.cpp b/src/wizard/PageWalletSeed.cpp index 5030208..1cd852c 100644 --- a/src/wizard/PageWalletSeed.cpp +++ b/src/wizard/PageWalletSeed.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "WalletWizard.h" #include "PageWalletSeed.h" diff --git a/src/wizard/PageWalletSeed.h b/src/wizard/PageWalletSeed.h index f1abdba..145a4ab 100644 --- a/src/wizard/PageWalletSeed.h +++ b/src/wizard/PageWalletSeed.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_CREATEWALLETSEED_H #define FEATHER_CREATEWALLETSEED_H diff --git a/src/wizard/WalletWizard.cpp b/src/wizard/WalletWizard.cpp index 2478230..b696d5f 100644 --- a/src/wizard/WalletWizard.cpp +++ b/src/wizard/WalletWizard.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #include "utils/Utils.h" diff --git a/src/wizard/WalletWizard.h b/src/wizard/WalletWizard.h index d353a6e..13ab39d 100644 --- a/src/wizard/WalletWizard.h +++ b/src/wizard/WalletWizard.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020-2021, The Monero Project. +// SPDX-FileCopyrightText: 2020-2022 The Monero Project #ifndef FEATHER_WALLETWIZARD_H #define FEATHER_WALLETWIZARD_H