Update some copyright stuff in windows files
This commit is contained in:
@@ -16,12 +16,12 @@ BEGIN
|
|||||||
BEGIN
|
BEGIN
|
||||||
BLOCK "040904E4" // U.S. English - multilingual (hex)
|
BLOCK "040904E4" // U.S. English - multilingual (hex)
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "CompanyName", "Komodo"
|
VALUE "CompanyName", "Hush"
|
||||||
VALUE "FileDescription", "komodo-cli (JSON-RPC client for Komodo)"
|
VALUE "FileDescription", "komodo-cli (JSON-RPC client for Hush-flavored Komodo)"
|
||||||
VALUE "FileVersion", VER_FILEVERSION_STR
|
VALUE "FileVersion", VER_FILEVERSION_STR
|
||||||
VALUE "InternalName", "komodo-cli"
|
VALUE "InternalName", "komodo-cli"
|
||||||
VALUE "LegalCopyright", COPYRIGHT_STR
|
VALUE "LegalCopyright", COPYRIGHT_STR
|
||||||
VALUE "LegalTrademarks1", "Distributed under the MIT software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php."
|
VALUE "LegalTrademarks1", "Distributed under the MIT software license, see the accompanying file COPYING or https://www.opensource.org/licenses/mit-license.php"
|
||||||
VALUE "OriginalFilename", "komodo-cli.exe"
|
VALUE "OriginalFilename", "komodo-cli.exe"
|
||||||
VALUE "ProductName", "komodo-cli"
|
VALUE "ProductName", "komodo-cli"
|
||||||
VALUE "ProductVersion", VER_PRODUCTVERSION_STR
|
VALUE "ProductVersion", VER_PRODUCTVERSION_STR
|
||||||
|
|||||||
@@ -56,7 +56,7 @@
|
|||||||
#define DO_STRINGIZE(X) #X
|
#define DO_STRINGIZE(X) #X
|
||||||
|
|
||||||
//! Copyright string used in Windows .rc files
|
//! Copyright string used in Windows .rc files
|
||||||
#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " The Bitcoin Core Developers, The Zcash developers, Komodo developers, Hush developers"
|
#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " The Bitcoin Core, Zcash, Komodo, Hush Developers"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* bitcoind-res.rc includes this file, but it cannot cope with real c++ code.
|
* bitcoind-res.rc includes this file, but it cannot cope with real c++ code.
|
||||||
|
|||||||
@@ -2050,7 +2050,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
|
|||||||
}
|
}
|
||||||
#endif // ENABLE_MINING
|
#endif // ENABLE_MINING
|
||||||
|
|
||||||
// Start the thread that notifies listeners of transactions that have been
|
// Start the thread that notifies listeners of transactions that have been
|
||||||
// recently added to the mempool, or have been added to or removed from the
|
// recently added to the mempool, or have been added to or removed from the
|
||||||
// chain. We perform this before step 10 (import blocks) so that the
|
// chain. We perform this before step 10 (import blocks) so that the
|
||||||
// original value of chainActive.Tip(), which corresponds with the wallet's
|
// original value of chainActive.Tip(), which corresponds with the wallet's
|
||||||
|
|||||||
Reference in New Issue
Block a user