From 08c18db6fd74eb590eaf8462fa26b99b4aab11a0 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Sun, 30 Oct 2022 02:23:30 -0700 Subject: [PATCH] Update copyright year to 2022 --- build.sh | 2 +- run-after-build.sh | 2 +- silentdragon.pro | 2 +- src/about.ui | 2 +- src/addressbook.cpp | 2 +- src/addressbook.h | 2 +- src/addresscombo.cpp | 2 +- src/addresscombo.h | 2 +- src/balancestablemodel.cpp | 2 +- src/balancestablemodel.h | 2 +- src/bannedpeerstablemodel.cpp | 2 +- src/bannedpeerstablemodel.h | 2 +- src/connection.cpp | 2 +- src/connection.h | 2 +- src/fillediconlabel.cpp | 2 +- src/fillediconlabel.h | 2 +- src/logger.cpp | 2 +- src/logger.h | 2 +- src/main.cpp | 2 +- src/mainwindow.cpp | 2 +- src/mainwindow.h | 2 +- src/memoedit.cpp | 2 +- src/memoedit.h | 2 +- src/mobileappconnector.cpp | 2 +- src/mobileappconnector.h | 2 +- src/peerstablemodel.cpp | 2 +- src/peerstablemodel.h | 2 +- src/precompiled.h | 2 +- src/qrcodelabel.cpp | 2 +- src/qrcodelabel.h | 2 +- src/recurring.cpp | 2 +- src/recurring.h | 2 +- src/requestdialog.cpp | 2 +- src/requestdialog.h | 2 +- src/rpc.cpp | 2 +- src/rpc.h | 2 +- src/scripts/dotranslations.sh | 2 +- src/scripts/make-binary-tarball.sh | 2 +- src/scripts/make-deb.sh | 2 +- src/scripts/make-only-deb.sh | 2 +- src/scripts/mkmacdmg.sh | 2 +- src/scripts/mkrelease.sh | 2 +- src/scripts/signbinaries.sh | 2 +- src/sendtab.cpp | 2 +- src/senttxstore.cpp | 2 +- src/senttxstore.h | 2 +- src/settings.cpp | 2 +- src/settings.h | 2 +- src/txtablemodel.cpp | 2 +- src/txtablemodel.h | 2 +- src/validateaddress.cpp | 2 +- src/validateaddress.h | 2 +- src/viewalladdresses.cpp | 2 +- src/viewalladdresses.h | 2 +- src/websockets.cpp | 2 +- src/websockets.h | 2 +- win-build.sh | 2 +- 57 files changed, 57 insertions(+), 57 deletions(-) diff --git a/build.sh b/build.sh index 91bc83e..7cb8668 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2018-2021 The Hush Developers +# Copyright 2018-2022 The Hush Developers # Released under the GPLv3 set -e diff --git a/run-after-build.sh b/run-after-build.sh index d7b27a4..54dff92 100755 --- a/run-after-build.sh +++ b/run-after-build.sh @@ -1,4 +1,4 @@ #!/bin/bash -# Copyright 2019-2021 The Hush Developers +# Copyright 2019-2022 The Hush Developers ./build.sh && ./silentdragon diff --git a/silentdragon.pro b/silentdragon.pro index 1df3eaf..90f9016 100644 --- a/silentdragon.pro +++ b/silentdragon.pro @@ -1,4 +1,4 @@ -# Copyright 2018-2021 The Hush Developers +# Copyright 2018-2022 The Hush Developers # Released under the GPLv3 # Project created by QtCreator 2018-10-05T09:54:45 diff --git a/src/about.ui b/src/about.ui index 99705e7..4c9424d 100644 --- a/src/about.ui +++ b/src/about.ui @@ -53,7 +53,7 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Ubuntu'; font-size:12pt; font-weight:400; font-style:normal;"> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8.1pt;"><br /></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">Copyright(c) 2019-2021 The Hush developers (GPLv3)</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">Copyright(c) 2019-2022 The Hush developers (GPLv3)</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">Copyright (c) 2019 Duke Leto, Jane Mercer and Aditya Kulkarni. (MIT License)</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:11pt;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt;">Special thanks to:</span></p> diff --git a/src/addressbook.cpp b/src/addressbook.cpp index e92ce4e..b39e0f0 100644 --- a/src/addressbook.cpp +++ b/src/addressbook.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #include "addressbook.h" #include "ui_addressbook.h" diff --git a/src/addressbook.h b/src/addressbook.h index 294b1b3..d392b88 100644 --- a/src/addressbook.h +++ b/src/addressbook.h @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #ifndef ADDRESSBOOK_H #define ADDRESSBOOK_H diff --git a/src/addresscombo.cpp b/src/addresscombo.cpp index e38e5c8..1b31b63 100644 --- a/src/addresscombo.cpp +++ b/src/addresscombo.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #include "addresscombo.h" #include "addressbook.h" diff --git a/src/addresscombo.h b/src/addresscombo.h index 3475b32..5bd56a7 100644 --- a/src/addresscombo.h +++ b/src/addresscombo.h @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #ifndef ADDRESSCOMBO_H #define ADDRESSCOMBO_H diff --git a/src/balancestablemodel.cpp b/src/balancestablemodel.cpp index 0ca75ed..d749d8b 100644 --- a/src/balancestablemodel.cpp +++ b/src/balancestablemodel.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #include "balancestablemodel.h" #include "addressbook.h" diff --git a/src/balancestablemodel.h b/src/balancestablemodel.h index d8c65e0..26594e9 100644 --- a/src/balancestablemodel.h +++ b/src/balancestablemodel.h @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #ifndef BALANCESTABLEMODEL_H #define BALANCESTABLEMODEL_H diff --git a/src/bannedpeerstablemodel.cpp b/src/bannedpeerstablemodel.cpp index 58f60ca..a4affce 100644 --- a/src/bannedpeerstablemodel.cpp +++ b/src/bannedpeerstablemodel.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #include "bannedpeerstablemodel.h" #include "settings.h" diff --git a/src/bannedpeerstablemodel.h b/src/bannedpeerstablemodel.h index d6d046d..e0cfae0 100644 --- a/src/bannedpeerstablemodel.h +++ b/src/bannedpeerstablemodel.h @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #ifndef BANNEDPEERSTABLEMODEL_H #define BANNEDPEERSTABLEMODEL_H diff --git a/src/connection.cpp b/src/connection.cpp index a0ceaf5..3bf7f32 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #include "connection.h" #include "mainwindow.h" diff --git a/src/connection.h b/src/connection.h index 1f381cf..c539320 100644 --- a/src/connection.h +++ b/src/connection.h @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #ifndef CONNECTION_H #define CONNECTION_H diff --git a/src/fillediconlabel.cpp b/src/fillediconlabel.cpp index 6f06138..bd7efdb 100644 --- a/src/fillediconlabel.cpp +++ b/src/fillediconlabel.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #include "fillediconlabel.h" diff --git a/src/fillediconlabel.h b/src/fillediconlabel.h index 6211028..5defe6d 100644 --- a/src/fillediconlabel.h +++ b/src/fillediconlabel.h @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #ifndef FILLEDICONLABEL_H #define FILLEDICONLABEL_H diff --git a/src/logger.cpp b/src/logger.cpp index ca7d30a..ec51ad2 100644 --- a/src/logger.cpp +++ b/src/logger.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #include "logger.h" diff --git a/src/logger.h b/src/logger.h index 1e7f13f..9832cf2 100644 --- a/src/logger.h +++ b/src/logger.h @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #ifndef LOGGER_H #define LOGGER_H diff --git a/src/main.cpp b/src/main.cpp index 03a22e9..c4f4c57 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #include #include "precompiled.h" diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 2d6ad5b..84ff2f3 100755 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush Developers +// Copyright 2019-2022 The Hush Developers // Released under the GPLv3 #include "mainwindow.h" #include "addressbook.h" diff --git a/src/mainwindow.h b/src/mainwindow.h index 7841d85..0670d85 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #ifndef MAINWINDOW_H #define MAINWINDOW_H diff --git a/src/memoedit.cpp b/src/memoedit.cpp index a32baac..46699ad 100644 --- a/src/memoedit.cpp +++ b/src/memoedit.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #include "memoedit.h" diff --git a/src/memoedit.h b/src/memoedit.h index 1db0510..f5ac495 100644 --- a/src/memoedit.h +++ b/src/memoedit.h @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #ifndef MEMOEDIT_H #define MEMOEDIT_H diff --git a/src/mobileappconnector.cpp b/src/mobileappconnector.cpp index b06590e..d34c0de 100644 --- a/src/mobileappconnector.cpp +++ b/src/mobileappconnector.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #include "mobileappconnector.h" #include "ui_mobileappconnector.h" diff --git a/src/mobileappconnector.h b/src/mobileappconnector.h index fb5efcc..c1b3593 100644 --- a/src/mobileappconnector.h +++ b/src/mobileappconnector.h @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #ifndef MOBILEAPPCONNECTOR_H #define MOBILEAPPCONNECTOR_H diff --git a/src/peerstablemodel.cpp b/src/peerstablemodel.cpp index 39ce258..4fc713d 100644 --- a/src/peerstablemodel.cpp +++ b/src/peerstablemodel.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #include "peerstablemodel.h" #include "settings.h" diff --git a/src/peerstablemodel.h b/src/peerstablemodel.h index 08984f5..4b4499e 100644 --- a/src/peerstablemodel.h +++ b/src/peerstablemodel.h @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #ifndef PEERSTABLEMODEL_H #define PEERSTABLEMODEL_H diff --git a/src/precompiled.h b/src/precompiled.h index dd9b6f2..c875219 100644 --- a/src/precompiled.h +++ b/src/precompiled.h @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #if defined __cplusplus /* Add C++ includes here */ diff --git a/src/qrcodelabel.cpp b/src/qrcodelabel.cpp index e52afc5..4bc4ce6 100644 --- a/src/qrcodelabel.cpp +++ b/src/qrcodelabel.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #include "qrcodelabel.h" diff --git a/src/qrcodelabel.h b/src/qrcodelabel.h index af20559..2de4fea 100644 --- a/src/qrcodelabel.h +++ b/src/qrcodelabel.h @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #ifndef QRCODELABEL_H #define QRCODELABEL_H diff --git a/src/recurring.cpp b/src/recurring.cpp index 25d7c60..5759ce8 100644 --- a/src/recurring.cpp +++ b/src/recurring.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #include "recurring.h" diff --git a/src/recurring.h b/src/recurring.h index 340c33c..0f00022 100644 --- a/src/recurring.h +++ b/src/recurring.h @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #ifndef RECURRING_H #define RECURRING_H diff --git a/src/requestdialog.cpp b/src/requestdialog.cpp index 581fbd8..2d37d41 100644 --- a/src/requestdialog.cpp +++ b/src/requestdialog.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #include "requestdialog.h" #include "ui_requestdialog.h" diff --git a/src/requestdialog.h b/src/requestdialog.h index e81a393..21041cc 100644 --- a/src/requestdialog.h +++ b/src/requestdialog.h @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #ifndef REQUESTDIALOG_H #define REQUESTDIALOG_H diff --git a/src/rpc.cpp b/src/rpc.cpp index a160993..9a9e822 100644 --- a/src/rpc.cpp +++ b/src/rpc.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush Developers +// Copyright 2019-2022 The Hush Developers // Released under the GPLv3 #include "rpc.h" #include "addressbook.h" diff --git a/src/rpc.h b/src/rpc.h index e5f2684..85daba5 100755 --- a/src/rpc.h +++ b/src/rpc.h @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #ifndef RPCCLIENT_H #define RPCCLIENT_H diff --git a/src/scripts/dotranslations.sh b/src/scripts/dotranslations.sh index 7140f2f..aa85f8c 100644 --- a/src/scripts/dotranslations.sh +++ b/src/scripts/dotranslations.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) 2019-2021 The Hush developers +# Copyright (c) 2019-2022 The Hush developers # Released under the GPLv3 if [ -z $QT_STATIC ]; then diff --git a/src/scripts/make-binary-tarball.sh b/src/scripts/make-binary-tarball.sh index e5743a1..c784c60 100755 --- a/src/scripts/make-binary-tarball.sh +++ b/src/scripts/make-binary-tarball.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) 2019-2021 The Hush developers +# Copyright (c) 2019-2022 The Hush developers # Released under the GPLv3 APP_VERSION=$(cat src/version.h | cut -d\" -f2) diff --git a/src/scripts/make-deb.sh b/src/scripts/make-deb.sh index be3916c..69cff70 100755 --- a/src/scripts/make-deb.sh +++ b/src/scripts/make-deb.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) 2019-2021 The Hush developers +# Copyright (c) 2019-2022 The Hush developers # Thanks to Zecwallet for the original code # Released under the GPLv3 diff --git a/src/scripts/make-only-deb.sh b/src/scripts/make-only-deb.sh index 9cabc49..a1a81f7 100755 --- a/src/scripts/make-only-deb.sh +++ b/src/scripts/make-only-deb.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) 2019-2021 The Hush developers +# Copyright (c) 2019-2022 The Hush developers # Released under the GPLv3 echo "Let There Be Debian Packages" diff --git a/src/scripts/mkmacdmg.sh b/src/scripts/mkmacdmg.sh index 127b25f..625ceab 100644 --- a/src/scripts/mkmacdmg.sh +++ b/src/scripts/mkmacdmg.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) 2019-2021 The Hush developers +# Copyright (c) 2019-2022 The Hush developers # Released under the GPLv3 # Accept the variables as command line arguments as well diff --git a/src/scripts/mkrelease.sh b/src/scripts/mkrelease.sh index 65e8037..d397f05 100755 --- a/src/scripts/mkrelease.sh +++ b/src/scripts/mkrelease.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) 2019-2021 The Hush developers +# Copyright (c) 2019-2022 The Hush developers # Thanks to Zecwallet for the original code # Released under the GPLv3 diff --git a/src/scripts/signbinaries.sh b/src/scripts/signbinaries.sh index 447bb7e..b38f572 100755 --- a/src/scripts/signbinaries.sh +++ b/src/scripts/signbinaries.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) 2019-2021 The Hush developers +# Copyright (c) 2019-2022 The Hush developers # Released under the GPLv3 # Accept the variables as command line arguments as well diff --git a/src/sendtab.cpp b/src/sendtab.cpp index c734d7c..c8f5569 100644 --- a/src/sendtab.cpp +++ b/src/sendtab.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #include "mainwindow.h" #include "ui_mainwindow.h" diff --git a/src/senttxstore.cpp b/src/senttxstore.cpp index 75cb10a..e9f8505 100644 --- a/src/senttxstore.cpp +++ b/src/senttxstore.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #include "senttxstore.h" #include "settings.h" diff --git a/src/senttxstore.h b/src/senttxstore.h index 8f9c5ab..3c148a6 100644 --- a/src/senttxstore.h +++ b/src/senttxstore.h @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #ifndef SENTTXSTORE_H #define SENTTXSTORE_H diff --git a/src/settings.cpp b/src/settings.cpp index 2cf5524..84c5394 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2021 Hush developers +// Copyright 2019-2022 Hush developers // Released under the GPLv3 #include "mainwindow.h" #include "settings.h" diff --git a/src/settings.h b/src/settings.h index 32909d5..a426805 100644 --- a/src/settings.h +++ b/src/settings.h @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #ifndef SETTINGS_H #define SETTINGS_H diff --git a/src/txtablemodel.cpp b/src/txtablemodel.cpp index ed7322e..f43e4ef 100644 --- a/src/txtablemodel.cpp +++ b/src/txtablemodel.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #include "txtablemodel.h" #include "settings.h" diff --git a/src/txtablemodel.h b/src/txtablemodel.h index c7e05a4..f443c4b 100644 --- a/src/txtablemodel.h +++ b/src/txtablemodel.h @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #ifndef STRINGSTABLEMODEL_H #define STRINGSTABLEMODEL_H diff --git a/src/validateaddress.cpp b/src/validateaddress.cpp index a6b305f..4076ab7 100644 --- a/src/validateaddress.cpp +++ b/src/validateaddress.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #include "validateaddress.h" diff --git a/src/validateaddress.h b/src/validateaddress.h index 50032ef..ea06b84 100644 --- a/src/validateaddress.h +++ b/src/validateaddress.h @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #ifndef VALIDATEADDRESS_H #define VALIDATEADDRESS_H diff --git a/src/viewalladdresses.cpp b/src/viewalladdresses.cpp index 58cb34a..669cb2d 100644 --- a/src/viewalladdresses.cpp +++ b/src/viewalladdresses.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #include "viewalladdresses.h" #include "settings.h" diff --git a/src/viewalladdresses.h b/src/viewalladdresses.h index 5d68e34..00b5cd7 100644 --- a/src/viewalladdresses.h +++ b/src/viewalladdresses.h @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #ifndef VIEWALLADDRESSES_H #define VIEWALLADDRESSES_H diff --git a/src/websockets.cpp b/src/websockets.cpp index 8ec377c..427c27d 100644 --- a/src/websockets.cpp +++ b/src/websockets.cpp @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #include "websockets.h" #include "rpc.h" diff --git a/src/websockets.h b/src/websockets.h index 224d63c..4415429 100644 --- a/src/websockets.h +++ b/src/websockets.h @@ -1,4 +1,4 @@ -// Copyright 2019-2021 The Hush developers +// Copyright 2019-2022 The Hush developers // Released under the GPLv3 #ifndef WEBSOCKETS_H #define WEBSOCKETS_H diff --git a/win-build.sh b/win-build.sh index 86b4f08..e3fbe01 100755 --- a/win-build.sh +++ b/win-build.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2019-2021 The Hush Developers +# Copyright 2019-2022 The Hush Developers # Released under the GPLv3 # This script will cross-compile windoze binaries, hopefully!