diff --git a/LICENSE b/LICENSE index b99f64a..01aafe9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2020, The Monero Project +Copyright (c) 2020-2021, The Monero Project All rights reserved. diff --git a/src/appcontext.cpp b/src/appcontext.cpp index 2541f25..272a003 100644 --- a/src/appcontext.cpp +++ b/src/appcontext.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include #include diff --git a/src/appcontext.h b/src/appcontext.h index 71d80f6..c14001c 100644 --- a/src/appcontext.h +++ b/src/appcontext.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_APPCONTEXT_H #define FEATHER_APPCONTEXT_H diff --git a/src/calcwidget.cpp b/src/calcwidget.cpp index 89ab230..684d6d6 100644 --- a/src/calcwidget.cpp +++ b/src/calcwidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include diff --git a/src/calcwidget.h b/src/calcwidget.h index 95af5f9..5860e25 100644 --- a/src/calcwidget.h +++ b/src/calcwidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef CALC_H #define CALC_H diff --git a/src/calcwindow.cpp b/src/calcwindow.cpp index f422c03..0f587ba 100644 --- a/src/calcwindow.cpp +++ b/src/calcwindow.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "calcwindow.h" #include "mainwindow.h" diff --git a/src/calcwindow.h b/src/calcwindow.h index 2b5b9ac..8d6b6ed 100644 --- a/src/calcwindow.h +++ b/src/calcwindow.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef CalcWindow_H #define CalcWindow_H diff --git a/src/cli.cpp b/src/cli.cpp index a149e16..e614417 100644 --- a/src/cli.cpp +++ b/src/cli.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "cli.h" diff --git a/src/cli.h b/src/cli.h index 597c557..24b538e 100644 --- a/src/cli.h +++ b/src/cli.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_CLI_H #define FEATHER_CLI_H diff --git a/src/coinswidget.cpp b/src/coinswidget.cpp index 180d93d..a7e44f3 100644 --- a/src/coinswidget.cpp +++ b/src/coinswidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "coinswidget.h" #include "ui_coinswidget.h" diff --git a/src/coinswidget.h b/src/coinswidget.h index 412b55c..a92e272 100644 --- a/src/coinswidget.h +++ b/src/coinswidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_COINSWIDGET_H #define FEATHER_COINSWIDGET_H diff --git a/src/components.cpp b/src/components.cpp index 30db7f8..9e3ae51 100644 --- a/src/components.cpp +++ b/src/components.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "components.h" diff --git a/src/components.h b/src/components.h index 5a9772f..996fdbc 100644 --- a/src/components.h +++ b/src/components.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef COMP_H #define COMP_H diff --git a/src/contactswidget.cpp b/src/contactswidget.cpp index 005413f..0e18371 100644 --- a/src/contactswidget.cpp +++ b/src/contactswidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "contactswidget.h" #include "ui_contactswidget.h" diff --git a/src/contactswidget.h b/src/contactswidget.h index 9d76bd5..409cc47 100644 --- a/src/contactswidget.h +++ b/src/contactswidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef CONTACTSWIDGET_H #define CONTACTSWIDGET_H diff --git a/src/dialog/aboutdialog.cpp b/src/dialog/aboutdialog.cpp index 5563425..891e36c 100644 --- a/src/dialog/aboutdialog.cpp +++ b/src/dialog/aboutdialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "aboutdialog.h" #include "ui_aboutdialog.h" diff --git a/src/dialog/aboutdialog.h b/src/dialog/aboutdialog.h index 6dbce29..14b93f5 100644 --- a/src/dialog/aboutdialog.h +++ b/src/dialog/aboutdialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef ABOUT_H #define ABOUT_H diff --git a/src/dialog/balancedialog.cpp b/src/dialog/balancedialog.cpp index 4eeda35..0d13121 100644 --- a/src/dialog/balancedialog.cpp +++ b/src/dialog/balancedialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "balancedialog.h" #include "ui_balancedialog.h" diff --git a/src/dialog/balancedialog.h b/src/dialog/balancedialog.h index d28dd1c..3812be0 100644 --- a/src/dialog/balancedialog.h +++ b/src/dialog/balancedialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_BALANCEDIALOG_H #define FEATHER_BALANCEDIALOG_H diff --git a/src/dialog/broadcasttxdialog.cpp b/src/dialog/broadcasttxdialog.cpp index 71f0f6a..f141f2b 100644 --- a/src/dialog/broadcasttxdialog.cpp +++ b/src/dialog/broadcasttxdialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "broadcasttxdialog.h" #include "ui_broadcasttxdialog.h" diff --git a/src/dialog/broadcasttxdialog.h b/src/dialog/broadcasttxdialog.h index 9917ed2..bc2f5e3 100644 --- a/src/dialog/broadcasttxdialog.h +++ b/src/dialog/broadcasttxdialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_BROADCASTTXDIALOG_H #define FEATHER_BROADCASTTXDIALOG_H diff --git a/src/dialog/contactsdialog.cpp b/src/dialog/contactsdialog.cpp index 0ef59a4..455a265 100644 --- a/src/dialog/contactsdialog.cpp +++ b/src/dialog/contactsdialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "ui_contactsdialog.h" #include "contactsdialog.h" diff --git a/src/dialog/contactsdialog.h b/src/dialog/contactsdialog.h index 2aa9ab1..f94bf34 100644 --- a/src/dialog/contactsdialog.h +++ b/src/dialog/contactsdialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_CONTACTSDIALOG_H #define FEATHER_CONTACTSDIALOG_H diff --git a/src/dialog/debuginfodialog.cpp b/src/dialog/debuginfodialog.cpp index 44119dc..4a14343 100644 --- a/src/dialog/debuginfodialog.cpp +++ b/src/dialog/debuginfodialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "debuginfodialog.h" #include "ui_debuginfodialog.h" diff --git a/src/dialog/debuginfodialog.h b/src/dialog/debuginfodialog.h index d9a6e4a..1f9821b 100644 --- a/src/dialog/debuginfodialog.h +++ b/src/dialog/debuginfodialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_DEBUGINFODIALOG_H #define FEATHER_DEBUGINFODIALOG_H diff --git a/src/dialog/keysdialog.cpp b/src/dialog/keysdialog.cpp index 11fffb5..e49278d 100644 --- a/src/dialog/keysdialog.cpp +++ b/src/dialog/keysdialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "keysdialog.h" #include "ui_keysdialog.h" diff --git a/src/dialog/keysdialog.h b/src/dialog/keysdialog.h index 8a89605..e0fe0c0 100644 --- a/src/dialog/keysdialog.h +++ b/src/dialog/keysdialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_KEYSDIALOG_H #define FEATHER_KEYSDIALOG_H diff --git a/src/dialog/outputinfodialog.cpp b/src/dialog/outputinfodialog.cpp index 800b1c8..f2c4e92 100644 --- a/src/dialog/outputinfodialog.cpp +++ b/src/dialog/outputinfodialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "outputinfodialog.h" #include "ui_outputinfodialog.h" diff --git a/src/dialog/outputinfodialog.h b/src/dialog/outputinfodialog.h index 481e81b..a691ab6 100644 --- a/src/dialog/outputinfodialog.h +++ b/src/dialog/outputinfodialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_OUTPUTINFODIALOG_H #define FEATHER_OUTPUTINFODIALOG_H diff --git a/src/dialog/outputsweepdialog.cpp b/src/dialog/outputsweepdialog.cpp index 1b4bcaf..0789b1c 100644 --- a/src/dialog/outputsweepdialog.cpp +++ b/src/dialog/outputsweepdialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "ui_outputsweepdialog.h" #include "outputsweepdialog.h" diff --git a/src/dialog/outputsweepdialog.h b/src/dialog/outputsweepdialog.h index ecfbe8d..ebbffce 100644 --- a/src/dialog/outputsweepdialog.h +++ b/src/dialog/outputsweepdialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_OUTPUTSWEEPDIALOG_H #define FEATHER_OUTPUTSWEEPDIALOG_H diff --git a/src/dialog/passwordchangedialog.cpp b/src/dialog/passwordchangedialog.cpp index 1f199c1..c5802de 100644 --- a/src/dialog/passwordchangedialog.cpp +++ b/src/dialog/passwordchangedialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "passwordchangedialog.h" #include "ui_passwordchangedialog.h" diff --git a/src/dialog/passwordchangedialog.h b/src/dialog/passwordchangedialog.h index 3a3cb1e..43debbb 100644 --- a/src/dialog/passwordchangedialog.h +++ b/src/dialog/passwordchangedialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_PASSWORDCHANGEDIALOG_H #define FEATHER_PASSWORDCHANGEDIALOG_H diff --git a/src/dialog/passworddialog.cpp b/src/dialog/passworddialog.cpp index c736708..7f7d0f7 100644 --- a/src/dialog/passworddialog.cpp +++ b/src/dialog/passworddialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "passworddialog.h" #include "ui_passworddialog.h" diff --git a/src/dialog/passworddialog.h b/src/dialog/passworddialog.h index 092830c..060de72 100644 --- a/src/dialog/passworddialog.h +++ b/src/dialog/passworddialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_PASSWORDDIALOG_H #define FEATHER_PASSWORDDIALOG_H diff --git a/src/dialog/qrcodedialog.cpp b/src/dialog/qrcodedialog.cpp index 334a002..7fa81cb 100644 --- a/src/dialog/qrcodedialog.cpp +++ b/src/dialog/qrcodedialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "qrcodedialog.h" #include "ui_qrcodedialog.h" diff --git a/src/dialog/qrcodedialog.h b/src/dialog/qrcodedialog.h index 200ec51..83c9715 100644 --- a/src/dialog/qrcodedialog.h +++ b/src/dialog/qrcodedialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_QRCODEDIALOG_H #define FEATHER_QRCODEDIALOG_H diff --git a/src/dialog/restoredialog.cpp b/src/dialog/restoredialog.cpp index 48d6867..5119102 100644 --- a/src/dialog/restoredialog.cpp +++ b/src/dialog/restoredialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "restoredialog.h" #include "ui_restoredialog.h" diff --git a/src/dialog/restoredialog.h b/src/dialog/restoredialog.h index 60d62e3..f1a91bc 100644 --- a/src/dialog/restoredialog.h +++ b/src/dialog/restoredialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef RESTOREDIALOG_H #define RESTOREDIALOG_H diff --git a/src/dialog/seeddialog.cpp b/src/dialog/seeddialog.cpp index 2860c02..9232981 100644 --- a/src/dialog/seeddialog.cpp +++ b/src/dialog/seeddialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "ui_seeddialog.h" #include "seeddialog.h" diff --git a/src/dialog/seeddialog.h b/src/dialog/seeddialog.h index 71a6c63..52793e4 100644 --- a/src/dialog/seeddialog.h +++ b/src/dialog/seeddialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_SEEDDIALOG_H #define FEATHER_SEEDDIALOG_H diff --git a/src/dialog/signverifydialog.cpp b/src/dialog/signverifydialog.cpp index 2176b2e..f60dbdb 100644 --- a/src/dialog/signverifydialog.cpp +++ b/src/dialog/signverifydialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "signverifydialog.h" #include "ui_signverifydialog.h" diff --git a/src/dialog/signverifydialog.h b/src/dialog/signverifydialog.h index e4c5700..0436cea 100644 --- a/src/dialog/signverifydialog.h +++ b/src/dialog/signverifydialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_SIGNVERIFYDIALOG_H #define FEATHER_SIGNVERIFYDIALOG_H diff --git a/src/dialog/torinfodialog.cpp b/src/dialog/torinfodialog.cpp index 85e8474..97cad90 100644 --- a/src/dialog/torinfodialog.cpp +++ b/src/dialog/torinfodialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "torinfodialog.h" #include "ui_torinfodialog.h" diff --git a/src/dialog/torinfodialog.h b/src/dialog/torinfodialog.h index 9c44db1..64c7e61 100644 --- a/src/dialog/torinfodialog.h +++ b/src/dialog/torinfodialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_TORINFODIALOG_H #define FEATHER_TORINFODIALOG_H diff --git a/src/dialog/transactioninfodialog.cpp b/src/dialog/transactioninfodialog.cpp index 61e53bc..4d38b5d 100644 --- a/src/dialog/transactioninfodialog.cpp +++ b/src/dialog/transactioninfodialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "transactioninfodialog.h" #include "ui_transactioninfodialog.h" diff --git a/src/dialog/transactioninfodialog.h b/src/dialog/transactioninfodialog.h index 3426a87..23b3d72 100644 --- a/src/dialog/transactioninfodialog.h +++ b/src/dialog/transactioninfodialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_TRANSACTIONINFODIALOG_H #define FEATHER_TRANSACTIONINFODIALOG_H diff --git a/src/dialog/txconfadvdialog.cpp b/src/dialog/txconfadvdialog.cpp index a7fa2f4..469ebe2 100644 --- a/src/dialog/txconfadvdialog.cpp +++ b/src/dialog/txconfadvdialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "txconfadvdialog.h" #include "ui_txconfadvdialog.h" diff --git a/src/dialog/txconfadvdialog.h b/src/dialog/txconfadvdialog.h index 63ed112..311e4b8 100644 --- a/src/dialog/txconfadvdialog.h +++ b/src/dialog/txconfadvdialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_TXCONFADVDIALOG_H #define FEATHER_TXCONFADVDIALOG_H diff --git a/src/dialog/txconfdialog.cpp b/src/dialog/txconfdialog.cpp index fef1c6c..1ca1ad7 100644 --- a/src/dialog/txconfdialog.cpp +++ b/src/dialog/txconfdialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "txconfdialog.h" #include "ui_txconfdialog.h" diff --git a/src/dialog/txconfdialog.h b/src/dialog/txconfdialog.h index 4f74370..e411999 100644 --- a/src/dialog/txconfdialog.h +++ b/src/dialog/txconfdialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_TXCONFDIALOG_H #define FEATHER_TXCONFDIALOG_H diff --git a/src/dialog/tximportdialog.cpp b/src/dialog/tximportdialog.cpp index 9b3f639..41897f6 100644 --- a/src/dialog/tximportdialog.cpp +++ b/src/dialog/tximportdialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "tximportdialog.h" #include "ui_tximportdialog.h" diff --git a/src/dialog/tximportdialog.h b/src/dialog/tximportdialog.h index 1222ad0..13294f4 100644 --- a/src/dialog/tximportdialog.h +++ b/src/dialog/tximportdialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_TXIMPORTDIALOG_H #define FEATHER_TXIMPORTDIALOG_H diff --git a/src/dialog/verifyproofdialog.cpp b/src/dialog/verifyproofdialog.cpp index 4d34f4e..2e859c3 100644 --- a/src/dialog/verifyproofdialog.cpp +++ b/src/dialog/verifyproofdialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "verifyproofdialog.h" #include "ui_verifyproofdialog.h" diff --git a/src/dialog/verifyproofdialog.h b/src/dialog/verifyproofdialog.h index 4442923..cf8bde7 100644 --- a/src/dialog/verifyproofdialog.h +++ b/src/dialog/verifyproofdialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_VERIFYPROOFDIALOG_H #define FEATHER_VERIFYPROOFDIALOG_H diff --git a/src/dialog/viewonlydialog.cpp b/src/dialog/viewonlydialog.cpp index b66e12b..d62c5b3 100644 --- a/src/dialog/viewonlydialog.cpp +++ b/src/dialog/viewonlydialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include #include diff --git a/src/dialog/viewonlydialog.h b/src/dialog/viewonlydialog.h index 555f76b..ccc9c2e 100644 --- a/src/dialog/viewonlydialog.h +++ b/src/dialog/viewonlydialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_VIEWONLYDIALOG_H #define FEATHER_VIEWONLYDIALOG_H diff --git a/src/dialog/walletinfodialog.cpp b/src/dialog/walletinfodialog.cpp index 8697a97..991cce7 100644 --- a/src/dialog/walletinfodialog.cpp +++ b/src/dialog/walletinfodialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "walletinfodialog.h" #include "ui_walletinfodialog.h" diff --git a/src/dialog/walletinfodialog.h b/src/dialog/walletinfodialog.h index b30b7c7..9697475 100644 --- a/src/dialog/walletinfodialog.h +++ b/src/dialog/walletinfodialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_WALLETINFODIALOG_H #define FEATHER_WALLETINFODIALOG_H diff --git a/src/dialog/xmrtoinfodialog.cpp b/src/dialog/xmrtoinfodialog.cpp index 0400a96..9f3b859 100644 --- a/src/dialog/xmrtoinfodialog.cpp +++ b/src/dialog/xmrtoinfodialog.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "xmrtoinfodialog.h" #include "ui_xmrtoinfodialog.h" diff --git a/src/dialog/xmrtoinfodialog.h b/src/dialog/xmrtoinfodialog.h index 03fd3c5..910498e 100644 --- a/src/dialog/xmrtoinfodialog.h +++ b/src/dialog/xmrtoinfodialog.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_XMRTOINFODIALOG_H #define FEATHER_XMRTOINFODIALOG_H diff --git a/src/globals.h b/src/globals.h index d3e01cd..3755e54 100644 --- a/src/globals.h +++ b/src/globals.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_GLOBALS_H #define FEATHER_GLOBALS_H diff --git a/src/historywidget.cpp b/src/historywidget.cpp index df68738..881f168 100644 --- a/src/historywidget.cpp +++ b/src/historywidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "historywidget.h" #include "ui_historywidget.h" diff --git a/src/historywidget.h b/src/historywidget.h index b866454..d0298c9 100644 --- a/src/historywidget.h +++ b/src/historywidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_HISTORYWIDGET_H #define FEATHER_HISTORYWIDGET_H diff --git a/src/libwalletqt/AddressBook.cpp b/src/libwalletqt/AddressBook.cpp index decfa3a..74c56db 100644 --- a/src/libwalletqt/AddressBook.cpp +++ b/src/libwalletqt/AddressBook.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #include "AddressBook.h" #include "AddressBookInfo.h" diff --git a/src/libwalletqt/AddressBook.h b/src/libwalletqt/AddressBook.h index 6c8fefd..56d7827 100644 --- a/src/libwalletqt/AddressBook.h +++ b/src/libwalletqt/AddressBook.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #ifndef ADDRESSBOOK_H #define ADDRESSBOOK_H diff --git a/src/libwalletqt/AddressBookInfo.cpp b/src/libwalletqt/AddressBookInfo.cpp index c6e33ec..ea3bd57 100644 --- a/src/libwalletqt/AddressBookInfo.cpp +++ b/src/libwalletqt/AddressBookInfo.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #include "AddressBookInfo.h" diff --git a/src/libwalletqt/AddressBookInfo.h b/src/libwalletqt/AddressBookInfo.h index af9c609..c6e10f7 100644 --- a/src/libwalletqt/AddressBookInfo.h +++ b/src/libwalletqt/AddressBookInfo.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #ifndef FEATHER_ADDRESSBOOKINFO_H #define FEATHER_ADDRESSBOOKINFO_H diff --git a/src/libwalletqt/Coins.cpp b/src/libwalletqt/Coins.cpp index 4c1a9e5..c3dee64 100644 --- a/src/libwalletqt/Coins.cpp +++ b/src/libwalletqt/Coins.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "Coins.h" diff --git a/src/libwalletqt/Coins.h b/src/libwalletqt/Coins.h index 66a0166..e92f458 100644 --- a/src/libwalletqt/Coins.h +++ b/src/libwalletqt/Coins.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_COINS_H #define FEATHER_COINS_H diff --git a/src/libwalletqt/CoinsInfo.cpp b/src/libwalletqt/CoinsInfo.cpp index 56ec202..2d724e9 100644 --- a/src/libwalletqt/CoinsInfo.cpp +++ b/src/libwalletqt/CoinsInfo.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "CoinsInfo.h" #include "libwalletqt/WalletManager.h" diff --git a/src/libwalletqt/CoinsInfo.h b/src/libwalletqt/CoinsInfo.h index 4739ea9..05c71e7 100644 --- a/src/libwalletqt/CoinsInfo.h +++ b/src/libwalletqt/CoinsInfo.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_COINSINFO_H #define FEATHER_COINSINFO_H diff --git a/src/libwalletqt/ConstructionInfo.cpp b/src/libwalletqt/ConstructionInfo.cpp index ce163a8..d720c71 100644 --- a/src/libwalletqt/ConstructionInfo.cpp +++ b/src/libwalletqt/ConstructionInfo.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #include "ConstructionInfo.h" diff --git a/src/libwalletqt/ConstructionInfo.h b/src/libwalletqt/ConstructionInfo.h index e84a595..5e70df7 100644 --- a/src/libwalletqt/ConstructionInfo.h +++ b/src/libwalletqt/ConstructionInfo.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #ifndef FEATHER_CONSTRUCTIONINFO_H #define FEATHER_CONSTRUCTIONINFO_H diff --git a/src/libwalletqt/Input.h b/src/libwalletqt/Input.h index 25ca4d6..1b3973a 100644 --- a/src/libwalletqt/Input.h +++ b/src/libwalletqt/Input.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #ifndef FEATHER_INPUT_H #define FEATHER_INPUT_H diff --git a/src/libwalletqt/PassphraseHelper.cpp b/src/libwalletqt/PassphraseHelper.cpp index f4cea92..88890cd 100644 --- a/src/libwalletqt/PassphraseHelper.cpp +++ b/src/libwalletqt/PassphraseHelper.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #include "PassphraseHelper.h" #include diff --git a/src/libwalletqt/PassphraseHelper.h b/src/libwalletqt/PassphraseHelper.h index 2cd1c8c..a91b5c4 100644 --- a/src/libwalletqt/PassphraseHelper.h +++ b/src/libwalletqt/PassphraseHelper.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #ifndef MONERO_GUI_PASSPHRASEHELPER_H #define MONERO_GUI_PASSPHRASEHELPER_H diff --git a/src/libwalletqt/PendingTransaction.cpp b/src/libwalletqt/PendingTransaction.cpp index a6bb47d..70f5323 100644 --- a/src/libwalletqt/PendingTransaction.cpp +++ b/src/libwalletqt/PendingTransaction.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #include "PendingTransaction.h" diff --git a/src/libwalletqt/PendingTransaction.h b/src/libwalletqt/PendingTransaction.h index 64cbfba..754bf4c 100644 --- a/src/libwalletqt/PendingTransaction.h +++ b/src/libwalletqt/PendingTransaction.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #ifndef PENDINGTRANSACTION_H #define PENDINGTRANSACTION_H diff --git a/src/libwalletqt/PendingTransactionInfo.cpp b/src/libwalletqt/PendingTransactionInfo.cpp index 6ae2776..09e082b 100644 --- a/src/libwalletqt/PendingTransactionInfo.cpp +++ b/src/libwalletqt/PendingTransactionInfo.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #include "PendingTransactionInfo.h" #include "Input.h" diff --git a/src/libwalletqt/PendingTransactionInfo.h b/src/libwalletqt/PendingTransactionInfo.h index b6318b6..85c7f22 100644 --- a/src/libwalletqt/PendingTransactionInfo.h +++ b/src/libwalletqt/PendingTransactionInfo.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #ifndef FEATHER_PENDINGTRANSACTIONINFO_H #define FEATHER_PENDINGTRANSACTIONINFO_H diff --git a/src/libwalletqt/Ring.h b/src/libwalletqt/Ring.h index 95fc34e..b09a964 100644 --- a/src/libwalletqt/Ring.h +++ b/src/libwalletqt/Ring.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_RINGS_H #define FEATHER_RINGS_H diff --git a/src/libwalletqt/Subaddress.cpp b/src/libwalletqt/Subaddress.cpp index d046676..8518fda 100644 --- a/src/libwalletqt/Subaddress.cpp +++ b/src/libwalletqt/Subaddress.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #include "Subaddress.h" #include diff --git a/src/libwalletqt/Subaddress.h b/src/libwalletqt/Subaddress.h index ec86bc2..92f9c88 100644 --- a/src/libwalletqt/Subaddress.h +++ b/src/libwalletqt/Subaddress.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #ifndef SUBADDRESS_H #define SUBADDRESS_H diff --git a/src/libwalletqt/SubaddressAccount.cpp b/src/libwalletqt/SubaddressAccount.cpp index 82e19d2..db885e8 100644 --- a/src/libwalletqt/SubaddressAccount.cpp +++ b/src/libwalletqt/SubaddressAccount.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #include "SubaddressAccount.h" #include diff --git a/src/libwalletqt/SubaddressAccount.h b/src/libwalletqt/SubaddressAccount.h index ca04afc..e2db11e 100644 --- a/src/libwalletqt/SubaddressAccount.h +++ b/src/libwalletqt/SubaddressAccount.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #ifndef SUBADDRESSACCOUNT_H #define SUBADDRESSACCOUNT_H diff --git a/src/libwalletqt/TransactionHistory.cpp b/src/libwalletqt/TransactionHistory.cpp index 38c086c..95b1888 100644 --- a/src/libwalletqt/TransactionHistory.cpp +++ b/src/libwalletqt/TransactionHistory.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #include "TransactionHistory.h" #include "TransactionInfo.h" diff --git a/src/libwalletqt/TransactionHistory.h b/src/libwalletqt/TransactionHistory.h index e37cf2b..83c4097 100644 --- a/src/libwalletqt/TransactionHistory.h +++ b/src/libwalletqt/TransactionHistory.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #ifndef TRANSACTIONHISTORY_H #define TRANSACTIONHISTORY_H diff --git a/src/libwalletqt/TransactionInfo.cpp b/src/libwalletqt/TransactionInfo.cpp index 19e7fd1..fcfa677 100644 --- a/src/libwalletqt/TransactionInfo.cpp +++ b/src/libwalletqt/TransactionInfo.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #include "TransactionInfo.h" #include "libwalletqt/WalletManager.h" diff --git a/src/libwalletqt/TransactionInfo.h b/src/libwalletqt/TransactionInfo.h index 63709e8..acdbf81 100644 --- a/src/libwalletqt/TransactionInfo.h +++ b/src/libwalletqt/TransactionInfo.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #ifndef TRANSACTIONINFO_H #define TRANSACTIONINFO_H diff --git a/src/libwalletqt/Transfer.h b/src/libwalletqt/Transfer.h index c9e462d..baca79d 100644 --- a/src/libwalletqt/Transfer.h +++ b/src/libwalletqt/Transfer.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #ifndef TRANSFER_H #define TRANSFER_H diff --git a/src/libwalletqt/UnsignedTransaction.cpp b/src/libwalletqt/UnsignedTransaction.cpp index d1c9006..41f7d41 100644 --- a/src/libwalletqt/UnsignedTransaction.cpp +++ b/src/libwalletqt/UnsignedTransaction.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #include "UnsignedTransaction.h" #include diff --git a/src/libwalletqt/UnsignedTransaction.h b/src/libwalletqt/UnsignedTransaction.h index 892bdae..7b3a605 100644 --- a/src/libwalletqt/UnsignedTransaction.h +++ b/src/libwalletqt/UnsignedTransaction.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #ifndef UNSIGNEDTRANSACTION_H #define UNSIGNEDTRANSACTION_H diff --git a/src/libwalletqt/Wallet.cpp b/src/libwalletqt/Wallet.cpp index 5472ffd..cc9f39c 100644 --- a/src/libwalletqt/Wallet.cpp +++ b/src/libwalletqt/Wallet.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #include "Wallet.h" diff --git a/src/libwalletqt/Wallet.h b/src/libwalletqt/Wallet.h index f44edc4..d4fb002 100644 --- a/src/libwalletqt/Wallet.h +++ b/src/libwalletqt/Wallet.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #ifndef WALLET_H #define WALLET_H diff --git a/src/libwalletqt/WalletListenerImpl.cpp b/src/libwalletqt/WalletListenerImpl.cpp index 2a025c8..7acde93 100644 --- a/src/libwalletqt/WalletListenerImpl.cpp +++ b/src/libwalletqt/WalletListenerImpl.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #include "WalletListenerImpl.h" #include "Wallet.h" diff --git a/src/libwalletqt/WalletListenerImpl.h b/src/libwalletqt/WalletListenerImpl.h index 109ae59..2b250e4 100644 --- a/src/libwalletqt/WalletListenerImpl.h +++ b/src/libwalletqt/WalletListenerImpl.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #ifndef MONERO_GUI_WALLETLISTENERIMPL_H #define MONERO_GUI_WALLETLISTENERIMPL_H diff --git a/src/libwalletqt/WalletManager.cpp b/src/libwalletqt/WalletManager.cpp index 17cf353..3e3506c 100644 --- a/src/libwalletqt/WalletManager.cpp +++ b/src/libwalletqt/WalletManager.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #include "libwalletqt/WalletManager.h" #include "Wallet.h" diff --git a/src/libwalletqt/WalletManager.h b/src/libwalletqt/WalletManager.h index 28b84e3..28c72be 100644 --- a/src/libwalletqt/WalletManager.h +++ b/src/libwalletqt/WalletManager.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #ifndef WALLETMANAGER_H #define WALLETMANAGER_H diff --git a/src/main.cpp b/src/main.cpp index 660b0cc..7fe9b7d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include #include diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index e6708d8..dd9fb55 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include #include diff --git a/src/mainwindow.h b/src/mainwindow.h index ff23eb5..e854d48 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef MAINWINDOW_H #define MAINWINDOW_H diff --git a/src/model/AddressBookModel.cpp b/src/model/AddressBookModel.cpp index fb8b37d..29021f7 100644 --- a/src/model/AddressBookModel.cpp +++ b/src/model/AddressBookModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #include "AddressBookModel.h" #include "AddressBook.h" diff --git a/src/model/AddressBookModel.h b/src/model/AddressBookModel.h index a766f59..9385428 100644 --- a/src/model/AddressBookModel.h +++ b/src/model/AddressBookModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #ifndef ADDRESSBOOKMODEL_H #define ADDRESSBOOKMODEL_H diff --git a/src/model/AddressBookProxyModel.cpp b/src/model/AddressBookProxyModel.cpp index a6c81fe..19a4d95 100644 --- a/src/model/AddressBookProxyModel.cpp +++ b/src/model/AddressBookProxyModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "AddressBookProxyModel.h" #include "AddressBookModel.h" diff --git a/src/model/AddressBookProxyModel.h b/src/model/AddressBookProxyModel.h index 1ce2743..3b24e9e 100644 --- a/src/model/AddressBookProxyModel.h +++ b/src/model/AddressBookProxyModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_ADDRESSBOOKPROXYMODEL_H #define FEATHER_ADDRESSBOOKPROXYMODEL_H diff --git a/src/model/CCSModel.cpp b/src/model/CCSModel.cpp index 7992458..6a02a46 100644 --- a/src/model/CCSModel.cpp +++ b/src/model/CCSModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "CCSModel.h" diff --git a/src/model/CCSModel.h b/src/model/CCSModel.h index c5421ac..15c744f 100644 --- a/src/model/CCSModel.h +++ b/src/model/CCSModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_CCSMODEL_H #define FEATHER_CCSMODEL_H diff --git a/src/model/CoinsModel.cpp b/src/model/CoinsModel.cpp index 75ea5b8..339b62f 100644 --- a/src/model/CoinsModel.cpp +++ b/src/model/CoinsModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "CoinsModel.h" #include "CoinsInfo.h" diff --git a/src/model/CoinsModel.h b/src/model/CoinsModel.h index 8914ba4..062ff9d 100644 --- a/src/model/CoinsModel.h +++ b/src/model/CoinsModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_COINSMODEL_H #define FEATHER_COINSMODEL_H diff --git a/src/model/CoinsProxyModel.cpp b/src/model/CoinsProxyModel.cpp index 5bf65b9..b90e33d 100644 --- a/src/model/CoinsProxyModel.cpp +++ b/src/model/CoinsProxyModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "CoinsProxyModel.h" #include "CoinsModel.h" diff --git a/src/model/CoinsProxyModel.h b/src/model/CoinsProxyModel.h index 9a71a51..a8383c5 100644 --- a/src/model/CoinsProxyModel.h +++ b/src/model/CoinsProxyModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_COINSPROXYMODEL_H #define FEATHER_COINSPROXYMODEL_H diff --git a/src/model/ModelUtils.cpp b/src/model/ModelUtils.cpp index 9ac173f..c31bbe9 100644 --- a/src/model/ModelUtils.cpp +++ b/src/model/ModelUtils.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "ModelUtils.h" diff --git a/src/model/ModelUtils.h b/src/model/ModelUtils.h index b6b8566..b6b539e 100644 --- a/src/model/ModelUtils.h +++ b/src/model/ModelUtils.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_MODELUTILS_H #define FEATHER_MODELUTILS_H diff --git a/src/model/NodeModel.cpp b/src/model/NodeModel.cpp index 504a195..4855e04 100644 --- a/src/model/NodeModel.cpp +++ b/src/model/NodeModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "NodeModel.h" #include diff --git a/src/model/NodeModel.h b/src/model/NodeModel.h index c128d62..5b79a5e 100644 --- a/src/model/NodeModel.h +++ b/src/model/NodeModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_NODEMODEL_H #define FEATHER_NODEMODEL_H diff --git a/src/model/RedditModel.cpp b/src/model/RedditModel.cpp index 2077d64..d0166d1 100644 --- a/src/model/RedditModel.cpp +++ b/src/model/RedditModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "RedditModel.h" diff --git a/src/model/RedditModel.h b/src/model/RedditModel.h index e3eb392..2bd497e 100644 --- a/src/model/RedditModel.h +++ b/src/model/RedditModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_REDDITMODEL_H #define FEATHER_REDDITMODEL_H diff --git a/src/model/SubaddressAccountModel.cpp b/src/model/SubaddressAccountModel.cpp index 605e119..8ac1851 100644 --- a/src/model/SubaddressAccountModel.cpp +++ b/src/model/SubaddressAccountModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #include "SubaddressAccountModel.h" #include "SubaddressAccount.h" diff --git a/src/model/SubaddressAccountModel.h b/src/model/SubaddressAccountModel.h index 04d8d58..cbc7019 100644 --- a/src/model/SubaddressAccountModel.h +++ b/src/model/SubaddressAccountModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #ifndef SUBADDRESSACCOUNTMODEL_H #define SUBADDRESSACCOUNTMODEL_H diff --git a/src/model/SubaddressModel.cpp b/src/model/SubaddressModel.cpp index 308f165..6c0eff0 100644 --- a/src/model/SubaddressModel.cpp +++ b/src/model/SubaddressModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #include "SubaddressModel.h" #include "Subaddress.h" diff --git a/src/model/SubaddressModel.h b/src/model/SubaddressModel.h index afe378f..773711b 100644 --- a/src/model/SubaddressModel.h +++ b/src/model/SubaddressModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #ifndef SUBADDRESSMODEL_H #define SUBADDRESSMODEL_H diff --git a/src/model/SubaddressProxyModel.cpp b/src/model/SubaddressProxyModel.cpp index dc486e9..66705cc 100644 --- a/src/model/SubaddressProxyModel.cpp +++ b/src/model/SubaddressProxyModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "SubaddressProxyModel.h" diff --git a/src/model/SubaddressProxyModel.h b/src/model/SubaddressProxyModel.h index 68f6165..7a51335 100644 --- a/src/model/SubaddressProxyModel.h +++ b/src/model/SubaddressProxyModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_SUBADDRESSPROXYMODEL_H #define FEATHER_SUBADDRESSPROXYMODEL_H diff --git a/src/model/SubaddressView.cpp b/src/model/SubaddressView.cpp index 21203ef..1494759 100644 --- a/src/model/SubaddressView.cpp +++ b/src/model/SubaddressView.cpp @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: BSD-3-Clause +// Copyright (c) 2020-2021, The Monero Project. + #include "SubaddressView.h" #include "model/ModelUtils.h" diff --git a/src/model/SubaddressView.h b/src/model/SubaddressView.h index e36d0ee..ba98424 100644 --- a/src/model/SubaddressView.h +++ b/src/model/SubaddressView.h @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: BSD-3-Clause +// Copyright (c) 2020-2021, The Monero Project. + #ifndef FEATHER_SUBADDRESSVIEW_H #define FEATHER_SUBADDRESSVIEW_H diff --git a/src/model/TransactionHistoryModel.cpp b/src/model/TransactionHistoryModel.cpp index 76b60ec..cb9e97b 100644 --- a/src/model/TransactionHistoryModel.cpp +++ b/src/model/TransactionHistoryModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #include "TransactionHistoryModel.h" #include "TransactionHistory.h" diff --git a/src/model/TransactionHistoryModel.h b/src/model/TransactionHistoryModel.h index 82b140d..ef4921a 100644 --- a/src/model/TransactionHistoryModel.h +++ b/src/model/TransactionHistoryModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #ifndef TRANSACTIONHISTORYMODEL_H #define TRANSACTIONHISTORYMODEL_H diff --git a/src/model/TransactionHistoryProxyModel.cpp b/src/model/TransactionHistoryProxyModel.cpp index 479780e..2a4dd58 100644 --- a/src/model/TransactionHistoryProxyModel.cpp +++ b/src/model/TransactionHistoryProxyModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "TransactionHistoryProxyModel.h" #include "TransactionHistoryModel.h" diff --git a/src/model/TransactionHistoryProxyModel.h b/src/model/TransactionHistoryProxyModel.h index 559f1ff..481f2b9 100644 --- a/src/model/TransactionHistoryProxyModel.h +++ b/src/model/TransactionHistoryProxyModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_TRANSACTIONHISTORYPROXYMODEL_H #define FEATHER_TRANSACTIONHISTORYPROXYMODEL_H diff --git a/src/model/XmrToModel.cpp b/src/model/XmrToModel.cpp index b14ac45..ebe4efb 100644 --- a/src/model/XmrToModel.cpp +++ b/src/model/XmrToModel.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "XmrToModel.h" #include "model/ModelUtils.h" diff --git a/src/model/XmrToModel.h b/src/model/XmrToModel.h index f428f0e..d3fbc3e 100644 --- a/src/model/XmrToModel.h +++ b/src/model/XmrToModel.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_XMRTOMODEL_H #define FEATHER_XMRTOMODEL_H diff --git a/src/openpgp/hash.h b/src/openpgp/hash.h index 4f69851..3b592c2 100644 --- a/src/openpgp/hash.h +++ b/src/openpgp/hash.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020, The Monero Project +// Copyright (c) 2020-2021, The Monero Project // // All rights reserved. // diff --git a/src/openpgp/mpi.h b/src/openpgp/mpi.h index 800bcac..f77a2b1 100644 --- a/src/openpgp/mpi.h +++ b/src/openpgp/mpi.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020, The Monero Project +// Copyright (c) 2020-2021, The Monero Project // // All rights reserved. // diff --git a/src/openpgp/openpgp.cpp b/src/openpgp/openpgp.cpp index fa50301..01fb11d 100644 --- a/src/openpgp/openpgp.cpp +++ b/src/openpgp/openpgp.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2020, The Monero Project +// Copyright (c) 2020-2021, The Monero Project // // All rights reserved. // diff --git a/src/openpgp/openpgp.h b/src/openpgp/openpgp.h index e876ecc..4514156 100644 --- a/src/openpgp/openpgp.h +++ b/src/openpgp/openpgp.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020, The Monero Project +// Copyright (c) 2020-2021, The Monero Project // // All rights reserved. // diff --git a/src/openpgp/packet_stream.h b/src/openpgp/packet_stream.h index 6a993e9..3bfecec 100644 --- a/src/openpgp/packet_stream.h +++ b/src/openpgp/packet_stream.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020, The Monero Project +// Copyright (c) 2020-2021, The Monero Project // // All rights reserved. // diff --git a/src/openpgp/s_expression.h b/src/openpgp/s_expression.h index b46bf21..ac60415 100644 --- a/src/openpgp/s_expression.h +++ b/src/openpgp/s_expression.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020, The Monero Project +// Copyright (c) 2020-2021, The Monero Project // // All rights reserved. // diff --git a/src/openpgp/serialization.h b/src/openpgp/serialization.h index fb42c1b..cbc1ee1 100644 --- a/src/openpgp/serialization.h +++ b/src/openpgp/serialization.h @@ -1,4 +1,4 @@ -// Copyright (c) 2020, The Monero Project +// Copyright (c) 2020-2021, The Monero Project // // All rights reserved. // diff --git a/src/receivewidget.cpp b/src/receivewidget.cpp index 0b623e9..2f5a436 100644 --- a/src/receivewidget.cpp +++ b/src/receivewidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "ui_receivewidget.h" #include "receivewidget.h" diff --git a/src/receivewidget.h b/src/receivewidget.h index 5aa9cd3..be61a72 100644 --- a/src/receivewidget.h +++ b/src/receivewidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_RECEIVEWIDGET_H #define FEATHER_RECEIVEWIDGET_H diff --git a/src/sendwidget.cpp b/src/sendwidget.cpp index 01b0c30..6c2d4a1 100644 --- a/src/sendwidget.cpp +++ b/src/sendwidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include #include "sendwidget.h" diff --git a/src/sendwidget.h b/src/sendwidget.h index d73bfea..464e2fe 100644 --- a/src/sendwidget.h +++ b/src/sendwidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef SENDWIDGET_H #define SENDWIDGET_H diff --git a/src/settings.cpp b/src/settings.cpp index 09c13e4..41320de 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "settings.h" #include "ui_settings.h" diff --git a/src/settings.h b/src/settings.h index a34e9e7..e86b86d 100644 --- a/src/settings.h +++ b/src/settings.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef SETTINGS_H #define SETTINGS_H diff --git a/src/utils/childproc.cpp b/src/utils/childproc.cpp index 383fe53..4310b99 100644 --- a/src/utils/childproc.cpp +++ b/src/utils/childproc.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include #include diff --git a/src/utils/childproc.h b/src/utils/childproc.h index 5f2bb43..4c26152 100644 --- a/src/utils/childproc.h +++ b/src/utils/childproc.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_FPROCESS_H #define FEATHER_FPROCESS_H diff --git a/src/utils/config.cpp b/src/utils/config.cpp index ef15354..7260743 100644 --- a/src/utils/config.cpp +++ b/src/utils/config.cpp @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BSD-3-Clause // Copyright (C) 2020 KeePassXC Team // Copyright (C) 2011 Felix Geyer -// Copyright (C) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "config.h" #include "utils/utils.h" diff --git a/src/utils/config.h b/src/utils/config.h index b043d8e..caa4e8b 100644 --- a/src/utils/config.h +++ b/src/utils/config.h @@ -1,7 +1,7 @@ // SPDX-License-Identifier: BSD-3-Clause // Copyright (C) 2020 KeePassXC Team // Copyright (C) 2011 Felix Geyer -// Copyright (C) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_SETTINGS_H #define FEATHER_SETTINGS_H diff --git a/src/utils/daemonrpc.cpp b/src/utils/daemonrpc.cpp index 619a52e..f9b0813 100644 --- a/src/utils/daemonrpc.cpp +++ b/src/utils/daemonrpc.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "daemonrpc.h" diff --git a/src/utils/daemonrpc.h b/src/utils/daemonrpc.h index 27c0c94..c2d6692 100644 --- a/src/utils/daemonrpc.h +++ b/src/utils/daemonrpc.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_DAEMON_RPC_H #define FEATHER_DAEMON_RPC_H diff --git a/src/utils/keysfiles.cpp b/src/utils/keysfiles.cpp index da7ca95..afd5e10 100644 --- a/src/utils/keysfiles.cpp +++ b/src/utils/keysfiles.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #include #include diff --git a/src/utils/keysfiles.h b/src/utils/keysfiles.h index e044911..e93cecb 100644 --- a/src/utils/keysfiles.h +++ b/src/utils/keysfiles.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #ifndef KEYSFILES_H #define KEYSFILES_H diff --git a/src/utils/networking.cpp b/src/utils/networking.cpp index 1a50331..2a8a346 100644 --- a/src/utils/networking.cpp +++ b/src/utils/networking.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include #include diff --git a/src/utils/networking.h b/src/utils/networking.h index d0be889..e3aa0b1 100644 --- a/src/utils/networking.h +++ b/src/utils/networking.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_NETWORKING_H #define FEATHER_NETWORKING_H diff --git a/src/utils/networktype.h b/src/utils/networktype.h index 227b003..05734ec 100644 --- a/src/utils/networktype.h +++ b/src/utils/networktype.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #pragma once diff --git a/src/utils/nodes.cpp b/src/utils/nodes.cpp index 0cf53e6..59b274a 100644 --- a/src/utils/nodes.cpp +++ b/src/utils/nodes.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include #include diff --git a/src/utils/nodes.h b/src/utils/nodes.h index 81c9627..4e8041a 100644 --- a/src/utils/nodes.h +++ b/src/utils/nodes.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_NODES_H #define FEATHER_NODES_H diff --git a/src/utils/prices.cpp b/src/utils/prices.cpp index 529597c..bf21391 100644 --- a/src/utils/prices.cpp +++ b/src/utils/prices.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include #include diff --git a/src/utils/prices.h b/src/utils/prices.h index c33382f..3f0df18 100644 --- a/src/utils/prices.h +++ b/src/utils/prices.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_PRICES_H #define FEATHER_PRICES_H diff --git a/src/utils/scheduler.cpp b/src/utils/scheduler.cpp index 0ba91ce..fa0e872 100644 --- a/src/utils/scheduler.cpp +++ b/src/utils/scheduler.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #include "scheduler.h" diff --git a/src/utils/scheduler.h b/src/utils/scheduler.h index 9908193..1dd9e23 100644 --- a/src/utils/scheduler.h +++ b/src/utils/scheduler.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2014-2020, The Monero Project. +// Copyright (c) 2014-2021, The Monero Project. #ifndef FUTURE_SCHEDULER_H #define FUTURE_SCHEDULER_H diff --git a/src/utils/seeds.h b/src/utils/seeds.h index 13dd7e3..d7d4cdc 100644 --- a/src/utils/seeds.h +++ b/src/utils/seeds.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_SEEDS_H #define FEATHER_SEEDS_H diff --git a/src/utils/tails.cpp b/src/utils/tails.cpp index ae8cbde..9df0273 100644 --- a/src/utils/tails.cpp +++ b/src/utils/tails.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include #include diff --git a/src/utils/tails.h b/src/utils/tails.h index 0f827c2..3b0e283 100644 --- a/src/utils/tails.h +++ b/src/utils/tails.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef TAILSOS_H #define TAILSOS_H diff --git a/src/utils/tor.cpp b/src/utils/tor.cpp index 8430be9..5c540a2 100644 --- a/src/utils/tor.cpp +++ b/src/utils/tor.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include #include diff --git a/src/utils/tor.h b/src/utils/tor.h index 1b33aed..82e2668 100644 --- a/src/utils/tor.h +++ b/src/utils/tor.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_TOR_H #define FEATHER_TOR_H diff --git a/src/utils/txfiathistory.cpp b/src/utils/txfiathistory.cpp index 40e2033..b4bd8c7 100644 --- a/src/utils/txfiathistory.cpp +++ b/src/utils/txfiathistory.cpp @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: BSD-3-Clause +// Copyright (c) 2020-2021, The Monero Project. + #include #include #include diff --git a/src/utils/txfiathistory.h b/src/utils/txfiathistory.h index 5370bf1..6ca4d7d 100644 --- a/src/utils/txfiathistory.h +++ b/src/utils/txfiathistory.h @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: BSD-3-Clause +// Copyright (c) 2020-2021, The Monero Project. + #ifndef FEATHER_TXFIATHISTORY_H #define FEATHER_TXFIATHISTORY_H diff --git a/src/utils/utils.cpp b/src/utils/utils.cpp index b582574..3bbf9ee 100644 --- a/src/utils/utils.cpp +++ b/src/utils/utils.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include #include diff --git a/src/utils/utils.h b/src/utils/utils.h index fff47c6..1fa0384 100644 --- a/src/utils/utils.h +++ b/src/utils/utils.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_UTILS_H #define FEATHER_UTILS_H diff --git a/src/utils/whonix.cpp b/src/utils/whonix.cpp index 231073f..ae67366 100644 --- a/src/utils/whonix.cpp +++ b/src/utils/whonix.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "whonix.h" diff --git a/src/utils/whonix.h b/src/utils/whonix.h index 3ad06a4..37cf01c 100644 --- a/src/utils/whonix.h +++ b/src/utils/whonix.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_WHONIX_H #define FEATHER_WHONIX_H diff --git a/src/utils/wsclient.cpp b/src/utils/wsclient.cpp index 78cac69..fd2b961 100644 --- a/src/utils/wsclient.cpp +++ b/src/utils/wsclient.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include #include diff --git a/src/utils/wsclient.h b/src/utils/wsclient.h index 57a9a93..1e32945 100644 --- a/src/utils/wsclient.h +++ b/src/utils/wsclient.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef ECHOCLIENT_H #define ECHOCLIENT_H diff --git a/src/utils/xmrig.cpp b/src/utils/xmrig.cpp index de353cc..6423098 100644 --- a/src/utils/xmrig.cpp +++ b/src/utils/xmrig.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include #include diff --git a/src/utils/xmrig.h b/src/utils/xmrig.h index 34ad6cf..e5cff81 100644 --- a/src/utils/xmrig.h +++ b/src/utils/xmrig.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_XMRIG_H #define FEATHER_XMRIG_H diff --git a/src/utils/xmrto.cpp b/src/utils/xmrto.cpp index 11d467c..061d972 100644 --- a/src/utils/xmrto.cpp +++ b/src/utils/xmrto.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "xmrto.h" diff --git a/src/utils/xmrto.h b/src/utils/xmrto.h index dcd7389..00b0498 100644 --- a/src/utils/xmrto.h +++ b/src/utils/xmrto.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_XMRTOCONVERT_H #define FEATHER_XMRTOCONVERT_H diff --git a/src/utils/xmrtoapi.cpp b/src/utils/xmrtoapi.cpp index 83c4808..16e7c9f 100644 --- a/src/utils/xmrtoapi.cpp +++ b/src/utils/xmrtoapi.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "xmrtoapi.h" diff --git a/src/utils/xmrtoapi.h b/src/utils/xmrtoapi.h index 1fa983a..896f739 100644 --- a/src/utils/xmrtoapi.h +++ b/src/utils/xmrtoapi.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_XMRTOAPI_H #define FEATHER_XMRTOAPI_H diff --git a/src/utils/xmrtoorder.cpp b/src/utils/xmrtoorder.cpp index 6adef58..6174108 100644 --- a/src/utils/xmrtoorder.cpp +++ b/src/utils/xmrtoorder.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "xmrtoorder.h" diff --git a/src/utils/xmrtoorder.h b/src/utils/xmrtoorder.h index c05c71d..b3b8dce 100644 --- a/src/utils/xmrtoorder.h +++ b/src/utils/xmrtoorder.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_XMRTOORDER_H #define FEATHER_XMRTOORDER_H diff --git a/src/widgets/CCSEntry.h b/src/widgets/CCSEntry.h index c2ec1f3..6ec48dd 100644 --- a/src/widgets/CCSEntry.h +++ b/src/widgets/CCSEntry.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_CCSENTRY_H #define FEATHER_CCSENTRY_H diff --git a/src/widgets/RedditPost.h b/src/widgets/RedditPost.h index b7d3e48..bde0d69 100644 --- a/src/widgets/RedditPost.h +++ b/src/widgets/RedditPost.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_REDDITPOST_H #define FEATHER_REDDITPOST_H diff --git a/src/widgets/ccsprogressdelegate.cpp b/src/widgets/ccsprogressdelegate.cpp index 4fdb82a..51044ac 100644 --- a/src/widgets/ccsprogressdelegate.cpp +++ b/src/widgets/ccsprogressdelegate.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "ccsprogressdelegate.h" diff --git a/src/widgets/ccsprogressdelegate.h b/src/widgets/ccsprogressdelegate.h index b0a7c0f..c2fd13e 100644 --- a/src/widgets/ccsprogressdelegate.h +++ b/src/widgets/ccsprogressdelegate.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_CSSPROGRESSDELEGATE_H #define FEATHER_CSSPROGRESSDELEGATE_H diff --git a/src/widgets/ccswidget.cpp b/src/widgets/ccswidget.cpp index 3a15373..06a35c1 100644 --- a/src/widgets/ccswidget.cpp +++ b/src/widgets/ccswidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include #include diff --git a/src/widgets/ccswidget.h b/src/widgets/ccswidget.h index 747195c..9fa367c 100644 --- a/src/widgets/ccswidget.h +++ b/src/widgets/ccswidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef CSSWIDGET_H #define CSSWIDGET_H diff --git a/src/widgets/nodewidget.cpp b/src/widgets/nodewidget.cpp index b91f1a9..95fb6d0 100644 --- a/src/widgets/nodewidget.cpp +++ b/src/widgets/nodewidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include #include diff --git a/src/widgets/nodewidget.h b/src/widgets/nodewidget.h index e02c289..be987f4 100644 --- a/src/widgets/nodewidget.h +++ b/src/widgets/nodewidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef NODEWIDGET_H #define NODEWIDGET_H diff --git a/src/widgets/redditwidget.cpp b/src/widgets/redditwidget.cpp index ff92d2e..df16151 100644 --- a/src/widgets/redditwidget.cpp +++ b/src/widgets/redditwidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include #include diff --git a/src/widgets/redditwidget.h b/src/widgets/redditwidget.h index cb5b09f..f902afd 100644 --- a/src/widgets/redditwidget.h +++ b/src/widgets/redditwidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef REDDITWIDGET_H #define REDDITWIDGET_H diff --git a/src/widgets/restoreheightwidget.cpp b/src/widgets/restoreheightwidget.cpp index c920e9c..8083c8d 100644 --- a/src/widgets/restoreheightwidget.cpp +++ b/src/widgets/restoreheightwidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include #include diff --git a/src/widgets/restoreheightwidget.h b/src/widgets/restoreheightwidget.h index 04c303b..a1418c3 100644 --- a/src/widgets/restoreheightwidget.h +++ b/src/widgets/restoreheightwidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef RESTOREHEIGHTWIDGET_H #define RESTOREHEIGHTWIDGET_H diff --git a/src/widgets/tickerwidget.cpp b/src/widgets/tickerwidget.cpp index 17c9a47..15e5900 100644 --- a/src/widgets/tickerwidget.cpp +++ b/src/widgets/tickerwidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "tickerwidget.h" #include "ui_tickerwidget.h" diff --git a/src/widgets/tickerwidget.h b/src/widgets/tickerwidget.h index 0955b72..f2a7487 100644 --- a/src/widgets/tickerwidget.h +++ b/src/widgets/tickerwidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef TICKERWIDGET_H #define TICKERWIDGET_H diff --git a/src/widgets/txproofwidget.cpp b/src/widgets/txproofwidget.cpp index d7b54d4..02e8b0e 100644 --- a/src/widgets/txproofwidget.cpp +++ b/src/widgets/txproofwidget.cpp @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: BSD-3-Clause +// Copyright (c) 2020-2021, The Monero Project. + #include "txproofwidget.h" #include "ui_txproofwidget.h" diff --git a/src/widgets/txproofwidget.h b/src/widgets/txproofwidget.h index f6c5358..f142627 100644 --- a/src/widgets/txproofwidget.h +++ b/src/widgets/txproofwidget.h @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: BSD-3-Clause +// Copyright (c) 2020-2021, The Monero Project. + #ifndef FEATHER_TXPROOFWIDGET_H #define FEATHER_TXPROOFWIDGET_H diff --git a/src/widgets/xmrigwidget.cpp b/src/widgets/xmrigwidget.cpp index 9484afb..e40f8d2 100644 --- a/src/widgets/xmrigwidget.cpp +++ b/src/widgets/xmrigwidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include #include diff --git a/src/widgets/xmrigwidget.h b/src/widgets/xmrigwidget.h index daf87eb..ef79b5c 100644 --- a/src/widgets/xmrigwidget.h +++ b/src/widgets/xmrigwidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef XMRIGWIDGET_H #define XMRIGWIDGET_H diff --git a/src/wizard/createwallet.cpp b/src/wizard/createwallet.cpp index a33e376..4d5db4e 100644 --- a/src/wizard/createwallet.cpp +++ b/src/wizard/createwallet.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "utils/utils.h" #include "wizard/createwallet.h" diff --git a/src/wizard/createwallet.h b/src/wizard/createwallet.h index 050ff14..28a4675 100644 --- a/src/wizard/createwallet.h +++ b/src/wizard/createwallet.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_CREATEWALLET_H #define FEATHER_CREATEWALLET_H diff --git a/src/wizard/createwalletseed.cpp b/src/wizard/createwalletseed.cpp index 1bc8940..97577ae 100644 --- a/src/wizard/createwalletseed.cpp +++ b/src/wizard/createwalletseed.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "wizard/createwalletseed.h" #include "wizard/walletwizard.h" diff --git a/src/wizard/createwalletseed.h b/src/wizard/createwalletseed.h index feb604e..7f4f9a5 100644 --- a/src/wizard/createwalletseed.h +++ b/src/wizard/createwalletseed.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_CREATEWALLETSEED_H #define FEATHER_CREATEWALLETSEED_H diff --git a/src/wizard/menu.cpp b/src/wizard/menu.cpp index 339fda5..36139a9 100644 --- a/src/wizard/menu.cpp +++ b/src/wizard/menu.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "wizard/menu.h" #include "wizard/walletwizard.h" diff --git a/src/wizard/menu.h b/src/wizard/menu.h index 2fb24a2..d62c999 100644 --- a/src/wizard/menu.h +++ b/src/wizard/menu.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_WIZARDMENU_H #define FEATHER_WIZARDMENU_H diff --git a/src/wizard/network.cpp b/src/wizard/network.cpp index f3cbd23..70dd50c 100644 --- a/src/wizard/network.cpp +++ b/src/wizard/network.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "wizard/network.h" #include "wizard/walletwizard.h" diff --git a/src/wizard/network.h b/src/wizard/network.h index 9a28652..61b276c 100644 --- a/src/wizard/network.h +++ b/src/wizard/network.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_WIZARDNETWORK_H #define FEATHER_WIZARDNETWORK_H diff --git a/src/wizard/openwallet.cpp b/src/wizard/openwallet.cpp index 74facc6..3721975 100644 --- a/src/wizard/openwallet.cpp +++ b/src/wizard/openwallet.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "wizard/openwallet.h" #include "ui_openwallet.h" diff --git a/src/wizard/openwallet.h b/src/wizard/openwallet.h index a6d0b78..d3efa7e 100644 --- a/src/wizard/openwallet.h +++ b/src/wizard/openwallet.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_OPENWALLET_H #define FEATHER_OPENWALLET_H diff --git a/src/wizard/restorewallet.cpp b/src/wizard/restorewallet.cpp index 839dc76..26e9a98 100644 --- a/src/wizard/restorewallet.cpp +++ b/src/wizard/restorewallet.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "wizard/restorewallet.h" #include "wizard/walletwizard.h" diff --git a/src/wizard/restorewallet.h b/src/wizard/restorewallet.h index 418d857..0306a00 100644 --- a/src/wizard/restorewallet.h +++ b/src/wizard/restorewallet.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_WIZARDRESTORE_H #define FEATHER_WIZARDRESTORE_H diff --git a/src/wizard/viewonlywallet.cpp b/src/wizard/viewonlywallet.cpp index 2c6d8cf..e8e2af5 100644 --- a/src/wizard/viewonlywallet.cpp +++ b/src/wizard/viewonlywallet.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "wizard/viewonlywallet.h" #include "wizard/walletwizard.h" diff --git a/src/wizard/viewonlywallet.h b/src/wizard/viewonlywallet.h index 1fbcff4..6cd2708 100644 --- a/src/wizard/viewonlywallet.h +++ b/src/wizard/viewonlywallet.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef FEATHER_WIZARDVIEWONLY_H #define FEATHER_WIZARDVIEWONLY_H diff --git a/src/wizard/walletwizard.cpp b/src/wizard/walletwizard.cpp index 37c02a3..7285224 100644 --- a/src/wizard/walletwizard.cpp +++ b/src/wizard/walletwizard.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "utils/utils.h" #include "wizard/walletwizard.h" diff --git a/src/wizard/walletwizard.h b/src/wizard/walletwizard.h index b295cc0..78abab0 100644 --- a/src/wizard/walletwizard.h +++ b/src/wizard/walletwizard.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef WALLETWIZARD_H #define WALLETWIZARD_H diff --git a/src/xmrtowidget.cpp b/src/xmrtowidget.cpp index 2b4cf76..0cb7b2b 100644 --- a/src/xmrtowidget.cpp +++ b/src/xmrtowidget.cpp @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #include "xmrtowidget.h" #include "ui_xmrtowidget.h" diff --git a/src/xmrtowidget.h b/src/xmrtowidget.h index 5592f16..34c1edf 100644 --- a/src/xmrtowidget.h +++ b/src/xmrtowidget.h @@ -1,5 +1,5 @@ // SPDX-License-Identifier: BSD-3-Clause -// Copyright (c) 2020, The Monero Project. +// Copyright (c) 2020-2021, The Monero Project. #ifndef XMRTOWIDGET_H #define XMRTOWIDGET_H