Skip to content

Commit b40b5ac

Browse files
committed
Correct copyright and object order in new make files
1 parent 22308cd commit b40b5ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Makefile.libtorrent.include

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018 Duality Blockchain Solutions Developers
1+
# Copyright (c) 2018-2019 Duality Blockchain Solutions Developers
22
# Distributed under the MIT software license, see the accompanying
33
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

src/Makefile.qt.include

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ QT_FORMS_UI = \
3737
qt/forms/helpmessagedialog.ui \
3838
qt/forms/intro.ui \
3939
qt/forms/miningpage.ui \
40-
qt/forms/modaloverlay.ui \
4140
qt/forms/mnemonicdialog.ui \
41+
qt/forms/modaloverlay.ui \
4242
qt/forms/openuridialog.ui \
4343
qt/forms/optionsdialog.ui \
4444
qt/forms/overviewpage.ui \

src/Makefile.vgp.include

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018 Duality Blockchain Solutions Developers
1+
# Copyright (c) 2018-2019 Duality Blockchain Solutions Developers
22
# Distributed under the MIT software license, see the accompanying
33
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

0 commit comments

Comments
 (0)