X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fbitcoinrpc.h;h=254def86b20638d1d59910e735dc926973e7c96f;hb=d11488abd05cb39a9f481e7c4c35f780197a3d28;hp=48a7b8a8a66d96c81c167a18bc3f08193d11b860;hpb=42c405ad2340c11c769643ab8aee5e6ab118d2a1;p=novacoin.git diff --git a/src/bitcoinrpc.h b/src/bitcoinrpc.h index 48a7b8a..254def8 100644 --- a/src/bitcoinrpc.h +++ b/src/bitcoinrpc.h @@ -1,6 +1,7 @@ // Copyright (c) 2010 Satoshi Nakamoto +// Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying -// file license.txt or http://www.opensource.org/licenses/mit-license.php. +// file COPYING or http://www.opensource.org/licenses/mit-license.php. void ThreadRPCServer(void* parg); int CommandLineRPC(int argc, char *argv[]);