Skip to content

Commit f82209d

Browse files
committed
scripted-diff: Add copyright headers to QML files
-BEGIN VERIFY SCRIPT- git ls-files ./src/qml/pages | xargs -I % ./contrib/devtools/copyright_header.py insert % -END VERIFY SCRIPT-
1 parent f7d3e75 commit f82209d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/qml/pages/initerrormessage.qml

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2021 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.12
26
import QtQuick.Dialogs 1.3
37

src/qml/pages/stub.qml

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2021 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 QtQml 2.12
26
import QtQuick.Controls 2.12
37

0 commit comments

Comments
 (0)