add missing copyright headers

This commit is contained in:
Patrick Lodder 2024-02-25 13:09:52 -05:00
parent 7237da74b8
commit bf80b6d843
No known key found for this signature in database
GPG Key ID: 7C523F5FBABE80E7
4 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,8 @@
// Copyright (c) 2011-2012 The Litecoin Core developers
// Copyright (c) 2013-2021 The Dogecoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_CRYPTO_SCRYPT_H
#define BITCOIN_CRYPTO_SCRYPT_H
#include <stdlib.h>

View File

@ -1,3 +1,7 @@
// Copyright (c) 2014 The Dogecoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "verticallabel.h"
#include <QPainter>

View File

@ -1,3 +1,7 @@
// Copyright (c) 2014 The Dogecoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef VERTICALLABEL_H
#define VERTICALLABEL_H

View File

@ -1,3 +1,7 @@
// Copyright (c) 2011-2014 The Litecoin Core developers
// Copyright (c) 2014 The Dogecoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <boost/test/unit_test.hpp>
#include "crypto/scrypt.h"