Skip to content

Commit 68568c3

Browse files
Johnny CarlsonJohnny Carlson
Johnny Carlson
authored and
Johnny Carlson
committed
qmltest: add/fix copyright comments
1 parent aa99222 commit 68568c3

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

src/Makefile.qmltest.include

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2013-2023 The Bitcoin Core developers
1+
# Copyright (c) 2023 The Bitcoin Core 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/qml/test/org/bitcoincore/qt/AppMode.qml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2023 The Bitcoin Core developers
2+
// Distributed under the MIT software license, see the accompanying
3+
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4+
15
pragma Singleton
26
import QtQuick 2.15
37

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
# Copyright (c) 2023 The Bitcoin Core developers
2+
# Distributed under the MIT software license, see the accompanying
3+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
4+
15
module org.bitcoincore.qt
26
singleton AppMode 1.0 AppMode.qml

src/qml/test/setup.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2014-2023 The Bitcoin Core developers
1+
// Copyright (c) 2023 The Bitcoin Core developers
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44
#ifndef BITCOIN_QML_TEST_SETUP_H

src/qml/test/tst_onboarding.qml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2023 The Bitcoin Core developers
2+
// Distributed under the MIT software license, see the accompanying
3+
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4+
15
import QtQuick 2.15
26
import QtTest 1.15
37
import "../controls"

0 commit comments

Comments
 (0)