From 868a124c75d1c0c35ea502d9196127546f5192fc Mon Sep 17 00:00:00 2001 From: sandakersmann Date: Wed, 3 Jun 2015 15:23:34 +0200 Subject: [PATCH] [Trivial] Missing "Core" in header --- src/qt/paymentrequestplus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qt/paymentrequestplus.h b/src/qt/paymentrequestplus.h index 99a7186b8590..8281832fcd89 100644 --- a/src/qt/paymentrequestplus.h +++ b/src/qt/paymentrequestplus.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011-2014 The Bitcoin developers +// Copyright (c) 2011-2015 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php.