Skip to content

Commit a3606dd

Browse files
committed
qml: Add copyright headers to QML files
Github-Pull: bitcoin-core#34 Rebased-From: f82209d
1 parent 29b6a05 commit a3606dd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/qml/BitcoinApp/initerrormessage.qml

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

src/qml/BitcoinApp/stub.qml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2021-present The Bitcoin Core developers
2+
// Distributed under the MIT software license, see the accompanying
3+
// file COPYING or https://opensource.org/license/mit/.
4+
15
import QtQml
26
import QtQuick.Controls
37

0 commit comments

Comments
 (0)