mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-01-31 02:20:53 +00:00
add missing copyright headers
This commit is contained in:
parent
7237da74b8
commit
bf80b6d843
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user