bitcoin-hivemind / hivemind

Knowledge Revolution
http://www.bitcoin-hivemind.com
MIT License
113 stars 6 forks source link

Add copyright and license information to files added by CryptAxe #26

Open CryptAxe opened 8 years ago

CryptAxe commented 8 years ago

Some files that I have added to the project turn out to be missing the relevant license and copyright information on the head of the file.

This can easily be fixed with some regex and bash, I'm just making an issue so that I don't forget to update all of the files. The correct file head can be grabbed from any of the files in the project that I didn't create..

CryptAxe commented 8 years ago

Text that needs to be added:

/*
 * Copyright (c) 2015 The Hivemind Core developers
 * Distributed under the MIT software license, see the accompanying
 * file COPYING or http://www.opensource.org/licenses/mit-license.php.
 */