From 1e7ff8e18cbfab530960d862243c9f58677c8fee Mon Sep 17 00:00:00 2001 From: Ray Engelking Date: Tue, 6 Feb 2018 18:52:59 -0500 Subject: [PATCH] copyright in .cpp, .c, and .h files updated with flo copyright --- src/addrdb.cpp | 1 + src/addrdb.h | 1 + src/addrman.cpp | 1 + src/addrman.h | 1 + src/amount.h | 1 + src/arith_uint256.cpp | 1 + src/arith_uint256.h | 1 + src/base58.cpp | 1 + src/base58.h | 1 + src/bench/Examples.cpp | 1 + src/bench/base58.cpp | 1 + src/bench/bench.cpp | 1 + src/bench/bench.h | 1 + src/bench/bench_bitcoin.cpp | 1 + src/bench/ccoins_caching.cpp | 1 + src/bench/checkblock.cpp | 1 + src/bench/checkqueue.cpp | 1 + src/bench/coin_selection.cpp | 1 + src/bench/crypto_hash.cpp | 1 + src/bench/lockedpool.cpp | 1 + src/bench/mempool_eviction.cpp | 1 + src/bench/perf.cpp | 1 + src/bench/perf.h | 1 + src/bench/prevector_destructor.cpp | 1 + src/bench/rollingbloom.cpp | 1 + src/bench/verify_script.cpp | 1 + src/bitcoin-cli.cpp | 1 + src/bitcoin-tx.cpp | 1 + src/bitcoind.cpp | 1 + src/blockencodings.cpp | 1 + src/blockencodings.h | 1 + src/bloom.cpp | 1 + src/bloom.h | 1 + src/chain.cpp | 1 + src/chain.h | 1 + src/chainparams.cpp | 1 + src/chainparams.h | 1 + src/chainparamsbase.cpp | 1 + src/chainparamsbase.h | 1 + src/checkpoints.cpp | 1 + src/checkpoints.h | 1 + src/checkqueue.h | 1 + src/clientversion.cpp | 1 + src/clientversion.h | 1 + src/coins.cpp | 1 + src/coins.h | 1 + src/compat.h | 1 + src/compat/byteswap.h | 1 + src/compat/endian.h | 1 + src/compat/glibc_compat.cpp | 1 + src/compat/glibc_sanity.cpp | 1 + src/compat/glibcxx_sanity.cpp | 1 + src/compat/sanity.h | 1 + src/compat/strnlen.cpp | 1 + src/compressor.cpp | 1 + src/compressor.h | 1 + src/consensus/consensus.h | 1 + src/consensus/merkle.cpp | 1 + src/consensus/merkle.h | 1 + src/consensus/params.h | 1 + src/consensus/tx_verify.cpp | 1 + src/consensus/tx_verify.h | 1 + src/consensus/validation.h | 1 + src/core_io.h | 1 + src/core_memusage.h | 1 + src/core_read.cpp | 1 + src/core_write.cpp | 1 + src/crypto/aes.cpp | 1 + src/crypto/aes.h | 1 + src/crypto/chacha20.cpp | 1 + src/crypto/chacha20.h | 1 + src/crypto/common.h | 1 + src/crypto/hmac_sha256.cpp | 1 + src/crypto/hmac_sha256.h | 1 + src/crypto/hmac_sha512.cpp | 1 + src/crypto/hmac_sha512.h | 1 + src/crypto/ripemd160.cpp | 1 + src/crypto/ripemd160.h | 1 + src/crypto/sha1.cpp | 1 + src/crypto/sha1.h | 1 + src/crypto/sha256.cpp | 1 + src/crypto/sha256.h | 1 + src/crypto/sha256_sse4.cpp | 1 + src/crypto/sha512.cpp | 1 + src/crypto/sha512.h | 1 + src/dbwrapper.cpp | 1 + src/dbwrapper.h | 1 + src/fs.h | 1 + src/hash.cpp | 1 + src/hash.h | 1 + src/httprpc.cpp | 1 + src/httprpc.h | 1 + src/httpserver.cpp | 1 + src/httpserver.h | 1 + src/indirectmap.h | 1 + src/init.cpp | 1 + src/init.h | 1 + src/key.cpp | 1 + src/key.h | 1 + src/keystore.cpp | 1 + src/keystore.h | 1 + src/limitedmap.h | 1 + src/memusage.h | 1 + src/merkleblock.cpp | 1 + src/merkleblock.h | 1 + src/miner.cpp | 1 + src/miner.h | 1 + src/net.cpp | 1 + src/net.h | 1 + src/net_processing.cpp | 1 + src/net_processing.h | 1 + src/netaddress.cpp | 1 + src/netaddress.h | 1 + src/netbase.cpp | 1 + src/netbase.h | 1 + src/netmessagemaker.h | 1 + src/noui.cpp | 1 + src/noui.h | 1 + src/policy/feerate.cpp | 1 + src/policy/feerate.h | 1 + src/policy/fees.cpp | 1 + src/policy/fees.h | 1 + src/policy/policy.cpp | 1 + src/policy/policy.h | 1 + src/policy/rbf.cpp | 1 + src/policy/rbf.h | 1 + src/pow.cpp | 1 + src/pow.h | 1 + src/prevector.h | 1 + src/primitives/block.cpp | 1 + src/primitives/block.h | 1 + src/primitives/transaction.cpp | 1 + src/primitives/transaction.h | 1 + src/protocol.cpp | 1 + src/protocol.h | 1 + src/pubkey.cpp | 1 + src/pubkey.h | 1 + src/qt/addressbookpage.cpp | 1 + src/qt/addressbookpage.h | 1 + src/qt/addresstablemodel.cpp | 1 + src/qt/addresstablemodel.h | 1 + src/qt/askpassphrasedialog.cpp | 1 + src/qt/askpassphrasedialog.h | 1 + src/qt/bantablemodel.cpp | 1 + src/qt/bantablemodel.h | 1 + src/qt/bitcoin.cpp | 1 + src/qt/bitcoinaddressvalidator.cpp | 1 + src/qt/bitcoinaddressvalidator.h | 1 + src/qt/bitcoinamountfield.cpp | 1 + src/qt/bitcoinamountfield.h | 1 + src/qt/bitcoingui.cpp | 1 + src/qt/bitcoingui.h | 1 + src/qt/bitcoinunits.cpp | 1 + src/qt/bitcoinunits.h | 1 + src/qt/clientmodel.cpp | 1 + src/qt/clientmodel.h | 1 + src/qt/coincontroldialog.cpp | 1 + src/qt/coincontroldialog.h | 1 + src/qt/coincontroltreewidget.cpp | 1 + src/qt/coincontroltreewidget.h | 1 + src/qt/csvmodelwriter.cpp | 1 + src/qt/csvmodelwriter.h | 1 + src/qt/editaddressdialog.cpp | 1 + src/qt/editaddressdialog.h | 1 + src/qt/guiconstants.h | 1 + src/qt/guiutil.cpp | 1 + src/qt/guiutil.h | 1 + src/qt/intro.cpp | 1 + src/qt/intro.h | 1 + src/qt/macdockiconhandler.h | 1 + src/qt/macnotificationhandler.h | 1 + src/qt/modaloverlay.cpp | 1 + src/qt/modaloverlay.h | 1 + src/qt/networkstyle.cpp | 1 + src/qt/networkstyle.h | 1 + src/qt/notificator.cpp | 1 + src/qt/notificator.h | 1 + src/qt/openuridialog.cpp | 1 + src/qt/openuridialog.h | 1 + src/qt/optionsdialog.cpp | 1 + src/qt/optionsdialog.h | 1 + src/qt/optionsmodel.cpp | 1 + src/qt/optionsmodel.h | 1 + src/qt/overviewpage.cpp | 1 + src/qt/overviewpage.h | 1 + src/qt/paymentrequestplus.cpp | 1 + src/qt/paymentrequestplus.h | 1 + src/qt/paymentserver.cpp | 1 + src/qt/paymentserver.h | 1 + src/qt/peertablemodel.cpp | 1 + src/qt/peertablemodel.h | 1 + src/qt/platformstyle.cpp | 1 + src/qt/platformstyle.h | 1 + src/qt/qvalidatedlineedit.cpp | 1 + src/qt/qvalidatedlineedit.h | 1 + src/qt/qvaluecombobox.cpp | 1 + src/qt/qvaluecombobox.h | 1 + src/qt/receivecoinsdialog.cpp | 1 + src/qt/receivecoinsdialog.h | 1 + src/qt/receiverequestdialog.cpp | 1 + src/qt/receiverequestdialog.h | 1 + src/qt/recentrequeststablemodel.cpp | 1 + src/qt/recentrequeststablemodel.h | 1 + src/qt/rpcconsole.cpp | 1 + src/qt/rpcconsole.h | 1 + src/qt/sendcoinsdialog.cpp | 1 + src/qt/sendcoinsdialog.h | 1 + src/qt/sendcoinsentry.cpp | 1 + src/qt/sendcoinsentry.h | 1 + src/qt/signverifymessagedialog.cpp | 1 + src/qt/signverifymessagedialog.h | 1 + src/qt/splashscreen.cpp | 1 + src/qt/splashscreen.h | 1 + src/qt/test/compattests.cpp | 1 + src/qt/test/compattests.h | 1 + src/qt/test/paymentrequestdata.h | 1 + src/qt/test/paymentservertests.cpp | 1 + src/qt/test/paymentservertests.h | 1 + src/qt/test/rpcnestedtests.cpp | 1 + src/qt/test/rpcnestedtests.h | 1 + src/qt/test/test_main.cpp | 1 + src/qt/test/uritests.cpp | 1 + src/qt/test/uritests.h | 1 + src/qt/trafficgraphwidget.cpp | 1 + src/qt/trafficgraphwidget.h | 1 + src/qt/transactiondesc.cpp | 1 + src/qt/transactiondesc.h | 1 + src/qt/transactiondescdialog.cpp | 1 + src/qt/transactiondescdialog.h | 1 + src/qt/transactionfilterproxy.cpp | 1 + src/qt/transactionfilterproxy.h | 1 + src/qt/transactionrecord.cpp | 1 + src/qt/transactionrecord.h | 1 + src/qt/transactiontablemodel.cpp | 1 + src/qt/transactiontablemodel.h | 1 + src/qt/transactionview.cpp | 1 + src/qt/transactionview.h | 1 + src/qt/utilitydialog.cpp | 1 + src/qt/utilitydialog.h | 1 + src/qt/walletframe.cpp | 1 + src/qt/walletframe.h | 1 + src/qt/walletmodel.cpp | 1 + src/qt/walletmodel.h | 1 + src/qt/walletmodeltransaction.cpp | 1 + src/qt/walletmodeltransaction.h | 1 + src/qt/walletview.cpp | 1 + src/qt/walletview.h | 1 + src/qt/winshutdownmonitor.cpp | 1 + src/qt/winshutdownmonitor.h | 1 + src/random.cpp | 1 + src/random.h | 1 + src/rest.cpp | 1 + src/reverselock.h | 1 + src/rpc/blockchain.cpp | 1 + src/rpc/blockchain.h | 1 + src/rpc/client.cpp | 1 + src/rpc/client.h | 1 + src/rpc/mining.cpp | 1 + src/rpc/mining.h | 1 + src/rpc/misc.cpp | 1 + src/rpc/net.cpp | 1 + src/rpc/protocol.cpp | 1 + src/rpc/protocol.h | 1 + src/rpc/rawtransaction.cpp | 1 + src/rpc/register.h | 1 + src/rpc/server.cpp | 1 + src/rpc/server.h | 1 + src/scheduler.cpp | 1 + src/scheduler.h | 1 + src/script/bitcoinconsensus.cpp | 1 + src/script/bitcoinconsensus.h | 1 + src/script/interpreter.cpp | 1 + src/script/interpreter.h | 1 + src/script/ismine.cpp | 1 + src/script/ismine.h | 1 + src/script/script.cpp | 1 + src/script/script.h | 1 + src/script/script_error.cpp | 1 + src/script/script_error.h | 1 + src/script/sigcache.cpp | 1 + src/script/sigcache.h | 1 + src/script/sign.cpp | 1 + src/script/sign.h | 1 + src/script/standard.cpp | 1 + src/script/standard.h | 1 + src/serialize.h | 1 + src/streams.h | 1 + src/support/allocators/secure.h | 1 + src/support/allocators/zeroafterfree.h | 1 + src/support/cleanse.cpp | 1 + src/support/cleanse.h | 1 + src/support/events.h | 1 + src/support/lockedpool.cpp | 1 + src/support/lockedpool.h | 1 + src/sync.cpp | 1 + src/sync.h | 1 + src/test/DoS_tests.cpp | 1 + src/test/addrman_tests.cpp | 1 + src/test/allocator_tests.cpp | 1 + src/test/amount_tests.cpp | 1 + src/test/arith_uint256_tests.cpp | 1 + src/test/base32_tests.cpp | 1 + src/test/base58_tests.cpp | 1 + src/test/base64_tests.cpp | 1 + src/test/bip32_tests.cpp | 1 + src/test/blockencodings_tests.cpp | 1 + src/test/bloom_tests.cpp | 1 + src/test/bswap_tests.cpp | 1 + src/test/checkqueue_tests.cpp | 1 + src/test/coins_tests.cpp | 1 + src/test/compress_tests.cpp | 1 + src/test/crypto_tests.cpp | 1 + src/test/cuckoocache_tests.cpp | 1 + src/test/dbwrapper_tests.cpp | 1 + src/test/getarg_tests.cpp | 1 + src/test/hash_tests.cpp | 1 + src/test/key_tests.cpp | 1 + src/test/limitedmap_tests.cpp | 1 + src/test/main_tests.cpp | 1 + src/test/mempool_tests.cpp | 1 + src/test/merkle_tests.cpp | 1 + src/test/miner_tests.cpp | 1 + src/test/multisig_tests.cpp | 1 + src/test/net_tests.cpp | 1 + src/test/netbase_tests.cpp | 1 + src/test/pmt_tests.cpp | 1 + src/test/policyestimator_tests.cpp | 1 + src/test/pow_tests.cpp | 1 + src/test/prevector_tests.cpp | 1 + src/test/raii_event_tests.cpp | 1 + src/test/random_tests.cpp | 1 + src/test/reverselock_tests.cpp | 1 + src/test/rpc_tests.cpp | 1 + src/test/sanity_tests.cpp | 1 + src/test/scheduler_tests.cpp | 1 + src/test/script_P2SH_tests.cpp | 1 + src/test/script_tests.cpp | 1 + src/test/scriptnum10.h | 1 + src/test/scriptnum_tests.cpp | 1 + src/test/serialize_tests.cpp | 1 + src/test/sighash_tests.cpp | 1 + src/test/sigopcount_tests.cpp | 1 + src/test/skiplist_tests.cpp | 1 + src/test/streams_tests.cpp | 1 + src/test/test_bitcoin.cpp | 1 + src/test/test_bitcoin.h | 1 + src/test/test_bitcoin_fuzzy.cpp | 1 + src/test/test_bitcoin_main.cpp | 1 + src/test/testutil.cpp | 1 + src/test/testutil.h | 1 + src/test/timedata_tests.cpp | 1 + src/test/transaction_tests.cpp | 1 + src/test/txvalidationcache_tests.cpp | 1 + src/test/uint256_tests.cpp | 1 + src/test/univalue_tests.cpp | 1 + src/test/util_tests.cpp | 1 + src/test/versionbits_tests.cpp | 1 + src/threadinterrupt.cpp | 1 + src/threadinterrupt.h | 1 + src/threadsafety.h | 1 + src/timedata.cpp | 1 + src/timedata.h | 1 + src/torcontrol.cpp | 1 + src/torcontrol.h | 1 + src/txdb.cpp | 1 + src/txdb.h | 1 + src/txmempool.cpp | 1 + src/txmempool.h | 1 + src/ui_interface.cpp | 1 + src/ui_interface.h | 1 + src/uint256.cpp | 1 + src/uint256.h | 1 + src/undo.h | 1 + src/univalue/include/univalue.h | 1 + src/univalue/lib/univalue.cpp | 1 + src/util.cpp | 1 + src/util.h | 1 + src/utilmoneystr.cpp | 1 + src/utilmoneystr.h | 1 + src/utilstrencodings.cpp | 1 + src/utilstrencodings.h | 1 + src/utiltime.cpp | 1 + src/utiltime.h | 1 + src/validation.cpp | 1 + src/validation.h | 1 + src/validationinterface.cpp | 1 + src/validationinterface.h | 1 + src/version.h | 1 + src/versionbits.cpp | 1 + src/versionbits.h | 1 + src/wallet/coincontrol.h | 1 + src/wallet/crypter.cpp | 1 + src/wallet/crypter.h | 1 + src/wallet/db.cpp | 1 + src/wallet/db.h | 1 + src/wallet/feebumper.cpp | 1 + src/wallet/feebumper.h | 1 + src/wallet/rpcdump.cpp | 1 + src/wallet/rpcwallet.cpp | 1 + src/wallet/rpcwallet.h | 1 + src/wallet/test/accounting_tests.cpp | 1 + src/wallet/test/crypto_tests.cpp | 1 + src/wallet/test/wallet_test_fixture.cpp | 1 + src/wallet/test/wallet_test_fixture.h | 1 + src/wallet/test/wallet_tests.cpp | 1 + src/wallet/wallet.cpp | 1 + src/wallet/wallet.h | 1 + src/wallet/walletdb.cpp | 1 + src/wallet/walletdb.h | 1 + src/warnings.cpp | 1 + src/warnings.h | 1 + src/zmq/zmqabstractnotifier.cpp | 1 + src/zmq/zmqabstractnotifier.h | 1 + src/zmq/zmqconfig.h | 1 + src/zmq/zmqnotificationinterface.cpp | 1 + src/zmq/zmqnotificationinterface.h | 1 + src/zmq/zmqpublishnotifier.cpp | 1 + src/zmq/zmqpublishnotifier.h | 1 + 418 files changed, 418 insertions(+) mode change 100644 => 100755 src/addrdb.cpp mode change 100644 => 100755 src/addrdb.h mode change 100644 => 100755 src/arith_uint256.cpp mode change 100644 => 100755 src/arith_uint256.h mode change 100644 => 100755 src/base58.h mode change 100644 => 100755 src/bench/Examples.cpp mode change 100644 => 100755 src/bench/base58.cpp mode change 100644 => 100755 src/bench/bench.cpp mode change 100644 => 100755 src/bench/bench.h mode change 100644 => 100755 src/bench/bench_bitcoin.cpp mode change 100644 => 100755 src/bench/ccoins_caching.cpp mode change 100644 => 100755 src/bench/checkblock.cpp mode change 100644 => 100755 src/bench/checkqueue.cpp mode change 100644 => 100755 src/bench/coin_selection.cpp mode change 100644 => 100755 src/bench/crypto_hash.cpp mode change 100644 => 100755 src/bench/lockedpool.cpp mode change 100644 => 100755 src/bench/mempool_eviction.cpp mode change 100644 => 100755 src/bench/perf.cpp mode change 100644 => 100755 src/bench/perf.h mode change 100644 => 100755 src/bench/prevector_destructor.cpp mode change 100644 => 100755 src/bench/rollingbloom.cpp mode change 100644 => 100755 src/bench/verify_script.cpp mode change 100644 => 100755 src/bitcoin-cli.cpp mode change 100644 => 100755 src/bitcoin-tx.cpp mode change 100644 => 100755 src/bitcoind.cpp mode change 100644 => 100755 src/blockencodings.cpp mode change 100644 => 100755 src/blockencodings.h mode change 100644 => 100755 src/bloom.h mode change 100644 => 100755 src/chain.cpp mode change 100644 => 100755 src/chain.h mode change 100644 => 100755 src/chainparams.h mode change 100644 => 100755 src/chainparamsbase.h mode change 100644 => 100755 src/checkpoints.cpp mode change 100644 => 100755 src/checkpoints.h mode change 100644 => 100755 src/checkqueue.h mode change 100644 => 100755 src/clientversion.cpp mode change 100644 => 100755 src/clientversion.h mode change 100644 => 100755 src/coins.cpp mode change 100644 => 100755 src/coins.h mode change 100644 => 100755 src/compat.h mode change 100644 => 100755 src/compat/byteswap.h mode change 100644 => 100755 src/compat/endian.h mode change 100644 => 100755 src/compat/glibc_compat.cpp mode change 100644 => 100755 src/compat/glibc_sanity.cpp mode change 100644 => 100755 src/compat/glibcxx_sanity.cpp mode change 100644 => 100755 src/compat/sanity.h mode change 100644 => 100755 src/compat/strnlen.cpp mode change 100644 => 100755 src/compressor.cpp mode change 100644 => 100755 src/compressor.h mode change 100644 => 100755 src/consensus/consensus.h mode change 100644 => 100755 src/consensus/merkle.cpp mode change 100644 => 100755 src/consensus/merkle.h mode change 100644 => 100755 src/consensus/params.h mode change 100644 => 100755 src/consensus/tx_verify.cpp mode change 100644 => 100755 src/consensus/tx_verify.h mode change 100644 => 100755 src/consensus/validation.h mode change 100644 => 100755 src/core_io.h mode change 100644 => 100755 src/core_memusage.h mode change 100644 => 100755 src/core_read.cpp mode change 100644 => 100755 src/core_write.cpp mode change 100644 => 100755 src/crypto/aes.cpp mode change 100644 => 100755 src/crypto/aes.h mode change 100644 => 100755 src/crypto/chacha20.cpp mode change 100644 => 100755 src/crypto/chacha20.h mode change 100644 => 100755 src/crypto/common.h mode change 100644 => 100755 src/crypto/hmac_sha256.cpp mode change 100644 => 100755 src/crypto/hmac_sha256.h mode change 100644 => 100755 src/crypto/hmac_sha512.cpp mode change 100644 => 100755 src/crypto/hmac_sha512.h mode change 100644 => 100755 src/crypto/ripemd160.cpp mode change 100644 => 100755 src/crypto/ripemd160.h mode change 100644 => 100755 src/crypto/sha1.cpp mode change 100644 => 100755 src/crypto/sha1.h mode change 100644 => 100755 src/crypto/sha256.cpp mode change 100644 => 100755 src/crypto/sha256.h mode change 100644 => 100755 src/crypto/sha256_sse4.cpp mode change 100644 => 100755 src/crypto/sha512.cpp mode change 100644 => 100755 src/crypto/sha512.h mode change 100644 => 100755 src/dbwrapper.cpp mode change 100644 => 100755 src/dbwrapper.h mode change 100644 => 100755 src/fs.h mode change 100644 => 100755 src/hash.cpp mode change 100644 => 100755 src/hash.h mode change 100644 => 100755 src/httprpc.cpp mode change 100644 => 100755 src/httprpc.h mode change 100644 => 100755 src/httpserver.cpp mode change 100644 => 100755 src/httpserver.h mode change 100644 => 100755 src/indirectmap.h mode change 100644 => 100755 src/init.cpp mode change 100644 => 100755 src/init.h mode change 100644 => 100755 src/key.cpp mode change 100644 => 100755 src/key.h mode change 100644 => 100755 src/keystore.cpp mode change 100644 => 100755 src/keystore.h mode change 100644 => 100755 src/limitedmap.h mode change 100644 => 100755 src/memusage.h mode change 100644 => 100755 src/merkleblock.cpp mode change 100644 => 100755 src/merkleblock.h mode change 100644 => 100755 src/net.h mode change 100644 => 100755 src/net_processing.h mode change 100644 => 100755 src/netaddress.cpp mode change 100644 => 100755 src/netaddress.h mode change 100644 => 100755 src/netbase.cpp mode change 100644 => 100755 src/netbase.h mode change 100644 => 100755 src/netmessagemaker.h mode change 100644 => 100755 src/noui.cpp mode change 100644 => 100755 src/noui.h mode change 100644 => 100755 src/policy/feerate.h mode change 100644 => 100755 src/policy/fees.h mode change 100644 => 100755 src/policy/policy.cpp mode change 100644 => 100755 src/policy/policy.h mode change 100644 => 100755 src/policy/rbf.cpp mode change 100644 => 100755 src/policy/rbf.h mode change 100644 => 100755 src/pow.h mode change 100644 => 100755 src/prevector.h mode change 100644 => 100755 src/primitives/block.cpp mode change 100644 => 100755 src/primitives/block.h mode change 100644 => 100755 src/primitives/transaction.cpp mode change 100644 => 100755 src/protocol.cpp mode change 100644 => 100755 src/protocol.h mode change 100644 => 100755 src/pubkey.h mode change 100644 => 100755 src/qt/addressbookpage.cpp mode change 100644 => 100755 src/qt/addressbookpage.h mode change 100644 => 100755 src/qt/addresstablemodel.cpp mode change 100644 => 100755 src/qt/addresstablemodel.h mode change 100644 => 100755 src/qt/askpassphrasedialog.cpp mode change 100644 => 100755 src/qt/askpassphrasedialog.h mode change 100644 => 100755 src/qt/bantablemodel.cpp mode change 100644 => 100755 src/qt/bantablemodel.h mode change 100644 => 100755 src/qt/bitcoin.cpp mode change 100644 => 100755 src/qt/bitcoinaddressvalidator.cpp mode change 100644 => 100755 src/qt/bitcoinaddressvalidator.h mode change 100644 => 100755 src/qt/bitcoinamountfield.cpp mode change 100644 => 100755 src/qt/bitcoinamountfield.h mode change 100644 => 100755 src/qt/bitcoingui.cpp mode change 100644 => 100755 src/qt/bitcoingui.h mode change 100644 => 100755 src/qt/bitcoinunits.cpp mode change 100644 => 100755 src/qt/bitcoinunits.h mode change 100644 => 100755 src/qt/clientmodel.cpp mode change 100644 => 100755 src/qt/clientmodel.h mode change 100644 => 100755 src/qt/coincontroldialog.cpp mode change 100644 => 100755 src/qt/coincontroldialog.h mode change 100644 => 100755 src/qt/coincontroltreewidget.cpp mode change 100644 => 100755 src/qt/coincontroltreewidget.h mode change 100644 => 100755 src/qt/csvmodelwriter.cpp mode change 100644 => 100755 src/qt/csvmodelwriter.h mode change 100644 => 100755 src/qt/editaddressdialog.cpp mode change 100644 => 100755 src/qt/editaddressdialog.h mode change 100644 => 100755 src/qt/guiconstants.h mode change 100644 => 100755 src/qt/guiutil.cpp mode change 100644 => 100755 src/qt/guiutil.h mode change 100644 => 100755 src/qt/intro.cpp mode change 100644 => 100755 src/qt/intro.h mode change 100644 => 100755 src/qt/macdockiconhandler.h mode change 100644 => 100755 src/qt/macnotificationhandler.h mode change 100644 => 100755 src/qt/modaloverlay.cpp mode change 100644 => 100755 src/qt/modaloverlay.h mode change 100644 => 100755 src/qt/networkstyle.cpp mode change 100644 => 100755 src/qt/networkstyle.h mode change 100644 => 100755 src/qt/notificator.cpp mode change 100644 => 100755 src/qt/notificator.h mode change 100644 => 100755 src/qt/openuridialog.cpp mode change 100644 => 100755 src/qt/openuridialog.h mode change 100644 => 100755 src/qt/optionsdialog.cpp mode change 100644 => 100755 src/qt/optionsdialog.h mode change 100644 => 100755 src/qt/optionsmodel.cpp mode change 100644 => 100755 src/qt/optionsmodel.h mode change 100644 => 100755 src/qt/overviewpage.cpp mode change 100644 => 100755 src/qt/overviewpage.h mode change 100644 => 100755 src/qt/paymentrequestplus.cpp mode change 100644 => 100755 src/qt/paymentrequestplus.h mode change 100644 => 100755 src/qt/paymentserver.cpp mode change 100644 => 100755 src/qt/paymentserver.h mode change 100644 => 100755 src/qt/peertablemodel.cpp mode change 100644 => 100755 src/qt/peertablemodel.h mode change 100644 => 100755 src/qt/platformstyle.cpp mode change 100644 => 100755 src/qt/platformstyle.h mode change 100644 => 100755 src/qt/qvalidatedlineedit.cpp mode change 100644 => 100755 src/qt/qvalidatedlineedit.h mode change 100644 => 100755 src/qt/qvaluecombobox.cpp mode change 100644 => 100755 src/qt/qvaluecombobox.h mode change 100644 => 100755 src/qt/receivecoinsdialog.cpp mode change 100644 => 100755 src/qt/receivecoinsdialog.h mode change 100644 => 100755 src/qt/receiverequestdialog.cpp mode change 100644 => 100755 src/qt/receiverequestdialog.h mode change 100644 => 100755 src/qt/recentrequeststablemodel.cpp mode change 100644 => 100755 src/qt/recentrequeststablemodel.h mode change 100644 => 100755 src/qt/rpcconsole.cpp mode change 100644 => 100755 src/qt/rpcconsole.h mode change 100644 => 100755 src/qt/sendcoinsdialog.cpp mode change 100644 => 100755 src/qt/sendcoinsdialog.h mode change 100644 => 100755 src/qt/sendcoinsentry.cpp mode change 100644 => 100755 src/qt/sendcoinsentry.h mode change 100644 => 100755 src/qt/signverifymessagedialog.cpp mode change 100644 => 100755 src/qt/signverifymessagedialog.h mode change 100644 => 100755 src/qt/splashscreen.cpp mode change 100644 => 100755 src/qt/splashscreen.h mode change 100644 => 100755 src/qt/test/compattests.cpp mode change 100644 => 100755 src/qt/test/compattests.h mode change 100644 => 100755 src/qt/test/paymentservertests.cpp mode change 100644 => 100755 src/qt/test/paymentservertests.h mode change 100644 => 100755 src/qt/test/rpcnestedtests.cpp mode change 100644 => 100755 src/qt/test/rpcnestedtests.h mode change 100644 => 100755 src/qt/test/test_main.cpp mode change 100644 => 100755 src/qt/test/uritests.cpp mode change 100644 => 100755 src/qt/test/uritests.h mode change 100644 => 100755 src/qt/trafficgraphwidget.cpp mode change 100644 => 100755 src/qt/trafficgraphwidget.h mode change 100644 => 100755 src/qt/transactiondesc.cpp mode change 100644 => 100755 src/qt/transactiondesc.h mode change 100644 => 100755 src/qt/transactiondescdialog.cpp mode change 100644 => 100755 src/qt/transactiondescdialog.h mode change 100644 => 100755 src/qt/transactionfilterproxy.cpp mode change 100644 => 100755 src/qt/transactionfilterproxy.h mode change 100644 => 100755 src/qt/transactionrecord.cpp mode change 100644 => 100755 src/qt/transactionrecord.h mode change 100644 => 100755 src/qt/transactiontablemodel.cpp mode change 100644 => 100755 src/qt/transactiontablemodel.h mode change 100644 => 100755 src/qt/transactionview.cpp mode change 100644 => 100755 src/qt/transactionview.h mode change 100644 => 100755 src/qt/utilitydialog.cpp mode change 100644 => 100755 src/qt/utilitydialog.h mode change 100644 => 100755 src/qt/walletframe.cpp mode change 100644 => 100755 src/qt/walletframe.h mode change 100644 => 100755 src/qt/walletmodel.cpp mode change 100644 => 100755 src/qt/walletmodel.h mode change 100644 => 100755 src/qt/walletmodeltransaction.cpp mode change 100644 => 100755 src/qt/walletmodeltransaction.h mode change 100644 => 100755 src/qt/walletview.cpp mode change 100644 => 100755 src/qt/walletview.h mode change 100644 => 100755 src/qt/winshutdownmonitor.cpp mode change 100644 => 100755 src/qt/winshutdownmonitor.h mode change 100644 => 100755 src/random.cpp mode change 100644 => 100755 src/random.h mode change 100644 => 100755 src/rest.cpp mode change 100644 => 100755 src/reverselock.h mode change 100644 => 100755 src/rpc/blockchain.h mode change 100644 => 100755 src/rpc/client.cpp mode change 100644 => 100755 src/rpc/client.h mode change 100644 => 100755 src/rpc/mining.h mode change 100644 => 100755 src/rpc/misc.cpp mode change 100644 => 100755 src/rpc/protocol.cpp mode change 100644 => 100755 src/rpc/protocol.h mode change 100644 => 100755 src/rpc/register.h mode change 100644 => 100755 src/rpc/server.h mode change 100644 => 100755 src/scheduler.cpp mode change 100644 => 100755 src/scheduler.h mode change 100644 => 100755 src/script/bitcoinconsensus.cpp mode change 100644 => 100755 src/script/bitcoinconsensus.h mode change 100644 => 100755 src/script/interpreter.h mode change 100644 => 100755 src/script/ismine.cpp mode change 100644 => 100755 src/script/ismine.h mode change 100644 => 100755 src/script/script.cpp mode change 100644 => 100755 src/script/script.h mode change 100644 => 100755 src/script/script_error.cpp mode change 100644 => 100755 src/script/script_error.h mode change 100644 => 100755 src/script/sigcache.cpp mode change 100644 => 100755 src/script/sigcache.h mode change 100644 => 100755 src/script/sign.cpp mode change 100644 => 100755 src/script/sign.h mode change 100644 => 100755 src/script/standard.cpp mode change 100644 => 100755 src/script/standard.h mode change 100644 => 100755 src/serialize.h mode change 100644 => 100755 src/streams.h mode change 100644 => 100755 src/support/allocators/secure.h mode change 100644 => 100755 src/support/allocators/zeroafterfree.h mode change 100644 => 100755 src/support/cleanse.cpp mode change 100644 => 100755 src/support/cleanse.h mode change 100644 => 100755 src/support/events.h mode change 100644 => 100755 src/support/lockedpool.cpp mode change 100644 => 100755 src/support/lockedpool.h mode change 100644 => 100755 src/sync.cpp mode change 100644 => 100755 src/sync.h mode change 100644 => 100755 src/test/DoS_tests.cpp mode change 100644 => 100755 src/test/addrman_tests.cpp mode change 100644 => 100755 src/test/allocator_tests.cpp mode change 100644 => 100755 src/test/arith_uint256_tests.cpp mode change 100644 => 100755 src/test/base32_tests.cpp mode change 100644 => 100755 src/test/base58_tests.cpp mode change 100644 => 100755 src/test/base64_tests.cpp mode change 100644 => 100755 src/test/blockencodings_tests.cpp mode change 100644 => 100755 src/test/bswap_tests.cpp mode change 100644 => 100755 src/test/checkqueue_tests.cpp mode change 100644 => 100755 src/test/coins_tests.cpp mode change 100644 => 100755 src/test/compress_tests.cpp mode change 100644 => 100755 src/test/crypto_tests.cpp mode change 100644 => 100755 src/test/cuckoocache_tests.cpp mode change 100644 => 100755 src/test/dbwrapper_tests.cpp mode change 100644 => 100755 src/test/getarg_tests.cpp mode change 100644 => 100755 src/test/hash_tests.cpp mode change 100644 => 100755 src/test/limitedmap_tests.cpp mode change 100644 => 100755 src/test/mempool_tests.cpp mode change 100644 => 100755 src/test/merkle_tests.cpp mode change 100644 => 100755 src/test/multisig_tests.cpp mode change 100644 => 100755 src/test/net_tests.cpp mode change 100644 => 100755 src/test/netbase_tests.cpp mode change 100644 => 100755 src/test/pmt_tests.cpp mode change 100644 => 100755 src/test/policyestimator_tests.cpp mode change 100644 => 100755 src/test/prevector_tests.cpp mode change 100644 => 100755 src/test/raii_event_tests.cpp mode change 100644 => 100755 src/test/random_tests.cpp mode change 100644 => 100755 src/test/reverselock_tests.cpp mode change 100644 => 100755 src/test/sanity_tests.cpp mode change 100644 => 100755 src/test/scheduler_tests.cpp mode change 100644 => 100755 src/test/script_P2SH_tests.cpp mode change 100644 => 100755 src/test/script_tests.cpp mode change 100644 => 100755 src/test/scriptnum10.h mode change 100644 => 100755 src/test/scriptnum_tests.cpp mode change 100644 => 100755 src/test/serialize_tests.cpp mode change 100644 => 100755 src/test/sigopcount_tests.cpp mode change 100644 => 100755 src/test/skiplist_tests.cpp mode change 100644 => 100755 src/test/streams_tests.cpp mode change 100644 => 100755 src/test/test_bitcoin.cpp mode change 100644 => 100755 src/test/test_bitcoin.h mode change 100644 => 100755 src/test/test_bitcoin_fuzzy.cpp mode change 100644 => 100755 src/test/test_bitcoin_main.cpp mode change 100644 => 100755 src/test/testutil.cpp mode change 100644 => 100755 src/test/testutil.h mode change 100644 => 100755 src/test/timedata_tests.cpp mode change 100644 => 100755 src/test/txvalidationcache_tests.cpp mode change 100644 => 100755 src/test/uint256_tests.cpp mode change 100644 => 100755 src/test/univalue_tests.cpp mode change 100644 => 100755 src/test/util_tests.cpp mode change 100644 => 100755 src/test/versionbits_tests.cpp mode change 100644 => 100755 src/threadinterrupt.cpp mode change 100644 => 100755 src/threadinterrupt.h mode change 100644 => 100755 src/threadsafety.h mode change 100644 => 100755 src/timedata.cpp mode change 100644 => 100755 src/timedata.h mode change 100644 => 100755 src/torcontrol.cpp mode change 100644 => 100755 src/torcontrol.h mode change 100644 => 100755 src/txdb.h mode change 100644 => 100755 src/txmempool.cpp mode change 100644 => 100755 src/txmempool.h mode change 100644 => 100755 src/ui_interface.cpp mode change 100644 => 100755 src/ui_interface.h mode change 100644 => 100755 src/uint256.cpp mode change 100644 => 100755 src/uint256.h mode change 100644 => 100755 src/undo.h mode change 100644 => 100755 src/univalue/include/univalue.h mode change 100644 => 100755 src/univalue/lib/univalue.cpp mode change 100644 => 100755 src/util.cpp mode change 100644 => 100755 src/util.h mode change 100644 => 100755 src/utilmoneystr.cpp mode change 100644 => 100755 src/utilmoneystr.h mode change 100644 => 100755 src/utilstrencodings.cpp mode change 100644 => 100755 src/utilstrencodings.h mode change 100644 => 100755 src/utiltime.cpp mode change 100644 => 100755 src/utiltime.h mode change 100644 => 100755 src/validation.h mode change 100644 => 100755 src/validationinterface.cpp mode change 100644 => 100755 src/validationinterface.h mode change 100644 => 100755 src/version.h mode change 100644 => 100755 src/versionbits.cpp mode change 100644 => 100755 src/versionbits.h mode change 100644 => 100755 src/wallet/coincontrol.h mode change 100644 => 100755 src/wallet/crypter.cpp mode change 100644 => 100755 src/wallet/crypter.h mode change 100644 => 100755 src/wallet/db.cpp mode change 100644 => 100755 src/wallet/db.h mode change 100644 => 100755 src/wallet/feebumper.cpp mode change 100644 => 100755 src/wallet/feebumper.h mode change 100644 => 100755 src/wallet/rpcdump.cpp mode change 100644 => 100755 src/wallet/rpcwallet.cpp mode change 100644 => 100755 src/wallet/rpcwallet.h mode change 100644 => 100755 src/wallet/test/accounting_tests.cpp mode change 100644 => 100755 src/wallet/test/crypto_tests.cpp mode change 100644 => 100755 src/wallet/test/wallet_test_fixture.cpp mode change 100644 => 100755 src/wallet/test/wallet_test_fixture.h mode change 100644 => 100755 src/wallet/wallet.h mode change 100644 => 100755 src/wallet/walletdb.cpp mode change 100644 => 100755 src/wallet/walletdb.h mode change 100644 => 100755 src/warnings.cpp mode change 100644 => 100755 src/warnings.h mode change 100644 => 100755 src/zmq/zmqabstractnotifier.cpp mode change 100644 => 100755 src/zmq/zmqabstractnotifier.h mode change 100644 => 100755 src/zmq/zmqconfig.h mode change 100644 => 100755 src/zmq/zmqnotificationinterface.cpp mode change 100644 => 100755 src/zmq/zmqnotificationinterface.h mode change 100644 => 100755 src/zmq/zmqpublishnotifier.cpp mode change 100644 => 100755 src/zmq/zmqpublishnotifier.h diff --git a/src/addrdb.cpp b/src/addrdb.cpp old mode 100644 new mode 100755 index 7f85c1658..cca7742c8 --- a/src/addrdb.cpp +++ b/src/addrdb.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/addrdb.h b/src/addrdb.h old mode 100644 new mode 100755 index 6cb36dfac..54813c8ab --- a/src/addrdb.h +++ b/src/addrdb.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/addrman.cpp b/src/addrman.cpp index 9d3cb1f8f..54767dda9 100755 --- a/src/addrman.cpp +++ b/src/addrman.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2012 Pieter Wuille // Copyright (c) 2012-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/addrman.h b/src/addrman.h index 547088aed..0fc3993e8 100755 --- a/src/addrman.h +++ b/src/addrman.h @@ -1,5 +1,6 @@ // Copyright (c) 2012 Pieter Wuille // Copyright (c) 2012-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/amount.h b/src/amount.h index a811eb3f8..0c11f07fe 100755 --- a/src/amount.h +++ b/src/amount.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/arith_uint256.cpp b/src/arith_uint256.cpp old mode 100644 new mode 100755 index b4952af6f..e8720a867 --- a/src/arith_uint256.cpp +++ b/src/arith_uint256.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/arith_uint256.h b/src/arith_uint256.h old mode 100644 new mode 100755 index 6223e4afe..5e01f83ef --- a/src/arith_uint256.h +++ b/src/arith_uint256.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/base58.cpp b/src/base58.cpp index 220a95420..913ffe3a3 100755 --- a/src/base58.cpp +++ b/src/base58.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2014-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/base58.h b/src/base58.h old mode 100644 new mode 100755 index 12572277e..5c816675f --- a/src/base58.h +++ b/src/base58.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/bench/Examples.cpp b/src/bench/Examples.cpp old mode 100644 new mode 100755 index 314947d48..a2061ba86 --- a/src/bench/Examples.cpp +++ b/src/bench/Examples.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2015-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/bench/base58.cpp b/src/bench/base58.cpp old mode 100644 new mode 100755 index 65e27a615..877fb71bd --- a/src/bench/base58.cpp +++ b/src/bench/base58.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/bench/bench.cpp b/src/bench/bench.cpp old mode 100644 new mode 100755 index 849d924af..2668c7e85 --- a/src/bench/bench.cpp +++ b/src/bench/bench.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2015-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/bench/bench.h b/src/bench/bench.h old mode 100644 new mode 100755 index 1f36f2a4b..4ce9858a8 --- a/src/bench/bench.h +++ b/src/bench/bench.h @@ -1,4 +1,5 @@ // Copyright (c) 2015-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/bench/bench_bitcoin.cpp b/src/bench/bench_bitcoin.cpp old mode 100644 new mode 100755 index 37fd77243..09c229810 --- a/src/bench/bench_bitcoin.cpp +++ b/src/bench/bench_bitcoin.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2015-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/bench/ccoins_caching.cpp b/src/bench/ccoins_caching.cpp old mode 100644 new mode 100755 index 5aab3381f..f8fe0d6f6 --- a/src/bench/ccoins_caching.cpp +++ b/src/bench/ccoins_caching.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/bench/checkblock.cpp b/src/bench/checkblock.cpp old mode 100644 new mode 100755 index f227c26bc..f834fc01b --- a/src/bench/checkblock.cpp +++ b/src/bench/checkblock.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/bench/checkqueue.cpp b/src/bench/checkqueue.cpp old mode 100644 new mode 100755 index 88a2a570f..6843886eb --- a/src/bench/checkqueue.cpp +++ b/src/bench/checkqueue.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/bench/coin_selection.cpp b/src/bench/coin_selection.cpp old mode 100644 new mode 100755 index f8956508f..6c87dba1b --- a/src/bench/coin_selection.cpp +++ b/src/bench/coin_selection.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2012-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/bench/crypto_hash.cpp b/src/bench/crypto_hash.cpp old mode 100644 new mode 100755 index 2914a36c7..dc3a267b7 --- a/src/bench/crypto_hash.cpp +++ b/src/bench/crypto_hash.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/bench/lockedpool.cpp b/src/bench/lockedpool.cpp old mode 100644 new mode 100755 index 43a142279..772db4910 --- a/src/bench/lockedpool.cpp +++ b/src/bench/lockedpool.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/bench/mempool_eviction.cpp b/src/bench/mempool_eviction.cpp old mode 100644 new mode 100755 index 073bbde01..61f904243 --- a/src/bench/mempool_eviction.cpp +++ b/src/bench/mempool_eviction.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/bench/perf.cpp b/src/bench/perf.cpp old mode 100644 new mode 100755 index a549ec29e..ff9132ad6 --- a/src/bench/perf.cpp +++ b/src/bench/perf.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/bench/perf.h b/src/bench/perf.h old mode 100644 new mode 100755 index 681bd0c8a..acfff7b82 --- a/src/bench/perf.h +++ b/src/bench/perf.h @@ -1,4 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/bench/prevector_destructor.cpp b/src/bench/prevector_destructor.cpp old mode 100644 new mode 100755 index 55af3de4f..d167ebe4b --- a/src/bench/prevector_destructor.cpp +++ b/src/bench/prevector_destructor.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2015-2017 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/bench/rollingbloom.cpp b/src/bench/rollingbloom.cpp old mode 100644 new mode 100755 index 73c02cf71..90e3d73e1 --- a/src/bench/rollingbloom.cpp +++ b/src/bench/rollingbloom.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/bench/verify_script.cpp b/src/bench/verify_script.cpp old mode 100644 new mode 100755 index ef7381c12..9ffad74d3 --- a/src/bench/verify_script.cpp +++ b/src/bench/verify_script.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/bitcoin-cli.cpp b/src/bitcoin-cli.cpp old mode 100644 new mode 100755 index f91829d8c..7bee1506a --- a/src/bitcoin-cli.cpp +++ b/src/bitcoin-cli.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/bitcoin-tx.cpp b/src/bitcoin-tx.cpp old mode 100644 new mode 100755 index cf9f79ac7..288f3d3c0 --- a/src/bitcoin-tx.cpp +++ b/src/bitcoin-tx.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/bitcoind.cpp b/src/bitcoind.cpp old mode 100644 new mode 100755 index 21a3cf59f..ea618f5e7 --- a/src/bitcoind.cpp +++ b/src/bitcoind.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/blockencodings.cpp b/src/blockencodings.cpp old mode 100644 new mode 100755 index 6f27b7b9d..ad6d0308a --- a/src/blockencodings.cpp +++ b/src/blockencodings.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/blockencodings.h b/src/blockencodings.h old mode 100644 new mode 100755 index 5a1d80d42..5b165c0f5 --- a/src/blockencodings.h +++ b/src/blockencodings.h @@ -1,4 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/bloom.cpp b/src/bloom.cpp index eb862417a..9a8418601 100755 --- a/src/bloom.cpp +++ b/src/bloom.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2012-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/bloom.h b/src/bloom.h old mode 100644 new mode 100755 index 7ca968223..4d30fb21a --- a/src/bloom.h +++ b/src/bloom.h @@ -1,4 +1,5 @@ // Copyright (c) 2012-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/chain.cpp b/src/chain.cpp old mode 100644 new mode 100755 index 47acde882..5f51ecd0a --- a/src/chain.cpp +++ b/src/chain.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/chain.h b/src/chain.h old mode 100644 new mode 100755 index 6320f4fd4..d2fb5a0c4 --- a/src/chain.h +++ b/src/chain.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/chainparams.cpp b/src/chainparams.cpp index bb45ce6a6..ff896f4c8 100755 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/chainparams.h b/src/chainparams.h old mode 100644 new mode 100755 index 867dc743f..23466b389 --- a/src/chainparams.h +++ b/src/chainparams.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/chainparamsbase.cpp b/src/chainparamsbase.cpp index 48f93a5cd..665ec1008 100755 --- a/src/chainparamsbase.cpp +++ b/src/chainparamsbase.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/chainparamsbase.h b/src/chainparamsbase.h old mode 100644 new mode 100755 index fc101f5b7..168303ea6 --- a/src/chainparamsbase.h +++ b/src/chainparamsbase.h @@ -1,4 +1,5 @@ // Copyright (c) 2014-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp old mode 100644 new mode 100755 index 5afe3e66b..f2f795518 --- a/src/checkpoints.cpp +++ b/src/checkpoints.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/checkpoints.h b/src/checkpoints.h old mode 100644 new mode 100755 index 7449d1063..317ac125a --- a/src/checkpoints.h +++ b/src/checkpoints.h @@ -1,4 +1,5 @@ // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/checkqueue.h b/src/checkqueue.h old mode 100644 new mode 100755 index 4bc6be45f..efbd12420 --- a/src/checkqueue.h +++ b/src/checkqueue.h @@ -1,4 +1,5 @@ // Copyright (c) 2012-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/clientversion.cpp b/src/clientversion.cpp old mode 100644 new mode 100755 index 88a301d56..6dec6dd66 --- a/src/clientversion.cpp +++ b/src/clientversion.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2012-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/clientversion.h b/src/clientversion.h old mode 100644 new mode 100755 index 3d5392619..ddca37b9b --- a/src/clientversion.h +++ b/src/clientversion.h @@ -1,4 +1,5 @@ // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/coins.cpp b/src/coins.cpp old mode 100644 new mode 100755 index e30bda930..94e5e9b71 --- a/src/coins.cpp +++ b/src/coins.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2012-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/coins.h b/src/coins.h old mode 100644 new mode 100755 index efb5ce869..fc4c97047 --- a/src/coins.h +++ b/src/coins.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/compat.h b/src/compat.h old mode 100644 new mode 100755 index e022659c0..b3d04b565 --- a/src/compat.h +++ b/src/compat.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/compat/byteswap.h b/src/compat/byteswap.h old mode 100644 new mode 100755 index 3c5a5c083..8da45341d --- a/src/compat/byteswap.h +++ b/src/compat/byteswap.h @@ -1,4 +1,5 @@ // Copyright (c) 2014-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/compat/endian.h b/src/compat/endian.h old mode 100644 new mode 100755 index 79d6b2fdb..313decef1 --- a/src/compat/endian.h +++ b/src/compat/endian.h @@ -1,4 +1,5 @@ // Copyright (c) 2014-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/compat/glibc_compat.cpp b/src/compat/glibc_compat.cpp old mode 100644 new mode 100755 index 3b9c70df7..fee24d0a8 --- a/src/compat/glibc_compat.cpp +++ b/src/compat/glibc_compat.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2009-2014 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/compat/glibc_sanity.cpp b/src/compat/glibc_sanity.cpp old mode 100644 new mode 100755 index b4d1c9099..0cedde53c --- a/src/compat/glibc_sanity.cpp +++ b/src/compat/glibc_sanity.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2009-2014 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/compat/glibcxx_sanity.cpp b/src/compat/glibcxx_sanity.cpp old mode 100644 new mode 100755 index 569fb1bbe..c899f6faa --- a/src/compat/glibcxx_sanity.cpp +++ b/src/compat/glibcxx_sanity.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2009-2014 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/compat/sanity.h b/src/compat/sanity.h old mode 100644 new mode 100755 index 909c4f6da..cdb386e9a --- a/src/compat/sanity.h +++ b/src/compat/sanity.h @@ -1,4 +1,5 @@ // Copyright (c) 2009-2014 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/compat/strnlen.cpp b/src/compat/strnlen.cpp old mode 100644 new mode 100755 index 1ac266c2d..8c713c2ff --- a/src/compat/strnlen.cpp +++ b/src/compat/strnlen.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2009-2014 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/compressor.cpp b/src/compressor.cpp old mode 100644 new mode 100755 index f4c12f38d..fd3567683 --- a/src/compressor.cpp +++ b/src/compressor.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/compressor.h b/src/compressor.h old mode 100644 new mode 100755 index 015911484..1b8ce7542 --- a/src/compressor.h +++ b/src/compressor.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/consensus/consensus.h b/src/consensus/consensus.h old mode 100644 new mode 100755 index ddd4ee9fa..1b36e56bb --- a/src/consensus/consensus.h +++ b/src/consensus/consensus.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/consensus/merkle.cpp b/src/consensus/merkle.cpp old mode 100644 new mode 100755 index 798ce4b5f..6cf1b1910 --- a/src/consensus/merkle.cpp +++ b/src/consensus/merkle.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2015-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/consensus/merkle.h b/src/consensus/merkle.h old mode 100644 new mode 100755 index 33764c746..35e7b0948 --- a/src/consensus/merkle.h +++ b/src/consensus/merkle.h @@ -1,4 +1,5 @@ // Copyright (c) 2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/consensus/params.h b/src/consensus/params.h old mode 100644 new mode 100755 index a50629591..4acedacab --- a/src/consensus/params.h +++ b/src/consensus/params.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/consensus/tx_verify.cpp b/src/consensus/tx_verify.cpp old mode 100644 new mode 100755 index 0a71915d1..9878a29ab --- a/src/consensus/tx_verify.cpp +++ b/src/consensus/tx_verify.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2017-2017 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/consensus/tx_verify.h b/src/consensus/tx_verify.h old mode 100644 new mode 100755 index d46d3294c..d1f401a52 --- a/src/consensus/tx_verify.h +++ b/src/consensus/tx_verify.h @@ -1,4 +1,5 @@ // Copyright (c) 2017-2017 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/consensus/validation.h b/src/consensus/validation.h old mode 100644 new mode 100755 index 5494ce40e..7577e09fb --- a/src/consensus/validation.h +++ b/src/consensus/validation.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/core_io.h b/src/core_io.h old mode 100644 new mode 100755 index ccc72ebb3..bdfb6b213 --- a/src/core_io.h +++ b/src/core_io.h @@ -1,4 +1,5 @@ // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/core_memusage.h b/src/core_memusage.h old mode 100644 new mode 100755 index f038e7b15..b45ff3bbc --- a/src/core_memusage.h +++ b/src/core_memusage.h @@ -1,4 +1,5 @@ // Copyright (c) 2015-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/core_read.cpp b/src/core_read.cpp old mode 100644 new mode 100755 index 7018131a1..935cec535 --- a/src/core_read.cpp +++ b/src/core_read.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/core_write.cpp b/src/core_write.cpp old mode 100644 new mode 100755 index 2e6bb54bf..3fb631329 --- a/src/core_write.cpp +++ b/src/core_write.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/crypto/aes.cpp b/src/crypto/aes.cpp old mode 100644 new mode 100755 index 5e70d25ee..58008e564 --- a/src/crypto/aes.cpp +++ b/src/crypto/aes.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/crypto/aes.h b/src/crypto/aes.h old mode 100644 new mode 100755 index e9f1b52e7..9e3a9c892 --- a/src/crypto/aes.h +++ b/src/crypto/aes.h @@ -1,4 +1,5 @@ // Copyright (c) 2015-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. // diff --git a/src/crypto/chacha20.cpp b/src/crypto/chacha20.cpp old mode 100644 new mode 100755 index 4038ae9f8..6ac1d692b --- a/src/crypto/chacha20.cpp +++ b/src/crypto/chacha20.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2017 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/crypto/chacha20.h b/src/crypto/chacha20.h old mode 100644 new mode 100755 index a305977bc..46f3ca371 --- a/src/crypto/chacha20.h +++ b/src/crypto/chacha20.h @@ -1,4 +1,5 @@ // Copyright (c) 2017 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/crypto/common.h b/src/crypto/common.h old mode 100644 new mode 100755 index bcca3d30e..aead94623 --- a/src/crypto/common.h +++ b/src/crypto/common.h @@ -1,4 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/crypto/hmac_sha256.cpp b/src/crypto/hmac_sha256.cpp old mode 100644 new mode 100755 index 3c791625d..904cc397b --- a/src/crypto/hmac_sha256.cpp +++ b/src/crypto/hmac_sha256.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/crypto/hmac_sha256.h b/src/crypto/hmac_sha256.h old mode 100644 new mode 100755 index 1519c1457..9adfc7b4e --- a/src/crypto/hmac_sha256.h +++ b/src/crypto/hmac_sha256.h @@ -1,4 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/crypto/hmac_sha512.cpp b/src/crypto/hmac_sha512.cpp old mode 100644 new mode 100755 index 5939c6ec4..21647bc77 --- a/src/crypto/hmac_sha512.cpp +++ b/src/crypto/hmac_sha512.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/crypto/hmac_sha512.h b/src/crypto/hmac_sha512.h old mode 100644 new mode 100755 index 17dee61ea..9ed34dba0 --- a/src/crypto/hmac_sha512.h +++ b/src/crypto/hmac_sha512.h @@ -1,4 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/crypto/ripemd160.cpp b/src/crypto/ripemd160.cpp old mode 100644 new mode 100755 index 77c9acfc2..17ebd147c --- a/src/crypto/ripemd160.cpp +++ b/src/crypto/ripemd160.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/crypto/ripemd160.h b/src/crypto/ripemd160.h old mode 100644 new mode 100755 index 38ea375c1..20d6ab1ac --- a/src/crypto/ripemd160.h +++ b/src/crypto/ripemd160.h @@ -1,4 +1,5 @@ // Copyright (c) 2014-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/crypto/sha1.cpp b/src/crypto/sha1.cpp old mode 100644 new mode 100755 index 0b895b33a..5306f7d4c --- a/src/crypto/sha1.cpp +++ b/src/crypto/sha1.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/crypto/sha1.h b/src/crypto/sha1.h old mode 100644 new mode 100755 index 8b4568ee1..674cf3317 --- a/src/crypto/sha1.h +++ b/src/crypto/sha1.h @@ -1,4 +1,5 @@ // Copyright (c) 2014-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/crypto/sha256.cpp b/src/crypto/sha256.cpp old mode 100644 new mode 100755 index 15d6db90c..a59e54064 --- a/src/crypto/sha256.cpp +++ b/src/crypto/sha256.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/crypto/sha256.h b/src/crypto/sha256.h old mode 100644 new mode 100755 index aa4f3972c..881bf7b8d --- a/src/crypto/sha256.h +++ b/src/crypto/sha256.h @@ -1,4 +1,5 @@ // Copyright (c) 2014-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/crypto/sha256_sse4.cpp b/src/crypto/sha256_sse4.cpp old mode 100644 new mode 100755 index 89f529a3a..d152ef5e0 --- a/src/crypto/sha256_sse4.cpp +++ b/src/crypto/sha256_sse4.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2017 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. // diff --git a/src/crypto/sha512.cpp b/src/crypto/sha512.cpp old mode 100644 new mode 100755 index 564127cc3..4b4f87e99 --- a/src/crypto/sha512.cpp +++ b/src/crypto/sha512.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/crypto/sha512.h b/src/crypto/sha512.h old mode 100644 new mode 100755 index cd1023bc8..4fe789370 --- a/src/crypto/sha512.h +++ b/src/crypto/sha512.h @@ -1,4 +1,5 @@ // Copyright (c) 2014-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/dbwrapper.cpp b/src/dbwrapper.cpp old mode 100644 new mode 100755 index 3e72c5bb9..52e410a86 --- a/src/dbwrapper.cpp +++ b/src/dbwrapper.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2012-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/dbwrapper.h b/src/dbwrapper.h old mode 100644 new mode 100755 index 7575d207a..e8b2f3ce9 --- a/src/dbwrapper.h +++ b/src/dbwrapper.h @@ -1,4 +1,5 @@ // Copyright (c) 2012-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/fs.h b/src/fs.h old mode 100644 new mode 100755 index abb4be254..6d913409d --- a/src/fs.h +++ b/src/fs.h @@ -1,4 +1,5 @@ // Copyright (c) 2017 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/hash.cpp b/src/hash.cpp old mode 100644 new mode 100755 index 5a15600be..e4532ea1e --- a/src/hash.cpp +++ b/src/hash.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2013-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/hash.h b/src/hash.h old mode 100644 new mode 100755 index b9952d39f..25b7fd860 --- a/src/hash.h +++ b/src/hash.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/httprpc.cpp b/src/httprpc.cpp old mode 100644 new mode 100755 index dd219c729..49970eed9 --- a/src/httprpc.cpp +++ b/src/httprpc.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2015-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/httprpc.h b/src/httprpc.h old mode 100644 new mode 100755 index a89a8f0fb..1f6994925 --- a/src/httprpc.h +++ b/src/httprpc.h @@ -1,4 +1,5 @@ // Copyright (c) 2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/httpserver.cpp b/src/httpserver.cpp old mode 100644 new mode 100755 index 86b37f79b..09d264312 --- a/src/httpserver.cpp +++ b/src/httpserver.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2015-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/httpserver.h b/src/httpserver.h old mode 100644 new mode 100755 index 3e434bf0a..88f04eda2 --- a/src/httpserver.h +++ b/src/httpserver.h @@ -1,4 +1,5 @@ // Copyright (c) 2015-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/indirectmap.h b/src/indirectmap.h old mode 100644 new mode 100755 index 76da4a6bd..3eddf0b6f --- a/src/indirectmap.h +++ b/src/indirectmap.h @@ -1,4 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/init.cpp b/src/init.cpp old mode 100644 new mode 100755 index e0b834478..da71ebb5a --- a/src/init.cpp +++ b/src/init.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/init.h b/src/init.h old mode 100644 new mode 100755 index a0a824738..88059ea22 --- a/src/init.h +++ b/src/init.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/key.cpp b/src/key.cpp old mode 100644 new mode 100755 index 315a3978c..8efdf0c0c --- a/src/key.cpp +++ b/src/key.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/key.h b/src/key.h old mode 100644 new mode 100755 index 151e63531..4f22f061c --- a/src/key.h +++ b/src/key.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/keystore.cpp b/src/keystore.cpp old mode 100644 new mode 100755 index 8454175ca..c9ec03283 --- a/src/keystore.cpp +++ b/src/keystore.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/keystore.h b/src/keystore.h old mode 100644 new mode 100755 index 965ae0c79..8e3024709 --- a/src/keystore.h +++ b/src/keystore.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/limitedmap.h b/src/limitedmap.h old mode 100644 new mode 100755 index e9dcb6def..3f6a9d1f2 --- a/src/limitedmap.h +++ b/src/limitedmap.h @@ -1,4 +1,5 @@ // Copyright (c) 2012-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/memusage.h b/src/memusage.h old mode 100644 new mode 100755 index 93fd6a0eb..f4591e456 --- a/src/memusage.h +++ b/src/memusage.h @@ -1,4 +1,5 @@ // Copyright (c) 2015-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/merkleblock.cpp b/src/merkleblock.cpp old mode 100644 new mode 100755 index f0abea061..1c5ecf33b --- a/src/merkleblock.cpp +++ b/src/merkleblock.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/merkleblock.h b/src/merkleblock.h old mode 100644 new mode 100755 index f590c487d..6e56f6327 --- a/src/merkleblock.h +++ b/src/merkleblock.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/miner.cpp b/src/miner.cpp index 8fc387721..b0ee8711f 100755 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/miner.h b/src/miner.h index d36e50d7f..e3969a4d0 100755 --- a/src/miner.h +++ b/src/miner.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/net.cpp b/src/net.cpp index 8be9391c1..fc0369844 100755 --- a/src/net.cpp +++ b/src/net.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/net.h b/src/net.h old mode 100644 new mode 100755 index a32736aa9..9bcd9b2c5 --- a/src/net.h +++ b/src/net.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/net_processing.cpp b/src/net_processing.cpp index d1f1c2bef..53d6309a5 100755 --- a/src/net_processing.cpp +++ b/src/net_processing.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/net_processing.h b/src/net_processing.h old mode 100644 new mode 100755 index db6d81e6b..dd68072ce --- a/src/net_processing.h +++ b/src/net_processing.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/netaddress.cpp b/src/netaddress.cpp old mode 100644 new mode 100755 index b8a261c92..c93e48602 --- a/src/netaddress.cpp +++ b/src/netaddress.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/netaddress.h b/src/netaddress.h old mode 100644 new mode 100755 index 57ce897db..33d80f500 --- a/src/netaddress.h +++ b/src/netaddress.h @@ -1,4 +1,5 @@ // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/netbase.cpp b/src/netbase.cpp old mode 100644 new mode 100755 index 05f9f6961..2a97d5988 --- a/src/netbase.cpp +++ b/src/netbase.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/netbase.h b/src/netbase.h old mode 100644 new mode 100755 index 941da31f9..136927e0b --- a/src/netbase.h +++ b/src/netbase.h @@ -1,4 +1,5 @@ // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/netmessagemaker.h b/src/netmessagemaker.h old mode 100644 new mode 100755 index 8e8a6e4a0..c91736bdd --- a/src/netmessagemaker.h +++ b/src/netmessagemaker.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/noui.cpp b/src/noui.cpp old mode 100644 new mode 100755 index 4bfb75fa2..fae84bd9e --- a/src/noui.cpp +++ b/src/noui.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/noui.h b/src/noui.h old mode 100644 new mode 100755 index ff16cc9aa..432ef0980 --- a/src/noui.h +++ b/src/noui.h @@ -1,4 +1,5 @@ // Copyright (c) 2013-2014 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/policy/feerate.cpp b/src/policy/feerate.cpp index 89d253928..418f21195 100755 --- a/src/policy/feerate.cpp +++ b/src/policy/feerate.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/policy/feerate.h b/src/policy/feerate.h old mode 100644 new mode 100755 index 565da6c15..bc35f184e --- a/src/policy/feerate.h +++ b/src/policy/feerate.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/policy/fees.cpp b/src/policy/fees.cpp index 78521aadd..b16438ff0 100755 --- a/src/policy/fees.cpp +++ b/src/policy/fees.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/policy/fees.h b/src/policy/fees.h old mode 100644 new mode 100755 index f4ef79364..c9d131de5 --- a/src/policy/fees.h +++ b/src/policy/fees.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_POLICYESTIMATOR_H diff --git a/src/policy/policy.cpp b/src/policy/policy.cpp old mode 100644 new mode 100755 index 605e3e069..d4af8d2ac --- a/src/policy/policy.cpp +++ b/src/policy/policy.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/policy/policy.h b/src/policy/policy.h old mode 100644 new mode 100755 index c06820f84..ce3fe85cd --- a/src/policy/policy.h +++ b/src/policy/policy.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/policy/rbf.cpp b/src/policy/rbf.cpp old mode 100644 new mode 100755 index 755ef83c9..a9dbe13db --- a/src/policy/rbf.cpp +++ b/src/policy/rbf.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/policy/rbf.h b/src/policy/rbf.h old mode 100644 new mode 100755 index 22c73f331..37bb50f78 --- a/src/policy/rbf.h +++ b/src/policy/rbf.h @@ -1,4 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/pow.cpp b/src/pow.cpp index 7458e2c4a..84a64c757 100755 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/pow.h b/src/pow.h old mode 100644 new mode 100755 index e203f492a..0484cabf1 --- a/src/pow.h +++ b/src/pow.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/prevector.h b/src/prevector.h old mode 100644 new mode 100755 index f7bde8911..6f9123299 --- a/src/prevector.h +++ b/src/prevector.h @@ -1,4 +1,5 @@ // Copyright (c) 2015-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/primitives/block.cpp b/src/primitives/block.cpp old mode 100644 new mode 100755 index 454f10ed3..6ad01705b --- a/src/primitives/block.cpp +++ b/src/primitives/block.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/primitives/block.h b/src/primitives/block.h old mode 100644 new mode 100755 index fe51b8a72..bb0fa8c72 --- a/src/primitives/block.h +++ b/src/primitives/block.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/primitives/transaction.cpp b/src/primitives/transaction.cpp old mode 100644 new mode 100755 index bcdaeaff5..f2e5e28ae --- a/src/primitives/transaction.cpp +++ b/src/primitives/transaction.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/primitives/transaction.h b/src/primitives/transaction.h index 74365d635..35ff31596 100755 --- a/src/primitives/transaction.h +++ b/src/primitives/transaction.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/protocol.cpp b/src/protocol.cpp old mode 100644 new mode 100755 index da87e4009..3074687e0 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/protocol.h b/src/protocol.h old mode 100644 new mode 100755 index 7890bb627..13328fb41 --- a/src/protocol.h +++ b/src/protocol.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/pubkey.cpp b/src/pubkey.cpp index 477a07311..9a53c4485 100755 --- a/src/pubkey.cpp +++ b/src/pubkey.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/pubkey.h b/src/pubkey.h old mode 100644 new mode 100755 index dbf0e23f2..a0f77a37f --- a/src/pubkey.h +++ b/src/pubkey.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/addressbookpage.cpp b/src/qt/addressbookpage.cpp old mode 100644 new mode 100755 index 4406a828b..779244673 --- a/src/qt/addressbookpage.cpp +++ b/src/qt/addressbookpage.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/addressbookpage.h b/src/qt/addressbookpage.h old mode 100644 new mode 100755 index 3c00fd080..3af8867f7 --- a/src/qt/addressbookpage.h +++ b/src/qt/addressbookpage.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/addresstablemodel.cpp b/src/qt/addresstablemodel.cpp old mode 100644 new mode 100755 index 2fa032abd..75a8be25a --- a/src/qt/addresstablemodel.cpp +++ b/src/qt/addresstablemodel.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/addresstablemodel.h b/src/qt/addresstablemodel.h old mode 100644 new mode 100755 index d04b95eba..d8651410d --- a/src/qt/addresstablemodel.h +++ b/src/qt/addresstablemodel.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/askpassphrasedialog.cpp b/src/qt/askpassphrasedialog.cpp old mode 100644 new mode 100755 index 12d8fe2ad..b27215dab --- a/src/qt/askpassphrasedialog.cpp +++ b/src/qt/askpassphrasedialog.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/askpassphrasedialog.h b/src/qt/askpassphrasedialog.h old mode 100644 new mode 100755 index 34bf7ccb3..10b096582 --- a/src/qt/askpassphrasedialog.h +++ b/src/qt/askpassphrasedialog.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/bantablemodel.cpp b/src/qt/bantablemodel.cpp old mode 100644 new mode 100755 index f8a99506c..3f1c5cb52 --- a/src/qt/bantablemodel.cpp +++ b/src/qt/bantablemodel.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/bantablemodel.h b/src/qt/bantablemodel.h old mode 100644 new mode 100755 index 062cfdc93..686215620 --- a/src/qt/bantablemodel.h +++ b/src/qt/bantablemodel.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp old mode 100644 new mode 100755 index a034828ae..29b7a72c4 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/bitcoinaddressvalidator.cpp b/src/qt/bitcoinaddressvalidator.cpp old mode 100644 new mode 100755 index d712705c4..02b80e787 --- a/src/qt/bitcoinaddressvalidator.cpp +++ b/src/qt/bitcoinaddressvalidator.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/bitcoinaddressvalidator.h b/src/qt/bitcoinaddressvalidator.h old mode 100644 new mode 100755 index 30d4a26d0..07fa9d815 --- a/src/qt/bitcoinaddressvalidator.h +++ b/src/qt/bitcoinaddressvalidator.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/bitcoinamountfield.cpp b/src/qt/bitcoinamountfield.cpp old mode 100644 new mode 100755 index 73eb35a54..276b21391 --- a/src/qt/bitcoinamountfield.cpp +++ b/src/qt/bitcoinamountfield.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/bitcoinamountfield.h b/src/qt/bitcoinamountfield.h old mode 100644 new mode 100755 index 2f03a3d17..810d933f2 --- a/src/qt/bitcoinamountfield.h +++ b/src/qt/bitcoinamountfield.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/bitcoingui.cpp b/src/qt/bitcoingui.cpp old mode 100644 new mode 100755 index 493db4476..010115bca --- a/src/qt/bitcoingui.cpp +++ b/src/qt/bitcoingui.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h old mode 100644 new mode 100755 index aa45ea1f0..bea9b908a --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/bitcoinunits.cpp b/src/qt/bitcoinunits.cpp old mode 100644 new mode 100755 index 78f5ea5d9..dad9c7134 --- a/src/qt/bitcoinunits.cpp +++ b/src/qt/bitcoinunits.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/bitcoinunits.h b/src/qt/bitcoinunits.h old mode 100644 new mode 100755 index 6ef37de38..3e49f483d --- a/src/qt/bitcoinunits.h +++ b/src/qt/bitcoinunits.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/clientmodel.cpp b/src/qt/clientmodel.cpp old mode 100644 new mode 100755 index 52ce11cef..23136715e --- a/src/qt/clientmodel.cpp +++ b/src/qt/clientmodel.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/clientmodel.h b/src/qt/clientmodel.h old mode 100644 new mode 100755 index 6447cae1b..75e16fb30 --- a/src/qt/clientmodel.h +++ b/src/qt/clientmodel.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/coincontroldialog.cpp b/src/qt/coincontroldialog.cpp old mode 100644 new mode 100755 index f3ee0fbe3..28dc5769f --- a/src/qt/coincontroldialog.cpp +++ b/src/qt/coincontroldialog.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/coincontroldialog.h b/src/qt/coincontroldialog.h old mode 100644 new mode 100755 index 99a9f893f..9aaee560c --- a/src/qt/coincontroldialog.h +++ b/src/qt/coincontroldialog.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/coincontroltreewidget.cpp b/src/qt/coincontroltreewidget.cpp old mode 100644 new mode 100755 index 88510b616..c6bcb3c13 --- a/src/qt/coincontroltreewidget.cpp +++ b/src/qt/coincontroltreewidget.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/coincontroltreewidget.h b/src/qt/coincontroltreewidget.h old mode 100644 new mode 100755 index 62645fcdb..c010927cc --- a/src/qt/coincontroltreewidget.h +++ b/src/qt/coincontroltreewidget.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/csvmodelwriter.cpp b/src/qt/csvmodelwriter.cpp old mode 100644 new mode 100755 index df5992778..38de000b2 --- a/src/qt/csvmodelwriter.cpp +++ b/src/qt/csvmodelwriter.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/csvmodelwriter.h b/src/qt/csvmodelwriter.h old mode 100644 new mode 100755 index edea369ad..05f9cefd8 --- a/src/qt/csvmodelwriter.h +++ b/src/qt/csvmodelwriter.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/editaddressdialog.cpp b/src/qt/editaddressdialog.cpp old mode 100644 new mode 100755 index 54dbfb244..743e073a1 --- a/src/qt/editaddressdialog.cpp +++ b/src/qt/editaddressdialog.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/editaddressdialog.h b/src/qt/editaddressdialog.h old mode 100644 new mode 100755 index ddb67ece7..9e26661f0 --- a/src/qt/editaddressdialog.h +++ b/src/qt/editaddressdialog.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/guiconstants.h b/src/qt/guiconstants.h old mode 100644 new mode 100755 index 8288539bb..53c1e326d --- a/src/qt/guiconstants.h +++ b/src/qt/guiconstants.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/guiutil.cpp b/src/qt/guiutil.cpp old mode 100644 new mode 100755 index 3777f7b16..d54bfcb06 --- a/src/qt/guiutil.cpp +++ b/src/qt/guiutil.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/guiutil.h b/src/qt/guiutil.h old mode 100644 new mode 100755 index d6aa8c4ea..9cb247aba --- a/src/qt/guiutil.h +++ b/src/qt/guiutil.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/intro.cpp b/src/qt/intro.cpp old mode 100644 new mode 100755 index 2fc9fc940..51aefc494 --- a/src/qt/intro.cpp +++ b/src/qt/intro.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/intro.h b/src/qt/intro.h old mode 100644 new mode 100755 index 5b428b379..e554813f9 --- a/src/qt/intro.h +++ b/src/qt/intro.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/macdockiconhandler.h b/src/qt/macdockiconhandler.h old mode 100644 new mode 100755 index 1c28593d4..25e6511be --- a/src/qt/macdockiconhandler.h +++ b/src/qt/macdockiconhandler.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/macnotificationhandler.h b/src/qt/macnotificationhandler.h old mode 100644 new mode 100755 index d4749b3d5..c30bef6bf --- a/src/qt/macnotificationhandler.h +++ b/src/qt/macnotificationhandler.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/modaloverlay.cpp b/src/qt/modaloverlay.cpp old mode 100644 new mode 100755 index a83f28503..263366356 --- a/src/qt/modaloverlay.cpp +++ b/src/qt/modaloverlay.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/modaloverlay.h b/src/qt/modaloverlay.h old mode 100644 new mode 100755 index 21ccdbd83..9279fae89 --- a/src/qt/modaloverlay.h +++ b/src/qt/modaloverlay.h @@ -1,4 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/networkstyle.cpp b/src/qt/networkstyle.cpp old mode 100644 new mode 100755 index c72e6c949..e97652bcd --- a/src/qt/networkstyle.cpp +++ b/src/qt/networkstyle.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2014-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/networkstyle.h b/src/qt/networkstyle.h old mode 100644 new mode 100755 index b78a9f594..673c1b7a1 --- a/src/qt/networkstyle.h +++ b/src/qt/networkstyle.h @@ -1,4 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/notificator.cpp b/src/qt/notificator.cpp old mode 100644 new mode 100755 index 8718929c6..003d5d047 --- a/src/qt/notificator.cpp +++ b/src/qt/notificator.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/notificator.h b/src/qt/notificator.h old mode 100644 new mode 100755 index f92b791d4..92722aa65 --- a/src/qt/notificator.h +++ b/src/qt/notificator.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/openuridialog.cpp b/src/qt/openuridialog.cpp old mode 100644 new mode 100755 index 9c937c5a2..3feddac14 --- a/src/qt/openuridialog.cpp +++ b/src/qt/openuridialog.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/openuridialog.h b/src/qt/openuridialog.h old mode 100644 new mode 100755 index e94593d5b..23850003b --- a/src/qt/openuridialog.h +++ b/src/qt/openuridialog.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/optionsdialog.cpp b/src/qt/optionsdialog.cpp old mode 100644 new mode 100755 index b80b6541d..80584c860 --- a/src/qt/optionsdialog.cpp +++ b/src/qt/optionsdialog.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/optionsdialog.h b/src/qt/optionsdialog.h old mode 100644 new mode 100755 index f9f5823c0..e91c1f67e --- a/src/qt/optionsdialog.h +++ b/src/qt/optionsdialog.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/optionsmodel.cpp b/src/qt/optionsmodel.cpp old mode 100644 new mode 100755 index 77efef3e3..b80c01fab --- a/src/qt/optionsmodel.cpp +++ b/src/qt/optionsmodel.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/optionsmodel.h b/src/qt/optionsmodel.h old mode 100644 new mode 100755 index 78529fbdc..1e248c156 --- a/src/qt/optionsmodel.h +++ b/src/qt/optionsmodel.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/overviewpage.cpp b/src/qt/overviewpage.cpp old mode 100644 new mode 100755 index ba344f4db..b1a848c8d --- a/src/qt/overviewpage.cpp +++ b/src/qt/overviewpage.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/overviewpage.h b/src/qt/overviewpage.h old mode 100644 new mode 100755 index d76b651ce..cc4b49993 --- a/src/qt/overviewpage.h +++ b/src/qt/overviewpage.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/paymentrequestplus.cpp b/src/qt/paymentrequestplus.cpp old mode 100644 new mode 100755 index 0a5cb9866..b6e967dfb --- a/src/qt/paymentrequestplus.cpp +++ b/src/qt/paymentrequestplus.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/paymentrequestplus.h b/src/qt/paymentrequestplus.h old mode 100644 new mode 100755 index a2fea3fdc..e193d7ee4 --- a/src/qt/paymentrequestplus.h +++ b/src/qt/paymentrequestplus.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/paymentserver.cpp b/src/qt/paymentserver.cpp old mode 100644 new mode 100755 index 09e951376..b6d8474e7 --- a/src/qt/paymentserver.cpp +++ b/src/qt/paymentserver.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/paymentserver.h b/src/qt/paymentserver.h old mode 100644 new mode 100755 index 2fe6e3e7b..f8dbac4c8 --- a/src/qt/paymentserver.h +++ b/src/qt/paymentserver.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/peertablemodel.cpp b/src/qt/peertablemodel.cpp old mode 100644 new mode 100755 index 42934f805..9aa9de116 --- a/src/qt/peertablemodel.cpp +++ b/src/qt/peertablemodel.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/peertablemodel.h b/src/qt/peertablemodel.h old mode 100644 new mode 100755 index cc47b67ec..44e968601 --- a/src/qt/peertablemodel.h +++ b/src/qt/peertablemodel.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/platformstyle.cpp b/src/qt/platformstyle.cpp old mode 100644 new mode 100755 index 1f4e1a442..f65dbdbe0 --- a/src/qt/platformstyle.cpp +++ b/src/qt/platformstyle.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2015-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/platformstyle.h b/src/qt/platformstyle.h old mode 100644 new mode 100755 index 4e763e760..26f669b91 --- a/src/qt/platformstyle.h +++ b/src/qt/platformstyle.h @@ -1,4 +1,5 @@ // Copyright (c) 2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/qvalidatedlineedit.cpp b/src/qt/qvalidatedlineedit.cpp old mode 100644 new mode 100755 index 179ecdc8b..252fc254e --- a/src/qt/qvalidatedlineedit.cpp +++ b/src/qt/qvalidatedlineedit.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/qvalidatedlineedit.h b/src/qt/qvalidatedlineedit.h old mode 100644 new mode 100755 index 66734cc9d..75a95a33f --- a/src/qt/qvalidatedlineedit.h +++ b/src/qt/qvalidatedlineedit.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/qvaluecombobox.cpp b/src/qt/qvaluecombobox.cpp old mode 100644 new mode 100755 index a3b9b994e..dd6c6eea4 --- a/src/qt/qvaluecombobox.cpp +++ b/src/qt/qvaluecombobox.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/qvaluecombobox.h b/src/qt/qvaluecombobox.h old mode 100644 new mode 100755 index f26630231..6963c8d15 --- a/src/qt/qvaluecombobox.h +++ b/src/qt/qvaluecombobox.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/receivecoinsdialog.cpp b/src/qt/receivecoinsdialog.cpp old mode 100644 new mode 100755 index 84f43266e..ed6b1a948 --- a/src/qt/receivecoinsdialog.cpp +++ b/src/qt/receivecoinsdialog.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/receivecoinsdialog.h b/src/qt/receivecoinsdialog.h old mode 100644 new mode 100755 index 385f98565..e42728371 --- a/src/qt/receivecoinsdialog.h +++ b/src/qt/receivecoinsdialog.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/receiverequestdialog.cpp b/src/qt/receiverequestdialog.cpp old mode 100644 new mode 100755 index 4aa6375d8..99ddc5746 --- a/src/qt/receiverequestdialog.cpp +++ b/src/qt/receiverequestdialog.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/receiverequestdialog.h b/src/qt/receiverequestdialog.h old mode 100644 new mode 100755 index 1a9b16523..f1836104b --- a/src/qt/receiverequestdialog.h +++ b/src/qt/receiverequestdialog.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/recentrequeststablemodel.cpp b/src/qt/recentrequeststablemodel.cpp old mode 100644 new mode 100755 index 1c4f7aca8..b999a025a --- a/src/qt/recentrequeststablemodel.cpp +++ b/src/qt/recentrequeststablemodel.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/recentrequeststablemodel.h b/src/qt/recentrequeststablemodel.h old mode 100644 new mode 100755 index 0c02968f9..21265ea63 --- a/src/qt/recentrequeststablemodel.h +++ b/src/qt/recentrequeststablemodel.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp old mode 100644 new mode 100755 index 3590a98ef..27eeefa28 --- a/src/qt/rpcconsole.cpp +++ b/src/qt/rpcconsole.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/rpcconsole.h b/src/qt/rpcconsole.h old mode 100644 new mode 100755 index da06818f8..e38c6ec66 --- a/src/qt/rpcconsole.h +++ b/src/qt/rpcconsole.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/sendcoinsdialog.cpp b/src/qt/sendcoinsdialog.cpp old mode 100644 new mode 100755 index 969645bc1..b4a73a056 --- a/src/qt/sendcoinsdialog.cpp +++ b/src/qt/sendcoinsdialog.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/sendcoinsdialog.h b/src/qt/sendcoinsdialog.h old mode 100644 new mode 100755 index 70b4aa5a0..610cdc1e1 --- a/src/qt/sendcoinsdialog.h +++ b/src/qt/sendcoinsdialog.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/sendcoinsentry.cpp b/src/qt/sendcoinsentry.cpp old mode 100644 new mode 100755 index bb0f47b21..004bff119 --- a/src/qt/sendcoinsentry.cpp +++ b/src/qt/sendcoinsentry.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/sendcoinsentry.h b/src/qt/sendcoinsentry.h old mode 100644 new mode 100755 index a8be670c2..5b552aa68 --- a/src/qt/sendcoinsentry.h +++ b/src/qt/sendcoinsentry.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/signverifymessagedialog.cpp b/src/qt/signverifymessagedialog.cpp old mode 100644 new mode 100755 index 0950ed023..91a5eb99f --- a/src/qt/signverifymessagedialog.cpp +++ b/src/qt/signverifymessagedialog.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/signverifymessagedialog.h b/src/qt/signverifymessagedialog.h old mode 100644 new mode 100755 index d2e04cd4f..f480eccf5 --- a/src/qt/signverifymessagedialog.h +++ b/src/qt/signverifymessagedialog.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/splashscreen.cpp b/src/qt/splashscreen.cpp old mode 100644 new mode 100755 index c8e04da56..02dd1572d --- a/src/qt/splashscreen.cpp +++ b/src/qt/splashscreen.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/splashscreen.h b/src/qt/splashscreen.h old mode 100644 new mode 100755 index a88ebb98a..1fcc84407 --- a/src/qt/splashscreen.h +++ b/src/qt/splashscreen.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/test/compattests.cpp b/src/qt/test/compattests.cpp old mode 100644 new mode 100755 index 2a7284b5b..6d1d418ad --- a/src/qt/test/compattests.cpp +++ b/src/qt/test/compattests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/test/compattests.h b/src/qt/test/compattests.h old mode 100644 new mode 100755 index 1af97696b..d13129038 --- a/src/qt/test/compattests.h +++ b/src/qt/test/compattests.h @@ -1,4 +1,5 @@ // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/test/paymentrequestdata.h b/src/qt/test/paymentrequestdata.h index 9e038f177..6dddf17c8 100755 --- a/src/qt/test/paymentrequestdata.h +++ b/src/qt/test/paymentrequestdata.h @@ -1,4 +1,5 @@ // Copyright (c) 2009-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/test/paymentservertests.cpp b/src/qt/test/paymentservertests.cpp old mode 100644 new mode 100755 index d9fb86982..d719d827d --- a/src/qt/test/paymentservertests.cpp +++ b/src/qt/test/paymentservertests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2009-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/test/paymentservertests.h b/src/qt/test/paymentservertests.h old mode 100644 new mode 100755 index 9ffcbb02a..da9363dab --- a/src/qt/test/paymentservertests.h +++ b/src/qt/test/paymentservertests.h @@ -1,4 +1,5 @@ // Copyright (c) 2009-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/test/rpcnestedtests.cpp b/src/qt/test/rpcnestedtests.cpp old mode 100644 new mode 100755 index 3e6d15725..1a12c9d48 --- a/src/qt/test/rpcnestedtests.cpp +++ b/src/qt/test/rpcnestedtests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/test/rpcnestedtests.h b/src/qt/test/rpcnestedtests.h old mode 100644 new mode 100755 index 9ad409019..c2fea5296 --- a/src/qt/test/rpcnestedtests.h +++ b/src/qt/test/rpcnestedtests.h @@ -1,4 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/test/test_main.cpp b/src/qt/test/test_main.cpp old mode 100644 new mode 100755 index 31cc30095..0713e57a8 --- a/src/qt/test/test_main.cpp +++ b/src/qt/test/test_main.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/test/uritests.cpp b/src/qt/test/uritests.cpp old mode 100644 new mode 100755 index 1a52ecd22..d2020972d --- a/src/qt/test/uritests.cpp +++ b/src/qt/test/uritests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2009-2014 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/test/uritests.h b/src/qt/test/uritests.h old mode 100644 new mode 100755 index 499484279..c944bf74b --- a/src/qt/test/uritests.h +++ b/src/qt/test/uritests.h @@ -1,4 +1,5 @@ // Copyright (c) 2009-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/trafficgraphwidget.cpp b/src/qt/trafficgraphwidget.cpp old mode 100644 new mode 100755 index 5bb863451..2a20b7358 --- a/src/qt/trafficgraphwidget.cpp +++ b/src/qt/trafficgraphwidget.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/trafficgraphwidget.h b/src/qt/trafficgraphwidget.h old mode 100644 new mode 100755 index 00660574a..a41e5088a --- a/src/qt/trafficgraphwidget.h +++ b/src/qt/trafficgraphwidget.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/transactiondesc.cpp b/src/qt/transactiondesc.cpp old mode 100644 new mode 100755 index e924d50dd..e3934c834 --- a/src/qt/transactiondesc.cpp +++ b/src/qt/transactiondesc.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/transactiondesc.h b/src/qt/transactiondesc.h old mode 100644 new mode 100755 index 01b90b130..3c75ea8e4 --- a/src/qt/transactiondesc.h +++ b/src/qt/transactiondesc.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/transactiondescdialog.cpp b/src/qt/transactiondescdialog.cpp old mode 100644 new mode 100755 index 65f163deb..2c5bbaf41 --- a/src/qt/transactiondescdialog.cpp +++ b/src/qt/transactiondescdialog.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/transactiondescdialog.h b/src/qt/transactiondescdialog.h old mode 100644 new mode 100755 index f1371b385..455f352c2 --- a/src/qt/transactiondescdialog.h +++ b/src/qt/transactiondescdialog.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/transactionfilterproxy.cpp b/src/qt/transactionfilterproxy.cpp old mode 100644 new mode 100755 index 44e4ef823..b00193035 --- a/src/qt/transactionfilterproxy.cpp +++ b/src/qt/transactionfilterproxy.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/transactionfilterproxy.h b/src/qt/transactionfilterproxy.h old mode 100644 new mode 100755 index 7db02cd61..025aa97fd --- a/src/qt/transactionfilterproxy.h +++ b/src/qt/transactionfilterproxy.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/transactionrecord.cpp b/src/qt/transactionrecord.cpp old mode 100644 new mode 100755 index 2ece0d0f2..a39ffbae8 --- a/src/qt/transactionrecord.cpp +++ b/src/qt/transactionrecord.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/transactionrecord.h b/src/qt/transactionrecord.h old mode 100644 new mode 100755 index 59f681224..a6e0f8da2 --- a/src/qt/transactionrecord.h +++ b/src/qt/transactionrecord.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/transactiontablemodel.cpp b/src/qt/transactiontablemodel.cpp old mode 100644 new mode 100755 index 59cef555b..0902667bb --- a/src/qt/transactiontablemodel.cpp +++ b/src/qt/transactiontablemodel.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/transactiontablemodel.h b/src/qt/transactiontablemodel.h old mode 100644 new mode 100755 index 80aeb64c4..bab736dce --- a/src/qt/transactiontablemodel.h +++ b/src/qt/transactiontablemodel.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/transactionview.cpp b/src/qt/transactionview.cpp old mode 100644 new mode 100755 index 53c38da9d..8c17a60c7 --- a/src/qt/transactionview.cpp +++ b/src/qt/transactionview.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/transactionview.h b/src/qt/transactionview.h old mode 100644 new mode 100755 index 52e57cae4..2aa9a42af --- a/src/qt/transactionview.h +++ b/src/qt/transactionview.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/utilitydialog.cpp b/src/qt/utilitydialog.cpp old mode 100644 new mode 100755 index be13b6d3c..2757cd5e1 --- a/src/qt/utilitydialog.cpp +++ b/src/qt/utilitydialog.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/utilitydialog.h b/src/qt/utilitydialog.h old mode 100644 new mode 100755 index acaa86414..eed78d495 --- a/src/qt/utilitydialog.h +++ b/src/qt/utilitydialog.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/walletframe.cpp b/src/qt/walletframe.cpp old mode 100644 new mode 100755 index f3183320f..e340a0c7f --- a/src/qt/walletframe.cpp +++ b/src/qt/walletframe.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/walletframe.h b/src/qt/walletframe.h old mode 100644 new mode 100755 index 42ce69fea..1e64fc146 --- a/src/qt/walletframe.h +++ b/src/qt/walletframe.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/walletmodel.cpp b/src/qt/walletmodel.cpp old mode 100644 new mode 100755 index 323eae3be..d7fd9e979 --- a/src/qt/walletmodel.cpp +++ b/src/qt/walletmodel.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/walletmodel.h b/src/qt/walletmodel.h old mode 100644 new mode 100755 index 6be36a57e..4d8dface1 --- a/src/qt/walletmodel.h +++ b/src/qt/walletmodel.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/walletmodeltransaction.cpp b/src/qt/walletmodeltransaction.cpp old mode 100644 new mode 100755 index 9ee7077db..219864e48 --- a/src/qt/walletmodeltransaction.cpp +++ b/src/qt/walletmodeltransaction.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/walletmodeltransaction.h b/src/qt/walletmodeltransaction.h old mode 100644 new mode 100755 index cf87c506c..92443b058 --- a/src/qt/walletmodeltransaction.h +++ b/src/qt/walletmodeltransaction.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2014 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/walletview.cpp b/src/qt/walletview.cpp old mode 100644 new mode 100755 index 971f5e0e1..4b14fad6b --- a/src/qt/walletview.cpp +++ b/src/qt/walletview.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/walletview.h b/src/qt/walletview.h old mode 100644 new mode 100755 index c1f8422f0..c215bcab6 --- a/src/qt/walletview.h +++ b/src/qt/walletview.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/winshutdownmonitor.cpp b/src/qt/winshutdownmonitor.cpp old mode 100644 new mode 100755 index d78d9a235..6cce5700b --- a/src/qt/winshutdownmonitor.cpp +++ b/src/qt/winshutdownmonitor.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2014-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/qt/winshutdownmonitor.h b/src/qt/winshutdownmonitor.h old mode 100644 new mode 100755 index 0bed55a2c..72206676e --- a/src/qt/winshutdownmonitor.h +++ b/src/qt/winshutdownmonitor.h @@ -1,4 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/random.cpp b/src/random.cpp old mode 100644 new mode 100755 index b004bfa91..807291b7a --- a/src/random.cpp +++ b/src/random.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/random.h b/src/random.h old mode 100644 new mode 100755 index c60ab3617..e538a3528 --- a/src/random.h +++ b/src/random.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/rest.cpp b/src/rest.cpp old mode 100644 new mode 100755 index 6a4b005f9..57bb6ff09 --- a/src/rest.cpp +++ b/src/rest.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/reverselock.h b/src/reverselock.h old mode 100644 new mode 100755 index 9d9cc9fd7..78df106cf --- a/src/reverselock.h +++ b/src/reverselock.h @@ -1,4 +1,5 @@ // Copyright (c) 2015-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp index 9cd8e2e9a..046769454 100755 --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/rpc/blockchain.h b/src/rpc/blockchain.h old mode 100644 new mode 100755 index 960edfd56..035845b8d --- a/src/rpc/blockchain.h +++ b/src/rpc/blockchain.h @@ -1,4 +1,5 @@ // Copyright (c) 2017 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp old mode 100644 new mode 100755 index 417945378..a0aacca2e --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/rpc/client.h b/src/rpc/client.h old mode 100644 new mode 100755 index e7cf035d8..a607d57dc --- a/src/rpc/client.h +++ b/src/rpc/client.h @@ -1,5 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/rpc/mining.cpp b/src/rpc/mining.cpp index 2f8216c12..6303efaf8 100755 --- a/src/rpc/mining.cpp +++ b/src/rpc/mining.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/rpc/mining.h b/src/rpc/mining.h old mode 100644 new mode 100755 index a46a43a45..77d2f341e --- a/src/rpc/mining.h +++ b/src/rpc/mining.h @@ -1,4 +1,5 @@ // Copyright (c) 2017 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/rpc/misc.cpp b/src/rpc/misc.cpp old mode 100644 new mode 100755 index 5eec8ac16..638501826 --- a/src/rpc/misc.cpp +++ b/src/rpc/misc.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/rpc/net.cpp b/src/rpc/net.cpp index f270568e1..4de4d23a3 100755 --- a/src/rpc/net.cpp +++ b/src/rpc/net.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/rpc/protocol.cpp b/src/rpc/protocol.cpp old mode 100644 new mode 100755 index db0626b5e..5d3021cd5 --- a/src/rpc/protocol.cpp +++ b/src/rpc/protocol.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/rpc/protocol.h b/src/rpc/protocol.h old mode 100644 new mode 100755 index 4bd4702d6..d2efaeaba --- a/src/rpc/protocol.h +++ b/src/rpc/protocol.h @@ -1,5 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/rpc/rawtransaction.cpp b/src/rpc/rawtransaction.cpp index d2b30d4b9..f1d1f402d 100755 --- a/src/rpc/rawtransaction.cpp +++ b/src/rpc/rawtransaction.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/rpc/register.h b/src/rpc/register.h old mode 100644 new mode 100755 index 49aee2365..02be2f9f9 --- a/src/rpc/register.h +++ b/src/rpc/register.h @@ -1,4 +1,5 @@ // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/rpc/server.cpp b/src/rpc/server.cpp index 51b1fbad9..2758c5dd9 100755 --- a/src/rpc/server.cpp +++ b/src/rpc/server.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/rpc/server.h b/src/rpc/server.h old mode 100644 new mode 100755 index dd6f76324..dcbf83b87 --- a/src/rpc/server.h +++ b/src/rpc/server.h @@ -1,5 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/scheduler.cpp b/src/scheduler.cpp old mode 100644 new mode 100755 index 1d3fb1f6e..740839997 --- a/src/scheduler.cpp +++ b/src/scheduler.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2015-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/scheduler.h b/src/scheduler.h old mode 100644 new mode 100755 index 0365d668b..87c8043fd --- a/src/scheduler.h +++ b/src/scheduler.h @@ -1,4 +1,5 @@ // Copyright (c) 2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/script/bitcoinconsensus.cpp b/src/script/bitcoinconsensus.cpp old mode 100644 new mode 100755 index 03128917f..e4f511079 --- a/src/script/bitcoinconsensus.cpp +++ b/src/script/bitcoinconsensus.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/script/bitcoinconsensus.h b/src/script/bitcoinconsensus.h old mode 100644 new mode 100755 index 33bf80e5a..2453c5af2 --- a/src/script/bitcoinconsensus.h +++ b/src/script/bitcoinconsensus.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/script/interpreter.cpp b/src/script/interpreter.cpp index e8d2463f1..df2592d42 100755 --- a/src/script/interpreter.cpp +++ b/src/script/interpreter.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/script/interpreter.h b/src/script/interpreter.h old mode 100644 new mode 100755 index 7ade4e6a5..537e1a4b7 --- a/src/script/interpreter.h +++ b/src/script/interpreter.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/script/ismine.cpp b/src/script/ismine.cpp old mode 100644 new mode 100755 index 0a3961973..e83761b56 --- a/src/script/ismine.cpp +++ b/src/script/ismine.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/script/ismine.h b/src/script/ismine.h old mode 100644 new mode 100755 index 1aa5937b3..6c84431d8 --- a/src/script/ismine.h +++ b/src/script/ismine.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/script/script.cpp b/src/script/script.cpp old mode 100644 new mode 100755 index a10b619f7..1fc0c084e --- a/src/script/script.cpp +++ b/src/script/script.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/script/script.h b/src/script/script.h old mode 100644 new mode 100755 index 711ffa97f..c5d2fa5a5 --- a/src/script/script.h +++ b/src/script/script.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/script/script_error.cpp b/src/script/script_error.cpp old mode 100644 new mode 100755 index c9d13c92a..3e45ba282 --- a/src/script/script_error.cpp +++ b/src/script/script_error.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/script/script_error.h b/src/script/script_error.h old mode 100644 new mode 100755 index 3200e9470..b48870cb5 --- a/src/script/script_error.h +++ b/src/script/script_error.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/script/sigcache.cpp b/src/script/sigcache.cpp old mode 100644 new mode 100755 index 4cc7afa2f..7b3bff6d5 --- a/src/script/sigcache.cpp +++ b/src/script/sigcache.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/script/sigcache.h b/src/script/sigcache.h old mode 100644 new mode 100755 index 5832b264b..a58d37a9b --- a/src/script/sigcache.h +++ b/src/script/sigcache.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/script/sign.cpp b/src/script/sign.cpp old mode 100644 new mode 100755 index ef7099b2d..41ed4949f --- a/src/script/sign.cpp +++ b/src/script/sign.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/script/sign.h b/src/script/sign.h old mode 100644 new mode 100755 index bd4586289..2b26601e2 --- a/src/script/sign.h +++ b/src/script/sign.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/script/standard.cpp b/src/script/standard.cpp old mode 100644 new mode 100755 index 9570b8c8d..a2881b06e --- a/src/script/standard.cpp +++ b/src/script/standard.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/script/standard.h b/src/script/standard.h old mode 100644 new mode 100755 index 097e0c374..6eb18a4cd --- a/src/script/standard.h +++ b/src/script/standard.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/serialize.h b/src/serialize.h old mode 100644 new mode 100755 index 8b86a07a7..9d7f509c1 --- a/src/serialize.h +++ b/src/serialize.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/streams.h b/src/streams.h old mode 100644 new mode 100755 index a9668b68b..dcac7e406 --- a/src/streams.h +++ b/src/streams.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/support/allocators/secure.h b/src/support/allocators/secure.h old mode 100644 new mode 100755 index f20f42494..21af6ba22 --- a/src/support/allocators/secure.h +++ b/src/support/allocators/secure.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/support/allocators/zeroafterfree.h b/src/support/allocators/zeroafterfree.h old mode 100644 new mode 100755 index 581d5d631..4e16f451d --- a/src/support/allocators/zeroafterfree.h +++ b/src/support/allocators/zeroafterfree.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/support/cleanse.cpp b/src/support/cleanse.cpp old mode 100644 new mode 100755 index a2141b244..4aa92377a --- a/src/support/cleanse.cpp +++ b/src/support/cleanse.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/support/cleanse.h b/src/support/cleanse.h old mode 100644 new mode 100755 index f020216c7..6f93df5f9 --- a/src/support/cleanse.h +++ b/src/support/cleanse.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/support/events.h b/src/support/events.h old mode 100644 new mode 100755 index cc6d29aec..0f70e78f3 --- a/src/support/events.h +++ b/src/support/events.h @@ -1,4 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/support/lockedpool.cpp b/src/support/lockedpool.cpp old mode 100644 new mode 100755 index 2ead72185..b8e05fb9d --- a/src/support/lockedpool.cpp +++ b/src/support/lockedpool.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/support/lockedpool.h b/src/support/lockedpool.h old mode 100644 new mode 100755 index f5212bc26..208a2f2b7 --- a/src/support/lockedpool.h +++ b/src/support/lockedpool.h @@ -1,4 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/sync.cpp b/src/sync.cpp old mode 100644 new mode 100755 index b82f3770e..232ffd52c --- a/src/sync.cpp +++ b/src/sync.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/sync.h b/src/sync.h old mode 100644 new mode 100755 index 4921aedf3..beaa04c1d --- a/src/sync.h +++ b/src/sync.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/DoS_tests.cpp b/src/test/DoS_tests.cpp old mode 100644 new mode 100755 index ffbeeb7d9..57413c33d --- a/src/test/DoS_tests.cpp +++ b/src/test/DoS_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/addrman_tests.cpp b/src/test/addrman_tests.cpp old mode 100644 new mode 100755 index 2ad22d34a..e831350ab --- a/src/test/addrman_tests.cpp +++ b/src/test/addrman_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2012-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "addrman.h" diff --git a/src/test/allocator_tests.cpp b/src/test/allocator_tests.cpp old mode 100644 new mode 100755 index 4a533b5bf..9748c6a92 --- a/src/test/allocator_tests.cpp +++ b/src/test/allocator_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2012-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/amount_tests.cpp b/src/test/amount_tests.cpp index 6cda41003..e40a290be 100755 --- a/src/test/amount_tests.cpp +++ b/src/test/amount_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/arith_uint256_tests.cpp b/src/test/arith_uint256_tests.cpp old mode 100644 new mode 100755 index 2c98fbcfd..638515553 --- a/src/test/arith_uint256_tests.cpp +++ b/src/test/arith_uint256_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/base32_tests.cpp b/src/test/base32_tests.cpp old mode 100644 new mode 100755 index 6422b3a88..fe16ea244 --- a/src/test/base32_tests.cpp +++ b/src/test/base32_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2012-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/base58_tests.cpp b/src/test/base58_tests.cpp old mode 100644 new mode 100755 index 8c2a61d2d..5759f52ec --- a/src/test/base58_tests.cpp +++ b/src/test/base58_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/base64_tests.cpp b/src/test/base64_tests.cpp old mode 100644 new mode 100755 index ccad94d94..9823cd6bb --- a/src/test/base64_tests.cpp +++ b/src/test/base64_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/bip32_tests.cpp b/src/test/bip32_tests.cpp index 03d99ccd9..d277603a1 100755 --- a/src/test/bip32_tests.cpp +++ b/src/test/bip32_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2013-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/blockencodings_tests.cpp b/src/test/blockencodings_tests.cpp old mode 100644 new mode 100755 index 425a18cc4..20e155caa --- a/src/test/blockencodings_tests.cpp +++ b/src/test/blockencodings_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/bloom_tests.cpp b/src/test/bloom_tests.cpp index 09e670315..7c459ed09 100755 --- a/src/test/bloom_tests.cpp +++ b/src/test/bloom_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2012-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/bswap_tests.cpp b/src/test/bswap_tests.cpp old mode 100644 new mode 100755 index 7b3134d32..0bcec479b --- a/src/test/bswap_tests.cpp +++ b/src/test/bswap_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/checkqueue_tests.cpp b/src/test/checkqueue_tests.cpp old mode 100644 new mode 100755 index 6ae0bcadd..2aec19a9e --- a/src/test/checkqueue_tests.cpp +++ b/src/test/checkqueue_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2012-2017 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/coins_tests.cpp b/src/test/coins_tests.cpp old mode 100644 new mode 100755 index e24431528..e49db45ea --- a/src/test/coins_tests.cpp +++ b/src/test/coins_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2014-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/compress_tests.cpp b/src/test/compress_tests.cpp old mode 100644 new mode 100755 index 08f4f4dbf..efd8c8639 --- a/src/test/compress_tests.cpp +++ b/src/test/compress_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2012-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/crypto_tests.cpp b/src/test/crypto_tests.cpp old mode 100644 new mode 100755 index 391ad14ff..bf7d3e393 --- a/src/test/crypto_tests.cpp +++ b/src/test/crypto_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2014-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/cuckoocache_tests.cpp b/src/test/cuckoocache_tests.cpp old mode 100644 new mode 100755 index 100448222..3c027ec98 --- a/src/test/cuckoocache_tests.cpp +++ b/src/test/cuckoocache_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2012-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include diff --git a/src/test/dbwrapper_tests.cpp b/src/test/dbwrapper_tests.cpp old mode 100644 new mode 100755 index 6ed6e7744..030e51764 --- a/src/test/dbwrapper_tests.cpp +++ b/src/test/dbwrapper_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2012-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/getarg_tests.cpp b/src/test/getarg_tests.cpp old mode 100644 new mode 100755 index 18a7e5993..f03924873 --- a/src/test/getarg_tests.cpp +++ b/src/test/getarg_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2012-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/hash_tests.cpp b/src/test/hash_tests.cpp old mode 100644 new mode 100755 index 05b6b3b1e..a634e7647 --- a/src/test/hash_tests.cpp +++ b/src/test/hash_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2013-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/key_tests.cpp b/src/test/key_tests.cpp index d298d43b2..e898f1b99 100755 --- a/src/test/key_tests.cpp +++ b/src/test/key_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2012-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/limitedmap_tests.cpp b/src/test/limitedmap_tests.cpp old mode 100644 new mode 100755 index b071ab117..69cc18377 --- a/src/test/limitedmap_tests.cpp +++ b/src/test/limitedmap_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2012-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/main_tests.cpp b/src/test/main_tests.cpp index 600877d15..b722a37ce 100755 --- a/src/test/main_tests.cpp +++ b/src/test/main_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2014-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/mempool_tests.cpp b/src/test/mempool_tests.cpp old mode 100644 new mode 100755 index 51b28d09f..1f38b06c9 --- a/src/test/mempool_tests.cpp +++ b/src/test/mempool_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/merkle_tests.cpp b/src/test/merkle_tests.cpp old mode 100644 new mode 100755 index 1a1cf4399..27400eada --- a/src/test/merkle_tests.cpp +++ b/src/test/merkle_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2015-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/miner_tests.cpp b/src/test/miner_tests.cpp index 31c9242c9..9f5c88ad2 100755 --- a/src/test/miner_tests.cpp +++ b/src/test/miner_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/multisig_tests.cpp b/src/test/multisig_tests.cpp old mode 100644 new mode 100755 index 5e89ef60d..e07476147 --- a/src/test/multisig_tests.cpp +++ b/src/test/multisig_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/net_tests.cpp b/src/test/net_tests.cpp old mode 100644 new mode 100755 index 31b05d868..bdeeb4efc --- a/src/test/net_tests.cpp +++ b/src/test/net_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2012-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "addrman.h" diff --git a/src/test/netbase_tests.cpp b/src/test/netbase_tests.cpp old mode 100644 new mode 100755 index 1baf7643e..468c42796 --- a/src/test/netbase_tests.cpp +++ b/src/test/netbase_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2012-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/pmt_tests.cpp b/src/test/pmt_tests.cpp old mode 100644 new mode 100755 index c1d216d09..65fcbcfff --- a/src/test/pmt_tests.cpp +++ b/src/test/pmt_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2012-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/policyestimator_tests.cpp b/src/test/policyestimator_tests.cpp old mode 100644 new mode 100755 index fd8f7191f..9c64cb60e --- a/src/test/policyestimator_tests.cpp +++ b/src/test/policyestimator_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/pow_tests.cpp b/src/test/pow_tests.cpp index cbf3d881c..6be5401a9 100755 --- a/src/test/pow_tests.cpp +++ b/src/test/pow_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/prevector_tests.cpp b/src/test/prevector_tests.cpp old mode 100644 new mode 100755 index 345c4a214..ff327c1a3 --- a/src/test/prevector_tests.cpp +++ b/src/test/prevector_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2015-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/raii_event_tests.cpp b/src/test/raii_event_tests.cpp old mode 100644 new mode 100755 index 0d541ec7d..05dcc9397 --- a/src/test/raii_event_tests.cpp +++ b/src/test/raii_event_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/random_tests.cpp b/src/test/random_tests.cpp old mode 100644 new mode 100755 index 132e19005..6c48e28cb --- a/src/test/random_tests.cpp +++ b/src/test/random_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2017 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/reverselock_tests.cpp b/src/test/reverselock_tests.cpp old mode 100644 new mode 100755 index 00dc47e13..0dd4c8631 --- a/src/test/reverselock_tests.cpp +++ b/src/test/reverselock_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2015-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/rpc_tests.cpp b/src/test/rpc_tests.cpp index 681ea516c..01e08043a 100755 --- a/src/test/rpc_tests.cpp +++ b/src/test/rpc_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2012-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/sanity_tests.cpp b/src/test/sanity_tests.cpp old mode 100644 new mode 100755 index 51f9e9f39..787771005 --- a/src/test/sanity_tests.cpp +++ b/src/test/sanity_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2012-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/scheduler_tests.cpp b/src/test/scheduler_tests.cpp old mode 100644 new mode 100755 index 1de865776..7f29fd439 --- a/src/test/scheduler_tests.cpp +++ b/src/test/scheduler_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2012-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/script_P2SH_tests.cpp b/src/test/script_P2SH_tests.cpp old mode 100644 new mode 100755 index efd0f77d9..b3d589a98 --- a/src/test/script_P2SH_tests.cpp +++ b/src/test/script_P2SH_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2012-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/script_tests.cpp b/src/test/script_tests.cpp old mode 100644 new mode 100755 index 06b8274f2..21e7dbf2d --- a/src/test/script_tests.cpp +++ b/src/test/script_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/scriptnum10.h b/src/test/scriptnum10.h old mode 100644 new mode 100755 index 94dd58526..03cff34d7 --- a/src/test/scriptnum10.h +++ b/src/test/scriptnum10.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/scriptnum_tests.cpp b/src/test/scriptnum_tests.cpp old mode 100644 new mode 100755 index 1d5893bdc..344a5d00f --- a/src/test/scriptnum_tests.cpp +++ b/src/test/scriptnum_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2012-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/serialize_tests.cpp b/src/test/serialize_tests.cpp old mode 100644 new mode 100755 index 9661a6651..80a73c1b9 --- a/src/test/serialize_tests.cpp +++ b/src/test/serialize_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2012-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/sighash_tests.cpp b/src/test/sighash_tests.cpp index ee503fb0e..598bbe5af 100755 --- a/src/test/sighash_tests.cpp +++ b/src/test/sighash_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2013-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/sigopcount_tests.cpp b/src/test/sigopcount_tests.cpp old mode 100644 new mode 100755 index d3b8b0722..6d21361e6 --- a/src/test/sigopcount_tests.cpp +++ b/src/test/sigopcount_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2012-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/skiplist_tests.cpp b/src/test/skiplist_tests.cpp old mode 100644 new mode 100755 index e3654e67a..ff4114146 --- a/src/test/skiplist_tests.cpp +++ b/src/test/skiplist_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2014-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/streams_tests.cpp b/src/test/streams_tests.cpp old mode 100644 new mode 100755 index af2a152aa..9ea61f391 --- a/src/test/streams_tests.cpp +++ b/src/test/streams_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2012-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/test_bitcoin.cpp b/src/test/test_bitcoin.cpp old mode 100644 new mode 100755 index 3247b015e..3efe48abd --- a/src/test/test_bitcoin.cpp +++ b/src/test/test_bitcoin.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/test_bitcoin.h b/src/test/test_bitcoin.h old mode 100644 new mode 100755 index dd3b13c8c..7347fac39 --- a/src/test/test_bitcoin.h +++ b/src/test/test_bitcoin.h @@ -1,4 +1,5 @@ // Copyright (c) 2015-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/test_bitcoin_fuzzy.cpp b/src/test/test_bitcoin_fuzzy.cpp old mode 100644 new mode 100755 index de1425160..29e4c6322 --- a/src/test/test_bitcoin_fuzzy.cpp +++ b/src/test/test_bitcoin_fuzzy.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/test_bitcoin_main.cpp b/src/test/test_bitcoin_main.cpp old mode 100644 new mode 100755 index 34beef553..807724bbd --- a/src/test/test_bitcoin_main.cpp +++ b/src/test/test_bitcoin_main.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/testutil.cpp b/src/test/testutil.cpp old mode 100644 new mode 100755 index 591d0bf30..56638388d --- a/src/test/testutil.cpp +++ b/src/test/testutil.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/testutil.h b/src/test/testutil.h old mode 100644 new mode 100755 index cbe784d64..e31879a57 --- a/src/test/testutil.h +++ b/src/test/testutil.h @@ -1,4 +1,5 @@ // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/timedata_tests.cpp b/src/test/timedata_tests.cpp old mode 100644 new mode 100755 index 34863fd9d..8ab525ec2 --- a/src/test/timedata_tests.cpp +++ b/src/test/timedata_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. // diff --git a/src/test/transaction_tests.cpp b/src/test/transaction_tests.cpp index 6654634bf..0b5544506 100755 --- a/src/test/transaction_tests.cpp +++ b/src/test/transaction_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/txvalidationcache_tests.cpp b/src/test/txvalidationcache_tests.cpp old mode 100644 new mode 100755 index 2d25cb96c..3c8f5f223 --- a/src/test/txvalidationcache_tests.cpp +++ b/src/test/txvalidationcache_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/uint256_tests.cpp b/src/test/uint256_tests.cpp old mode 100644 new mode 100755 index 70d83a2e5..18153739e --- a/src/test/uint256_tests.cpp +++ b/src/test/uint256_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "arith_uint256.h" diff --git a/src/test/univalue_tests.cpp b/src/test/univalue_tests.cpp old mode 100644 new mode 100755 index dffe8e55a..ed64ef0ce --- a/src/test/univalue_tests.cpp +++ b/src/test/univalue_tests.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2014 BitPay Inc. // Copyright (c) 2014-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/util_tests.cpp b/src/test/util_tests.cpp old mode 100644 new mode 100755 index 567908696..2f4a74974 --- a/src/test/util_tests.cpp +++ b/src/test/util_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/test/versionbits_tests.cpp b/src/test/versionbits_tests.cpp old mode 100644 new mode 100755 index 955af2486..480bdd94c --- a/src/test/versionbits_tests.cpp +++ b/src/test/versionbits_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2014-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/threadinterrupt.cpp b/src/threadinterrupt.cpp old mode 100644 new mode 100755 index 9d691079e..e595bf38d --- a/src/threadinterrupt.cpp +++ b/src/threadinterrupt.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/threadinterrupt.h b/src/threadinterrupt.h old mode 100644 new mode 100755 index 54e310280..2e3791944 --- a/src/threadinterrupt.h +++ b/src/threadinterrupt.h @@ -1,4 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/threadsafety.h b/src/threadsafety.h old mode 100644 new mode 100755 index 61e63dbc7..a0d78e0b0 --- a/src/threadsafety.h +++ b/src/threadsafety.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/timedata.cpp b/src/timedata.cpp old mode 100644 new mode 100755 index 5113bb60d..1c126b707 --- a/src/timedata.cpp +++ b/src/timedata.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2014-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/timedata.h b/src/timedata.h old mode 100644 new mode 100755 index 33dd5878e..9b6854fd1 --- a/src/timedata.h +++ b/src/timedata.h @@ -1,4 +1,5 @@ // Copyright (c) 2014-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/torcontrol.cpp b/src/torcontrol.cpp old mode 100644 new mode 100755 index e8bc3e5e7..a880b3e4c --- a/src/torcontrol.cpp +++ b/src/torcontrol.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2015-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Copyright (c) 2017 The Zcash developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/torcontrol.h b/src/torcontrol.h old mode 100644 new mode 100755 index 72dc82c5b..e040dd582 --- a/src/torcontrol.h +++ b/src/torcontrol.h @@ -1,4 +1,5 @@ // Copyright (c) 2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/txdb.cpp b/src/txdb.cpp index 13bb869ba..c45fbcdbe 100755 --- a/src/txdb.cpp +++ b/src/txdb.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/txdb.h b/src/txdb.h old mode 100644 new mode 100755 index adcbc7338..adf85ddeb --- a/src/txdb.h +++ b/src/txdb.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/txmempool.cpp b/src/txmempool.cpp old mode 100644 new mode 100755 index 4a8105523..0c28dbe1c --- a/src/txmempool.cpp +++ b/src/txmempool.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/txmempool.h b/src/txmempool.h old mode 100644 new mode 100755 index 6723ea8e6..3644791a8 --- a/src/txmempool.h +++ b/src/txmempool.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/ui_interface.cpp b/src/ui_interface.cpp old mode 100644 new mode 100755 index 74a13e0e0..5a70461c7 --- a/src/ui_interface.cpp +++ b/src/ui_interface.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2010-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/ui_interface.h b/src/ui_interface.h old mode 100644 new mode 100755 index 762dd19b1..8eaf8b467 --- a/src/ui_interface.h +++ b/src/ui_interface.h @@ -1,5 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2012-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/uint256.cpp b/src/uint256.cpp old mode 100644 new mode 100755 index c4c7b716f..b11b9e376 --- a/src/uint256.cpp +++ b/src/uint256.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/uint256.h b/src/uint256.h old mode 100644 new mode 100755 index a92ce07f1..fcd809363 --- a/src/uint256.h +++ b/src/uint256.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/undo.h b/src/undo.h old mode 100644 new mode 100755 index 0f9d041bb..5e2fe0d1d --- a/src/undo.h +++ b/src/undo.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/univalue/include/univalue.h b/src/univalue/include/univalue.h old mode 100644 new mode 100755 index e8ce28351..0dda10fe4 --- a/src/univalue/include/univalue.h +++ b/src/univalue/include/univalue.h @@ -1,5 +1,6 @@ // Copyright 2014 BitPay Inc. // Copyright 2015 Bitcoin Core Developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/univalue/lib/univalue.cpp b/src/univalue/lib/univalue.cpp old mode 100644 new mode 100755 index 5a2860c13..f7e571a26 --- a/src/univalue/lib/univalue.cpp +++ b/src/univalue/lib/univalue.cpp @@ -1,5 +1,6 @@ // Copyright 2014 BitPay Inc. // Copyright 2015 Bitcoin Core Developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/util.cpp b/src/util.cpp old mode 100644 new mode 100755 index 71c23b7f1..bf65f0065 --- a/src/util.cpp +++ b/src/util.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/util.h b/src/util.h old mode 100644 new mode 100755 index ead3d3d93..8d48249ed --- a/src/util.h +++ b/src/util.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/utilmoneystr.cpp b/src/utilmoneystr.cpp old mode 100644 new mode 100755 index 6e6e33184..704dfbca4 --- a/src/utilmoneystr.cpp +++ b/src/utilmoneystr.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/utilmoneystr.h b/src/utilmoneystr.h old mode 100644 new mode 100755 index bc885ee16..4a976a8bd --- a/src/utilmoneystr.h +++ b/src/utilmoneystr.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/utilstrencodings.cpp b/src/utilstrencodings.cpp old mode 100644 new mode 100755 index fd233f675..f546957b1 --- a/src/utilstrencodings.cpp +++ b/src/utilstrencodings.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/utilstrencodings.h b/src/utilstrencodings.h old mode 100644 new mode 100755 index 53da60e8f..8f63cd2b4 --- a/src/utilstrencodings.h +++ b/src/utilstrencodings.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/utiltime.cpp b/src/utiltime.cpp old mode 100644 new mode 100755 index 4cc77dbfe..eceb29b8a --- a/src/utiltime.cpp +++ b/src/utiltime.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/utiltime.h b/src/utiltime.h old mode 100644 new mode 100755 index 8ae8540b8..00344356c --- a/src/utiltime.h +++ b/src/utiltime.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/validation.cpp b/src/validation.cpp index 6a89ca4f1..f989a6afe 100755 --- a/src/validation.cpp +++ b/src/validation.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/validation.h b/src/validation.h old mode 100644 new mode 100755 index b235b990a..0e120cd56 --- a/src/validation.h +++ b/src/validation.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/validationinterface.cpp b/src/validationinterface.cpp old mode 100644 new mode 100755 index bf20d606f..911cf8c64 --- a/src/validationinterface.cpp +++ b/src/validationinterface.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/validationinterface.h b/src/validationinterface.h old mode 100644 new mode 100755 index d6da2bc1f..97c50b874 --- a/src/validationinterface.h +++ b/src/validationinterface.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/version.h b/src/version.h old mode 100644 new mode 100755 index 04bf3018c..bb7ffd6fc --- a/src/version.h +++ b/src/version.h @@ -1,4 +1,5 @@ // Copyright (c) 2012-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/versionbits.cpp b/src/versionbits.cpp old mode 100644 new mode 100755 index 04a692d82..1d5dd1798 --- a/src/versionbits.cpp +++ b/src/versionbits.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/versionbits.h b/src/versionbits.h old mode 100644 new mode 100755 index 71dc0c850..3e4c2bd91 --- a/src/versionbits.h +++ b/src/versionbits.h @@ -1,4 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/wallet/coincontrol.h b/src/wallet/coincontrol.h old mode 100644 new mode 100755 index fc0e7c519..267e545cb --- a/src/wallet/coincontrol.h +++ b/src/wallet/coincontrol.h @@ -1,4 +1,5 @@ // Copyright (c) 2011-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/wallet/crypter.cpp b/src/wallet/crypter.cpp old mode 100644 new mode 100755 index dcce88ced..81c46cc9c --- a/src/wallet/crypter.cpp +++ b/src/wallet/crypter.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/wallet/crypter.h b/src/wallet/crypter.h old mode 100644 new mode 100755 index 1dc44e424..c601ed1bc --- a/src/wallet/crypter.h +++ b/src/wallet/crypter.h @@ -1,4 +1,5 @@ // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/wallet/db.cpp b/src/wallet/db.cpp old mode 100644 new mode 100755 index b12d46e40..cce91dc19 --- a/src/wallet/db.cpp +++ b/src/wallet/db.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/wallet/db.h b/src/wallet/db.h old mode 100644 new mode 100755 index 3614e34fb..711da0f28 --- a/src/wallet/db.h +++ b/src/wallet/db.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/wallet/feebumper.cpp b/src/wallet/feebumper.cpp old mode 100644 new mode 100755 index c1ea2b629..940413c84 --- a/src/wallet/feebumper.cpp +++ b/src/wallet/feebumper.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2017 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/wallet/feebumper.h b/src/wallet/feebumper.h old mode 100644 new mode 100755 index 3d64e53c1..e7f0e6237 --- a/src/wallet/feebumper.h +++ b/src/wallet/feebumper.h @@ -1,4 +1,5 @@ // Copyright (c) 2017 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/wallet/rpcdump.cpp b/src/wallet/rpcdump.cpp old mode 100644 new mode 100755 index 8c7aacd20..79cf533cc --- a/src/wallet/rpcdump.cpp +++ b/src/wallet/rpcdump.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp old mode 100644 new mode 100755 index e4b9ab02c..3ef2e3632 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/wallet/rpcwallet.h b/src/wallet/rpcwallet.h old mode 100644 new mode 100755 index db0808b93..9c6c264ce --- a/src/wallet/rpcwallet.h +++ b/src/wallet/rpcwallet.h @@ -1,4 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/wallet/test/accounting_tests.cpp b/src/wallet/test/accounting_tests.cpp old mode 100644 new mode 100755 index 330878ceb..f9578c2fb --- a/src/wallet/test/accounting_tests.cpp +++ b/src/wallet/test/accounting_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2012-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/wallet/test/crypto_tests.cpp b/src/wallet/test/crypto_tests.cpp old mode 100644 new mode 100755 index 98d957b32..2816c6259 --- a/src/wallet/test/crypto_tests.cpp +++ b/src/wallet/test/crypto_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2014-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/wallet/test/wallet_test_fixture.cpp b/src/wallet/test/wallet_test_fixture.cpp old mode 100644 new mode 100755 index e2f48c45a..3e3f3bbf0 --- a/src/wallet/test/wallet_test_fixture.cpp +++ b/src/wallet/test/wallet_test_fixture.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/wallet/test/wallet_test_fixture.h b/src/wallet/test/wallet_test_fixture.h old mode 100644 new mode 100755 index 97a6d9839..ca8416f8e --- a/src/wallet/test/wallet_test_fixture.h +++ b/src/wallet/test/wallet_test_fixture.h @@ -1,4 +1,5 @@ // Copyright (c) 2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/wallet/test/wallet_tests.cpp b/src/wallet/test/wallet_tests.cpp index 3ffd9ae13..4a2e95034 100755 --- a/src/wallet/test/wallet_tests.cpp +++ b/src/wallet/test/wallet_tests.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2012-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index b5ad8bc0a..c27109fd8 100755 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h old mode 100644 new mode 100755 index 64b78bf12..3635920cc --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/wallet/walletdb.cpp b/src/wallet/walletdb.cpp old mode 100644 new mode 100755 index 72c22d225..6a1271338 --- a/src/wallet/walletdb.cpp +++ b/src/wallet/walletdb.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/wallet/walletdb.h b/src/wallet/walletdb.h old mode 100644 new mode 100755 index d78f143eb..d9a34bb82 --- a/src/wallet/walletdb.h +++ b/src/wallet/walletdb.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/warnings.cpp b/src/warnings.cpp old mode 100644 new mode 100755 index d4e33b701..46e0544f1 --- a/src/warnings.cpp +++ b/src/warnings.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/warnings.h b/src/warnings.h old mode 100644 new mode 100755 index e8e982c0e..e10fa22ff --- a/src/warnings.h +++ b/src/warnings.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/zmq/zmqabstractnotifier.cpp b/src/zmq/zmqabstractnotifier.cpp old mode 100644 new mode 100755 index 9f5cb3ba6..96a85659a --- a/src/zmq/zmqabstractnotifier.cpp +++ b/src/zmq/zmqabstractnotifier.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/zmq/zmqabstractnotifier.h b/src/zmq/zmqabstractnotifier.h old mode 100644 new mode 100755 index 77cf5141e..8a7b03237 --- a/src/zmq/zmqabstractnotifier.h +++ b/src/zmq/zmqabstractnotifier.h @@ -1,4 +1,5 @@ // Copyright (c) 2015 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/zmq/zmqconfig.h b/src/zmq/zmqconfig.h old mode 100644 new mode 100755 index 610d7fbda..eef2f49d0 --- a/src/zmq/zmqconfig.h +++ b/src/zmq/zmqconfig.h @@ -1,4 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/zmq/zmqnotificationinterface.cpp b/src/zmq/zmqnotificationinterface.cpp old mode 100644 new mode 100755 index c410cc269..af5cbc6cd --- a/src/zmq/zmqnotificationinterface.cpp +++ b/src/zmq/zmqnotificationinterface.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2015-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/zmq/zmqnotificationinterface.h b/src/zmq/zmqnotificationinterface.h old mode 100644 new mode 100755 index eec6f7bc6..538a8d970 --- a/src/zmq/zmqnotificationinterface.h +++ b/src/zmq/zmqnotificationinterface.h @@ -1,4 +1,5 @@ // Copyright (c) 2015-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/zmq/zmqpublishnotifier.cpp b/src/zmq/zmqpublishnotifier.cpp old mode 100644 new mode 100755 index 700c39f66..70217cf55 --- a/src/zmq/zmqpublishnotifier.cpp +++ b/src/zmq/zmqpublishnotifier.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2015-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/zmq/zmqpublishnotifier.h b/src/zmq/zmqpublishnotifier.h old mode 100644 new mode 100755 index 1790fe569..cb70cc066 --- a/src/zmq/zmqpublishnotifier.h +++ b/src/zmq/zmqpublishnotifier.h @@ -1,4 +1,5 @@ // Copyright (c) 2015-2016 The Bitcoin Core developers +// Copyright (c) Flo Developers 2013-2018 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php.