From e592d43f51cf3b3531fd23ffed9a5bc97314fead Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Mon, 4 Nov 2013 16:20:43 +0100 Subject: qt: add license header to source files Closes #839 --- src/qt/walletview.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'src/qt/walletview.h') diff --git a/src/qt/walletview.h b/src/qt/walletview.h index 61515047ca..19be8f4d87 100644 --- a/src/qt/walletview.h +++ b/src/qt/walletview.h @@ -1,9 +1,7 @@ -/* - * Qt4 bitcoin GUI. - * - * W.J. van der Laan 2011-2012 - * The Bitcoin Developers 2011-2013 - */ +// Copyright (c) 2011-2013 The Bitcoin developers +// Distributed under the MIT/X11 software license, see the accompanying +// file COPYING or http://www.opensource.org/licenses/mit-license.php. + #ifndef WALLETVIEW_H #define WALLETVIEW_H -- cgit v1.2.3