]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
Update copyright to 2022
authortobtoht <thotbot@protonmail.com>
Thu, 10 Feb 2022 10:26:41 +0000 (11:26 +0100)
committertobtoht <thotbot@protonmail.com>
Thu, 10 Feb 2022 10:26:41 +0000 (11:26 +0100)
269 files changed:
LICENSE
README.md
src/CalcWidget.cpp
src/CalcWidget.h
src/CalcWindow.cpp
src/CalcWindow.h
src/CoinsWidget.cpp
src/CoinsWidget.h
src/ContactsWidget.cpp
src/ContactsWidget.h
src/HistoryWidget.cpp
src/HistoryWidget.h
src/MainWindow.cpp
src/MainWindow.h
src/ReceiveWidget.cpp
src/ReceiveWidget.h
src/SendWidget.cpp
src/SendWidget.h
src/SettingsDialog.cpp
src/SettingsDialog.h
src/WindowManager.cpp
src/WindowManager.h
src/api/LocalMoneroApi.cpp
src/api/LocalMoneroApi.h
src/appcontext.cpp
src/appcontext.h
src/cli.cpp
src/cli.h
src/components.cpp
src/components.h
src/constants.cpp
src/constants.h
src/dialog/AboutDialog.cpp
src/dialog/AboutDialog.h
src/dialog/AccountSwitcherDialog.cpp
src/dialog/AccountSwitcherDialog.h
src/dialog/BalanceDialog.cpp
src/dialog/BalanceDialog.h
src/dialog/CalcConfigDialog.cpp
src/dialog/CalcConfigDialog.h
src/dialog/ContactsDialog.cpp
src/dialog/ContactsDialog.h
src/dialog/DebugInfoDialog.cpp
src/dialog/DebugInfoDialog.h
src/dialog/InfoDialog.cpp
src/dialog/InfoDialog.h
src/dialog/KeysDialog.cpp
src/dialog/KeysDialog.h
src/dialog/LocalMoneroInfoDialog.cpp
src/dialog/LocalMoneroInfoDialog.h
src/dialog/OutputInfoDialog.cpp
src/dialog/OutputInfoDialog.h
src/dialog/OutputSweepDialog.cpp
src/dialog/OutputSweepDialog.h
src/dialog/PasswordChangeDialog.cpp
src/dialog/PasswordChangeDialog.h
src/dialog/PasswordDialog.cpp
src/dialog/PasswordDialog.h
src/dialog/PaymentRequestDialog.cpp
src/dialog/PaymentRequestDialog.h
src/dialog/QrCodeDialog.cpp
src/dialog/QrCodeDialog.h
src/dialog/RestoreHeightDialog.cpp
src/dialog/RestoreHeightDialog.h
src/dialog/SeedDialog.cpp
src/dialog/SeedDialog.h
src/dialog/SignVerifyDialog.cpp
src/dialog/SignVerifyDialog.h
src/dialog/SplashDialog.cpp
src/dialog/SplashDialog.h
src/dialog/TorInfoDialog.cpp
src/dialog/TorInfoDialog.h
src/dialog/TxBroadcastDialog.cpp
src/dialog/TxBroadcastDialog.h
src/dialog/TxConfAdvDialog.cpp
src/dialog/TxConfAdvDialog.h
src/dialog/TxConfDialog.cpp
src/dialog/TxConfDialog.h
src/dialog/TxImportDialog.cpp
src/dialog/TxImportDialog.h
src/dialog/TxInfoDialog.cpp
src/dialog/TxInfoDialog.h
src/dialog/TxProofDialog.cpp
src/dialog/TxProofDialog.h
src/dialog/UpdateDialog.cpp
src/dialog/UpdateDialog.h
src/dialog/VerifyProofDialog.cpp
src/dialog/VerifyProofDialog.h
src/dialog/ViewOnlyDialog.cpp
src/dialog/ViewOnlyDialog.h
src/dialog/WalletCacheDebugDialog.cpp
src/dialog/WalletCacheDebugDialog.h
src/dialog/WalletInfoDialog.cpp
src/dialog/WalletInfoDialog.h
src/libwalletqt/AddressBook.cpp
src/libwalletqt/AddressBook.h
src/libwalletqt/AddressBookInfo.cpp
src/libwalletqt/AddressBookInfo.h
src/libwalletqt/Coins.cpp
src/libwalletqt/Coins.h
src/libwalletqt/CoinsInfo.cpp
src/libwalletqt/CoinsInfo.h
src/libwalletqt/ConstructionInfo.cpp
src/libwalletqt/ConstructionInfo.h
src/libwalletqt/Input.h
src/libwalletqt/PassphraseHelper.cpp
src/libwalletqt/PassphraseHelper.h
src/libwalletqt/PendingTransaction.cpp
src/libwalletqt/PendingTransaction.h
src/libwalletqt/PendingTransactionInfo.cpp
src/libwalletqt/PendingTransactionInfo.h
src/libwalletqt/Ring.h
src/libwalletqt/Subaddress.cpp
src/libwalletqt/Subaddress.h
src/libwalletqt/SubaddressAccount.cpp
src/libwalletqt/SubaddressAccount.h
src/libwalletqt/TransactionHistory.cpp
src/libwalletqt/TransactionHistory.h
src/libwalletqt/TransactionInfo.cpp
src/libwalletqt/TransactionInfo.h
src/libwalletqt/Transfer.h
src/libwalletqt/UnsignedTransaction.cpp
src/libwalletqt/UnsignedTransaction.h
src/libwalletqt/Wallet.cpp
src/libwalletqt/Wallet.h
src/libwalletqt/WalletListenerImpl.cpp
src/libwalletqt/WalletListenerImpl.h
src/libwalletqt/WalletManager.cpp
src/libwalletqt/WalletManager.h
src/main.cpp
src/model/AddressBookModel.cpp
src/model/AddressBookModel.h
src/model/AddressBookProxyModel.cpp
src/model/AddressBookProxyModel.h
src/model/CCSModel.cpp
src/model/CCSModel.h
src/model/CoinsModel.cpp
src/model/CoinsModel.h
src/model/CoinsProxyModel.cpp
src/model/CoinsProxyModel.h
src/model/HistoryView.cpp
src/model/HistoryView.h
src/model/LocalMoneroModel.cpp
src/model/LocalMoneroModel.h
src/model/ModelUtils.cpp
src/model/ModelUtils.h
src/model/NodeModel.cpp
src/model/NodeModel.h
src/model/RedditModel.cpp
src/model/RedditModel.h
src/model/SubaddressAccountModel.cpp
src/model/SubaddressAccountModel.h
src/model/SubaddressModel.cpp
src/model/SubaddressModel.h
src/model/SubaddressProxyModel.cpp
src/model/SubaddressProxyModel.h
src/model/SubaddressView.cpp
src/model/SubaddressView.h
src/model/TransactionHistoryModel.cpp
src/model/TransactionHistoryModel.h
src/model/TransactionHistoryProxyModel.cpp
src/model/TransactionHistoryProxyModel.h
src/model/WalletKeysFilesModel.cpp
src/model/WalletKeysFilesModel.h
src/openpgp/hash.h
src/openpgp/mpi.h
src/openpgp/openpgp.cpp
src/openpgp/openpgp.h
src/openpgp/packet_stream.h
src/openpgp/s_expression.h
src/openpgp/serialization.h
src/qrcode_scanner/QrCodeScanDialog.cpp
src/qrcode_scanner/QrCodeScanDialog.h
src/qrcode_scanner/QrCodeUtils.cpp
src/qrcode_scanner/QrCodeUtils.h
src/qrcode_scanner/QrScanThread.cpp
src/qrcode_scanner/QrScanThread.h
src/utils/AppData.cpp
src/utils/AppData.h
src/utils/ColorScheme.cpp
src/utils/ColorScheme.h
src/utils/FeatherSeed.h
src/utils/Icons.cpp
src/utils/Icons.h
src/utils/NetworkManager.cpp
src/utils/NetworkManager.h
src/utils/RestoreHeightLookup.h
src/utils/SemanticVersion.h
src/utils/TorManager.cpp
src/utils/TorManager.h
src/utils/TxFiatHistory.cpp
src/utils/TxFiatHistory.h
src/utils/Updater.cpp
src/utils/Updater.h
src/utils/Utils.cpp
src/utils/Utils.h
src/utils/WebsocketClient.cpp
src/utils/WebsocketClient.h
src/utils/WebsocketNotifier.cpp
src/utils/WebsocketNotifier.h
src/utils/brute.cpp
src/utils/brute.h
src/utils/childproc.cpp
src/utils/childproc.h
src/utils/config.cpp
src/utils/config.h
src/utils/daemonrpc.cpp
src/utils/daemonrpc.h
src/utils/networking.cpp
src/utils/networking.h
src/utils/networktype.h
src/utils/nodes.cpp
src/utils/nodes.h
src/utils/os/tails.cpp
src/utils/os/tails.h
src/utils/os/whonix.cpp
src/utils/os/whonix.h
src/utils/prices.cpp
src/utils/prices.h
src/utils/scheduler.cpp
src/utils/scheduler.h
src/utils/xmrig.cpp
src/utils/xmrig.h
src/widgets/CCSEntry.h
src/widgets/CCSProgressDelegate.cpp
src/widgets/CCSProgressDelegate.h
src/widgets/CCSWidget.cpp
src/widgets/CCSWidget.h
src/widgets/LocalMoneroWidget.cpp
src/widgets/LocalMoneroWidget.h
src/widgets/NodeWidget.cpp
src/widgets/NodeWidget.h
src/widgets/PayToEdit.cpp
src/widgets/PayToEdit.h
src/widgets/QrCodeWidget.cpp
src/widgets/QrCodeWidget.h
src/widgets/RedditPost.h
src/widgets/RedditWidget.cpp
src/widgets/RedditWidget.h
src/widgets/RestoreHeightWidget.cpp
src/widgets/RestoreHeightWidget.h
src/widgets/TickerWidget.cpp
src/widgets/TickerWidget.h
src/widgets/XMRigWidget.cpp
src/widgets/XMRigWidget.h
src/wizard/PageHardwareDevice.cpp
src/wizard/PageHardwareDevice.h
src/wizard/PageMenu.cpp
src/wizard/PageMenu.h
src/wizard/PageNetwork.cpp
src/wizard/PageNetwork.h
src/wizard/PageNetworkTor.cpp
src/wizard/PageNetworkTor.h
src/wizard/PageOpenWallet.cpp
src/wizard/PageOpenWallet.h
src/wizard/PageSetPassword.cpp
src/wizard/PageSetPassword.h
src/wizard/PageSetRestoreHeight.cpp
src/wizard/PageSetRestoreHeight.h
src/wizard/PageWalletFile.cpp
src/wizard/PageWalletFile.h
src/wizard/PageWalletRestoreKeys.cpp
src/wizard/PageWalletRestoreKeys.h
src/wizard/PageWalletRestoreSeed.cpp
src/wizard/PageWalletRestoreSeed.h
src/wizard/PageWalletSeed.cpp
src/wizard/PageWalletSeed.h
src/wizard/WalletWizard.cpp
src/wizard/WalletWizard.h

diff --git a/LICENSE b/LICENSE
index 01aafe982d80476e4f49beb2f7e971636a60dacb..4c43b8ec0f1072d11d6bd346cc8cf7a2bbd18a14 100644 (file)
--- 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.
 
index bd8a4781a3724dafb28501f709c49f39352402d5..af5b6414359a3ce2e2220b9732eebf2bbc5909fe 100644 (file)
--- 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
 
index 8bc654df51714ab0fe11cbee99456d69ac425eda..91c0cabc82b750ac1a91dc601de6f0d28b13824d 100644 (file)
@@ -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"
index b4fb58aaa4a90d4168bcbcfe9f118d7d0d8d62aa..2a1a2917b0b22305e01f152eefa225b0f515de85 100644 (file)
@@ -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
index 1b55c1deb80d8cab79fe98dd2cd206f3c3ff90eb..e736d6551ae48eac9286edcce585ff56804ff0ce 100644 (file)
@@ -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"
index 2514f439f9e352711f3d6c14208bbd1fd72b3779..90cb3eba12158276661a3256d7d5fc550ba23ff6 100644 (file)
@@ -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
index 1808c70ecfe19fd6c9b1525d86cf50fca11885f1..4afc22d238d739f1e0a36f5ebb8b7248a3977177 100644 (file)
@@ -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"
index 6c48e24c66a4c0b58eda54f5d0680793f4b068b8..0c4be12f9817af4200de9169b60aa44741f90a72 100644 (file)
@@ -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
index bb2380d3b5bd15734e69ca6b89c795451fbb4b71..a586c33ce4f33a7ade13acc8b7408fc29b94abb6 100644 (file)
@@ -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"
index 9a71fa92447a78f97774bcf7f66f9e9bf3e6f6cf..e9eee475fc5fff49ca04252ac094345bbd4d6b46 100644 (file)
@@ -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
index 4871ba017c99c927ef11e80490e2a6490a378de4..503f0ce466bb88ccf2842c56fc4305e956e5ae86 100644 (file)
@@ -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"
index 3a414dd85a09c10f593cce168e463f08b423b10d..bee5a96e28631ae5fc8ebbb50a7f0bce42d39af2 100644 (file)
@@ -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
index e45fb786893d4da6de6bce83fb99b61f7e58daa4..eab2824363c74de614f9e23c56c952ad016856de 100644 (file)
@@ -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"
index a4fc590313153690393eaaa81f86548821729b5b..ecff1b087d19683cbe7ceceb2c5a53c8e2790f4a 100644 (file)
@@ -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
index 881c0334c142431c8f4d1b6562a35da27ff3ef91..95ecd5994fe76370127e56f73c206155fe3c145a 100644 (file)
@@ -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"
index e01f93fae04660e15a5f484b6c7e0720a1eebb92..05e7ae054e0aa5f24bcb0a69964ccbc24d3210cd 100644 (file)
@@ -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
index b1f0f8bf4133cc475bd1a871f813e2482a3aaaee..5dd18813ab8210a7ba398df90aac195bec257bc7 100644 (file)
@@ -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"
index 001992030889c10f219ba887db8757849c6119a1..f961f53f95cc91557b65205b977f3719836ba0ab 100644 (file)
@@ -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
index 5084db539f2e3205ea1415ab2baf02c78ad87cdc..10a811298806b0e6dab9cbd815e168919b2243ce 100644 (file)
@@ -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"
index 4cbf18c1200d13038b3283fe7f000f4a6d569451..edbb77b554d2f8db3e801fedcae83444177e63b8 100644 (file)
@@ -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
index 717e1d8b18c494d2d86fae4a3a259803370ec900..ef406c8045375530661b367590b0281797aaee35 100644 (file)
@@ -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"
 
index 0fea535a1571ac1e0c9484d89a81d7b784d449f9..6b555aeb30b9f5bcd0cdb0d87984666117b03018 100644 (file)
@@ -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
index 1e494d894495d93f513d5c5e6ed751c4311aa36d..52b3fc673354f93c5ed43d7c8b3533ffb24e2797 100644 (file)
@@ -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"
 
index 60145b893bb7ba109a04f969b59af1898e1769d0..a92aa7f9a78a0f007369796b8d4a038c8ce1e000 100644 (file)
@@ -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
index 2318557f337fa1bbd2326251fb70603be7f80afc..f33a194d36b652db122035c4bed0c9b6bef5f634 100644 (file)
@@ -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 <QDir>
 
index 806bb88ad6897f4713f532228ff5eb1be6c34692..c3eb1800d4e1bcd10831953583ca12c387bafd5b 100644 (file)
@@ -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
index a0e7a63d48b36cb00abd0f5f0c46488036d8af59..79c4cd4c71b98a52766f059cb657481a9388d556 100644 (file)
@@ -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"
 
index dc04a9ae44662ecf2b9dd6faa23e3e11140ecff2..faba7036817f720c0a21f02d66f2db0c687d05c5 100644 (file)
--- 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
index c7261ce3fe10273e02f43bc86293ae51ad5ec00a..5d6257674a560b8b724f86fdd147e0275133d9c3 100644 (file)
@@ -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"
 
index 6f26014efe1e78ad7dc82b2072dba72d0552f5a2..fb03aaaf4d49a4a4cb1c494079ce132a6b07a766 100644 (file)
@@ -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
index d8b0c1c9a4a18a7a9666e51ebfc51d04c2868f17..b9b10ddcc26ca45d6b2223cf08b464675aae7bd8 100644 (file)
@@ -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"
 
index d9e9963236e978f455ef33e4115878f11eac3eff..73d9edff8dfb5734cbdc298be39480e29c54c10f 100644 (file)
@@ -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
index 82130e2f2a0924810a3c865efca17c876220a0c3..abcf9430fa876e130f53f8911764ffb8bb87737e 100644 (file)
@@ -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"
index 4dcc8a2b61a362078f9f019a6a54af421ee350d4..aeeb77e7e29874ddce47f237d6f49cc02fa216aa 100644 (file)
@@ -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
index 9a0061310b97c9fcc2dd80aaeae8b80e884a0feb..62780d08d9b56d3f807b3e4cefb86ad77dfcfd66 100644 (file)
@@ -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"
index e31f419f75ed2dffdb3728ac16bf97eb65bfcb6d..6c9ada3b4abe943915aea97f5ab96aa76f678599 100644 (file)
@@ -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
index 2fab5676e4ae44c2ac85eb456596a1cf4759eb47..c64d22a1847bc17179db3260f5df2b575a796bb9 100644 (file)
@@ -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"
index 8c32c2e19c2a975ac42187249f833d8818109420..9ee31ecdf2164258c2100da2edab21ee27e96570 100644 (file)
@@ -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
index 7bf7a0798a84004aec6267c982a845f7687979b3..74516ec873889ce73b326b5c94cd3ee854743af4 100644 (file)
@@ -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"
index 5209bd1c5b893ffc69ff4c365fb3468e34171fc0..1664a108771b7e7f1bbbebb46c5813b46bd9f784 100644 (file)
@@ -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
index 381f66c7f8a6c380935f3e55126624b39e1da1a4..25adf0967d488ec7b66ef03b1b250ea542753da6 100644 (file)
@@ -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"
index f0a74bc477e0dce790141ebe663d115db3b1747b..38bb33cc125161a0e0dd2e2b921978fe86dc1ad2 100644 (file)
@@ -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
index c77f2963cca8c765de879ccc0f361b4df5fad198..433cb5436b25e58667cd8ecfe6c2b43b07412959 100644 (file)
@@ -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"
index d94493e016524f52efafd8609ae0065a50848e69..37f295b0febaec444594bee92ffc4be849097c22 100644 (file)
@@ -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
index 2de636db45c87eb5cbfb492cb40238aa0f4989d0..0acacc614f6b13da4a836497278fe97a1f7e91c9 100644 (file)
@@ -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"
index a334828305ed16668948ed6c8d7034840f3a4ee5..b7be614833f22b310a7cdd20200ac56899694deb 100644 (file)
@@ -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
index 12af0e3a301cfdc9e303abe559dd17bb8aefacd7..dfb45a1a8ec1a414da85939652fd30ab4dc4eb2f 100644 (file)
@@ -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"
index bb08c49459fe2a36b3c6316ecc48abb051e752f0..a8a358a96558913b0387974547dda792ca36217f 100644 (file)
@@ -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
index f6f1b36eacec22a0be4a01c25ed7f447d185eda6..1871ab0ba8a46ecc59f1d9286f1fe1f8b102cc34 100644 (file)
@@ -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"
index 273bafc44e4c53f0ddcbaa13719ed019e24e8cc6..7fa863cb183587090aded2f054f2e82218418f4a 100644 (file)
@@ -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
index 4ab953b6d9710260314d034e699e73eacd28040e..0c90178c61f6019643e8d57406310ea3b9c22308 100644 (file)
@@ -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"
index c0eb49a1fc9f5e187bb40a45a64f8eaf30a1c56b..af44f7a821b6ea08b0d733bcdcd51b93cdc78df5 100644 (file)
@@ -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
index 3883676c30382823a4c1c48568b788eda3b9522a..5ecfd4d21982662520aad8847a8caa4df31624aa 100644 (file)
@@ -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"
index 8c5e6b54d23d76d5c4e3591cfe0d83d671bfad2b..f3287aac3ce1501109caf9b2d9e033aea2ed7e26 100644 (file)
@@ -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
index d7e1386fe80f41da99436526eb8aaebb2f0b5f9b..984f0675fa78888d46caeef8cefe9a7c0772b0f6 100644 (file)
@@ -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"
index d39ec6b6d1f8eb92d23470f6ce7e4c7e056af1d9..9a28fc59d231c6b9f03057483ca104c6706f99e0 100644 (file)
@@ -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
index 5a49b59a108ed07869f01052734f6ef8c7e34536..7465166cee62c54ac03d901699e16d7052df7283 100644 (file)
@@ -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"
index 7afc5b0ca1dffb645f630ca9f2f8dd12074a5d37..78d82b935684f489c6f90a0f1d3fe342e4fe0940 100644 (file)
@@ -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
index dfac97bea2aa14c186f674d467516e63d8fc5e54..bac57cd2436613c79db5f3f02c52d1785c3e2e21 100644 (file)
@@ -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"
index ca8274c7971155b0e1acc1019eb77d96fc8ea4fb..72981028199486061d872e48c1afb4689d19101f 100644 (file)
@@ -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
index 41ca49cc119d82d99ea2362c2edbeef7f672f30f..1842b3ff145cb1f908126b3ebb5d640687d87025 100644 (file)
@@ -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"
index 78d7dc30a8fd2b0a5a34120ee0c227de2c3110c5..77429bbfaf3037da18016093f6973f835533110f 100644 (file)
@@ -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
index 5a4045c2a7f5b05a312e033744779102d8d480d7..8c1e176a38c2da6ad849ee0bc9695cc29c93f35d 100644 (file)
@@ -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"
 
index 711882b13c087a303534f5c66a5917cc20a197cd..4a6c7503c8a6826bc732d5671351e14e60028d0b 100644 (file)
@@ -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
index cc09e05fbb3a5d8fc4d36839a3a6faa2d30ce881..9d504121cd50bb0a9745a0c8952308cb4e7d5255 100644 (file)
@@ -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"
index 7cc656ffcb4242451e2c0c53c0bdd727700787c2..c292f7fee988300f76c3fbaae01f3237554a7df8 100644 (file)
@@ -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
index f65df4c5702431813aeb4c9ffe90c29fef1047f9..2ca8fce80546b51a918164a42026f886e8f89a41 100644 (file)
@@ -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"
index 18ad34a6ca80414a6798856a34bbee7f2e008526..f9c633b1ad529178b838ae4635efa56d2d735f48 100644 (file)
@@ -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
index 7f2e9d2c0c75469fcf7cb6dc9474c5bf3468e6c0..90bdcb0f282d94388d692b97216f163e6b9fef0a 100644 (file)
@@ -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"
index 8f772a8db82ce9769faf6141a90970444c50676d..c37adeffd34e6f13a0c8af1a1fadfb56f5fd4e28 100644 (file)
@@ -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
index adaed2db516c858de8d1b561062c8eb6294a6ce1..f0749601f9a8c827fd087b5209221f89500cbcfa 100644 (file)
@@ -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"
index 0b5e25d2c80296954360aa62f26fdb1e6413e159..05870fcddc004f0f9d9e493a6749c48f4b01946e 100644 (file)
@@ -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
index 1258522128ac93a3084da5e03eaf7439acaa2e9f..6028e8755d767941ad506841fcdd122ba258fa23 100644 (file)
@@ -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"
index 98f4e1944b1bb3bc86570ac354190d561cb06aa5..5d2ea64ef1ba58130e9a47134b13f2478e03858d 100644 (file)
@@ -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
index 95db78c0ad8f1faf77fd0041303284687388ad87..82daaac8580e9d3fc0479ea626e2144531021938 100644 (file)
@@ -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"
index 3e2a7f05e11765f7116e19e9490778e6d68ca659..1973b8fa01a233eb90336b83ed6f0e7b0bceb3d8 100644 (file)
@@ -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
index 9db850923b6614e266631238250fb351b8565082..b32a421173f6a925337a75d9cdbe73521c8a2acf 100644 (file)
@@ -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"
index 0fd5cf4db54faa65e836a619f0d0542a5c13e677..b5e8274934bb50f03c55921137de43370e34ed69 100644 (file)
@@ -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
index 56645ad5c1dfcb55a8740cec2e7b8c5814b5c64a..27cf3f5b8a6067822ff424a1007ca235e01acd22 100644 (file)
@@ -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"
index 4e5f5a85448f195dc8fd679db6b0e2b1c243fd24..f9061fe1120f019fe149699e4394d362bd584538 100644 (file)
@@ -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
index eb0bfeff2f2c15dcd0a915c17ab9bbad703990f7..83315f77a0162896b33380acd17642219d9d8300 100644 (file)
@@ -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"
index 36bc46f0bb96d0d86044423782ce2e03311a3bd0..61234dec13f42f240598c81ef8c4aa3dab402505 100644 (file)
@@ -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
index a2d2a6aced310757c99e3653208546f207e8af16..6685aa22e2c0bbee32253738e29b5e6068b29287 100644 (file)
@@ -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"
index 7c1a84f56660ec2c7ec3b3ee34d1e25d631ac886..4f2d9fadb027800c2d3ed1594817060527462087 100644 (file)
@@ -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
index 5ed8fa4248305fe300688dc8c6f4a3935e5b7515..9836da29fc93e9bbc22a27620cb7b79958c92ea3 100644 (file)
@@ -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"
index b64332c8e7951238fe1634268a02bebf8de7be69..800fcbde7a5b17d0981949eff2144e6682fb3e9f 100644 (file)
@@ -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
index 937b6d9bf42509f0d9d29def5d8b3823d16cbeb4..eacb72f6d642bdae7232e5978b39a1a8f81c53fc 100644 (file)
@@ -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"
index ca2f641af4f1167c731672aba751b4004ea7c457..2cccf5cdaf7ee76618c7fcdb28b11060e3dfa517 100644 (file)
@@ -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
index d1251cc5e1fa3c21086e667b4a1fa37267950363..0b58009b1ebcbb54d0b4a6ff242f23c3e5aee9ba 100644 (file)
@@ -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"
index 8f137a8f249f9913c470d434cbd9a891369007dc..e84a21f70cc868fe8a18fbbad94d06c53871b697 100644 (file)
@@ -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
index 2805c1ca374b15c501da64a4303750f2c579dcc0..0f6ee6a3e4bff8e2a985a2985f81cb8ff4126e30 100644 (file)
@@ -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"
index 5778814c83efb91f3d428b7412a75db5cf8ae89c..c175adee395600fded864d5c1b2f44613bfc92a1 100644 (file)
@@ -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
index bcf8f77ddbb38c7cc3e0fc09869fcb0a4a8168d2..7826591c5e93b3c4c1c19aafeb2bd806022feb50 100644 (file)
@@ -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"
index 1c77e7484ef58aed1bba5c01891df20af7eda037..53bee79adfa6ad5d9720ca7466d80e4df2c4d99a 100644 (file)
@@ -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
index 9e9efe0d9c442c6798842f4e0f50696325aba99e..52e2b6ebbc56a0c4c0591086e682e94562200e7c 100644 (file)
@@ -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 <QDebug>
index d94f93838e6c16672fcaa0923631a10f45a021bb..539f64b5a1a156f1a718c3f9ed037500b7a39558 100644 (file)
@@ -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
index ea3bd57a7ea32818a8d6fe2d46d01969aa201a99..436f0bf792c52a950b45852bd39af5ae17e2b75a 100644 (file)
@@ -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"
 
index c6e10f783635dc4c0012c6b0da282b7da273ad73..1dfec73bf3d0c723242b3ef0feaa1dc6d466224d 100644 (file)
@@ -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
index 5ba518b40dfe2d0c8736315341da47497cb02de7..f000bb031552c2d7c27cdebc105838a1cf5de26b 100644 (file)
@@ -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"
 
index cda1363d57421e1bf65a8600b81f105925ee2209..efde480c3b198b64fb71cc855f4e34eeac98f6e3 100644 (file)
@@ -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
index b8ee75399c230ba23c289a9f213f3486eb786db4..f107cbffea4328e0cb8656f36d11771f3423f4ec 100644 (file)
@@ -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"
index d8143a6ce41e890d53efa379cb47395003f95aea..9410abb4899ef693501e246b07378bbcab9b9032 100644 (file)
@@ -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
index d720c7107f78098e307f604306c674c19739e252..bd63fc4072b104fb9af3809295b8eb740a026090 100644 (file)
@@ -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"
 
index 5e70df703bc83b00e7d5165b69c41f3b106b3cd3..5be7cc29ce19a2d47f9fe69b049fcf8ffeae42e9 100644 (file)
@@ -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
index 1b3973a39c27f340d4268d91906315ca27f886e2..79619701df2d8358bf4bd9e065d7251a00a9d582 100644 (file)
@@ -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
index a0ffa18e06e9c77f0c1c3e2217d5a61acd6c4ff8..a262d1a56adda6b4d405e3819e2feee78632cdfa 100644 (file)
@@ -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 <QDebug>
index a91b5c4658df78eed73ce9c4e716438a486b4d97..3d02f87dbcb9b7b43ce157eb3e41c7daef229bdc 100644 (file)
@@ -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
index 70f53235df5d1dfd7cea4fd7fff04f0374d1db52..726aade6476acae7064803518a3e74085c9381dc 100644 (file)
@@ -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"
 
index 247b014238362ae211f3e14ac9fcaadaa9e9bd74..ec037b392aa3e63d3d3fd2dfb75552fa2bd1f22f 100644 (file)
@@ -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
index 17920fb5c779e6b525e8b0082d041be9f26972fb..7e9f996ac876b51d798aaf437dd0800feb23e570 100644 (file)
@@ -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"
 
index 85c7f2225714f35a29927ac053c12cab1c0e6f58..2667c6e3f4431acee0f020dcb8fbc01d2606c86a 100644 (file)
@@ -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
index b09a96411a523edfbc34d124e843173748b05657..70634349b98fe82be33e84398d33c245795adc9e 100644 (file)
@@ -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
index dc683577b23529e50f6b796d5355ef5baa5e0535..c39aa27de947314b5200de7e33c4b26e933dd12b 100644 (file)
@@ -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 <QDebug>
index f031e60d41617721d049381dd1093cf6f95f4d16..543fb79ec5b2d987e9ce83aeb3055f196c766daf 100644 (file)
@@ -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
index 5aa304a2d5265c016b2967b0fcb651ff0f1ee892..0232646a26c6a883f056a1738205fefdae4262f3 100644 (file)
@@ -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 <QDebug>
index 7cc380e034b2540b469f3973f32222670878f5d8..7ab8cc3dbb206ecd2b2d308ab4785528003bc3cd 100644 (file)
@@ -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
index deacae137a88bb3698ec9c616b75bc66488fab99..663528267c64fcd586386298d3c8c38544f57821 100644 (file)
@@ -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"
index 15b0ba20bbbe6039327224576d564e8f6923b5af..fce1308aea601faccb3c2208e96aaf76aa488e73 100644 (file)
@@ -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
index 2a6bce4e8e79b7fba5685771d2f94f0426b6b5d9..ac230034df38ef9750f1cca9528976b735adafc0 100644 (file)
@@ -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"
index 11d767c13149b764718e9c103dd9ba4c8631a582..0b2fabc253d9059a0c8bdb18120d2852663af536 100644 (file)
@@ -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
index 8349d41c63dec61b3d1cb08c06ae982491a68d65..aebf09e0560254e4518a4048deb1ce795887be62 100644 (file)
@@ -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
index f61bf08c68393d37e099320ab11b4ff7164dc24c..4de81c99ec1b603993a23cddf67f24114c95d7bb 100644 (file)
@@ -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 <QDebug>
index 7b3a605601a76daed6d1642262fbaeb99025a82f..8e5f95c96cf718e99e195c78f4b7ff0c424056e9 100644 (file)
@@ -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
index 8cfefe33265238d310a32ff6ee3d4076c304e4f2..0b0708d44453b138665036674b271802f1b161e9 100644 (file)
@@ -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"
 
index 5bf5bc23be1f2772826cc7cccfe8d39f1c5816ce..ff14309ec2d6d65609d60e0fcb92722c826c4d30 100644 (file)
@@ -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
index 0cd83071c63ec150b77378ae11b5377e240cdf15..7b403ccc9a8aa0a66e6780ef4b9c944e9c5be16f 100644 (file)
@@ -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"
index 36fe50bf54a6d94ff2151498da4f061a31251a96..1e386dceefcc281d7b7f11d25f6c441194d866f3 100644 (file)
@@ -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
index bb1ef153cee1f7de91a40723e232d8f317e88397..07172f7d03274f768948a4a6c3b1121b6a835d23 100644 (file)
@@ -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"
index 47e6176b95152020a4e1d9b13294a301448bde18..d4582398a9e0189f8c2588284df7bfda4bbd53a3 100644 (file)
@@ -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
index c748615ea645ef1965837c0e9ceff7bad27ba00d..ec7cbfe081bfbe2f13b9380083555a07e2fda9be 100644 (file)
@@ -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 <QResource>
 #include <QApplication>
index 84380f10c9519005ecea6d68b43d50286896186d..7d5e138701f9720ebfbba9b72a8051a9d1e89eb5 100644 (file)
@@ -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"
index 0257bcbef4bf53cec964cfa443748e181f703539..06dc2a408fde95a727a11bb23a431a9f81184c62 100644 (file)
@@ -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
index 19a4d954c1ae5f0b318144b86ffd8f89f39266f3..fbc13befb9cd501e98d05b581017c221292cf3d8 100644 (file)
@@ -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"
index 3b24e9e62bc7f3fd8fdbaaa338ff8220c0fd5252..52244e3e685a492c24761cda757159c1f9d41dc2 100644 (file)
@@ -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
index 6a02a46f2e3d2eb92fa5f661b2c00a3fb1f2a818..b2efbbf8dd2d9a37096d18eb760cd3c8b6b8bd99 100644 (file)
@@ -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"
 
index 15c744f0438b6fcc9ad5398264c1fa8d9fceb054..e31eb663387cdd924df16ed1940d72b6f4e9abc7 100644 (file)
@@ -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
index 7110c394c9caf68e723f7125cd865ac852ba2c89..b099676116285d291ab5b23d0a43907e17693fed 100644 (file)
@@ -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"
index 0f69d279eb00028fdcf374d8eda5cdcf29e9270f..ce9a62b2a96d3a3fe21c82ab88d58fffb3563dc0 100644 (file)
@@ -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
index 50318f7e6d765026193f4eccf13e0af27af13205..d40ab85f5740ec473acffed1fc00a2a4b472d9df 100644 (file)
@@ -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"
index 6c522ed60ee1ed8ac89571232793a040da756412..87429f57949980ed4029fef1bb638b03a9c9ef38 100644 (file)
@@ -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
index 8b1ce165bd5aa7d775076548bfdfebe000106c44..86202f713cf0e9b6e357c046e18907e02c18ce33 100644 (file)
@@ -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"
 
index 80a7095622e96ba5e28361970f164b4324bc83cd..58b7be79102ee5b08e2feb273e3b01c1eecd93e8 100644 (file)
@@ -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
index 9080ec1016a53f517bb6db0687419bcfc339e6bb..ca74eb612e2ede71e71359d987e2ae0786fb834c 100644 (file)
@@ -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 <QColor>
index b09aca6d999a9a0fd221ff2fb681ba6fc5d4557d..1885c3d3dee267a243e3f718d4e2778a50a701d6 100644 (file)
@@ -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
index 9a1041a8fac898ab7ee71472d7929d2fac27294b..34dd4ccf0d97382143b20868a9a3ba2c7358d281 100644 (file)
@@ -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"
 
index b6b539e26ce81c8d6c65cc41e116c52b849cd977..4b78785a32355394c6f71bd580072f3071d9e8aa 100644 (file)
@@ -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
index 040d4ce9b59f84343e13e29793ecd7ce6a38615e..63d8c23cd85e63c1eac4584d356d720525b5b6fa 100644 (file)
@@ -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"
index f7509eab35158e961d0100586adcfae3e79b6cce..d57aea408cd2b4605cd046fc2bcba30d4518c93b 100644 (file)
@@ -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
index d0166d1993ff1718d7f25141af9029d799498a34..e0ba26b2e25da2001254fb1051e4c9e928a2d1c9 100644 (file)
@@ -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"
 
index 2bd497e65dfd450cfb23d5fef538b901fa0d0380..1d333c62b83c828cdf1b8001792526b208d702cc 100644 (file)
@@ -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
index aa8fe609ed837081c8cdaa0af5a60fd27f44edc2..a3737d4788cd5a4ff60c043ae9881e155d230197 100644 (file)
@@ -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"
index 1c1455800ab79e9421f1eda3e57fbba18bb49582..9296bdcaa96d69db3cf74417d90d681e96c5169e 100644 (file)
@@ -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
index bad56e352f82c105cd828e1538f89487a12bba88..9dc9ca9188750682bd4e6e051a5a7fca12050c39 100644 (file)
@@ -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"
index 3056c028f05a89f70f118c417bc273a6000dd6d5..a7b10f5584bfd7e9e592a69e40e132620ff415c1 100644 (file)
@@ -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
index b14802e68157c4e8f2e6c6836047ae151628c4eb..25e7a26eb608139b704ce75dbbdb5d99e75da93e 100644 (file)
@@ -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"
 
index 9fbc40119e99a0118369a447c3c3c327d6d7b3f4..9de57c0e8b25e0572f481a32f32bd1bd96eb86c6 100644 (file)
@@ -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
index 149475935bf9dc193a6dad357223ad7b5f574dd8..bdcb1285994e4e0f0c2053ebb8d4b6167c91d4ac 100644 (file)
@@ -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"
 
index ba9842472d4652d216aa17509d5be28d3cd4ed8a..c791afff006265089baf96ad33fb330d43682d03 100644 (file)
@@ -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
index c7425b0fbe6d79bbfa36053af788ea5a27169af7..cd2399a25c0c01609099b7c1685aeec91d042f78 100644 (file)
@@ -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"
index d61da79673f4faa1f995f4510f0733f0f5106a13..1eb5fbed75983549ebaf37c059256d469aa2ae45 100644 (file)
@@ -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
index c549c0116b673833602f8292854bd3fd57f4903a..8167543d265860dc43c79eb3d611dad21872991e 100644 (file)
@@ -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"
index 45feb007b0071704141e12a1399cafd3792d311b..6ee38c3d450a37305656c621ccc13044d4b1597d 100644 (file)
@@ -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
index 225461a13d3321bfee3f0867f22fd502910d3acf..ec4da23c48a21ffc3a68100b41f42495a222b3d8 100644 (file)
@@ -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"
 
index cdabe08bc7110e0c566d2acd532b97c140a5e9e0..2517e7cbf59d1c5684e73f05d21dccf5c10e76ea 100644 (file)
@@ -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
index 3b592c2430f89511ab43bf9eb6e9123fd7e59a0e..fab781b1eb690bcf89618f6df92bbbb8814313cc 100644 (file)
@@ -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
 
index f77a2b1906b735621f22e6206f53110fa663cde2..487b1758a3e2f4d6c354c078938f2970abb537f7 100644 (file)
@@ -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
 
index fec702a1f483533dbc574b887258a7b903d186b9..c446300e328c30ea4de19f03c01a751356a2bcbd 100644 (file)
@@ -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"
 
index 451415661999eb0e30ae4c99bf4e69d498676a6d..4abbb080a13bd1334cd117492dc4bf1fea2f7c31 100644 (file)
@@ -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
 
index 3bfecec4ebd51da73b265d6bd895146bca225f39..11c918c7669df99c6f27bfef0c2e12182e4392d0 100644 (file)
@@ -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
 
index ac60415510e515cd8799e831e983310b8830f0a4..b72d43ce677a0eda062e2a3222784c6991263d5b 100644 (file)
@@ -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
 
index cbc1ee1eb95179cef651400dad17582a0f9def19..36ae50c43a88f0f2324b2b09e6873ae0c9c4778c 100644 (file)
@@ -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
 
index d3b97d9e4e437fbcf90c6b0a5c4427b12d286737..5dd5374f6bd3348d6df8261589b83a9e5b59664f 100644 (file)
@@ -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"
index 59fde5c88785c07290689cd6ada4e5405d1d952d..dd2387d0630cf40a048a96663098be7766b18426 100644 (file)
@@ -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
index fd7b3dc0a8e0833f96eea76bbe568902dde8f19e..9fc3e9babb5c3172bc7ff1fd514852339aed6577 100644 (file)
@@ -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 <QDebug>
index 10cf7fe75e480d318b6504606c72da4ab3cf5e8a..ca256c612ea9d90498945360b56960a5f22541d6 100644 (file)
@@ -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
index a74d141a6931ea65d723e42b4ba0a8f2a224bd1d..c39d67ee0124dce7268b14f4c5c0a87189797654 100644 (file)
@@ -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 <QtGlobal>
index bba7823173a5f4c354bb0c2135e5d1e568c82f53..16bee3b127d3997dbf5daa51a46f00bfecc20756 100644 (file)
@@ -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_
index 09c0ddd6096de9417102079f163e7338a6fcfbba..7f1ef37c52f8994ff4e4ce728f834f89a63dce98 100644 (file)
@@ -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"
index 2560b1ba157e305dc3b155d3c1c39acb4ddee1b6..510ac69336b2eb95cc7f6785cd2fe74eb8b1abfc 100644 (file)
@@ -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
index 6d420e92bf72c524eec3380dd238df32a22afc81..6dffe26b688349c6ac86de61bd670191b031a533 100644 (file)
@@ -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 <QDebug>
index 903727180cb4cbc0cb3c3fab73437bc96484eddb..15d8d827d5432769824e3a5d28b04f7288b9c063 100644 (file)
@@ -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
index 3232e67fe599ae626d4ce1d91f69d2630e141512..e8bb9d17ecdb0f50063622c0ed5cb745dd849405 100644 (file)
@@ -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
 
index d0e18d7ab36afee768ea3a4863e39c205c167d56..e1a630381280da1a9a034e9a2e84f1fb1d222770 100644 (file)
@@ -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"
 
index dd359762968da5f89bf033c544e305ade7710887..fae8f3ed309a932913f208e08ec646d5efde8656 100644 (file)
@@ -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
index 1fa4e475d14c664a0b4fa9377d3c10fbb86c333f..208e478caac07782cfd90228547da7c2ea7d1fbd 100644 (file)
@@ -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"
 
index a65f7cf261e84bdc7442d2d5c62146c084970537..f6d461c10d2c8c58afdafc11635e3c54b0f7af69 100644 (file)
@@ -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
index 9109be2bd9689f3df56eb1513a3be915ec704dea..7695efc8bed4f7f5a8f08d9de0fdaa8c031fbb38 100644 (file)
@@ -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
index 0bcf033a0d8d70816154dd1048ad74290b07fb8b..8e148fb14a34e31c7b95a015e0b108a4ad6c71d8 100644 (file)
@@ -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
index e19ea5417fc9ab9b243d504b01dd1b9f7900bf1b..d34ea60934b44e5320b0d59420ca91fdbb16a819 100644 (file)
@@ -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"
 
index 2edf8e9b6816aa135215187fab11b7ad16bbed3f..a196d15df8b2d5d1e57596f5b09763bd9c07f179 100644 (file)
@@ -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
index a573463b75581a613d993c9dbfc54f4da2b82490..725cbc18df517acad93866ff7639ae2820db7b36 100644 (file)
@@ -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"
index 87cd14fd4bb0c331edc95f7cbb683e2ad62c310c..3596426e31d01d2138fbd8d6f94fe0ae9aed63da 100644 (file)
@@ -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
index be00e832cf7ccf1024821a44adf387254ff50dae..649eb6a3d6bee7e3575ff3037b90e902b2999a08 100644 (file)
@@ -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"
 
index c6a392434d65344b0167dbdfa3aabc798fcdb870..518ccadfe57e716933740c833729c7ba740e90fd 100644 (file)
@@ -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
 
index 9be92c5f358b6357201e256fbf278ec9903e07eb..5c21c7e773bdefb8e7fb0752cbced33aa1264698 100644 (file)
@@ -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 <QMessageBox>
 #include <QtNetwork>
index ea20f7ac59c66c22c74eb04703b20a3a71a7f228..1749160d6ebd7dbc418cf7ebcdd7aba8a021aed3 100644 (file)
@@ -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
index 7087a17491760e6522ee872ba7bbbe1d38e4f1c8..7168d81ecbe158095216bb47b7e669839d24e8e6 100644 (file)
@@ -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"
 
index f9aaefc90b8e04a34c31d174d92f4e136fc850d4..ae97da5713d0955ef3e83f37084b0dda7945a38f 100644 (file)
@@ -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
index 96140d91db81ec8b83a02cb66d803d4d222d9eec..ee1edd754dc5869ca52080187a90e314f1b0089c 100644 (file)
@@ -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"
index c159e41cdf51ed2e81feba5bfa8bba6835819474..5fb7eed2f7220ffd51c1a2a9f457a71c4c8d77a8 100644 (file)
@@ -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
index 17056a2ba47fc09fa8bef906d51bf4426bee79c5..d884c19df17162e87b711aef8fa789490e5e8d10 100644 (file)
@@ -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) {
index 16801b6b34cd6a833a33cd9bea2523a790d4db87..223c966cdbd99ee9d4c566f9fcc37f0c6891df6d 100644 (file)
@@ -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
 
index e11e90231cdf0cb934e8341edefe2089304628ef..671b1b4e9febbcbe6b7f3147d44cb7ca158295f6 100644 (file)
@@ -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"
 
index b7548edb622f44f4a270c71861713813edafd380..89ba2aa8c976d30a6bd4a10a3c120730b30f73d3 100644 (file)
@@ -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
index f66269ebd493bf97dc3af5a7befb1fd725e3762d..8c693fa22cb8a1da5ea85e7f7c855bbac6f27a2f 100644 (file)
@@ -1,7 +1,7 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// Copyright (C) 2020 KeePassXC Team <team@keepassxc.org>
-// Copyright (C) 2011 Felix Geyer <debfx@fobos.de>
-// Copyright (c) 2020-2021, The Monero Project.
+// SPDX-FileCopyrightText: 2011 Felix Geyer <debfx@fobos.de>
+// SPDX-FileCopyrightText: 2020 KeePassXC Team <team@keepassxc.org>
+// SPDX-FileCopyrightText: 2020-2022 The Monero Project
 
 #include "config.h"
 #include "utils/Utils.h"
index 679b6913f319e116d756e7cefcdcc96d6a77b7e5..198154b252fe08bdf669ce21a47bd4ccdcf1b802 100644 (file)
@@ -1,7 +1,7 @@
 // SPDX-License-Identifier: BSD-3-Clause
-// Copyright (C) 2020 KeePassXC Team <team@keepassxc.org>
-// Copyright (C) 2011 Felix Geyer <debfx@fobos.de>
-// Copyright (c) 2020-2021, The Monero Project.
+// SPDX-FileCopyrightText: 2011 Felix Geyer <debfx@fobos.de>
+// SPDX-FileCopyrightText: 2020 KeePassXC Team <team@keepassxc.org>
+// SPDX-FileCopyrightText: 2020-2022 The Monero Project
 
 #ifndef FEATHER_CONFIG_H
 #define FEATHER_CONFIG_H
index 48faafd5fbfc6c83632a2c8a476e965239bdf9d5..4eece5f0dd093d26fabfac06f0d4413753c8a29f 100644 (file)
@@ -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"
 
index 0bd1af8e9fd1c859546905cce747aee298457765..c9bc8605992460a9bac8a5586e47b5e481f1f81d 100644 (file)
@@ -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
index 5885fd95b5e0fc776a3ddca33bfadb4e7a4589c5..66e0ef78949037e217e3a123f16c8c5ef434922d 100644 (file)
@@ -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 <QNetworkAccessManager>
 #include <QNetworkReply>
index 1799ff1c6e07d2bb8976f63075e8049e585d70d0..41e96b04d47628e54f65121601ceb38dd9fab73f 100644 (file)
@@ -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
index 05734eccf080b8156f62b48ebab3d5414c156957..fb5242a545f80e920b0b0c5d3c15361258899985 100644 (file)
@@ -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
 
index 98f70fd6b27674064107140e8c27af3a052e9e4c..f2e06e72f81a6ddaa5035004516d0bd6f33c8b15 100644 (file)
@@ -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 <QObject>
 
index 07ff6713d87316bf35031c650e98343612b3dc82..78f17a9bb70c14098d559307e0a1e8ef8d453bc1 100644 (file)
@@ -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
index f65f576942a93890feb4869ce566cb1b9185cd31..45caf6c144c20b7090a5ce43f47860e4b5ee5cad 100644 (file)
@@ -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 <QRegExp>
 #include <QMessageBox>
index eaa932f6eda44e942aa27434057cd71c989e7f66..9dddd4a03f34004e087ebe7582707c973782a6cb 100644 (file)
@@ -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
index b22a0c831c286795d4ecda25ff38bc58f54c975d..8b662da4ace390331a913056edb105caf604c7b9 100644 (file)
@@ -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"
 
index 538332b986fdfd31b08360f3a393fb323523f1c5..8f72e53bbd7a77a62404b10868a6ec52bb3038d0 100644 (file)
@@ -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
index ea1d03c55336695cd03c9ca1a2e8bf0a366a0c43..e6142680b5f80df0cc6aeb4c46ff4cec1f2a5bef 100644 (file)
@@ -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"
 
index 6e6f7f422900c1fe4631f570ae2697e755cc84ca..f249878c0f4e3b55744654ccb3559cae1c1d720e 100644 (file)
@@ -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
index bc9bb3669a0100598ecbe7b932b7e84fd01e7231..835c408b395a24e35f10ce1a464da942fc0db628 100644 (file)
@@ -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"
 
index df02703f83d27616107943c95cc9108d7006ed2b..996923c495d30365b80fd39228e1bd2eb99fa3a7 100644 (file)
@@ -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
index c80597d3eed0e320f83f43f3f79b3a7fdebb0abc..e623fe521c37f2dc3b9c3d2b1753e9994a9bfcf3 100644 (file)
@@ -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 <QScreen>
 #include <QDesktopWidget>
index 6b48c8f3ae3a65868e59255ea40787d017ce03af..a3f75e642ae03482d78bbbcc7e1aff3c52f92283 100644 (file)
@@ -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
index 6ec48dd9ec51d68176535030b0e92d1648f90f4b..a60e0403da90652c755b84aa01ba96fb2dac95c8 100644 (file)
@@ -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
index dfed0ca34787998e7857a0e2898115b02e566d4f..2f3541e7ce7620b011cbd2e3ea2570c449d6e10a 100644 (file)
@@ -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"
 
index 1ad23b1da86a67a4a295e73e9930daf8ea2c8587..42f0bdebfd5e2b783795865c01be262083c74de3 100644 (file)
@@ -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
index a80571af31c453c39482093876579da1bb46b96a..e1db50e59d84774a532caee1f6e571ccee99308c 100644 (file)
@@ -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"
index 21332e81cd11f08193c038fc5c54fcb92ff6d80e..193660f06348422fcb52083d0831b2dda52a442e 100644 (file)
@@ -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
index 5fb70f30a607872853627dd26ce225e5aac6e71f..ae3b92d3b98a9c8931805221f86c1d934ae788e0 100644 (file)
@@ -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"
index d5d6acc305846a2c77bd31375b30682f1ddbd6ae..3c9ad15b2a492d493a973fec8053ee8860718c34 100644 (file)
@@ -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
index 3b94d892111302f4d77c6e6963ae5bc1d4ad5337..43717863befa747b2c3aadb737d49a9f6683e48c 100644 (file)
@@ -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"
index 0d3a78116b6f168827f0d12fbfcb773b0955dc9e..a851b3105148fc3995d46cd06a8b6d74407891b3 100644 (file)
@@ -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
index 740f5a48f0ea2b579852d2e0e8dc64b939d30c51..2c46674d5b037e55bd054a289d9ca5dac0ebdad6 100644 (file)
@@ -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"
 
index 0d698df37ef94c88600a8253653bcda599c599c4..37bb84847218115a038f92bc6f1b5cb26e873564 100644 (file)
@@ -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
index ffc17af647ff99fccc58245f3c4f30fe93de0c72..4fa6fe9a41abd29934354ff2633eafe034b53522 100644 (file)
@@ -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"
 
index f86c81dd03195c92aead3541cda21c1b7aa99551..b39116840e3560ac3c8f395441e8caab523f950d 100644 (file)
@@ -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
index 221db918798124d219cd74a98d16e5d6627ee675..a5b40d42ac1055e86c341538809a89eec83d5c25 100644 (file)
@@ -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
index 6ebe60d9bdbc51c55ea74100772139fb8e67f6f3..e07c6130b89e09ceadd06442593c1a1ad04b96ad 100644 (file)
@@ -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"
index 0fdfdf93a93eff5fdd48852ddb525eab71338197..0ea23107acbf52a03ff86400e4092d376d3da8e9 100644 (file)
@@ -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
index 0edb09e2dfc9259e2a3b34b50a61a33fabce4c38..f6c7cd713fa98d7de458cdfc2df2ffcbb9434fc2 100644 (file)
@@ -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"
index 1702f81cac63562e7d9d09c17094aaff1fda680c..e355ec84495b6107256cff78bf8539a9d491a006 100644 (file)
@@ -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
index ec9984087dfa2cbb7498a0cf7e924d3ad2e7d9c6..66e4c9e7d687fc98163612606bee49f76a304049 100644 (file)
@@ -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"
index 73a4f8867340c6b30b9a41d5f6e17ffceefddb9d..dc9c2083f2d88e0dee5975724a052f404163ab11 100644 (file)
@@ -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
index 7aa6e700463af9e4860aefebbc108052034c066a..400f04332708cf1d422cb448d5c0930846c4b1d4 100644 (file)
@@ -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"
index bbe349f63708fb9823de5e9802dbbfc1540e232e..c04c276bf2fda02a8abd8fc52b5bddc9af707f00 100644 (file)
@@ -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
index 83a371c646bbf0e959a0147d14a29152d2cad93d..dde571f93652531fddf2878e1c567b0c4069200a 100644 (file)
@@ -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"
index 689bd29c756cba0c188af1c17353e2502bed926e..3d4297069cbf4bfb48bff951da904df6e95d0669 100644 (file)
@@ -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
index da8c28962bd29b9c0bafaf83d0627eea610bcf66..850478d9896314b683feefc9784cbe6433ae1918 100644 (file)
@@ -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"
index ba20662aa8202ae5752b6bc3d5aeee579a30a1e5..6fe29e189ea25750d96bd7176ef4f8f296b5be32 100644 (file)
@@ -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
index ad4a16cf1d982f5f4e7a93ef41493cc0d46787d9..95bdae474451c06294b9248a06e753593bf908eb 100644 (file)
@@ -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"
index 8e5999fa389803ec0ec8254516aff3725a2589d7..eef597d77724228793e0334d58cff46c8a425622 100644 (file)
@@ -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
index e3649e4cefb55eafc656eab5a29d5045ab14482f..9c9c96545535ee09fd1ecb1ab17289fc4993b6a3 100644 (file)
@@ -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"
index 5447f079aeb8a9561dfe97cda53776e85e00f00f..97132d290e61ac033531cf74abdcceb3479a657d 100644 (file)
@@ -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
index c4eea2b732927b25ee603470c86e71bc388a416a..d4b9a36d4d673fbe4c81e6b388e5ee5c1fdf5abf 100644 (file)
@@ -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"
index b41e0e32053bcdbe17b2ca5a956966d647cfee7a..e5da7ffbdbf3b2ee404fbbdf44bce3bfe955eedb 100644 (file)
@@ -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
index 4f0d6e595d36ba9127b5a38999ab0b8f45ae0f92..7cd45006446b972c17066923618cf678ff307034 100644 (file)
@@ -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"
index 2ba604de90fd8264c52c83c102b9580bca02b0fc..9eaa7103e93cd3c0dab3429ff324d9ac4b724a06 100644 (file)
@@ -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
index ca9955ae58ce56de453b119f96c4e7a47f025ecd..8f6690a8aa389c80b5cb31eeff6d0242e1a8ce78 100644 (file)
@@ -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 <QValidator>
 #include "PageSetRestoreHeight.h"
index 6230a1e20ebc08511b156be260359c33aae79981..78dc03a871db7dbb27e4884ad1525f615e562e7a 100644 (file)
@@ -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
index a0098c8337b965a64d4e114029e0cf0747b43e11..434a0473d40ed42e7e967fe6cb669ffa88112d9c 100644 (file)
@@ -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"
index 36e4f66e37d87753fc89dd8b27d204529c1b9b35..d20be1166d6593f4f9c3aada1d698e02e268ad89 100644 (file)
@@ -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
index 390a3179e726bbc73e1edb235b4ac55e74e59f8d..b41abe331ed4b31d0d4776289a1a350f36953d0d 100644 (file)
@@ -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"
index 9aeb0fa0cdaa5307f68ea4e68eb86b214ed80f6d..b3a5e2a3e59e2e388541c165810b4bc8b598ad3d 100644 (file)
@@ -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
index bde957dacbb238b53cfaf6f1924ec2a2e8cbfbeb..fa89a257332de61968f345111b9519b3f03f04bd 100644 (file)
@@ -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"
index 2c0ebe404780d5d86af1c16e1e9d4ed641061043..eb909a30a02cd09b38e5f21cbef0ddeb0d9af4c0 100644 (file)
@@ -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
index 5030208a7f169b927a5f99b79d94e7f749fc4352..1cd852cf2b3291bc5327f1a3a08e7854bf81a913 100644 (file)
@@ -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"
index f1abdbafcf53f70fbe98233332856bcf66dd880e..145a4ab424c532144b5acd2a016a9039063b2b42 100644 (file)
@@ -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
index 2478230038c1c16a4ea51a4a8fc2a88f5d80d717..b696d5fe4ef98794665096f54bd8ac6347d93314 100644 (file)
@@ -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"
 
index d353a6e23ec698c82a76610ec743213826441e49..13ab39d220e9ffac80b6fa16121d77b0913a9c24 100644 (file)
@@ -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