comparison src/noui.h @ 3020:721dddb0eccd draft

Update License in File Headers I originally created a pull to replace the "COPYING" in crypter.cpp and crypter.h, but it turned out that COPYING was actually the correct file.
author Fordy <fanquake@gmail.com>
date Fri, 18 May 2012 22:02:28 +0800
parents 228f8c2d9b70
children 0faead043901
comparison
equal deleted inserted replaced
3019:f3f04c9fc54e 3020:721dddb0eccd
1 // Copyright (c) 2010 Satoshi Nakamoto 1 // Copyright (c) 2010 Satoshi Nakamoto
2 // Copyright (c) 2011 The Bitcoin developers 2 // Copyright (c) 2011 The Bitcoin developers
3 // Distributed under the MIT/X11 software license, see the accompanying 3 // Distributed under the MIT/X11 software license, see the accompanying
4 // file license.txt or http://www.opensource.org/licenses/mit-license.php. 4 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
5 #ifndef BITCOIN_NOUI_H 5 #ifndef BITCOIN_NOUI_H
6 #define BITCOIN_NOUI_H 6 #define BITCOIN_NOUI_H
7 7
8 #include <string> 8 #include <string>
9 #include <boost/function.hpp> 9 #include <boost/function.hpp>