copyright

This commit is contained in:
UdjinM6 2015-02-24 17:02:22 +03:00
parent d2e3d67a1d
commit 259752c627
3 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,7 @@
// Copyright (c) 2014-2015 The Darkcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "masternode.h" #include "masternode.h"
#include "masternodeman.h" #include "masternodeman.h"
#include "darksend.h" #include "darksend.h"

View File

@ -1,3 +1,7 @@
// Copyright (c) 2014-2015 The Darkcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "masternodeman.h" #include "masternodeman.h"
#include "activemasternode.h" #include "activemasternode.h"
#include "darksend.h" #include "darksend.h"

View File

@ -1,8 +1,7 @@
// Copyright (c) 2014-2015 The Darkcoin developers
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying // Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php. // file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef MASTERNODEMAN_H #ifndef MASTERNODEMAN_H
#define MASTERNODEMAN_H #define MASTERNODEMAN_H