Skip to content

Commit

Permalink
add missing copyright headers
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklodder committed Feb 25, 2024
1 parent 7237da7 commit bf80b6d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/crypto/scrypt.h
@@ -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>
Expand Down
4 changes: 4 additions & 0 deletions src/qt/verticallabel.cpp
@@ -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>
Expand Down
4 changes: 4 additions & 0 deletions src/qt/verticallabel.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.

#ifndef VERTICALLABEL_H
#define VERTICALLABEL_H

Expand Down
4 changes: 4 additions & 0 deletions src/test/scrypt_tests.cpp
@@ -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"
Expand Down

0 comments on commit bf80b6d

Please sign in to comment.