From c7044ef80a0fb1ed97166394ad5cd4bee6087ed1 Mon Sep 17 00:00:00 2001 From: Malcolm MacLeod Date: Thu, 13 Jul 2023 19:21:37 +0200 Subject: [PATCH] REPO: Update licensing Change license to GNU Lesser General Public License v3 --- COPYING | 73 ++++++++- COPYING_munt | 137 ++++++++--------- Makefile.am | 2 +- README.md | 2 +- changelog.txt | 6 + developer-tools/python/genbootstrap.py | 2 +- developer-tools/python/gencheckpoints.py | 2 +- developer-tools/python/genstaticdiffs.py | 2 +- src/Makefile.am | 2 +- src/Makefile.sigmabench.include | 2 +- src/Makefile.test.include | 2 +- src/addrman.cpp | 2 +- src/alert.cpp | 2 +- src/alert.h | 2 +- src/amount.h | 2 +- src/appname.h | 2 +- src/base58.cpp | 2 +- src/base58.h | 2 +- src/bench/bench_sigma.cpp | 2 +- src/blockencodings.cpp | 2 +- src/blockencodings.h | 2 +- src/blockfilter.cpp | 2 +- src/blockfilter.h | 2 +- src/blockstore.cpp | 2 +- src/blockstore.h | 2 +- src/bloom.cpp | 2 +- src/bloom.h | 2 +- src/chain.cpp | 2 +- src/chain.h | 2 +- src/chainparams.cpp | 2 +- src/chainparams.h | 2 +- src/chainparamsbase.cpp | 2 +- src/checkpoints.cpp | 2 +- src/checkpoints.h | 2 +- src/cli-main.cpp | 2 +- src/cli-res.rc | 2 +- src/clientversion.cpp | 2 +- src/coins.cpp | 2 +- src/coins.h | 2 +- src/compat/arch.h | 2 +- src/compat/sse.h | 2 +- src/compat/sys.h | 2 +- src/consensus/consensus.h | 2 +- src/consensus/merkle.cpp | 2 +- src/consensus/merkle.h | 2 +- src/consensus/params.h | 2 +- src/consensus/tx_verify.cpp | 2 +- src/consensus/tx_verify.h | 2 +- src/consensus/validation.h | 2 +- src/controllers/rpccontroller.cpp | 2 +- src/controllers/rpccontroller.h | 2 +- src/core_memusage.h | 2 +- src/core_read.cpp | 2 +- src/core_write.cpp | 2 +- src/crypto/hash/sigma/argon_echo/argon2.cpp | 2 +- src/crypto/hash/sigma/argon_echo/argon_echo.h | 2 +- .../sigma/argon_echo/blake2/blake2-impl.h | 2 +- .../hash/sigma/argon_echo/blake2/blake2.h | 2 +- .../hash/sigma/argon_echo/blake2/blake2b.cpp | 2 +- .../argon_echo/blake2/blamka-round-opt_avx2.h | 2 +- .../blake2/blamka-round-opt_avx512f.h | 2 +- .../argon_echo/blake2/blamka-round-opt_sse2.h | 2 +- .../argon_echo/blake2/blamka-round-opt_sse3.h | 2 +- .../argon_echo/blake2/blamka-round-ref.h | 2 +- src/crypto/hash/sigma/argon_echo/core.cpp | 2 +- src/crypto/hash/sigma/argon_echo/core.h | 2 +- .../opt/core_opt_arm_cortex_a53.cpp | 2 +- .../argon_echo/opt/core_opt_arm_cortex_a53.h | 2 +- .../opt/core_opt_arm_cortex_a53_aes.cpp | 2 +- .../opt/core_opt_arm_cortex_a53_aes.h | 2 +- .../opt/core_opt_arm_cortex_a57.cpp | 2 +- .../argon_echo/opt/core_opt_arm_cortex_a57.h | 2 +- .../opt/core_opt_arm_cortex_a57_aes.cpp | 2 +- .../opt/core_opt_arm_cortex_a57_aes.h | 2 +- .../opt/core_opt_arm_cortex_a72.cpp | 2 +- .../argon_echo/opt/core_opt_arm_cortex_a72.h | 2 +- .../opt/core_opt_arm_cortex_a72_aes.cpp | 2 +- .../opt/core_opt_arm_cortex_a72_aes.h | 2 +- .../opt/core_opt_arm_thunderx_aes.cpp | 2 +- .../opt/core_opt_arm_thunderx_aes.h | 2 +- .../sigma/argon_echo/opt/core_opt_avx.cpp | 2 +- .../hash/sigma/argon_echo/opt/core_opt_avx.h | 2 +- .../sigma/argon_echo/opt/core_opt_avx2.cpp | 2 +- .../hash/sigma/argon_echo/opt/core_opt_avx2.h | 2 +- .../argon_echo/opt/core_opt_avx2_aes.cpp | 2 +- .../sigma/argon_echo/opt/core_opt_avx2_aes.h | 2 +- .../sigma/argon_echo/opt/core_opt_avx512f.cpp | 2 +- .../sigma/argon_echo/opt/core_opt_avx512f.h | 2 +- .../argon_echo/opt/core_opt_avx512f_aes.cpp | 2 +- .../argon_echo/opt/core_opt_avx512f_aes.h | 2 +- .../sigma/argon_echo/opt/core_opt_avx_aes.cpp | 2 +- .../sigma/argon_echo/opt/core_opt_avx_aes.h | 2 +- .../sigma/argon_echo/opt/core_opt_hybrid.cpp | 2 +- .../sigma/argon_echo/opt/core_opt_hybrid.h | 2 +- .../sigma/argon_echo/opt/core_opt_sse2.cpp | 2 +- .../hash/sigma/argon_echo/opt/core_opt_sse2.h | 2 +- .../argon_echo/opt/core_opt_sse2_aes.cpp | 2 +- .../sigma/argon_echo/opt/core_opt_sse2_aes.h | 2 +- .../sigma/argon_echo/opt/core_opt_sse3.cpp | 2 +- .../hash/sigma/argon_echo/opt/core_opt_sse3.h | 2 +- .../argon_echo/opt/core_opt_sse3_aes.cpp | 2 +- .../sigma/argon_echo/opt/core_opt_sse3_aes.h | 2 +- .../sigma/argon_echo/opt/core_opt_sse4.cpp | 2 +- .../hash/sigma/argon_echo/opt/core_opt_sse4.h | 2 +- .../argon_echo/opt/core_opt_sse4_aes.cpp | 2 +- .../sigma/argon_echo/opt/core_opt_sse4_aes.h | 2 +- src/crypto/hash/sigma/argon_echo/ref.cpp | 2 +- src/crypto/hash/sigma/echo256/echo256_opt.cpp | 2 +- src/crypto/hash/sigma/echo256/echo256_opt.h | 2 +- .../opt/echo256_opt_arm_cortex_a53.cpp | 2 +- .../echo256/opt/echo256_opt_arm_cortex_a53.h | 2 +- .../opt/echo256_opt_arm_cortex_a53_aes.cpp | 2 +- .../opt/echo256_opt_arm_cortex_a53_aes.h | 2 +- .../opt/echo256_opt_arm_cortex_a57.cpp | 2 +- .../echo256/opt/echo256_opt_arm_cortex_a57.h | 2 +- .../opt/echo256_opt_arm_cortex_a57_aes.cpp | 2 +- .../opt/echo256_opt_arm_cortex_a57_aes.h | 2 +- .../opt/echo256_opt_arm_cortex_a72.cpp | 2 +- .../echo256/opt/echo256_opt_arm_cortex_a72.h | 2 +- .../opt/echo256_opt_arm_cortex_a72_aes.cpp | 2 +- .../opt/echo256_opt_arm_cortex_a72_aes.h | 2 +- .../opt/echo256_opt_arm_thunderx_aes.cpp | 2 +- .../opt/echo256_opt_arm_thunderx_aes.h | 2 +- .../sigma/echo256/opt/echo256_opt_avx.cpp | 2 +- .../hash/sigma/echo256/opt/echo256_opt_avx.h | 2 +- .../sigma/echo256/opt/echo256_opt_avx2.cpp | 2 +- .../hash/sigma/echo256/opt/echo256_opt_avx2.h | 2 +- .../echo256/opt/echo256_opt_avx2_aes.cpp | 2 +- .../sigma/echo256/opt/echo256_opt_avx2_aes.h | 2 +- .../sigma/echo256/opt/echo256_opt_avx512f.cpp | 2 +- .../sigma/echo256/opt/echo256_opt_avx512f.h | 2 +- .../echo256/opt/echo256_opt_avx512f_aes.cpp | 2 +- .../echo256/opt/echo256_opt_avx512f_aes.h | 2 +- .../sigma/echo256/opt/echo256_opt_avx_aes.cpp | 2 +- .../sigma/echo256/opt/echo256_opt_avx_aes.h | 2 +- .../sigma/echo256/opt/echo256_opt_sse3.cpp | 2 +- .../hash/sigma/echo256/opt/echo256_opt_sse3.h | 2 +- .../echo256/opt/echo256_opt_sse3_aes.cpp | 2 +- .../sigma/echo256/opt/echo256_opt_sse3_aes.h | 2 +- .../sigma/echo256/opt/echo256_opt_sse4.cpp | 2 +- .../hash/sigma/echo256/opt/echo256_opt_sse4.h | 2 +- .../echo256/opt/echo256_opt_sse4_aes.cpp | 2 +- .../sigma/echo256/opt/echo256_opt_sse4_aes.h | 2 +- .../hash/sigma/echo256/sphlib/sph_echo.h | 2 +- .../opt/shavite3_256_opt_arm_cortex_a53.cpp | 2 +- .../opt/shavite3_256_opt_arm_cortex_a53.h | 2 +- .../shavite3_256_opt_arm_cortex_a53_aes.cpp | 2 +- .../opt/shavite3_256_opt_arm_cortex_a53_aes.h | 2 +- .../opt/shavite3_256_opt_arm_cortex_a57.cpp | 2 +- .../opt/shavite3_256_opt_arm_cortex_a57.h | 2 +- .../shavite3_256_opt_arm_cortex_a57_aes.cpp | 2 +- .../opt/shavite3_256_opt_arm_cortex_a57_aes.h | 2 +- .../opt/shavite3_256_opt_arm_cortex_a72.cpp | 2 +- .../opt/shavite3_256_opt_arm_cortex_a72.h | 2 +- .../shavite3_256_opt_arm_cortex_a72_aes.cpp | 2 +- .../opt/shavite3_256_opt_arm_cortex_a72_aes.h | 2 +- .../opt/shavite3_256_opt_arm_thunderx_aes.cpp | 2 +- .../opt/shavite3_256_opt_arm_thunderx_aes.h | 2 +- .../shavite3_256/opt/shavite3_256_opt_avx.cpp | 2 +- .../shavite3_256/opt/shavite3_256_opt_avx.h | 2 +- .../opt/shavite3_256_opt_avx2.cpp | 2 +- .../shavite3_256/opt/shavite3_256_opt_avx2.h | 2 +- .../opt/shavite3_256_opt_avx2_aes.cpp | 2 +- .../opt/shavite3_256_opt_avx2_aes.h | 2 +- .../opt/shavite3_256_opt_avx512f.cpp | 2 +- .../opt/shavite3_256_opt_avx512f.h | 2 +- .../opt/shavite3_256_opt_avx512f_aes.cpp | 2 +- .../opt/shavite3_256_opt_avx512f_aes.h | 2 +- .../opt/shavite3_256_opt_avx_aes.cpp | 2 +- .../opt/shavite3_256_opt_avx_aes.h | 2 +- .../opt/shavite3_256_opt_sse3.cpp | 2 +- .../shavite3_256/opt/shavite3_256_opt_sse3.h | 2 +- .../opt/shavite3_256_opt_sse3_aes.cpp | 2 +- .../opt/shavite3_256_opt_sse3_aes.h | 2 +- .../opt/shavite3_256_opt_sse4.cpp | 2 +- .../shavite3_256/opt/shavite3_256_opt_sse4.h | 2 +- .../opt/shavite3_256_opt_sse4_aes.cpp | 2 +- .../opt/shavite3_256_opt_sse4_aes.h | 2 +- .../hash/sigma/shavite3_256/ref/portable.h | 2 +- .../ref/shavite3_256_ref_compress.h | 2 +- .../sigma/shavite3_256/ref/shavite3_ref.cpp | 2 +- .../sigma/shavite3_256/ref/shavite3_ref.h | 2 +- .../sigma/shavite3_256/shavite3_256_opt.cpp | 2 +- .../sigma/shavite3_256/shavite3_256_opt.h | 2 +- src/crypto/hash/sigma/sigma.cpp | 2 +- src/crypto/hash/sigma/sigma.h | 2 +- src/crypto/scrypt/crypto_scrypt.cpp | 2 +- src/crypto/scrypt/crypto_scrypt_smix.cpp | 2 +- src/crypto/scrypt/crypto_scrypt_smix_sse2.cpp | 2 +- src/crypto/scrypt/crypto_scrypt_smix_sse2.h | 2 +- src/crypto/scrypt/sha256_scrypt.cpp | 2 +- src/crypto/scrypt/sha256_scrypt.h | 2 +- src/daemon-main.cpp | 4 +- src/daemon-res.rc | 2 +- src/dbwrapper.cpp | 2 +- src/dbwrapper.h | 2 +- .../unity_wallet/ExampleInstrumentedTest.kt | 2 +- .../main/java/unity_wallet/ActivityManager.kt | 2 +- .../main/java/unity_wallet/Authentication.kt | 2 +- .../main/java/unity_wallet/BackgroundSync.kt | 2 +- .../src/main/java/unity_wallet/Constants.kt | 2 +- .../src/main/java/unity_wallet/Currency.kt | 2 +- .../main/java/unity_wallet/LicenseActivity.kt | 2 +- .../java/unity_wallet/SendCoinsFragment.kt | 2 +- .../unity_wallet/TransactionInfoActivity.kt | 2 +- .../java/unity_wallet/URIHandlerActivity.kt | 2 +- .../src/main/java/unity_wallet/UnityCore.kt | 2 +- .../main/java/unity_wallet/UpgradeActivity.kt | 2 +- .../main/java/unity_wallet/WalletActivity.kt | 2 +- .../main/java/unity_wallet/WelcomeActivity.kt | 2 +- .../jniunifiedbackend/ResultRecord.java | 2 +- .../LocalCurrencyFragment.kt | 2 +- .../MutationFragment.kt | 2 +- .../ReceiveFragment.kt | 2 +- .../main_activity_fragments/SendFragment.kt | 2 +- .../SettingsFragment.kt | 2 +- .../WalletSettingsFragment.kt | 2 +- .../unity_wallet/ui/AddressBookAdapter.kt | 2 +- .../java/unity_wallet/ui/DisplayHelpers.kt | 2 +- .../unity_wallet/ui/LocalCurrenciesAdapter.kt | 2 +- .../java/unity_wallet/ui/MutationAdapter.kt | 2 +- .../ui/monitor/BlockListAdapter.kt | 2 +- .../ui/monitor/BlockListFragment.kt | 2 +- .../ui/monitor/BlockListViewModel.kt | 2 +- .../ui/monitor/NetworkMonitorActivity.kt | 2 +- .../ui/monitor/PeerListAdapter.kt | 2 +- .../ui/monitor/PeerListFragment.kt | 2 +- .../ui/monitor/PeerListViewModel.kt | 2 +- .../ui/monitor/ProcessingFragment.kt | 2 +- .../ActionMultiAutoCompleteTextView.kt | 2 +- .../ui/widgets/AuthenticatedRecoveryView.kt | 2 +- .../ui/widgets/HideBalanceView.kt | 2 +- .../java/unity_wallet/ui/widgets/LockView.kt | 2 +- .../ui/widgets/UnityBuildInfoView.kt | 2 +- .../java/unity_wallet/util/ActivityHelpers.kt | 2 +- .../java/unity_wallet/util/AppBaseActivity.kt | 2 +- .../src/main/java/unity_wallet/util/Button.kt | 2 +- .../main/java/unity_wallet/util/DeviceInfo.kt | 2 +- .../app/src/main/res/anim/shake.xml | 2 +- .../main/res/layout-land/barcode_capture.xml | 2 +- .../src/main/res/layout/access_code_entry.xml | 2 +- .../main/res/layout/access_code_recovery.xml | 2 +- .../layout/activity_enter_recovery_phrase.xml | 2 +- .../src/main/res/layout/activity_license.xml | 2 +- .../app/src/main/res/layout/activity_main.xml | 2 +- .../res/layout/activity_network_monitor.xml | 2 +- .../res/layout/activity_transaction_info.xml | 2 +- .../src/main/res/layout/activity_upgrade.xml | 2 +- .../src/main/res/layout/activity_welcome.xml | 2 +- .../src/main/res/layout/add_address_entry.xml | 2 +- .../res/layout/address_book_list_item.xml | 2 +- .../src/main/res/layout/barcode_capture.xml | 2 +- .../res/layout/content_transaction_info.xml | 2 +- .../res/layout/fragment_local_currencies.xml | 2 +- .../src/main/res/layout/fragment_mutation.xml | 2 +- .../src/main/res/layout/fragment_receive.xml | 2 +- .../app/src/main/res/layout/fragment_send.xml | 2 +- .../main/res/layout/fragment_send_coins.xml | 2 +- .../res/layout/local_currency_list_item.xml | 2 +- .../main/res/layout/mutation_list_item.xml | 2 +- .../layout/mutation_list_item_with_header.xml | 2 +- .../src/main/res/layout/numeric_keypad.xml | 2 +- .../src/main/res/layout/pref_about_app.xml | 2 +- .../main/res/layout/pref_view_recovery.xml | 2 +- .../res/layout/preference_fragment_layout.xml | 2 +- .../main/res/layout/processing_fragment.xml | 2 +- .../res/layout/text_input_address_label.xml | 2 +- .../app/src/main/res/menu/navigation.xml | 2 +- .../res/menu/network_monitor_navigation.xml | 2 +- .../app/src/main/res/raw/license.txt | 139 +++++++++--------- .../app/src/main/res/values-ca/strings.xml | 2 +- .../app/src/main/res/values-de/strings.xml | 2 +- .../src/main/res/values-en-rAU/strings.xml | 2 +- .../src/main/res/values-en-rCA/strings.xml | 2 +- .../src/main/res/values-en-rGB/strings.xml | 2 +- .../src/main/res/values-en-rUS/strings.xml | 2 +- .../src/main/res/values-en-rZA/strings.xml | 2 +- .../app/src/main/res/values-es/strings.xml | 2 +- .../app/src/main/res/values-fi/strings.xml | 2 +- .../app/src/main/res/values-fr/strings.xml | 2 +- .../app/src/main/res/values-it/strings.xml | 2 +- .../app/src/main/res/values-ja/strings.xml | 2 +- .../app/src/main/res/values-ko/strings.xml | 2 +- .../app/src/main/res/values-nl/strings.xml | 2 +- .../app/src/main/res/values-no/strings.xml | 2 +- .../app/src/main/res/values-pl/strings.xml | 2 +- .../src/main/res/values-pt-rBR/strings.xml | 2 +- .../app/src/main/res/values-pt/strings.xml | 2 +- .../app/src/main/res/values-ru/strings.xml | 2 +- .../app/src/main/res/values-v23/styles.xml | 2 +- .../app/src/main/res/values-vi/strings.xml | 2 +- .../src/main/res/values-zh-rCN/strings.xml | 2 +- .../src/main/res/values-zh-rTW/strings.xml | 2 +- .../app/src/main/res/values/colors.xml | 2 +- .../app/src/main/res/values/dimens.xml | 2 +- .../app/src/main/res/values/strings.xml | 2 +- .../app/src/main/res/values/styles.xml | 2 +- .../src/main/res/xml/fragment_settings.xml | 2 +- .../main/res/xml/fragment_wallet_settings.xml | 2 +- .../test/java/unity_wallet/ExampleUnitTest.kt | 2 +- src/frontend/electron_sample/package.json | 2 +- src/generation/generation.h | 2 +- src/generation/miner.cpp | 2 +- src/generation/miner.h | 2 +- src/generation/witness.cpp | 2 +- src/generation/witness.h | 2 +- src/generation/witnessrewardtemplate.cpp | 2 +- src/generation/witnessrewardtemplate.h | 2 +- src/init.cpp | 4 +- src/key.cpp | 2 +- src/key.h | 2 +- src/keystore.cpp | 2 +- src/keystore.h | 2 +- src/merkleblock.h | 2 +- src/net.cpp | 2 +- src/net.h | 2 +- src/net_processing.cpp | 2 +- src/net_processing.h | 2 +- src/netaddress.cpp | 2 +- src/netaddress.h | 2 +- src/netbase.cpp | 2 +- src/netbase.h | 2 +- src/netmessagemaker.h | 2 +- src/noui.cpp | 2 +- src/policy/fees.cpp | 2 +- src/policy/policy.cpp | 2 +- src/policy/policy.h | 2 +- src/policy/rbf.cpp | 2 +- src/pow/diff.h | 2 +- src/pow/diff_common.cpp | 2 +- src/pow/diff_common.h | 2 +- src/pow/diff_delta.cpp | 2 +- src/pow/diff_delta.h | 2 +- src/pow/diff_old.cpp | 2 +- src/pow/diff_old.h | 2 +- src/pow/pow.cpp | 2 +- src/pow/pow.h | 2 +- src/primitives/block.cpp | 2 +- src/primitives/block.h | 2 +- src/primitives/transaction.cpp | 2 +- src/primitives/transaction.h | 2 +- src/protocol.cpp | 2 +- src/protocol.h | 2 +- src/pubkey.h | 2 +- src/rest.cpp | 2 +- src/rpc/accounts.cpp | 2 +- src/rpc/accounts.h | 2 +- src/rpc/blockchain.cpp | 2 +- src/rpc/client.cpp | 2 +- src/rpc/mining.cpp | 2 +- src/rpc/misc.cpp | 2 +- src/rpc/netrpc.cpp | 2 +- src/rpc/rawtransaction.cpp | 2 +- src/rpc/register.h | 2 +- src/rpc/server.cpp | 2 +- src/rpc/server.h | 2 +- src/script/consensus.cpp | 2 +- src/script/interpreter.cpp | 2 +- src/script/interpreter.h | 2 +- src/script/ismine.cpp | 2 +- src/script/ismine.h | 2 +- src/script/script.cpp | 2 +- src/script/script.h | 2 +- src/script/sigcache.h | 2 +- src/script/sign.cpp | 2 +- src/script/sign.h | 2 +- src/script/standard.cpp | 2 +- src/script/standard.h | 2 +- src/serialize.h | 2 +- src/streams.h | 2 +- src/sync.h | 2 +- src/test/DoS_tests.cpp | 2 +- src/test/addrman_tests.cpp | 2 +- src/test/base58_tests.cpp | 2 +- src/test/bip32_tests.cpp | 2 +- src/test/bip39_tests.cpp | 2 +- src/test/blockencodings_tests.cpp | 2 +- src/test/bloom_tests.cpp | 2 +- src/test/coins_tests.cpp | 2 +- src/test/getarg_tests.cpp | 2 +- src/test/hash_tests.cpp | 2 +- src/test/key_tests.cpp | 2 +- src/test/mempool_tests.cpp | 2 +- src/test/merkle_tests.cpp | 2 +- src/test/miner_tests.cpp | 2 +- src/test/multisig_tests.cpp | 2 +- src/test/netbase_tests.cpp | 2 +- src/test/pmt_tests.cpp | 2 +- src/test/policyestimator_tests.cpp | 2 +- src/test/pow_tests.cpp | 2 +- src/test/prevector_tests.cpp | 2 +- src/test/rpc_tests.cpp | 2 +- src/test/script_P2SH_tests.cpp | 2 +- src/test/script_tests.cpp | 2 +- src/test/serialize_tests.cpp | 2 +- src/test/sighash_tests.cpp | 2 +- src/test/sigopcount_tests.cpp | 2 +- src/test/skiplist_tests.cpp | 2 +- src/test/test.cpp | 2 +- src/test/transaction_tests.cpp | 2 +- src/test/txvalidationcache_tests.cpp | 2 +- src/test/unity_tests.cpp | 2 +- src/timedata.h | 2 +- src/tx-main.cpp | 2 +- src/tx-res.rc | 2 +- src/txdb.cpp | 2 +- src/txdb.h | 2 +- src/txmempool.cpp | 2 +- src/txmempool.h | 2 +- src/ui_interface.h | 2 +- src/undo.h | 2 +- src/unity/appmanager.cpp | 2 +- src/unity/appmanager.h | 2 +- src/unity/compat/android_wallet.cpp | 2 +- src/unity/compat/android_wallet.h | 2 +- src/unity/controllers/iaccountscontroller.cpp | 2 +- .../controllers/igenerationcontroller.cpp | 2 +- .../controllers/ip2pnetworkcontroller.cpp | 2 +- src/unity/controllers/iwalletcontroller.cpp | 2 +- src/unity/controllers/iwitnesscontroller.cpp | 2 +- src/unity/djinni/cpp/result_record.hpp | 2 +- src/unity/djinni/objc/DBResultRecord.h | 2 +- src/unity/generic/init_generic.cpp | 2 +- src/unity/generic/init_generic_node.cpp | 2 +- src/unity/generic/logging.cpp | 2 +- src/unity/ios/init_ios.cpp | 2 +- src/unity/libinit.cpp | 2 +- src/unity/libinit.h | 2 +- src/unity/libunity.djinni | 2 +- src/unity/node_js/init_node_js.cpp | 2 +- src/unity/node_js/logging_node_js.cpp | 2 +- src/unity/signals.h | 2 +- src/unity/unity_impl.cpp | 2 +- src/unity/unity_impl.h | 2 +- src/util.cpp | 2 +- src/util.h | 2 +- src/util/strencodings.cpp | 2 +- src/util/strencodings.h | 2 +- src/validation/validation.cpp | 2 +- src/validation/validation.h | 2 +- src/validation/validation_mempool.cpp | 2 +- src/validation/validation_misc.cpp | 2 +- src/validation/validationinterface.cpp | 2 +- src/validation/validationinterface.h | 2 +- src/validation/versionbitsvalidation.cpp | 2 +- src/validation/versionbitsvalidation.h | 2 +- src/validation/witnessvalidation.cpp | 2 +- src/validation/witnessvalidation.h | 2 +- src/version.h | 2 +- src/versionbits.cpp | 2 +- src/wallet/account.cpp | 2 +- src/wallet/account.h | 2 +- src/wallet/crypter.cpp | 2 +- src/wallet/crypter.h | 2 +- src/wallet/db.h | 2 +- src/wallet/extwallet.cpp | 2 +- src/wallet/extwallet.h | 2 +- src/wallet/merkletx.cpp | 2 +- src/wallet/merkletx.h | 2 +- src/wallet/mnemonic.cpp | 2 +- src/wallet/mnemonic.h | 2 +- src/wallet/rpcdump.cpp | 2 +- src/wallet/rpcwallet.cpp | 2 +- src/wallet/rpcwallet.h | 2 +- src/wallet/spvscanner.cpp | 2 +- src/wallet/spvscanner.h | 2 +- src/wallet/test/wallet_test_fixture.cpp | 2 +- src/wallet/test/wallet_tests.cpp | 2 +- src/wallet/wallet.cpp | 2 +- src/wallet/wallet.h | 2 +- src/wallet/wallet_init.cpp | 2 +- src/wallet/wallet_ismine.cpp | 2 +- src/wallet/wallet_keypool.cpp | 2 +- src/wallet/wallet_transaction.cpp | 2 +- src/wallet/walletbalance.cpp | 2 +- src/wallet/walletdb.cpp | 2 +- src/wallet/walletdb.h | 2 +- src/wallet/walletdberrors.h | 2 +- src/wallet/wallettx.cpp | 2 +- src/wallet/wallettx.h | 2 +- src/wallet/witness_operations.cpp | 2 +- src/wallet/witness_operations.h | 2 +- src/warnings.cpp | 2 +- src/witnessutil.cpp | 2 +- src/witnessutil.h | 2 +- src/zmq/zmqpublishnotifier.cpp | 2 +- 486 files changed, 692 insertions(+), 631 deletions(-) diff --git a/COPYING b/COPYING index 953ee777c4..a0ccf67065 100644 --- a/COPYING +++ b/COPYING @@ -1,6 +1,75 @@ -For licensing of all original portions of the code coming from the Munt project, please review COPYING_munt which is an unmodified copy of the Libre Chain License; v0.2. +For licensing of all original portions of the code coming from the Munt project, please review the license in this file or in COPYING_munt which is an unmodified copy of the GNU Lesser General Public License v3 For licensing of all original unmodified portions of code coming from upstream, please review COPYING_upstream which is an unmodified copy of the upstream license. For licensing of all portions of the code in specific subdirectories, please review the COPYING or LICENSE file for the sub directory in question: src/secp256k1/COPYING; src/LRUCache/COPYING; src/crypto/ctaes/COPYING; src/univalue/COPYING; src/leveldb/LICENSE. In all cases review also the licensing comments in the files themselves which superceed the above when present. All code in this repository falls under the above licenses unless specifically stated otherwise in the file. -All modifications to all files, irrespective of the original licensing of the file form part of the work of the Munt project and are subject to the Libre Chain License; v0.2, please review COPYING_munt which is an unmodified copy of the Libre Chain License. +All modifications to all files, irrespective of the original licensing of the file form part of the work of the Munt project and are subject to the GNU Lesser General Public License v3, please review the text below or in COPYING_munt which is an unmodified copy of the GNU Lesser General Public License v3. + + +----------------------------------------------------- + +GNU LESSER GENERAL PUBLIC LICENSE + +Version 3, 29 June 2007 + +Copyright © 2007 Free Software Foundation, Inc. + +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. + +This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. +0. Additional Definitions. + +As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License. + +“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below. + +An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library. + +A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”. + +The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version. + +The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work. +1. Exception to Section 3 of the GNU GPL. + +You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL. +2. Conveying Modified Versions. + +If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version: + + a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or + b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy. + +3. Object Code Incorporating Material from Library Header Files. + +The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License. + b) Accompany the object code with a copy of the GNU GPL and this license document. + +4. Combined Works. + +You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following: + + a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License. + b) Accompany the Combined Work with a copy of the GNU GPL and this license document. + c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document. + d) Do one of the following: + 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source. + 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version. + e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.) + +5. Combined Libraries. + +You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License. + b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. + +6. Revised Versions of the GNU Lesser General Public License. + +The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation. + +If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library. diff --git a/COPYING_munt b/COPYING_munt index 24b369a972..79b8aa7944 100644 --- a/COPYING_munt +++ b/COPYING_munt @@ -1,72 +1,65 @@ -The Libre Chain License; v0.2 - -Copyright (c) 2014-2022 The Centure Developers - -TERMS AND CONDITIONS - -1. Definitions - -"The network" shall mean the official distributed network of peer-to-peer interconnected devices, running software that follows the -unmodified rules of this codebase. - -"The blockchain" shall mean the valid chain of unmodified blocks identified by "The network" starting with the official genesis block as -defined by the network, whereby if there are multiple options presented the one with the largest work is always considered the most valid. -Validity is defined by the rules of this codebase. - -2. Usage - -You are free to download, copy, compile, study, and refer to the source code for any personal use of yours. Usage by you of any work covered -by this license should not, directly or indirectly, enable its usage by any other individual or organisation. - -3. Modifications - -You are free to make any modifications to the source covered by this license. You are also free to compile the source after modifying it and -using the compiled product obtained thereafter in compliance with this License. - -4. Redistribution - -You may NOT under any circumstance copy, redistribute and/or republish the source or a work based on it (which includes binary or object -code compiled from it - or parts of code extracted from it) in part or whole. Without the prior written consent of the copyright holders. - -A limited redistribution exception is granted to package managers such as; but not limited to; those working on packages to install the -program on Linux distributions or other operating systems so long as the modifications are limited to those necessary to make the program -work on the desired system, do not make any changes to branding, would not be considered by a reasonable person to be trying to create a -seperate product or fork of the existing product and do not otherwise alter behaviour in a way that may negatively impact users in any form -whatsoever. - -A limited redistribution exception is granted to developers and academics for the purposes of active development, testing, research, -simulation or similar activities. Provided that such activities are limited in nature and not intended in any way to act as an actual -product or be perceived by a reasonable person in any way as being a competing product or attempt to fork the product or harm "The network" -in any way. - -The copyright holders reserve the right to revoke licensing permission in any case where they feel the above is violated, at any time, with -immediate effect, based on their own discretion. - -UNDER NO CIRCUMSTANCES MAY THE SOFTWARE BE ALTERED IN SUCH A WAY AS TO MAKE IT WORK ON A NETWORK OTHER THAN "The network" OR TO USE A -BLOCKCHAIN OTHER THAN "The blockchain" - -5. Non-compliance - -You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to -copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. - -6. Acceptance of License - -You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or use the -source. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or using the source (or any work -based on the source), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, redistributing or -modifying the source or works based on it. - -7. Permissions - -If you intend to incorporate the source code, in part or whole, into any free or proprietary program, you need to explicitly write to the -original author(s) to ask for permission. - -8. No Warranty - -The source code licensed under this license is shared "as is". Since it is intended for sharing as reference, there is no warranty, of -either the source code, or the program compiled from it. The entire risk of quality or performance of the program is with you. - -THE ORIGINAL AUTHOR OF THE PROGRAM IS NOT LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR -LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS) +GNU LESSER GENERAL PUBLIC LICENSE + +Version 3, 29 June 2007 + +Copyright © 2007 Free Software Foundation, Inc. + +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. + +This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. +0. Additional Definitions. + +As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License. + +“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below. + +An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library. + +A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”. + +The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version. + +The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work. +1. Exception to Section 3 of the GNU GPL. + +You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL. +2. Conveying Modified Versions. + +If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version: + + a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or + b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy. + +3. Object Code Incorporating Material from Library Header Files. + +The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License. + b) Accompany the object code with a copy of the GNU GPL and this license document. + +4. Combined Works. + +You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following: + + a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License. + b) Accompany the Combined Work with a copy of the GNU GPL and this license document. + c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document. + d) Do one of the following: + 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source. + 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version. + e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.) + +5. Combined Libraries. + +You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License. + b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. + +6. Revised Versions of the GNU Lesser General Public License. + +The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation. + +If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library. diff --git a/Makefile.am b/Makefile.am index e432b4ea2a..3770d40ea0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,7 @@ # All modifications: # Copyright (c) 2016-2022 The Centure developers # Authored by: Malcolm MacLeod (mmacleod@gmx.com) -# Distributed under the Libre Chain License, see the accompanying +# Distributed under the GNU Lesser General Public License v3, see the accompanying # file COPYING ACLOCAL_AMFLAGS = -I build-aux/m4 diff --git a/README.md b/README.md index 0592dab986..c69e53738f 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ ### License -All code, binaries and other assets in this repository are subject to [The Libre Chain License](https://github.com/muntorg/munt-official/blob/master/COPYING_munt) except where explicitely stated otherwise. +All code, binaries and other assets in this repository are subject to [The GNU Lesser General Public License v3](https://github.com/muntorg/munt-official/blob/master/COPYING_munt) except where explicitely stated otherwise. ### Branches `master` branch tracks the current public release; is generally updated only for each release (with accompanying tag) and very occasionally for minor documentation or other commits. If all you want is to build/track the current version of the sofrware than use the `master` branch. diff --git a/changelog.txt b/changelog.txt index 0b0495e0e8..7d827d0f61 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,9 @@ +3.0.x + +Relicensed under the GNU Lesser General Public License v3 + + + 3.0.4 Maintenence release, no major changes. diff --git a/developer-tools/python/genbootstrap.py b/developer-tools/python/genbootstrap.py index 3a42ce7733..6b7a0ab281 100644 --- a/developer-tools/python/genbootstrap.py +++ b/developer-tools/python/genbootstrap.py @@ -15,7 +15,7 @@ import struct __copyright__ = 'Copyright (c) 2019-2022 The Centure developers' -__license__ = 'Distributed under the Libre Chain License, see the accompanying file COPYING' +__license__ = 'Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING' __author__ = 'Malcolm MacLeod' __email__ = 'mmacleod@gmx.com' diff --git a/developer-tools/python/gencheckpoints.py b/developer-tools/python/gencheckpoints.py index 81acb30990..7d08fe70cb 100755 --- a/developer-tools/python/gencheckpoints.py +++ b/developer-tools/python/gencheckpoints.py @@ -12,7 +12,7 @@ import os __copyright__ = 'Copyright (c) 2018-2022 The Centure developers' -__license__ = 'Distributed under the Libre Chain License, see the accompanying file COPYING' +__license__ = 'Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING' __author__ = 'Willem de Jonge' __email__ = 'willem@isnapp.nl' diff --git a/developer-tools/python/genstaticdiffs.py b/developer-tools/python/genstaticdiffs.py index 04612eb73d..b0ca59b5be 100755 --- a/developer-tools/python/genstaticdiffs.py +++ b/developer-tools/python/genstaticdiffs.py @@ -7,7 +7,7 @@ import os __copyright__ = 'Copyright (c) 2018-2022 The Centure developers' -__license__ = 'Distributed under the Libre Chain License, see the accompanying file COPYING' +__license__ = 'Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING' __author__ = 'Malcolm MacLeod' __email__ = 'mmacleod@gmx.com' diff --git a/src/Makefile.am b/src/Makefile.am index 58d955abd5..c38af5c5e5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,7 +6,7 @@ # All modifications: # Copyright (c) 2016-2022 The Centure developers # Authored by: Malcolm MacLeod (mmacleod@gmx.com) -# Distributed under the Libre Chain License, see the accompanying +# Distributed under the GNU Lesser General Public License v3, see the accompanying # file COPYING DIST_SUBDIRS = secp256k1 diff --git a/src/Makefile.sigmabench.include b/src/Makefile.sigmabench.include index 31af3433f4..b36cbb5db3 100644 --- a/src/Makefile.sigmabench.include +++ b/src/Makefile.sigmabench.include @@ -1,6 +1,6 @@ # Copyright (c) 2019-2022 The Centure developers # Authored by: Malcolm MacLeod (mmacleod@gmx.com) -# Distributed under the Libre Chain License, see the accompanying +# Distributed under the GNU Lesser General Public License V3, see the accompanying # file COPYING bin_PROGRAMS += bench/bench_sigma diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 2cb77136e5..21fef407be 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -6,7 +6,7 @@ # All modifications: # Copyright (c) 2016-2022 The Centure developers # Authored by: Malcolm MacLeod (mmacleod@gmx.com) -# Distributed under the Libre Chain License, see the accompanying +# Distributed under the GNU Lesser General Public License v3, see the accompanying # file COPYING diff --git a/src/addrman.cpp b/src/addrman.cpp index 6743eaaecb..410e8032e4 100644 --- a/src/addrman.cpp +++ b/src/addrman.cpp @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "addrman.h" diff --git a/src/alert.cpp b/src/alert.cpp index 8111d26189..0b483d14c9 100644 --- a/src/alert.cpp +++ b/src/alert.cpp @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "alert.h" diff --git a/src/alert.h b/src/alert.h index 1f6cdc554f..65fa52decc 100644 --- a/src/alert.h +++ b/src/alert.h @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef ALERT_H diff --git a/src/amount.h b/src/amount.h index 521cdd63cf..f9e296d691 100644 --- a/src/amount.h +++ b/src/amount.h @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef AMOUNT_H diff --git a/src/appname.h b/src/appname.h index 6d52c2d399..da8ef9e305 100644 --- a/src/appname.h +++ b/src/appname.h @@ -1,6 +1,6 @@ // Copyright (c) 2020-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef APPNAME_H diff --git a/src/base58.cpp b/src/base58.cpp index 4bf84a3408..c1166caaa7 100644 --- a/src/base58.cpp +++ b/src/base58.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "base58.h" diff --git a/src/base58.h b/src/base58.h index c1b8dafa38..6dd1e9c5ae 100644 --- a/src/base58.h +++ b/src/base58.h @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING /** diff --git a/src/bench/bench_sigma.cpp b/src/bench/bench_sigma.cpp index d4aefd3832..3d4c10735e 100644 --- a/src/bench/bench_sigma.cpp +++ b/src/bench/bench_sigma.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include diff --git a/src/blockencodings.cpp b/src/blockencodings.cpp index c68bab0a04..597f5ee9fa 100644 --- a/src/blockencodings.cpp +++ b/src/blockencodings.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "blockencodings.h" diff --git a/src/blockencodings.h b/src/blockencodings.h index d807b23c44..dbdb03250c 100644 --- a/src/blockencodings.h +++ b/src/blockencodings.h @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef BLOCK_ENCODINGS_H diff --git a/src/blockfilter.cpp b/src/blockfilter.cpp index 4d4db55a42..057da52fd0 100644 --- a/src/blockfilter.cpp +++ b/src/blockfilter.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include diff --git a/src/blockfilter.h b/src/blockfilter.h index d324591eb6..4e1a7e81c2 100644 --- a/src/blockfilter.h +++ b/src/blockfilter.h @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef BLOCKFILTER_H diff --git a/src/blockstore.cpp b/src/blockstore.cpp index b3b2dafb0d..4816b7356e 100644 --- a/src/blockstore.cpp +++ b/src/blockstore.cpp @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2018-2022 The Centure developers // Authored by: Willem de Jonge (willem@isnapp.nl) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "blockstore.h" diff --git a/src/blockstore.h b/src/blockstore.h index 024b40a99d..099ac78693 100644 --- a/src/blockstore.h +++ b/src/blockstore.h @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2018-2022 The Centure developers // Authored by: Willem de Jonge (willem@isnapp.nl) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef BLOCKSTORE_H diff --git a/src/bloom.cpp b/src/bloom.cpp index 215c69fb24..41d25031b2 100644 --- a/src/bloom.cpp +++ b/src/bloom.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "bloom.h" diff --git a/src/bloom.h b/src/bloom.h index 8b3fe029fb..e039e9cd41 100644 --- a/src/bloom.h +++ b/src/bloom.h @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef BLOOM_H diff --git a/src/chain.cpp b/src/chain.cpp index 9e7b14bbda..8e22c7c586 100644 --- a/src/chain.cpp +++ b/src/chain.cpp @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "chain.h" diff --git a/src/chain.h b/src/chain.h index f8d26ccf63..21fb49f6fa 100644 --- a/src/chain.h +++ b/src/chain.h @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef CHAIN_H diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 322f996c35..faaea260b6 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "chainparams.h" diff --git a/src/chainparams.h b/src/chainparams.h index 3460564038..787e564dc2 100644 --- a/src/chainparams.h +++ b/src/chainparams.h @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef CHAINPARAMS_H diff --git a/src/chainparamsbase.cpp b/src/chainparamsbase.cpp index 9be2bb661e..8d8c5b8d10 100644 --- a/src/chainparamsbase.cpp +++ b/src/chainparamsbase.cpp @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "chainparamsbase.h" diff --git a/src/checkpoints.cpp b/src/checkpoints.cpp index dff3dffd81..841eca394d 100644 --- a/src/checkpoints.cpp +++ b/src/checkpoints.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "checkpoints.h" diff --git a/src/checkpoints.h b/src/checkpoints.h index 60a6a2128d..dd34092d76 100644 --- a/src/checkpoints.h +++ b/src/checkpoints.h @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef CHECKPOINTS_H diff --git a/src/cli-main.cpp b/src/cli-main.cpp index fc45ca012e..cae14ad433 100644 --- a/src/cli-main.cpp +++ b/src/cli-main.cpp @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #if defined(HAVE_CONFIG_H) diff --git a/src/cli-res.rc b/src/cli-res.rc index f7492a8d3d..c1aa22c4d9 100644 --- a/src/cli-res.rc +++ b/src/cli-res.rc @@ -22,7 +22,7 @@ BEGIN VALUE "FileVersion", VER_FILEVERSION_STR VALUE "InternalName", GLOBAL_APPNAME"-cli" VALUE "LegalCopyright", COPYRIGHT_STR - VALUE "LegalTrademarks1", "Distributed under the Libre Chain License, see the accompanying file COPYING or github.com/muntorg/munt-official/COPYING" + VALUE "LegalTrademarks1", "Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING or github.com/muntorg/munt-official/COPYING" VALUE "OriginalFilename", GLOBAL_APPNAME"-cli.exe" VALUE "ProductName", GLOBAL_APPNAME"-cli" VALUE "ProductVersion", VER_PRODUCTVERSION_STR diff --git a/src/clientversion.cpp b/src/clientversion.cpp index 185e6121da..f204e25843 100644 --- a/src/clientversion.cpp +++ b/src/clientversion.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "clientversion.h" diff --git a/src/coins.cpp b/src/coins.cpp index 16ee42c368..dd570653f5 100644 --- a/src/coins.cpp +++ b/src/coins.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "coins.h" diff --git a/src/coins.h b/src/coins.h index 73412db10c..4ac3d87734 100644 --- a/src/coins.h +++ b/src/coins.h @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef COINS_H diff --git a/src/compat/arch.h b/src/compat/arch.h index 6e1f3f13f7..0e173d8c9d 100644 --- a/src/compat/arch.h +++ b/src/compat/arch.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file defines various architecture flags for both specific architectures and 'families'. diff --git a/src/compat/sse.h b/src/compat/sse.h index a8d6419b5f..b1171fa255 100644 --- a/src/compat/sse.h +++ b/src/compat/sse.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file defines a basic compatibility layer to compile sse instructions to neon on arm achitectures. diff --git a/src/compat/sys.h b/src/compat/sys.h index cc65b723ef..e16b4b96e0 100644 --- a/src/compat/sys.h +++ b/src/compat/sys.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file defines various operating system level helpers to get information about the current system diff --git a/src/consensus/consensus.h b/src/consensus/consensus.h index 1c8b101dc7..f05f008c1d 100644 --- a/src/consensus/consensus.h +++ b/src/consensus/consensus.h @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef CONSENSUS_CONSENSUS_H diff --git a/src/consensus/merkle.cpp b/src/consensus/merkle.cpp index 63e59935b8..75040dd34c 100644 --- a/src/consensus/merkle.cpp +++ b/src/consensus/merkle.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "merkle.h" diff --git a/src/consensus/merkle.h b/src/consensus/merkle.h index a895460c6e..e06add1e65 100644 --- a/src/consensus/merkle.h +++ b/src/consensus/merkle.h @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef CONSENSUS_MERKLE_H diff --git a/src/consensus/params.h b/src/consensus/params.h index 6d51c70a15..a67c033eac 100644 --- a/src/consensus/params.h +++ b/src/consensus/params.h @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef CONSENSUS_PARAMS_H diff --git a/src/consensus/tx_verify.cpp b/src/consensus/tx_verify.cpp index 50fa7d1ba7..c508ce65e6 100644 --- a/src/consensus/tx_verify.cpp +++ b/src/consensus/tx_verify.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "tx_verify.h" diff --git a/src/consensus/tx_verify.h b/src/consensus/tx_verify.h index f6c5ea87b7..b2d14212f9 100644 --- a/src/consensus/tx_verify.h +++ b/src/consensus/tx_verify.h @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef CONSENSUS_TX_VERIFY_H diff --git a/src/consensus/validation.h b/src/consensus/validation.h index 8578aaf348..88a45babea 100644 --- a/src/consensus/validation.h +++ b/src/consensus/validation.h @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef CONSENSUS_VALIDATION_H diff --git a/src/controllers/rpccontroller.cpp b/src/controllers/rpccontroller.cpp index 0cd8f4756a..2adb282ad7 100644 --- a/src/controllers/rpccontroller.cpp +++ b/src/controllers/rpccontroller.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // // File contains modifications by: The Novo developers diff --git a/src/controllers/rpccontroller.h b/src/controllers/rpccontroller.h index 1cde838dbd..1cd61243f3 100644 --- a/src/controllers/rpccontroller.h +++ b/src/controllers/rpccontroller.h @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // // File contains modifications by: The Novo developers diff --git a/src/core_memusage.h b/src/core_memusage.h index 091eaa17b0..ec35441bff 100644 --- a/src/core_memusage.h +++ b/src/core_memusage.h @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef CORE_MEMUSAGE_H diff --git a/src/core_read.cpp b/src/core_read.cpp index 38b0f44fbd..91398c0063 100644 --- a/src/core_read.cpp +++ b/src/core_read.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "core_io.h" diff --git a/src/core_write.cpp b/src/core_write.cpp index 98576879f2..242b05229a 100644 --- a/src/core_write.cpp +++ b/src/core_write.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "core_io.h" diff --git a/src/crypto/hash/sigma/argon_echo/argon2.cpp b/src/crypto/hash/sigma/argon_echo/argon2.cpp index 1dfc39c1d6..25a910ee31 100644 --- a/src/crypto/hash/sigma/argon_echo/argon2.cpp +++ b/src/crypto/hash/sigma/argon_echo/argon2.cpp @@ -18,7 +18,7 @@ // All modifications: // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include diff --git a/src/crypto/hash/sigma/argon_echo/argon_echo.h b/src/crypto/hash/sigma/argon_echo/argon_echo.h index b6783d0ae9..6bd0f84271 100644 --- a/src/crypto/hash/sigma/argon_echo/argon_echo.h +++ b/src/crypto/hash/sigma/argon_echo/argon_echo.h @@ -18,7 +18,7 @@ // All modifications: // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING diff --git a/src/crypto/hash/sigma/argon_echo/blake2/blake2-impl.h b/src/crypto/hash/sigma/argon_echo/blake2/blake2-impl.h index 7025df59bc..3808fb4fda 100644 --- a/src/crypto/hash/sigma/argon_echo/blake2/blake2-impl.h +++ b/src/crypto/hash/sigma/argon_echo/blake2/blake2-impl.h @@ -18,7 +18,7 @@ // All modifications: // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef PORTABLE_BLAKE2_IMPL_H diff --git a/src/crypto/hash/sigma/argon_echo/blake2/blake2.h b/src/crypto/hash/sigma/argon_echo/blake2/blake2.h index 90947d58d3..fa9c1f280a 100644 --- a/src/crypto/hash/sigma/argon_echo/blake2/blake2.h +++ b/src/crypto/hash/sigma/argon_echo/blake2/blake2.h @@ -18,7 +18,7 @@ // All modifications: // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef PORTABLE_BLAKE2_H diff --git a/src/crypto/hash/sigma/argon_echo/blake2/blake2b.cpp b/src/crypto/hash/sigma/argon_echo/blake2/blake2b.cpp index f1f72cffc0..42bddec414 100644 --- a/src/crypto/hash/sigma/argon_echo/blake2/blake2b.cpp +++ b/src/crypto/hash/sigma/argon_echo/blake2/blake2b.cpp @@ -18,7 +18,7 @@ // All modifications: // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include diff --git a/src/crypto/hash/sigma/argon_echo/blake2/blamka-round-opt_avx2.h b/src/crypto/hash/sigma/argon_echo/blake2/blamka-round-opt_avx2.h index 99a2c7ad97..b69856d0f0 100644 --- a/src/crypto/hash/sigma/argon_echo/blake2/blamka-round-opt_avx2.h +++ b/src/crypto/hash/sigma/argon_echo/blake2/blamka-round-opt_avx2.h @@ -18,7 +18,7 @@ // All modifications: // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef BLAKE_ROUND_MKA_OPT_AVX2_H diff --git a/src/crypto/hash/sigma/argon_echo/blake2/blamka-round-opt_avx512f.h b/src/crypto/hash/sigma/argon_echo/blake2/blamka-round-opt_avx512f.h index e0c4006efb..7bc7597046 100644 --- a/src/crypto/hash/sigma/argon_echo/blake2/blamka-round-opt_avx512f.h +++ b/src/crypto/hash/sigma/argon_echo/blake2/blamka-round-opt_avx512f.h @@ -18,7 +18,7 @@ // All modifications: // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef BLAKE_ROUND_MKA_OPT_AVX512F_H diff --git a/src/crypto/hash/sigma/argon_echo/blake2/blamka-round-opt_sse2.h b/src/crypto/hash/sigma/argon_echo/blake2/blamka-round-opt_sse2.h index e1260ff40a..e85f604a2b 100644 --- a/src/crypto/hash/sigma/argon_echo/blake2/blamka-round-opt_sse2.h +++ b/src/crypto/hash/sigma/argon_echo/blake2/blamka-round-opt_sse2.h @@ -18,7 +18,7 @@ // All modifications: // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef BLAKE_ROUND_MKA_OPT_SSE2_H diff --git a/src/crypto/hash/sigma/argon_echo/blake2/blamka-round-opt_sse3.h b/src/crypto/hash/sigma/argon_echo/blake2/blamka-round-opt_sse3.h index 8fec1414c7..176a7ac803 100644 --- a/src/crypto/hash/sigma/argon_echo/blake2/blamka-round-opt_sse3.h +++ b/src/crypto/hash/sigma/argon_echo/blake2/blamka-round-opt_sse3.h @@ -18,7 +18,7 @@ // All modifications: // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef BLAKE_ROUND_MKA_OPT_SSE3_H diff --git a/src/crypto/hash/sigma/argon_echo/blake2/blamka-round-ref.h b/src/crypto/hash/sigma/argon_echo/blake2/blamka-round-ref.h index 12b4bd4d81..1d1bbda94b 100644 --- a/src/crypto/hash/sigma/argon_echo/blake2/blamka-round-ref.h +++ b/src/crypto/hash/sigma/argon_echo/blake2/blamka-round-ref.h @@ -18,7 +18,7 @@ // All modifications: // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef BLAKE_ROUND_MKA_H diff --git a/src/crypto/hash/sigma/argon_echo/core.cpp b/src/crypto/hash/sigma/argon_echo/core.cpp index 07992be240..9b3f3a4196 100644 --- a/src/crypto/hash/sigma/argon_echo/core.cpp +++ b/src/crypto/hash/sigma/argon_echo/core.cpp @@ -18,7 +18,7 @@ // All modifications: // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include diff --git a/src/crypto/hash/sigma/argon_echo/core.h b/src/crypto/hash/sigma/argon_echo/core.h index 9459d4a626..a9a6d66aad 100644 --- a/src/crypto/hash/sigma/argon_echo/core.h +++ b/src/crypto/hash/sigma/argon_echo/core.h @@ -18,7 +18,7 @@ // All modifications: // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef ARGON2_CORE_OPT_IMPL diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a53.cpp b/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a53.cpp index e798e0a9b8..32c71a6420 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a53.cpp +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a53.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a53.h b/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a53.h index 7ad92ae296..993258de8c 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a53.h +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a53.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a53_aes.cpp b/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a53_aes.cpp index 254b09a56d..7bee31181b 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a53_aes.cpp +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a53_aes.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a53_aes.h b/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a53_aes.h index 362793d53e..bb5a501ddc 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a53_aes.h +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a53_aes.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a57.cpp b/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a57.cpp index f377164895..48a1671baa 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a57.cpp +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a57.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a57.h b/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a57.h index 0e1ed3c857..6709ed0d7d 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a57.h +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a57.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a57_aes.cpp b/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a57_aes.cpp index ff3efe47a7..c48f587893 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a57_aes.cpp +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a57_aes.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a57_aes.h b/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a57_aes.h index e7a822ebb6..fe583f128a 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a57_aes.h +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a57_aes.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a72.cpp b/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a72.cpp index 6aa013d2ce..8944448138 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a72.cpp +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a72.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a72.h b/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a72.h index fefe97be4d..7cb2204123 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a72.h +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a72.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a72_aes.cpp b/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a72_aes.cpp index 854d948d05..012cabe72f 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a72_aes.cpp +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a72_aes.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a72_aes.h b/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a72_aes.h index 9ac04f65ea..bd61373b70 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a72_aes.h +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_cortex_a72_aes.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_thunderx_aes.cpp b/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_thunderx_aes.cpp index 0c77305906..2d804fa825 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_thunderx_aes.cpp +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_thunderx_aes.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_thunderx_aes.h b/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_thunderx_aes.h index d36f4af9f6..7144a83883 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_thunderx_aes.h +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_arm_thunderx_aes.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx.cpp b/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx.cpp index 1b44d04391..2bb4f75ce5 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx.cpp +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx.h b/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx.h index 5e18c599f2..4efa010716 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx.h +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx2.cpp b/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx2.cpp index a8c1724c98..c92be9ba0b 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx2.cpp +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx2.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx2.h b/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx2.h index 64ac47f911..87e699cbdb 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx2.h +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx2.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx2_aes.cpp b/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx2_aes.cpp index 6e501aed39..01c187d992 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx2_aes.cpp +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx2_aes.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx2_aes.h b/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx2_aes.h index 659ee7b9af..9511ea4140 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx2_aes.h +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx2_aes.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx512f.cpp b/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx512f.cpp index 4d5705f569..e93e60b6fa 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx512f.cpp +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx512f.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx512f.h b/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx512f.h index 6fddc62cae..6e4a765ede 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx512f.h +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx512f.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx512f_aes.cpp b/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx512f_aes.cpp index 744d723f0c..ad1858d489 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx512f_aes.cpp +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx512f_aes.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx512f_aes.h b/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx512f_aes.h index 4bbfb1bbc5..c561d446dc 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx512f_aes.h +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx512f_aes.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx_aes.cpp b/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx_aes.cpp index f19e3ac939..7257a0e8f3 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx_aes.cpp +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx_aes.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx_aes.h b/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx_aes.h index d34f63a1f6..416f936d35 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx_aes.h +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_avx_aes.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_hybrid.cpp b/src/crypto/hash/sigma/argon_echo/opt/core_opt_hybrid.cpp index d0c43d88d6..ec7c18c2a8 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_hybrid.cpp +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_hybrid.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_hybrid.h b/src/crypto/hash/sigma/argon_echo/opt/core_opt_hybrid.h index 3c58cc3c91..90d8367b88 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_hybrid.h +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_hybrid.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse2.cpp b/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse2.cpp index 97e6c49a3a..0caca2d6df 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse2.cpp +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse2.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse2.h b/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse2.h index 6535d7a8fb..b18f885aa1 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse2.h +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse2.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse2_aes.cpp b/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse2_aes.cpp index f069871ed4..31b0b94264 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse2_aes.cpp +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse2_aes.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse2_aes.h b/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse2_aes.h index c620de0122..8cad1dab21 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse2_aes.h +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse2_aes.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse3.cpp b/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse3.cpp index 572bbd19cd..ea59d6e59c 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse3.cpp +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse3.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse3.h b/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse3.h index 458fc84f7c..cfd394b0e9 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse3.h +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse3.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse3_aes.cpp b/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse3_aes.cpp index 9a00133d1b..42d9ac5dde 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse3_aes.cpp +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse3_aes.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse3_aes.h b/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse3_aes.h index 3cfdcdd9dd..89cc89095b 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse3_aes.h +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse3_aes.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse4.cpp b/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse4.cpp index a05dc899e0..961b6216a3 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse4.cpp +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse4.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse4.h b/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse4.h index e17ba0ac14..84991139ea 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse4.h +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse4.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse4_aes.cpp b/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse4_aes.cpp index f3fe3ba91b..44174353f1 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse4_aes.cpp +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse4_aes.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse4_aes.h b/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse4_aes.h index b633144107..2ddbf07fb7 100644 --- a/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse4_aes.h +++ b/src/crypto/hash/sigma/argon_echo/opt/core_opt_sse4_aes.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'argon2_echo_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/argon_echo/ref.cpp b/src/crypto/hash/sigma/argon_echo/ref.cpp index 149521ce1f..d4a1dfe57a 100644 --- a/src/crypto/hash/sigma/argon_echo/ref.cpp +++ b/src/crypto/hash/sigma/argon_echo/ref.cpp @@ -18,7 +18,7 @@ // All modifications: // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include diff --git a/src/crypto/hash/sigma/echo256/echo256_opt.cpp b/src/crypto/hash/sigma/echo256/echo256_opt.cpp index 1470d0be14..0252bce5ea 100644 --- a/src/crypto/hash/sigma/echo256/echo256_opt.cpp +++ b/src/crypto/hash/sigma/echo256/echo256_opt.cpp @@ -18,7 +18,7 @@ // All modifications: // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include diff --git a/src/crypto/hash/sigma/echo256/echo256_opt.h b/src/crypto/hash/sigma/echo256/echo256_opt.h index 6df4b1f1ea..b775a84985 100644 --- a/src/crypto/hash/sigma/echo256/echo256_opt.h +++ b/src/crypto/hash/sigma/echo256/echo256_opt.h @@ -14,7 +14,7 @@ // All modifications: // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef ECHO256_OPT_H diff --git a/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a53.cpp b/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a53.cpp index d07cff3808..d5929cc731 100644 --- a/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a53.cpp +++ b/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a53.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'echo256_aesni_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a53.h b/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a53.h index ddeebb49e3..20f53d292b 100644 --- a/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a53.h +++ b/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a53.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'echo256_aesni_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a53_aes.cpp b/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a53_aes.cpp index 1fc5a4adb7..524f448658 100644 --- a/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a53_aes.cpp +++ b/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a53_aes.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'echo256_aesni_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a53_aes.h b/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a53_aes.h index 14f7658de4..dbc1f89b36 100644 --- a/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a53_aes.h +++ b/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a53_aes.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'echo256_aesni_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a57.cpp b/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a57.cpp index 72f83436fc..b2b39fcdc8 100644 --- a/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a57.cpp +++ b/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a57.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'echo256_aesni_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a57.h b/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a57.h index b3cc1c775a..6c0f8cbc6e 100644 --- a/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a57.h +++ b/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a57.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'echo256_aesni_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a57_aes.cpp b/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a57_aes.cpp index 83cbb1e312..dad383fe25 100644 --- a/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a57_aes.cpp +++ b/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a57_aes.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'echo256_aesni_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a57_aes.h b/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a57_aes.h index a8ecaf8a13..cf39572674 100644 --- a/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a57_aes.h +++ b/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a57_aes.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'echo256_aesni_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a72.cpp b/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a72.cpp index 97e20f667c..77251cc203 100644 --- a/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a72.cpp +++ b/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a72.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'echo256_aesni_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a72.h b/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a72.h index 48a990dd61..56349007fb 100644 --- a/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a72.h +++ b/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a72.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'echo256_aesni_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a72_aes.cpp b/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a72_aes.cpp index 2e21f53266..e036f81160 100644 --- a/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a72_aes.cpp +++ b/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a72_aes.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'echo256_aesni_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a72_aes.h b/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a72_aes.h index 42160805d9..dfd92413d8 100644 --- a/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a72_aes.h +++ b/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_cortex_a72_aes.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'echo256_aesni_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_thunderx_aes.cpp b/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_thunderx_aes.cpp index ff6a0c0cde..e6603db124 100644 --- a/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_thunderx_aes.cpp +++ b/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_thunderx_aes.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'echo256_aesni_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_thunderx_aes.h b/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_thunderx_aes.h index f570f7c27f..3f40d2e07c 100644 --- a/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_thunderx_aes.h +++ b/src/crypto/hash/sigma/echo256/opt/echo256_opt_arm_thunderx_aes.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'echo256_aesni_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx.cpp b/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx.cpp index 6f07a4f5d2..306b0c309e 100644 --- a/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx.cpp +++ b/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'echo256_aesni_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx.h b/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx.h index b9a8a850e4..8ba24a94ad 100644 --- a/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx.h +++ b/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'echo256_aesni_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx2.cpp b/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx2.cpp index 141a894a79..731ebb56a4 100644 --- a/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx2.cpp +++ b/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx2.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'echo256_aesni_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx2.h b/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx2.h index 3b17de782d..144aa61458 100644 --- a/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx2.h +++ b/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx2.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'echo256_aesni_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx2_aes.cpp b/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx2_aes.cpp index 80218359ba..3a4a877efa 100644 --- a/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx2_aes.cpp +++ b/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx2_aes.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'echo256_aesni_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx2_aes.h b/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx2_aes.h index 05ea7b3a44..b45548aa42 100644 --- a/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx2_aes.h +++ b/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx2_aes.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'echo256_aesni_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx512f.cpp b/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx512f.cpp index 81ba6854b6..d8da554e94 100644 --- a/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx512f.cpp +++ b/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx512f.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'echo256_aesni_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx512f.h b/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx512f.h index 9be49ee74e..2be235853f 100644 --- a/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx512f.h +++ b/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx512f.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'echo256_aesni_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx512f_aes.cpp b/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx512f_aes.cpp index 257eeea91f..54ed1b6c4d 100644 --- a/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx512f_aes.cpp +++ b/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx512f_aes.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'echo256_aesni_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx512f_aes.h b/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx512f_aes.h index fe162af452..de7704f632 100644 --- a/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx512f_aes.h +++ b/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx512f_aes.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'echo256_aesni_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx_aes.cpp b/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx_aes.cpp index 77d06d66eb..517a1b67c4 100644 --- a/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx_aes.cpp +++ b/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx_aes.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'echo256_aesni_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx_aes.h b/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx_aes.h index 71bf35a532..2ac8352eaf 100644 --- a/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx_aes.h +++ b/src/crypto/hash/sigma/echo256/opt/echo256_opt_avx_aes.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'echo256_aesni_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/echo256/opt/echo256_opt_sse3.cpp b/src/crypto/hash/sigma/echo256/opt/echo256_opt_sse3.cpp index a2192617b3..aea91c5042 100644 --- a/src/crypto/hash/sigma/echo256/opt/echo256_opt_sse3.cpp +++ b/src/crypto/hash/sigma/echo256/opt/echo256_opt_sse3.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'echo256_aesni_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/echo256/opt/echo256_opt_sse3.h b/src/crypto/hash/sigma/echo256/opt/echo256_opt_sse3.h index 9881d9959e..37ab067410 100644 --- a/src/crypto/hash/sigma/echo256/opt/echo256_opt_sse3.h +++ b/src/crypto/hash/sigma/echo256/opt/echo256_opt_sse3.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'echo256_aesni_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/echo256/opt/echo256_opt_sse3_aes.cpp b/src/crypto/hash/sigma/echo256/opt/echo256_opt_sse3_aes.cpp index 7736c02f17..cc97ad1d81 100644 --- a/src/crypto/hash/sigma/echo256/opt/echo256_opt_sse3_aes.cpp +++ b/src/crypto/hash/sigma/echo256/opt/echo256_opt_sse3_aes.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'echo256_aesni_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/echo256/opt/echo256_opt_sse3_aes.h b/src/crypto/hash/sigma/echo256/opt/echo256_opt_sse3_aes.h index 9294a3d8f6..0b9a4f2485 100644 --- a/src/crypto/hash/sigma/echo256/opt/echo256_opt_sse3_aes.h +++ b/src/crypto/hash/sigma/echo256/opt/echo256_opt_sse3_aes.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'echo256_aesni_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/echo256/opt/echo256_opt_sse4.cpp b/src/crypto/hash/sigma/echo256/opt/echo256_opt_sse4.cpp index d07ae671a1..531174bf26 100644 --- a/src/crypto/hash/sigma/echo256/opt/echo256_opt_sse4.cpp +++ b/src/crypto/hash/sigma/echo256/opt/echo256_opt_sse4.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'echo256_aesni_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/echo256/opt/echo256_opt_sse4.h b/src/crypto/hash/sigma/echo256/opt/echo256_opt_sse4.h index b92c3e4f0c..962a8750db 100644 --- a/src/crypto/hash/sigma/echo256/opt/echo256_opt_sse4.h +++ b/src/crypto/hash/sigma/echo256/opt/echo256_opt_sse4.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'echo256_aesni_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/echo256/opt/echo256_opt_sse4_aes.cpp b/src/crypto/hash/sigma/echo256/opt/echo256_opt_sse4_aes.cpp index ccb07862e7..90a4ccead3 100644 --- a/src/crypto/hash/sigma/echo256/opt/echo256_opt_sse4_aes.cpp +++ b/src/crypto/hash/sigma/echo256/opt/echo256_opt_sse4_aes.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'echo256_aesni_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/echo256/opt/echo256_opt_sse4_aes.h b/src/crypto/hash/sigma/echo256/opt/echo256_opt_sse4_aes.h index 181aee4323..28220d2878 100644 --- a/src/crypto/hash/sigma/echo256/opt/echo256_opt_sse4_aes.h +++ b/src/crypto/hash/sigma/echo256/opt/echo256_opt_sse4_aes.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'echo256_aesni_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/echo256/sphlib/sph_echo.h b/src/crypto/hash/sigma/echo256/sphlib/sph_echo.h index bc0e0ab481..58684d9e90 100644 --- a/src/crypto/hash/sigma/echo256/sphlib/sph_echo.h +++ b/src/crypto/hash/sigma/echo256/sphlib/sph_echo.h @@ -37,7 +37,7 @@ // All modifications: // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef SPH_ECHO_H__ diff --git a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a53.cpp b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a53.cpp index 2372b662f1..2cad921890 100644 --- a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a53.cpp +++ b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a53.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'shavite3_256_aesni_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a53.h b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a53.h index ef6f240f47..16c9ef9e74 100644 --- a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a53.h +++ b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a53.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'shavite3_256_aesni_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a53_aes.cpp b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a53_aes.cpp index fe116f72b4..2436a78277 100644 --- a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a53_aes.cpp +++ b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a53_aes.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'shavite3_256_aesni_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a53_aes.h b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a53_aes.h index adebb32b42..7c6cb97117 100644 --- a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a53_aes.h +++ b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a53_aes.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'shavite3_256_aesni_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a57.cpp b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a57.cpp index 6497cd5c99..f593702ca8 100644 --- a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a57.cpp +++ b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a57.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'shavite3_256_aesni_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a57.h b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a57.h index 2c6929f779..7af234380f 100644 --- a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a57.h +++ b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a57.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'shavite3_256_aesni_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a57_aes.cpp b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a57_aes.cpp index cef0b44791..48f1385ad2 100644 --- a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a57_aes.cpp +++ b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a57_aes.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'shavite3_256_aesni_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a57_aes.h b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a57_aes.h index 279586dfef..e964055095 100644 --- a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a57_aes.h +++ b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a57_aes.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'shavite3_256_aesni_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a72.cpp b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a72.cpp index 99dc420c90..8361b28805 100644 --- a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a72.cpp +++ b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a72.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'shavite3_256_aesni_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a72.h b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a72.h index cd9ef647a7..96c9137e9f 100644 --- a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a72.h +++ b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a72.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'shavite3_256_aesni_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a72_aes.cpp b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a72_aes.cpp index 1423848756..679bada40f 100644 --- a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a72_aes.cpp +++ b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a72_aes.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'shavite3_256_aesni_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a72_aes.h b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a72_aes.h index b0e0e68e49..341f1d3bbd 100644 --- a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a72_aes.h +++ b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_cortex_a72_aes.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'shavite3_256_aesni_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_thunderx_aes.cpp b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_thunderx_aes.cpp index 5c13088ef2..5311ad4c64 100644 --- a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_thunderx_aes.cpp +++ b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_thunderx_aes.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'shavite3_256_aesni_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_thunderx_aes.h b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_thunderx_aes.h index 089f83fa12..a8260c45a0 100644 --- a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_thunderx_aes.h +++ b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_arm_thunderx_aes.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'shavite3_256_aesni_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx.cpp b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx.cpp index 40cc5b2e68..63bf2aea36 100644 --- a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx.cpp +++ b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'shavite3_256_aesni_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx.h b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx.h index 451fd21f00..562327ae29 100644 --- a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx.h +++ b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'shavite3_256_aesni_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx2.cpp b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx2.cpp index c13d8ab357..4c788afcdd 100644 --- a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx2.cpp +++ b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx2.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'shavite3_256_aesni_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx2.h b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx2.h index 835b1d6c54..9f37b89181 100644 --- a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx2.h +++ b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx2.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'shavite3_256_aesni_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx2_aes.cpp b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx2_aes.cpp index aa1fced827..03d616d051 100644 --- a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx2_aes.cpp +++ b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx2_aes.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'shavite3_256_aesni_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx2_aes.h b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx2_aes.h index e7aa268891..d2c77adc14 100644 --- a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx2_aes.h +++ b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx2_aes.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'shavite3_256_aesni_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx512f.cpp b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx512f.cpp index 83b87195a9..6e77f90f7d 100644 --- a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx512f.cpp +++ b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx512f.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'shavite3_256_aesni_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx512f.h b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx512f.h index 5c89b1b982..51c873dcb1 100644 --- a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx512f.h +++ b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx512f.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'shavite3_256_aesni_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx512f_aes.cpp b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx512f_aes.cpp index f30784acbd..647c83e3f8 100644 --- a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx512f_aes.cpp +++ b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx512f_aes.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'shavite3_256_aesni_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx512f_aes.h b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx512f_aes.h index 88965ddd74..db9342a066 100644 --- a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx512f_aes.h +++ b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx512f_aes.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'shavite3_256_aesni_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx_aes.cpp b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx_aes.cpp index 7c82a5fbb3..c43a136779 100644 --- a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx_aes.cpp +++ b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx_aes.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'shavite3_256_aesni_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx_aes.h b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx_aes.h index a423c822b5..87345a27c3 100644 --- a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx_aes.h +++ b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_avx_aes.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'shavite3_256_aesni_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_sse3.cpp b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_sse3.cpp index 5089f1c748..4db1ac2466 100644 --- a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_sse3.cpp +++ b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_sse3.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'shavite3_256_aesni_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_sse3.h b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_sse3.h index 8335449aad..53ca14b905 100644 --- a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_sse3.h +++ b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_sse3.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'shavite3_256_aesni_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_sse3_aes.cpp b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_sse3_aes.cpp index ed7b1d16c4..51727c257a 100644 --- a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_sse3_aes.cpp +++ b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_sse3_aes.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'shavite3_256_aesni_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_sse3_aes.h b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_sse3_aes.h index 66c10d0746..7021948813 100644 --- a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_sse3_aes.h +++ b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_sse3_aes.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'shavite3_256_aesni_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_sse4.cpp b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_sse4.cpp index 9af4ff23e7..89123e4cd7 100644 --- a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_sse4.cpp +++ b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_sse4.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'shavite3_256_aesni_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_sse4.h b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_sse4.h index 9e633ca69a..f6a85a6709 100644 --- a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_sse4.h +++ b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_sse4.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'shavite3_256_aesni_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_sse4_aes.cpp b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_sse4_aes.cpp index 5e68192fdf..354ee3037c 100644 --- a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_sse4_aes.cpp +++ b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_sse4_aes.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // This file is a thin wrapper around the actual 'shavite3_256_aesni_opt' implementation, along with various other similarly named files. diff --git a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_sse4_aes.h b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_sse4_aes.h index 3b714672c4..31159d729e 100644 --- a/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_sse4_aes.h +++ b/src/crypto/hash/sigma/shavite3_256/opt/shavite3_256_opt_sse4_aes.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying file COPYING +// Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING // This file is a thin wrapper around the actual 'shavite3_256_aesni_opt', along with various other similarly named files. // The build system compiles each file with slightly different optimisation flags so that we have optimised implementations for a wide spread of processors. diff --git a/src/crypto/hash/sigma/shavite3_256/ref/portable.h b/src/crypto/hash/sigma/shavite3_256/ref/portable.h index b9dc540307..14b7b36d4a 100644 --- a/src/crypto/hash/sigma/shavite3_256/ref/portable.h +++ b/src/crypto/hash/sigma/shavite3_256/ref/portable.h @@ -4,7 +4,7 @@ // All modifications: // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING /* diff --git a/src/crypto/hash/sigma/shavite3_256/ref/shavite3_256_ref_compress.h b/src/crypto/hash/sigma/shavite3_256/ref/shavite3_256_ref_compress.h index d0d5e198f1..9e7b5b0e45 100644 --- a/src/crypto/hash/sigma/shavite3_256/ref/shavite3_256_ref_compress.h +++ b/src/crypto/hash/sigma/shavite3_256/ref/shavite3_256_ref_compress.h @@ -5,7 +5,7 @@ // All modifications: // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef SHAVITE_REF_256_H diff --git a/src/crypto/hash/sigma/shavite3_256/ref/shavite3_ref.cpp b/src/crypto/hash/sigma/shavite3_256/ref/shavite3_ref.cpp index 18051830e4..60f83668f4 100644 --- a/src/crypto/hash/sigma/shavite3_256/ref/shavite3_ref.cpp +++ b/src/crypto/hash/sigma/shavite3_256/ref/shavite3_ref.cpp @@ -5,7 +5,7 @@ // All modifications: // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "portable.h" diff --git a/src/crypto/hash/sigma/shavite3_256/ref/shavite3_ref.h b/src/crypto/hash/sigma/shavite3_256/ref/shavite3_ref.h index 5c2eb67897..91985bf293 100644 --- a/src/crypto/hash/sigma/shavite3_256/ref/shavite3_ref.h +++ b/src/crypto/hash/sigma/shavite3_256/ref/shavite3_ref.h @@ -5,7 +5,7 @@ // All modifications: // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // definitions imposed by the API diff --git a/src/crypto/hash/sigma/shavite3_256/shavite3_256_opt.cpp b/src/crypto/hash/sigma/shavite3_256/shavite3_256_opt.cpp index 59aea79555..1c76ad34c6 100644 --- a/src/crypto/hash/sigma/shavite3_256/shavite3_256_opt.cpp +++ b/src/crypto/hash/sigma/shavite3_256/shavite3_256_opt.cpp @@ -5,7 +5,7 @@ // All modifications: // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING diff --git a/src/crypto/hash/sigma/shavite3_256/shavite3_256_opt.h b/src/crypto/hash/sigma/shavite3_256/shavite3_256_opt.h index 239080d260..16426f04cf 100644 --- a/src/crypto/hash/sigma/shavite3_256/shavite3_256_opt.h +++ b/src/crypto/hash/sigma/shavite3_256/shavite3_256_opt.h @@ -5,7 +5,7 @@ // All modifications: // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef SHAVITE3_256_OPT_H diff --git a/src/crypto/hash/sigma/sigma.cpp b/src/crypto/hash/sigma/sigma.cpp index 0d3d18d0e7..7154a666ed 100644 --- a/src/crypto/hash/sigma/sigma.cpp +++ b/src/crypto/hash/sigma/sigma.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "sigma.h" diff --git a/src/crypto/hash/sigma/sigma.h b/src/crypto/hash/sigma/sigma.h index a30d4f313b..05fe91939e 100644 --- a/src/crypto/hash/sigma/sigma.h +++ b/src/crypto/hash/sigma/sigma.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef CRYPTO_HASH_SIGMA_HASH_H diff --git a/src/crypto/scrypt/crypto_scrypt.cpp b/src/crypto/scrypt/crypto_scrypt.cpp index 0360b24d4d..e3758f282e 100644 --- a/src/crypto/scrypt/crypto_scrypt.cpp +++ b/src/crypto/scrypt/crypto_scrypt.cpp @@ -31,7 +31,7 @@ // All modifications: // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING in the root of this repository #include diff --git a/src/crypto/scrypt/crypto_scrypt_smix.cpp b/src/crypto/scrypt/crypto_scrypt_smix.cpp index 7a7e3362f2..3329c1d5b0 100644 --- a/src/crypto/scrypt/crypto_scrypt_smix.cpp +++ b/src/crypto/scrypt/crypto_scrypt_smix.cpp @@ -31,7 +31,7 @@ // All modifications: // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING in the root of this repository #include diff --git a/src/crypto/scrypt/crypto_scrypt_smix_sse2.cpp b/src/crypto/scrypt/crypto_scrypt_smix_sse2.cpp index 8740cf8825..2f75fc8dac 100644 --- a/src/crypto/scrypt/crypto_scrypt_smix_sse2.cpp +++ b/src/crypto/scrypt/crypto_scrypt_smix_sse2.cpp @@ -31,7 +31,7 @@ // All modifications: // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING in the root of this repository #if defined(USE_SSE2) diff --git a/src/crypto/scrypt/crypto_scrypt_smix_sse2.h b/src/crypto/scrypt/crypto_scrypt_smix_sse2.h index bff8daeafd..72f1fc4b76 100644 --- a/src/crypto/scrypt/crypto_scrypt_smix_sse2.h +++ b/src/crypto/scrypt/crypto_scrypt_smix_sse2.h @@ -31,7 +31,7 @@ // All modifications: // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING in the root of this repository #ifndef _CRYPTO_SCRYPT_SMIX_SSE2_H_ diff --git a/src/crypto/scrypt/sha256_scrypt.cpp b/src/crypto/scrypt/sha256_scrypt.cpp index e890c47af8..33565f39ee 100644 --- a/src/crypto/scrypt/sha256_scrypt.cpp +++ b/src/crypto/scrypt/sha256_scrypt.cpp @@ -31,7 +31,7 @@ // All modifications: // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING in the root of this repository #include "sha256_scrypt.h" diff --git a/src/crypto/scrypt/sha256_scrypt.h b/src/crypto/scrypt/sha256_scrypt.h index f295c80d84..6e77af39e9 100644 --- a/src/crypto/scrypt/sha256_scrypt.h +++ b/src/crypto/scrypt/sha256_scrypt.h @@ -31,7 +31,7 @@ // All modifications: // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING in the root of this repository #include diff --git a/src/daemon-main.cpp b/src/daemon-main.cpp index 2fdb8a44da..2929a9271b 100644 --- a/src/daemon-main.cpp +++ b/src/daemon-main.cpp @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #if defined(HAVE_CONFIG_H) @@ -51,7 +51,7 @@ using namespace boost::placeholders; * which enables instant payments to anyone, anywhere in the world. Munt uses peer-to-peer technology to operate * with no central authority: managing transactions and issuing money are carried out collectively by the network. * - * The software is a community-driven open source project, released under the Libre Chain License. + * The software is a community-driven open source project, released under the GNU Lesser General Public License v3. * * \section Navigation * Use the buttons Namespaces, Classes or Files at the top of the page to start navigating the code. diff --git a/src/daemon-res.rc b/src/daemon-res.rc index 7fc5dae9ab..7d829053f9 100644 --- a/src/daemon-res.rc +++ b/src/daemon-res.rc @@ -22,7 +22,7 @@ BEGIN VALUE "FileVersion", VER_FILEVERSION_STR VALUE "InternalName", GLOBAL_APPNAME"-daemon" VALUE "LegalCopyright", COPYRIGHT_STR - VALUE "LegalTrademarks1", "Distributed under the Libre Chain License, see the accompanying file COPYING or github.com/muntorg/munt-official/COPYING" + VALUE "LegalTrademarks1", "Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING or github.com/muntorg/munt-official/COPYING" VALUE "OriginalFilename", GLOBAL_APPNAME"-daemon.exe" VALUE "ProductName", GLOBAL_APPNAME"-daemon" VALUE "ProductVersion", VER_PRODUCTVERSION_STR diff --git a/src/dbwrapper.cpp b/src/dbwrapper.cpp index 4e410cba60..ef8d987d89 100644 --- a/src/dbwrapper.cpp +++ b/src/dbwrapper.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "dbwrapper.h" diff --git a/src/dbwrapper.h b/src/dbwrapper.h index 7f892bcee0..8767756c5b 100644 --- a/src/dbwrapper.h +++ b/src/dbwrapper.h @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef DBWRAPPER_H diff --git a/src/frontend/android/unity_wallet/app/src/androidTest/java/unity_wallet/ExampleInstrumentedTest.kt b/src/frontend/android/unity_wallet/app/src/androidTest/java/unity_wallet/ExampleInstrumentedTest.kt index 5b9bec3646..9f277d4aac 100644 --- a/src/frontend/android/unity_wallet/app/src/androidTest/java/unity_wallet/ExampleInstrumentedTest.kt +++ b/src/frontend/android/unity_wallet/app/src/androidTest/java/unity_wallet/ExampleInstrumentedTest.kt @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ActivityManager.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ActivityManager.kt index 55388c6137..7f126f337b 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ActivityManager.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ActivityManager.kt @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) & Willem de Jonge (willem@isnapp.nl) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/Authentication.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/Authentication.kt index d45d873705..1b5455922a 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/Authentication.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/Authentication.kt @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Willem de Jonge (willem@isnapp.nl) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/BackgroundSync.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/BackgroundSync.kt index 667b3580b7..a84ca90bff 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/BackgroundSync.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/BackgroundSync.kt @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Willem de Jonge (willem@isnapp.nl) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/Constants.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/Constants.kt index 270d9c2705..87825a3a19 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/Constants.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/Constants.kt @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/Currency.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/Currency.kt index 9fbea2a48a..568d4dd000 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/Currency.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/Currency.kt @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com), Willem de Jonge (willem@isnapp.nl) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/LicenseActivity.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/LicenseActivity.kt index 4ea6a00c70..7c1dd2cfc0 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/LicenseActivity.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/LicenseActivity.kt @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Willem de Jonge (willem@isnapp.nl) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/SendCoinsFragment.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/SendCoinsFragment.kt index abebe84986..ae48e497d1 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/SendCoinsFragment.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/SendCoinsFragment.kt @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com), Willem de Jonge (willem@isnapp.nl) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/TransactionInfoActivity.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/TransactionInfoActivity.kt index 5539f2dfad..5f91974dc6 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/TransactionInfoActivity.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/TransactionInfoActivity.kt @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com), Willem de Jonge (willem@isnapp.nl) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/URIHandlerActivity.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/URIHandlerActivity.kt index be4b408c19..96ae29c11f 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/URIHandlerActivity.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/URIHandlerActivity.kt @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com), Willem de Jonge (willem@isnapp.nl) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/UnityCore.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/UnityCore.kt index bef68321ce..8e12fd6c60 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/UnityCore.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/UnityCore.kt @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Willem de Jonge (willem@isnapp.nl) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/UpgradeActivity.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/UpgradeActivity.kt index 4ff01dc9a6..f0d50d5554 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/UpgradeActivity.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/UpgradeActivity.kt @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Willem de Jonge (willem@isnapp.nl), Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/WalletActivity.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/WalletActivity.kt index 3c53b28bb9..2df90f92b2 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/WalletActivity.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/WalletActivity.kt @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com), Willem de Jonge (willem@isnapp.nl) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/WelcomeActivity.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/WelcomeActivity.kt index 6743faed9e..35c0845545 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/WelcomeActivity.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/WelcomeActivity.kt @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com), Willem de Jonge (willem@isnapp.nl) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/jniunifiedbackend/ResultRecord.java b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/jniunifiedbackend/ResultRecord.java index ab7dcbb052..950649b974 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/jniunifiedbackend/ResultRecord.java +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/jniunifiedbackend/ResultRecord.java @@ -6,7 +6,7 @@ /** * Copyright (c) 2018-2022 The Centure developers * Authored by: Malcolm MacLeod (mmacleod@gmx.com) - * Distributed under the Libre Chain License, see the accompanying + * Distributed under the GNU Lesser General Public License v3, see the accompanying * file COPYING */ public final class ResultRecord { diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/main_activity_fragments/LocalCurrencyFragment.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/main_activity_fragments/LocalCurrencyFragment.kt index 3eb595ac93..7f55efbb33 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/main_activity_fragments/LocalCurrencyFragment.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/main_activity_fragments/LocalCurrencyFragment.kt @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet.main_activity_fragments diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/main_activity_fragments/MutationFragment.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/main_activity_fragments/MutationFragment.kt index a500babf41..2e4812ee63 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/main_activity_fragments/MutationFragment.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/main_activity_fragments/MutationFragment.kt @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet.main_activity_fragments diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/main_activity_fragments/ReceiveFragment.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/main_activity_fragments/ReceiveFragment.kt index a70711e64e..d0aaa4217d 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/main_activity_fragments/ReceiveFragment.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/main_activity_fragments/ReceiveFragment.kt @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com), Willem de Jonge (willem@isnapp.nl) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet.main_activity_fragments diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/main_activity_fragments/SendFragment.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/main_activity_fragments/SendFragment.kt index 66d3ee8bef..5ba72de98c 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/main_activity_fragments/SendFragment.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/main_activity_fragments/SendFragment.kt @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com), Willem de Jonge (willem@isnapp.nl) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet.main_activity_fragments diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/main_activity_fragments/SettingsFragment.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/main_activity_fragments/SettingsFragment.kt index 013be20950..c1610041f2 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/main_activity_fragments/SettingsFragment.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/main_activity_fragments/SettingsFragment.kt @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com), Willem de Jonge (willem@isnapp.nl) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet.main_activity_fragments diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/main_activity_fragments/WalletSettingsFragment.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/main_activity_fragments/WalletSettingsFragment.kt index 84d074abca..045b972e41 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/main_activity_fragments/WalletSettingsFragment.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/main_activity_fragments/WalletSettingsFragment.kt @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com), Willem de Jonge (willem@isnapp.nl) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet.main_activity_fragments diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/AddressBookAdapter.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/AddressBookAdapter.kt index d6b39b3109..e00688ecb4 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/AddressBookAdapter.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/AddressBookAdapter.kt @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com), Willem de Jonge (willem@isnapp.nl) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet.ui diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/DisplayHelpers.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/DisplayHelpers.kt index 44ae848abb..9df4f7ae3d 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/DisplayHelpers.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/DisplayHelpers.kt @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Willem de Jonge (willem@isnapp.nl) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet.ui diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/LocalCurrenciesAdapter.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/LocalCurrenciesAdapter.kt index 061bbb614e..dbae2738f0 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/LocalCurrenciesAdapter.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/LocalCurrenciesAdapter.kt @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet.ui diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/MutationAdapter.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/MutationAdapter.kt index 73957cbda4..e2e433d51b 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/MutationAdapter.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/MutationAdapter.kt @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet.ui diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/monitor/BlockListAdapter.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/monitor/BlockListAdapter.kt index 89f9b1e686..3156a5865f 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/monitor/BlockListAdapter.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/monitor/BlockListAdapter.kt @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Willem de Jonge (willem@isnapp.nl) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet.ui.monitor diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/monitor/BlockListFragment.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/monitor/BlockListFragment.kt index aa646643ea..0a77d6095e 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/monitor/BlockListFragment.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/monitor/BlockListFragment.kt @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Willem de Jonge (willem@isnapp.nl) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet.ui.monitor diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/monitor/BlockListViewModel.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/monitor/BlockListViewModel.kt index 8e2b49e5b7..bb9575b101 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/monitor/BlockListViewModel.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/monitor/BlockListViewModel.kt @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Willem de Jonge (willem@isnapp.nl) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet.ui.monitor diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/monitor/NetworkMonitorActivity.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/monitor/NetworkMonitorActivity.kt index e06e54e916..7cc8933862 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/monitor/NetworkMonitorActivity.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/monitor/NetworkMonitorActivity.kt @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com), Willem de Jonge (willem@isnapp.nl) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet.ui.monitor diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/monitor/PeerListAdapter.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/monitor/PeerListAdapter.kt index 4c1b3f918a..66dc88c1df 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/monitor/PeerListAdapter.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/monitor/PeerListAdapter.kt @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Willem de Jonge (willem@isnapp.nl) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet.ui.monitor diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/monitor/PeerListFragment.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/monitor/PeerListFragment.kt index 1d7bcba276..f8fd948e12 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/monitor/PeerListFragment.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/monitor/PeerListFragment.kt @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Willem de Jonge (willem@isnapp.nl) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet.ui.monitor diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/monitor/PeerListViewModel.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/monitor/PeerListViewModel.kt index 08ce9bb553..67f0595e91 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/monitor/PeerListViewModel.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/monitor/PeerListViewModel.kt @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Willem de Jonge (willem@isnapp.nl) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet.ui.monitor diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/monitor/ProcessingFragment.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/monitor/ProcessingFragment.kt index 25a0d37e48..9da0bde78e 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/monitor/ProcessingFragment.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/monitor/ProcessingFragment.kt @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Willem de Jonge (willem@isnapp.nl) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet.ui.monitor diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/widgets/ActionMultiAutoCompleteTextView.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/widgets/ActionMultiAutoCompleteTextView.kt index 517d78a8db..60d279b289 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/widgets/ActionMultiAutoCompleteTextView.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/widgets/ActionMultiAutoCompleteTextView.kt @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet.ui.widgets diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/widgets/AuthenticatedRecoveryView.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/widgets/AuthenticatedRecoveryView.kt index 33555fb84a..d0151e9825 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/widgets/AuthenticatedRecoveryView.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/widgets/AuthenticatedRecoveryView.kt @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Willem de Jonge (willem@isnapp.nl), Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet.ui.widgets diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/widgets/HideBalanceView.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/widgets/HideBalanceView.kt index 5cd5dcca08..3240bb35d6 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/widgets/HideBalanceView.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/widgets/HideBalanceView.kt @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Willem de Jonge (willem@isnapp.nl) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet.ui.widgets diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/widgets/LockView.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/widgets/LockView.kt index 27c15a0632..62d2d05cf3 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/widgets/LockView.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/widgets/LockView.kt @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Willem de Jonge (willem@isnapp.nl) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet.ui.widgets diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/widgets/UnityBuildInfoView.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/widgets/UnityBuildInfoView.kt index 3728df4786..77a9db9bd9 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/widgets/UnityBuildInfoView.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/ui/widgets/UnityBuildInfoView.kt @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Willem de Jonge (willem@isnapp.nl) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet.ui.widgets diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/util/ActivityHelpers.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/util/ActivityHelpers.kt index 596a3eb850..c8c82617e6 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/util/ActivityHelpers.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/util/ActivityHelpers.kt @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet.util diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/util/AppBaseActivity.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/util/AppBaseActivity.kt index 8e7f11298f..b0b092fe5f 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/util/AppBaseActivity.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/util/AppBaseActivity.kt @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Willem de Jonge (willem@isnapp.nl) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet.util diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/util/Button.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/util/Button.kt index 9067af782f..a7e7986d24 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/util/Button.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/util/Button.kt @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet.util diff --git a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/util/DeviceInfo.kt b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/util/DeviceInfo.kt index fc103d88ae..08361243e6 100644 --- a/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/util/DeviceInfo.kt +++ b/src/frontend/android/unity_wallet/app/src/main/java/unity_wallet/util/DeviceInfo.kt @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING package unity_wallet.util diff --git a/src/frontend/android/unity_wallet/app/src/main/res/anim/shake.xml b/src/frontend/android/unity_wallet/app/src/main/res/anim/shake.xml index f64b81a704..ecb4c95635 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/anim/shake.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/anim/shake.xml @@ -2,7 +2,7 @@ diff --git a/src/frontend/android/unity_wallet/app/src/main/res/layout-land/barcode_capture.xml b/src/frontend/android/unity_wallet/app/src/main/res/layout-land/barcode_capture.xml index fa3f314122..fbd8681914 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/layout-land/barcode_capture.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/layout-land/barcode_capture.xml @@ -2,7 +2,7 @@ diff --git a/src/frontend/android/unity_wallet/app/src/main/res/layout/barcode_capture.xml b/src/frontend/android/unity_wallet/app/src/main/res/layout/barcode_capture.xml index eb79c0482e..3f0bf63c15 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/layout/barcode_capture.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/layout/barcode_capture.xml @@ -2,7 +2,7 @@ diff --git a/src/frontend/android/unity_wallet/app/src/main/res/layout/pref_view_recovery.xml b/src/frontend/android/unity_wallet/app/src/main/res/layout/pref_view_recovery.xml index 2d5e63f59e..6e850f97f0 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/layout/pref_view_recovery.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/layout/pref_view_recovery.xml @@ -2,7 +2,7 @@ diff --git a/src/frontend/android/unity_wallet/app/src/main/res/layout/preference_fragment_layout.xml b/src/frontend/android/unity_wallet/app/src/main/res/layout/preference_fragment_layout.xml index a2d37f8fdd..816f4a1150 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/layout/preference_fragment_layout.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/layout/preference_fragment_layout.xml @@ -2,7 +2,7 @@ diff --git a/src/frontend/android/unity_wallet/app/src/main/res/layout/processing_fragment.xml b/src/frontend/android/unity_wallet/app/src/main/res/layout/processing_fragment.xml index 4347bc547c..d3de1a610a 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/layout/processing_fragment.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/layout/processing_fragment.xml @@ -2,7 +2,7 @@ diff --git a/src/frontend/android/unity_wallet/app/src/main/res/menu/network_monitor_navigation.xml b/src/frontend/android/unity_wallet/app/src/main/res/menu/network_monitor_navigation.xml index cc260e9781..9b74c9cb80 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/menu/network_monitor_navigation.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/menu/network_monitor_navigation.xml @@ -2,7 +2,7 @@ diff --git a/src/frontend/android/unity_wallet/app/src/main/res/raw/license.txt b/src/frontend/android/unity_wallet/app/src/main/res/raw/license.txt index b75a9bb18b..7fc6c99912 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/raw/license.txt +++ b/src/frontend/android/unity_wallet/app/src/main/res/raw/license.txt @@ -1,79 +1,72 @@ -Munt© is written and maintained by "The Centure Developers" under the employ of "Centure.com BV" and all code and products produced are licensed under "The Libre Chain License". +Munt© is written and maintained by "The Centure Developers" under the employ of "Centure.com BV" and all code and products produced are licensed under the GNU Lesser General Public License v3. In addition to our own source code Munt makes use of source code, fonts and assets from a multitude of third party projects, and is compliant with the licensing for all of these projects, most of which are free and open source. The license information for these projects can be found alongside the source code at "https://github.com/muntorg/munt-official" as well as in text/json format distributed as part of the application bundle in the assets sub folder. -The Libre Chain License; v0.2 - -Copyright (c) 2014-2022 The Centure Developers - -TERMS AND CONDITIONS - -1. Definitions - -"The network" shall mean the official distributed network of peer-to-peer interconnected devices, running software that follows the -unmodified rules of this codebase. - -"The blockchain" shall mean the valid chain of unmodified blocks identified by "The network" starting with the official genesis block as -defined by the network, whereby if there are multiple options presented the one with the largest work is always considered the most valid. -Validity is defined by the rules of this codebase. - -2. Usage - -You are free to download, copy, compile, study, and refer to the source code for any personal use of yours. Usage by you of any work covered -by this license should not, directly or indirectly, enable its usage by any other individual or organisation. - -3. Modifications - -You are free to make any modifications to the source covered by this license. You are also free to compile the source after modifying it and -using the compiled product obtained thereafter in compliance with this License. - -4. Redistribution - -You may NOT under any circumstance copy, redistribute and/or republish the source or a work based on it (which includes binary or object -code compiled from it - or parts of code extracted from it) in part or whole. Without the prior written consent of the copyright holders. - -A limited redistribution exception is granted to package managers such as; but not limited to; those working on packages to install the -program on Linux distributions or other operating systems so long as the modifications are limited to those necessary to make the program -work on the desired system, do not make any changes to branding, would not be considered by a reasonable person to be trying to create a -seperate product or fork of the existing product and do not otherwise alter behaviour in a way that may negatively impact users in any form -whatsoever. - -A limited redistribution exception is granted to developers and academics for the purposes of active development, testing, research, -simulation or similar activities. Provided that such activities are limited in nature and not intended in any way to act as an actual -product or be perceived by a reasonable person in any way as being a competing product or attempt to fork the product or harm "The network" -in any way. - -The copyright holders reserve the right to revoke licensing permission in any case where they feel the above is violated, at any time, with -immediate effect, based on their own discretion. - -UNDER NO CIRCUMSTANCES MAY THE SOFTWARE BE ALTERED IN SUCH A WAY AS TO MAKE IT WORK ON A NETWORK OTHER THAN "The network" OR TO USE A -BLOCKCHAIN OTHER THAN "The blockchain" - -5. Non-compliance - -You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to -copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. - -6. Acceptance of License - -You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or use the -source. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or using the source (or any work -based on the source), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, redistributing or -modifying the source or works based on it. - -7. Permissions - -If you intend to incorporate the source code, in part or whole, into any free or proprietary program, you need to explicitly write to the -original author(s) to ask for permission. - -8. No Warranty - -The source code licensed under this license is shared "as is". Since it is intended for sharing as reference, there is no warranty, of -either the source code, or the program compiled from it. The entire risk of quality or performance of the program is with you. - -THE ORIGINAL AUTHOR OF THE PROGRAM IS NOT LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR -LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS) +GNU LESSER GENERAL PUBLIC LICENSE + +Version 3, 29 June 2007 + +Copyright © 2007 Free Software Foundation, Inc. + +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. + +This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. +0. Additional Definitions. + +As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License. + +“The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below. + +An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library. + +A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”. + +The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version. + +The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work. +1. Exception to Section 3 of the GNU GPL. + +You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL. +2. Conveying Modified Versions. + +If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version: + + a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or + b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy. + +3. Object Code Incorporating Material from Library Header Files. + +The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License. + b) Accompany the object code with a copy of the GNU GPL and this license document. + +4. Combined Works. + +You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following: + + a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License. + b) Accompany the Combined Work with a copy of the GNU GPL and this license document. + c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document. + d) Do one of the following: + 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source. + 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version. + e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.) + +5. Combined Libraries. + +You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License. + b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. + +6. Revised Versions of the GNU Lesser General Public License. + +The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation. + +If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library. diff --git a/src/frontend/android/unity_wallet/app/src/main/res/values-ca/strings.xml b/src/frontend/android/unity_wallet/app/src/main/res/values-ca/strings.xml index b5744d181f..dbcd29a413 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/values-ca/strings.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/values-ca/strings.xml @@ -1,7 +1,7 @@ diff --git a/src/frontend/android/unity_wallet/app/src/main/res/values-de/strings.xml b/src/frontend/android/unity_wallet/app/src/main/res/values-de/strings.xml index 7625386e84..461a59a36e 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/values-de/strings.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/values-de/strings.xml @@ -1,7 +1,7 @@ diff --git a/src/frontend/android/unity_wallet/app/src/main/res/values-en-rAU/strings.xml b/src/frontend/android/unity_wallet/app/src/main/res/values-en-rAU/strings.xml index 06b95f70ef..4bde97a789 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/values-en-rAU/strings.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/values-en-rAU/strings.xml @@ -1,7 +1,7 @@ diff --git a/src/frontend/android/unity_wallet/app/src/main/res/values-en-rCA/strings.xml b/src/frontend/android/unity_wallet/app/src/main/res/values-en-rCA/strings.xml index 06b95f70ef..4bde97a789 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/values-en-rCA/strings.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/values-en-rCA/strings.xml @@ -1,7 +1,7 @@ diff --git a/src/frontend/android/unity_wallet/app/src/main/res/values-en-rGB/strings.xml b/src/frontend/android/unity_wallet/app/src/main/res/values-en-rGB/strings.xml index 2474a87cbf..c24cd5c95a 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/values-en-rGB/strings.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/values-en-rGB/strings.xml @@ -1,7 +1,7 @@ diff --git a/src/frontend/android/unity_wallet/app/src/main/res/values-en-rUS/strings.xml b/src/frontend/android/unity_wallet/app/src/main/res/values-en-rUS/strings.xml index 06b95f70ef..4bde97a789 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/values-en-rUS/strings.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/values-en-rUS/strings.xml @@ -1,7 +1,7 @@ diff --git a/src/frontend/android/unity_wallet/app/src/main/res/values-en-rZA/strings.xml b/src/frontend/android/unity_wallet/app/src/main/res/values-en-rZA/strings.xml index 06b95f70ef..4bde97a789 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/values-en-rZA/strings.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/values-en-rZA/strings.xml @@ -1,7 +1,7 @@ diff --git a/src/frontend/android/unity_wallet/app/src/main/res/values-es/strings.xml b/src/frontend/android/unity_wallet/app/src/main/res/values-es/strings.xml index b869a64442..a57ce60f44 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/values-es/strings.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/values-es/strings.xml @@ -1,7 +1,7 @@ diff --git a/src/frontend/android/unity_wallet/app/src/main/res/values-fi/strings.xml b/src/frontend/android/unity_wallet/app/src/main/res/values-fi/strings.xml index 683a33d2c8..fffc87dcb0 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/values-fi/strings.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/values-fi/strings.xml @@ -1,7 +1,7 @@ diff --git a/src/frontend/android/unity_wallet/app/src/main/res/values-fr/strings.xml b/src/frontend/android/unity_wallet/app/src/main/res/values-fr/strings.xml index 615c06f4c6..340c22c690 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/values-fr/strings.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/values-fr/strings.xml @@ -1,7 +1,7 @@ diff --git a/src/frontend/android/unity_wallet/app/src/main/res/values-it/strings.xml b/src/frontend/android/unity_wallet/app/src/main/res/values-it/strings.xml index cd6379355d..85f1cb757f 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/values-it/strings.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/values-it/strings.xml @@ -1,7 +1,7 @@ diff --git a/src/frontend/android/unity_wallet/app/src/main/res/values-ja/strings.xml b/src/frontend/android/unity_wallet/app/src/main/res/values-ja/strings.xml index 8eb6a3c4a0..dc5df14838 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/values-ja/strings.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/values-ja/strings.xml @@ -1,7 +1,7 @@ diff --git a/src/frontend/android/unity_wallet/app/src/main/res/values-ko/strings.xml b/src/frontend/android/unity_wallet/app/src/main/res/values-ko/strings.xml index 4d93acdc11..de6814814d 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/values-ko/strings.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/values-ko/strings.xml @@ -1,7 +1,7 @@ diff --git a/src/frontend/android/unity_wallet/app/src/main/res/values-nl/strings.xml b/src/frontend/android/unity_wallet/app/src/main/res/values-nl/strings.xml index 981209dcf0..1a6bae19a7 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/values-nl/strings.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/values-nl/strings.xml @@ -1,7 +1,7 @@ diff --git a/src/frontend/android/unity_wallet/app/src/main/res/values-no/strings.xml b/src/frontend/android/unity_wallet/app/src/main/res/values-no/strings.xml index a9ec4b4d9a..6cf16047c3 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/values-no/strings.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/values-no/strings.xml @@ -1,7 +1,7 @@ diff --git a/src/frontend/android/unity_wallet/app/src/main/res/values-pl/strings.xml b/src/frontend/android/unity_wallet/app/src/main/res/values-pl/strings.xml index d4528ca57c..ce379f9408 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/values-pl/strings.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/values-pl/strings.xml @@ -1,7 +1,7 @@ diff --git a/src/frontend/android/unity_wallet/app/src/main/res/values-pt-rBR/strings.xml b/src/frontend/android/unity_wallet/app/src/main/res/values-pt-rBR/strings.xml index 960c4b5c23..bb3b8d3e57 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/values-pt-rBR/strings.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/values-pt-rBR/strings.xml @@ -1,7 +1,7 @@ diff --git a/src/frontend/android/unity_wallet/app/src/main/res/values-pt/strings.xml b/src/frontend/android/unity_wallet/app/src/main/res/values-pt/strings.xml index b901be272a..ff58371e9a 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/values-pt/strings.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/values-pt/strings.xml @@ -1,7 +1,7 @@ diff --git a/src/frontend/android/unity_wallet/app/src/main/res/values-ru/strings.xml b/src/frontend/android/unity_wallet/app/src/main/res/values-ru/strings.xml index aefc9e68f2..ff261ab321 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/values-ru/strings.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/values-ru/strings.xml @@ -1,7 +1,7 @@ diff --git a/src/frontend/android/unity_wallet/app/src/main/res/values-v23/styles.xml b/src/frontend/android/unity_wallet/app/src/main/res/values-v23/styles.xml index e6b5f76026..8c17d1d675 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/values-v23/styles.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/values-v23/styles.xml @@ -2,7 +2,7 @@ diff --git a/src/frontend/android/unity_wallet/app/src/main/res/values-vi/strings.xml b/src/frontend/android/unity_wallet/app/src/main/res/values-vi/strings.xml index c6745ad8c2..d03f21ec7e 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/values-vi/strings.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/values-vi/strings.xml @@ -1,7 +1,7 @@ diff --git a/src/frontend/android/unity_wallet/app/src/main/res/values-zh-rCN/strings.xml b/src/frontend/android/unity_wallet/app/src/main/res/values-zh-rCN/strings.xml index 22472b11c8..3a6114f939 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/values-zh-rCN/strings.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/values-zh-rCN/strings.xml @@ -1,7 +1,7 @@ diff --git a/src/frontend/android/unity_wallet/app/src/main/res/values-zh-rTW/strings.xml b/src/frontend/android/unity_wallet/app/src/main/res/values-zh-rTW/strings.xml index 8d6ce39f12..0fdb14e5e2 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/values-zh-rTW/strings.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/values-zh-rTW/strings.xml @@ -1,7 +1,7 @@ diff --git a/src/frontend/android/unity_wallet/app/src/main/res/values/colors.xml b/src/frontend/android/unity_wallet/app/src/main/res/values/colors.xml index acbea0f6c7..2b836cabbc 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/values/colors.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/values/colors.xml @@ -2,7 +2,7 @@ diff --git a/src/frontend/android/unity_wallet/app/src/main/res/values/dimens.xml b/src/frontend/android/unity_wallet/app/src/main/res/values/dimens.xml index e1115a344a..93622fa5e9 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/values/dimens.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/values/dimens.xml @@ -2,7 +2,7 @@ diff --git a/src/frontend/android/unity_wallet/app/src/main/res/values/strings.xml b/src/frontend/android/unity_wallet/app/src/main/res/values/strings.xml index 773979d87c..590ce616ed 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/values/strings.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/values/strings.xml @@ -1,7 +1,7 @@ diff --git a/src/frontend/android/unity_wallet/app/src/main/res/values/styles.xml b/src/frontend/android/unity_wallet/app/src/main/res/values/styles.xml index 20a6fb15e5..3d6702af83 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/values/styles.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/values/styles.xml @@ -2,7 +2,7 @@ diff --git a/src/frontend/android/unity_wallet/app/src/main/res/xml/fragment_settings.xml b/src/frontend/android/unity_wallet/app/src/main/res/xml/fragment_settings.xml index 2f9651c5a1..d36f08b191 100644 --- a/src/frontend/android/unity_wallet/app/src/main/res/xml/fragment_settings.xml +++ b/src/frontend/android/unity_wallet/app/src/main/res/xml/fragment_settings.xml @@ -2,7 +2,7 @@ diff --git a/src/test/bip39_tests.cpp b/src/test/bip39_tests.cpp index 722649968a..af5007b122 100644 --- a/src/test/bip39_tests.cpp +++ b/src/test/bip39_tests.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include diff --git a/src/test/blockencodings_tests.cpp b/src/test/blockencodings_tests.cpp index 78be296804..bb9dffa1c8 100644 --- a/src/test/blockencodings_tests.cpp +++ b/src/test/blockencodings_tests.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "blockencodings.h" diff --git a/src/test/bloom_tests.cpp b/src/test/bloom_tests.cpp index 0726a45f5a..bcbb54dc65 100644 --- a/src/test/bloom_tests.cpp +++ b/src/test/bloom_tests.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "bloom.h" diff --git a/src/test/coins_tests.cpp b/src/test/coins_tests.cpp index d29c3dca09..b9ea66b2d7 100644 --- a/src/test/coins_tests.cpp +++ b/src/test/coins_tests.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "coins.h" diff --git a/src/test/getarg_tests.cpp b/src/test/getarg_tests.cpp index 269cbf77f6..48e82461ec 100644 --- a/src/test/getarg_tests.cpp +++ b/src/test/getarg_tests.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "util.h" diff --git a/src/test/hash_tests.cpp b/src/test/hash_tests.cpp index 08d4535f51..c7556ae587 100644 --- a/src/test/hash_tests.cpp +++ b/src/test/hash_tests.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "hash.h" diff --git a/src/test/key_tests.cpp b/src/test/key_tests.cpp index 5299a0076c..044441ba40 100644 --- a/src/test/key_tests.cpp +++ b/src/test/key_tests.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "key.h" diff --git a/src/test/mempool_tests.cpp b/src/test/mempool_tests.cpp index a3d8c0ce83..d4b2b71883 100644 --- a/src/test/mempool_tests.cpp +++ b/src/test/mempool_tests.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "policy/policy.h" diff --git a/src/test/merkle_tests.cpp b/src/test/merkle_tests.cpp index 33ffd358ad..5529638831 100644 --- a/src/test/merkle_tests.cpp +++ b/src/test/merkle_tests.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "consensus/merkle.h" diff --git a/src/test/miner_tests.cpp b/src/test/miner_tests.cpp index ab9a02bfb9..4123b04c4e 100644 --- a/src/test/miner_tests.cpp +++ b/src/test/miner_tests.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "chainparams.h" diff --git a/src/test/multisig_tests.cpp b/src/test/multisig_tests.cpp index 348425e775..0316b59fc9 100644 --- a/src/test/multisig_tests.cpp +++ b/src/test/multisig_tests.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "key.h" diff --git a/src/test/netbase_tests.cpp b/src/test/netbase_tests.cpp index 44778d9825..1f6c6d315d 100644 --- a/src/test/netbase_tests.cpp +++ b/src/test/netbase_tests.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "netbase.h" diff --git a/src/test/pmt_tests.cpp b/src/test/pmt_tests.cpp index f57f85ff5f..acc586ad2a 100644 --- a/src/test/pmt_tests.cpp +++ b/src/test/pmt_tests.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "consensus/merkle.h" diff --git a/src/test/policyestimator_tests.cpp b/src/test/policyestimator_tests.cpp index 1eec527719..65eb7e8390 100644 --- a/src/test/policyestimator_tests.cpp +++ b/src/test/policyestimator_tests.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "policy/policy.h" diff --git a/src/test/pow_tests.cpp b/src/test/pow_tests.cpp index 1eaf77635c..73a963bb0a 100644 --- a/src/test/pow_tests.cpp +++ b/src/test/pow_tests.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "chain.h" diff --git a/src/test/prevector_tests.cpp b/src/test/prevector_tests.cpp index cf1da87bf6..2c91c5ecfa 100644 --- a/src/test/prevector_tests.cpp +++ b/src/test/prevector_tests.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "prevector.h" diff --git a/src/test/rpc_tests.cpp b/src/test/rpc_tests.cpp index 7f5a1fea8d..75f4015371 100644 --- a/src/test/rpc_tests.cpp +++ b/src/test/rpc_tests.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2020-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "rpc/server.h" diff --git a/src/test/script_P2SH_tests.cpp b/src/test/script_P2SH_tests.cpp index d09450ce01..19e9998bd2 100644 --- a/src/test/script_P2SH_tests.cpp +++ b/src/test/script_P2SH_tests.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "consensus/tx_verify.h" diff --git a/src/test/script_tests.cpp b/src/test/script_tests.cpp index 8e1cfcc791..cad9c48f5b 100644 --- a/src/test/script_tests.cpp +++ b/src/test/script_tests.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "data/script_tests.json.h" diff --git a/src/test/serialize_tests.cpp b/src/test/serialize_tests.cpp index 66f774e9cd..5e0d4bf977 100644 --- a/src/test/serialize_tests.cpp +++ b/src/test/serialize_tests.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "serialize.h" diff --git a/src/test/sighash_tests.cpp b/src/test/sighash_tests.cpp index f36abbf3f9..7921c514f5 100644 --- a/src/test/sighash_tests.cpp +++ b/src/test/sighash_tests.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "consensus/tx_verify.h" diff --git a/src/test/sigopcount_tests.cpp b/src/test/sigopcount_tests.cpp index 5dc9673003..abe9fca3a1 100644 --- a/src/test/sigopcount_tests.cpp +++ b/src/test/sigopcount_tests.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "consensus/tx_verify.h" diff --git a/src/test/skiplist_tests.cpp b/src/test/skiplist_tests.cpp index b93867ed4d..5e316d31ac 100644 --- a/src/test/skiplist_tests.cpp +++ b/src/test/skiplist_tests.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "chain.h" diff --git a/src/test/test.cpp b/src/test/test.cpp index 759875562d..8b606c52ff 100644 --- a/src/test/test.cpp +++ b/src/test/test.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "test.h" diff --git a/src/test/transaction_tests.cpp b/src/test/transaction_tests.cpp index d1ea7992d0..d91673eaf8 100644 --- a/src/test/transaction_tests.cpp +++ b/src/test/transaction_tests.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "data/tx_invalid.json.h" diff --git a/src/test/txvalidationcache_tests.cpp b/src/test/txvalidationcache_tests.cpp index 02a2c887b3..470031d78c 100644 --- a/src/test/txvalidationcache_tests.cpp +++ b/src/test/txvalidationcache_tests.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "consensus/validation.h" diff --git a/src/test/unity_tests.cpp b/src/test/unity_tests.cpp index 684c564bf5..818767bad4 100644 --- a/src/test/unity_tests.cpp +++ b/src/test/unity_tests.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "unity/compat/android_wallet.h" diff --git a/src/timedata.h b/src/timedata.h index fc0a6ccc64..29e3e2939e 100644 --- a/src/timedata.h +++ b/src/timedata.h @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef TIMEDATA_H diff --git a/src/tx-main.cpp b/src/tx-main.cpp index ac7e8d4edd..5cc1f01dcd 100644 --- a/src/tx-main.cpp +++ b/src/tx-main.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #if defined(HAVE_CONFIG_H) diff --git a/src/tx-res.rc b/src/tx-res.rc index 94949049f4..82f01af3f3 100644 --- a/src/tx-res.rc +++ b/src/tx-res.rc @@ -22,7 +22,7 @@ BEGIN VALUE "FileVersion", VER_FILEVERSION_STR VALUE "InternalName", GLOBAL_APPNAME"-tx" VALUE "LegalCopyright", COPYRIGHT_STR - VALUE "LegalTrademarks1", "Distributed under the Libre Chain License, see the accompanying file COPYING or github.com/muntorg/munt-official/COPYING" + VALUE "LegalTrademarks1", "Distributed under the GNU Lesser General Public License v3, see the accompanying file COPYING or github.com/muntorg/munt-official/COPYING" VALUE "OriginalFilename", GLOBAL_APPNAME"-tx.exe" VALUE "ProductName", GLOBAL_APPNAME"-tx" VALUE "ProductVersion", VER_PRODUCTVERSION_STR diff --git a/src/txdb.cpp b/src/txdb.cpp index b020212b80..4f08fad5ff 100644 --- a/src/txdb.cpp +++ b/src/txdb.cpp @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "txdb.h" diff --git a/src/txdb.h b/src/txdb.h index 66dca6b4a6..803a24e6c0 100644 --- a/src/txdb.h +++ b/src/txdb.h @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef TXDB_H diff --git a/src/txmempool.cpp b/src/txmempool.cpp index 1579b92ee1..ec3e12e334 100644 --- a/src/txmempool.cpp +++ b/src/txmempool.cpp @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "txmempool.h" diff --git a/src/txmempool.h b/src/txmempool.h index 21c3cb6f24..07158083ae 100644 --- a/src/txmempool.h +++ b/src/txmempool.h @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef TXMEMPOOL_H diff --git a/src/ui_interface.h b/src/ui_interface.h index 6a52d27193..f2afd4c6f6 100644 --- a/src/ui_interface.h +++ b/src/ui_interface.h @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef UI_INTERFACE_H diff --git a/src/undo.h b/src/undo.h index 02b10e6f8b..079e1ade62 100644 --- a/src/undo.h +++ b/src/undo.h @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef TRANSACTION_UNDO_H diff --git a/src/unity/appmanager.cpp b/src/unity/appmanager.cpp index c6b2197151..4894a343a0 100644 --- a/src/unity/appmanager.cpp +++ b/src/unity/appmanager.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "appname.h" diff --git a/src/unity/appmanager.h b/src/unity/appmanager.h index 866c5ec0f6..e923c45626 100644 --- a/src/unity/appmanager.h +++ b/src/unity/appmanager.h @@ -1,6 +1,6 @@ // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef UNITY_APP_MANAGER_H diff --git a/src/unity/compat/android_wallet.cpp b/src/unity/compat/android_wallet.cpp index 8820df464d..cbc72a1e36 100644 --- a/src/unity/compat/android_wallet.cpp +++ b/src/unity/compat/android_wallet.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "android_wallet.h" diff --git a/src/unity/compat/android_wallet.h b/src/unity/compat/android_wallet.h index c939ffd2e3..97d45e9f9b 100644 --- a/src/unity/compat/android_wallet.h +++ b/src/unity/compat/android_wallet.h @@ -1,6 +1,6 @@ // Copyright (c) 2019-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include diff --git a/src/unity/controllers/iaccountscontroller.cpp b/src/unity/controllers/iaccountscontroller.cpp index e151b7d37a..e8a7445f90 100644 --- a/src/unity/controllers/iaccountscontroller.cpp +++ b/src/unity/controllers/iaccountscontroller.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2020-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING //Workaround braindamaged 'hack' in libtool.m4 that defines DLL_EXPORT when building a dll via libtool (this in turn imports unwanted symbols from e.g. pthread that breaks static pthread linkage) diff --git a/src/unity/controllers/igenerationcontroller.cpp b/src/unity/controllers/igenerationcontroller.cpp index 3645155bcd..fa31400214 100644 --- a/src/unity/controllers/igenerationcontroller.cpp +++ b/src/unity/controllers/igenerationcontroller.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2020-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING //Workaround braindamaged 'hack' in libtool.m4 that defines DLL_EXPORT when building a dll via libtool (this in turn imports unwanted symbols from e.g. pthread that breaks static pthread linkage) diff --git a/src/unity/controllers/ip2pnetworkcontroller.cpp b/src/unity/controllers/ip2pnetworkcontroller.cpp index c4abdfb0f8..1dab644420 100644 --- a/src/unity/controllers/ip2pnetworkcontroller.cpp +++ b/src/unity/controllers/ip2pnetworkcontroller.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2020-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING //Workaround braindamaged 'hack' in libtool.m4 that defines DLL_EXPORT when building a dll via libtool (this in turn imports unwanted symbols from e.g. pthread that breaks static pthread linkage) diff --git a/src/unity/controllers/iwalletcontroller.cpp b/src/unity/controllers/iwalletcontroller.cpp index 2959d35c25..56b6ca7012 100644 --- a/src/unity/controllers/iwalletcontroller.cpp +++ b/src/unity/controllers/iwalletcontroller.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2020-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING //Workaround braindamaged 'hack' in libtool.m4 that defines DLL_EXPORT when building a dll via libtool (this in turn imports unwanted symbols from e.g. pthread that breaks static pthread linkage) diff --git a/src/unity/controllers/iwitnesscontroller.cpp b/src/unity/controllers/iwitnesscontroller.cpp index 2ee871d495..e4454d7587 100644 --- a/src/unity/controllers/iwitnesscontroller.cpp +++ b/src/unity/controllers/iwitnesscontroller.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2020-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING //Workaround braindamaged 'hack' in libtool.m4 that defines DLL_EXPORT when building a dll via libtool (this in turn imports unwanted symbols from e.g. pthread that breaks static pthread linkage) diff --git a/src/unity/djinni/cpp/result_record.hpp b/src/unity/djinni/cpp/result_record.hpp index 82caf535ce..8e89bdc615 100644 --- a/src/unity/djinni/cpp/result_record.hpp +++ b/src/unity/djinni/cpp/result_record.hpp @@ -9,7 +9,7 @@ /** * Copyright (c) 2018-2022 The Centure developers * Authored by: Malcolm MacLeod (mmacleod@gmx.com) - * Distributed under the Libre Chain License, see the accompanying + * Distributed under the GNU Lesser General Public License v3, see the accompanying * file COPYING */ struct ResultRecord final { diff --git a/src/unity/djinni/objc/DBResultRecord.h b/src/unity/djinni/objc/DBResultRecord.h index d21f85bbd0..6416272393 100644 --- a/src/unity/djinni/objc/DBResultRecord.h +++ b/src/unity/djinni/objc/DBResultRecord.h @@ -6,7 +6,7 @@ /** * Copyright (c) 2018-2022 The Centure developers * Authored by: Malcolm MacLeod (mmacleod@gmx.com) - * Distributed under the Libre Chain License, see the accompanying + * Distributed under the GNU Lesser General Public License v3, see the accompanying * file COPYING */ @interface DBResultRecord : NSObject diff --git a/src/unity/generic/init_generic.cpp b/src/unity/generic/init_generic.cpp index b23fdcdf9b..58ee0b0642 100644 --- a/src/unity/generic/init_generic.cpp +++ b/src/unity/generic/init_generic.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "init.h" diff --git a/src/unity/generic/init_generic_node.cpp b/src/unity/generic/init_generic_node.cpp index 39e3189787..46b5a4f64e 100644 --- a/src/unity/generic/init_generic_node.cpp +++ b/src/unity/generic/init_generic_node.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "init.h" diff --git a/src/unity/generic/logging.cpp b/src/unity/generic/logging.cpp index 2e7dc9ce18..b60d04b466 100644 --- a/src/unity/generic/logging.cpp +++ b/src/unity/generic/logging.cpp @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "util.h" diff --git a/src/unity/ios/init_ios.cpp b/src/unity/ios/init_ios.cpp index 0a6174ae4b..7a4993365c 100644 --- a/src/unity/ios/init_ios.cpp +++ b/src/unity/ios/init_ios.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include diff --git a/src/unity/libinit.cpp b/src/unity/libinit.cpp index 46f1bbdba9..44263ae939 100644 --- a/src/unity/libinit.cpp +++ b/src/unity/libinit.cpp @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #if defined(HAVE_CONFIG_H) diff --git a/src/unity/libinit.h b/src/unity/libinit.h index b1449bbb48..f945078831 100644 --- a/src/unity/libinit.h +++ b/src/unity/libinit.h @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef UNITY_LIB_INIT_H diff --git a/src/unity/libunity.djinni b/src/unity/libunity.djinni index 31044aef5c..a83cb6c5d3 100644 --- a/src/unity/libunity.djinni +++ b/src/unity/libunity.djinni @@ -1,6 +1,6 @@ # Copyright (c) 2018-2022 The Centure developers # Authored by: Malcolm MacLeod (mmacleod@gmx.com) -# Distributed under the Libre Chain License, see the accompanying +# Distributed under the GNU Lesser General Public License v3, see the accompanying # file COPYING result_record = record { diff --git a/src/unity/node_js/init_node_js.cpp b/src/unity/node_js/init_node_js.cpp index 0c8cae1f57..5a3d93a40c 100644 --- a/src/unity/node_js/init_node_js.cpp +++ b/src/unity/node_js/init_node_js.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "chain.h" diff --git a/src/unity/node_js/logging_node_js.cpp b/src/unity/node_js/logging_node_js.cpp index c2ecb805d5..3319a7637c 100644 --- a/src/unity/node_js/logging_node_js.cpp +++ b/src/unity/node_js/logging_node_js.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Willem de Jonge (willem@isnapp.nl) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "util.h" diff --git a/src/unity/signals.h b/src/unity/signals.h index 0a9a750b29..941eb6daff 100644 --- a/src/unity/signals.h +++ b/src/unity/signals.h @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef UNITY_SIGNAL_H diff --git a/src/unity/unity_impl.cpp b/src/unity/unity_impl.cpp index 3f6c86545a..a03e5aa204 100644 --- a/src/unity/unity_impl.cpp +++ b/src/unity/unity_impl.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2020-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING //Workaround braindamaged 'hack' in libtool.m4 that defines DLL_EXPORT when building a dll via libtool (this in turn imports unwanted symbols from e.g. pthread that breaks static pthread linkage) diff --git a/src/unity/unity_impl.h b/src/unity/unity_impl.h index 6590de96c1..7e222676c3 100644 --- a/src/unity/unity_impl.h +++ b/src/unity/unity_impl.h @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef UNITY_IMPL diff --git a/src/util.cpp b/src/util.cpp index 58d52db1eb..05fb80284a 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #if defined(HAVE_CONFIG_H) diff --git a/src/util.h b/src/util.h index 5c3cc793f5..1c2e71c9d0 100644 --- a/src/util.h +++ b/src/util.h @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING /** diff --git a/src/util/strencodings.cpp b/src/util/strencodings.cpp index 96d0083c57..9561b32bdb 100644 --- a/src/util/strencodings.cpp +++ b/src/util/strencodings.cpp @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2020-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "util/strencodings.h" diff --git a/src/util/strencodings.h b/src/util/strencodings.h index d54e068aae..875f4fad6f 100644 --- a/src/util/strencodings.h +++ b/src/util/strencodings.h @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2020-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING /** diff --git a/src/validation/validation.cpp b/src/validation/validation.cpp index 394e1a1555..936d4b2476 100644 --- a/src/validation/validation.cpp +++ b/src/validation/validation.cpp @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "validation/validation.h" diff --git a/src/validation/validation.h b/src/validation/validation.h index 8eedab3d8d..8df06779aa 100644 --- a/src/validation/validation.h +++ b/src/validation/validation.h @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef VALIDATION_VALIDATION_H diff --git a/src/validation/validation_mempool.cpp b/src/validation/validation_mempool.cpp index b8d08e5bf4..a2c5acc748 100644 --- a/src/validation/validation_mempool.cpp +++ b/src/validation/validation_mempool.cpp @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING diff --git a/src/validation/validation_misc.cpp b/src/validation/validation_misc.cpp index 092aaa9e26..27fd3255b1 100644 --- a/src/validation/validation_misc.cpp +++ b/src/validation/validation_misc.cpp @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "validation.h" diff --git a/src/validation/validationinterface.cpp b/src/validation/validationinterface.cpp index e5721a2563..50982d7463 100644 --- a/src/validation/validationinterface.cpp +++ b/src/validation/validationinterface.cpp @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "validation/validationinterface.h" diff --git a/src/validation/validationinterface.h b/src/validation/validationinterface.h index d6f300c2ca..2a640b706b 100644 --- a/src/validation/validationinterface.h +++ b/src/validation/validationinterface.h @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef VALIDATIONINTERFACE_H diff --git a/src/validation/versionbitsvalidation.cpp b/src/validation/versionbitsvalidation.cpp index 554244d8eb..5c9b8adfe6 100644 --- a/src/validation/versionbitsvalidation.cpp +++ b/src/validation/versionbitsvalidation.cpp @@ -6,7 +6,7 @@ // File contains modifications by: The Centure developers // All modifications: // Copyright (c) 2018-2022 The Centure developers -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "versionbitsvalidation.h" diff --git a/src/validation/versionbitsvalidation.h b/src/validation/versionbitsvalidation.h index 6868db873e..419122468c 100644 --- a/src/validation/versionbitsvalidation.h +++ b/src/validation/versionbitsvalidation.h @@ -6,7 +6,7 @@ // File contains modifications by: The Centure developers // All modifications: // Copyright (c) 2018-2022 The Centure developers -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef VERSION_BITS_VALIDATION_H diff --git a/src/validation/witnessvalidation.cpp b/src/validation/witnessvalidation.cpp index 6fcdae9249..a68d5eee12 100644 --- a/src/validation/witnessvalidation.cpp +++ b/src/validation/witnessvalidation.cpp @@ -2,7 +2,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "validation/validation.h" diff --git a/src/validation/witnessvalidation.h b/src/validation/witnessvalidation.h index dec3491572..315ed2c26c 100644 --- a/src/validation/witnessvalidation.h +++ b/src/validation/witnessvalidation.h @@ -1,6 +1,6 @@ // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef WITNESS_VALIDATION_H diff --git a/src/version.h b/src/version.h index f0955ce42f..2cb598f8f0 100644 --- a/src/version.h +++ b/src/version.h @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef VERSION_H diff --git a/src/versionbits.cpp b/src/versionbits.cpp index 98de610471..212b6eb975 100644 --- a/src/versionbits.cpp +++ b/src/versionbits.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "versionbits.h" diff --git a/src/wallet/account.cpp b/src/wallet/account.cpp index aed97afe98..6877599865 100644 --- a/src/wallet/account.cpp +++ b/src/wallet/account.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "account.h" diff --git a/src/wallet/account.h b/src/wallet/account.h index 77df598f7c..0de14f84af 100644 --- a/src/wallet/account.h +++ b/src/wallet/account.h @@ -1,6 +1,6 @@ // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef ACCOUNT_H diff --git a/src/wallet/crypter.cpp b/src/wallet/crypter.cpp index c19a378228..7a1e2b7f25 100644 --- a/src/wallet/crypter.cpp +++ b/src/wallet/crypter.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "crypter.h" diff --git a/src/wallet/crypter.h b/src/wallet/crypter.h index a1744516eb..b011330216 100644 --- a/src/wallet/crypter.h +++ b/src/wallet/crypter.h @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef WALLET_CRYPTER_H diff --git a/src/wallet/db.h b/src/wallet/db.h index a1d9f7f340..c2864aaa54 100644 --- a/src/wallet/db.h +++ b/src/wallet/db.h @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef WALLET_DB_H diff --git a/src/wallet/extwallet.cpp b/src/wallet/extwallet.cpp index 33c21f64d8..4c3e844c71 100644 --- a/src/wallet/extwallet.cpp +++ b/src/wallet/extwallet.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "wallet/wallet.h" diff --git a/src/wallet/extwallet.h b/src/wallet/extwallet.h index 71a5fbfdc5..2dc17392be 100644 --- a/src/wallet/extwallet.h +++ b/src/wallet/extwallet.h @@ -1,6 +1,6 @@ // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef EXT_WALLET_H diff --git a/src/wallet/merkletx.cpp b/src/wallet/merkletx.cpp index 7fd338d54e..94f55f17ba 100644 --- a/src/wallet/merkletx.cpp +++ b/src/wallet/merkletx.cpp @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "wallet/wallet.h" diff --git a/src/wallet/merkletx.h b/src/wallet/merkletx.h index 108cbc5fe5..87ff839520 100644 --- a/src/wallet/merkletx.h +++ b/src/wallet/merkletx.h @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef WALLET_MERKLETX_H diff --git a/src/wallet/mnemonic.cpp b/src/wallet/mnemonic.cpp index 0086ef996d..3be1c65e70 100644 --- a/src/wallet/mnemonic.cpp +++ b/src/wallet/mnemonic.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "mnemonic.h" diff --git a/src/wallet/mnemonic.h b/src/wallet/mnemonic.h index f486def0fe..2544d799cf 100644 --- a/src/wallet/mnemonic.h +++ b/src/wallet/mnemonic.h @@ -1,6 +1,6 @@ // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING // The below file implements the various Mnemonic/Seed/Entropy relations required to create a BIP39 compliant HD wallet. diff --git a/src/wallet/rpcdump.cpp b/src/wallet/rpcdump.cpp index 1f9ea9b624..3629847f57 100644 --- a/src/wallet/rpcdump.cpp +++ b/src/wallet/rpcdump.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "appname.h" diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index b32255761c..3d0b0f1204 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "appname.h" diff --git a/src/wallet/rpcwallet.h b/src/wallet/rpcwallet.h index bf28a1a5f9..8e963adef7 100644 --- a/src/wallet/rpcwallet.h +++ b/src/wallet/rpcwallet.h @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef WALLET_RPCWALLET_H diff --git a/src/wallet/spvscanner.cpp b/src/wallet/spvscanner.cpp index d8b700cba8..ac6d0db753 100644 --- a/src/wallet/spvscanner.cpp +++ b/src/wallet/spvscanner.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Willem de Jonge (willem@isnapp.nl) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "spvscanner.h" diff --git a/src/wallet/spvscanner.h b/src/wallet/spvscanner.h index f2aeb817be..763246bc0d 100644 --- a/src/wallet/spvscanner.h +++ b/src/wallet/spvscanner.h @@ -1,6 +1,6 @@ // Copyright (c) 2018-2022 The Centure developers // Authored by: Willem de Jonge (willem@isnapp.nl) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef SPVSCANNER_H diff --git a/src/wallet/test/wallet_test_fixture.cpp b/src/wallet/test/wallet_test_fixture.cpp index 2e6779f423..a3aa8f8549 100644 --- a/src/wallet/test/wallet_test_fixture.cpp +++ b/src/wallet/test/wallet_test_fixture.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "wallet/test/wallet_test_fixture.h" diff --git a/src/wallet/test/wallet_tests.cpp b/src/wallet/test/wallet_tests.cpp index cc258bca09..5493fdb353 100644 --- a/src/wallet/test/wallet_tests.cpp +++ b/src/wallet/test/wallet_tests.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "wallet/wallet.h" diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 070e77c9b5..868bd0a092 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "wallet/wallet.h" diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index edcd6823b5..606109a897 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef WALLET_WALLET_H diff --git a/src/wallet/wallet_init.cpp b/src/wallet/wallet_init.cpp index 07b5b27cc4..98b7007279 100644 --- a/src/wallet/wallet_init.cpp +++ b/src/wallet/wallet_init.cpp @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "wallet/wallet.h" diff --git a/src/wallet/wallet_ismine.cpp b/src/wallet/wallet_ismine.cpp index 30b9c8cf07..65a8ce22ab 100644 --- a/src/wallet/wallet_ismine.cpp +++ b/src/wallet/wallet_ismine.cpp @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "wallet/wallet.h" diff --git a/src/wallet/wallet_keypool.cpp b/src/wallet/wallet_keypool.cpp index 11b05db355..2ad2948166 100644 --- a/src/wallet/wallet_keypool.cpp +++ b/src/wallet/wallet_keypool.cpp @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "wallet/wallet.h" #include "wallet/wallettx.h" diff --git a/src/wallet/wallet_transaction.cpp b/src/wallet/wallet_transaction.cpp index ceeaf2aab0..d8625b81d6 100644 --- a/src/wallet/wallet_transaction.cpp +++ b/src/wallet/wallet_transaction.cpp @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "wallet.h" diff --git a/src/wallet/walletbalance.cpp b/src/wallet/walletbalance.cpp index 8fed4f831b..b0ccd4e1af 100644 --- a/src/wallet/walletbalance.cpp +++ b/src/wallet/walletbalance.cpp @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "wallet/wallet.h" diff --git a/src/wallet/walletdb.cpp b/src/wallet/walletdb.cpp index 9257f106c6..62c890fb4f 100644 --- a/src/wallet/walletdb.cpp +++ b/src/wallet/walletdb.cpp @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "wallet/walletdb.h" diff --git a/src/wallet/walletdb.h b/src/wallet/walletdb.h index eada1c03b9..d43debc89c 100644 --- a/src/wallet/walletdb.h +++ b/src/wallet/walletdb.h @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef WALLET_WALLETDB_H diff --git a/src/wallet/walletdberrors.h b/src/wallet/walletdberrors.h index d3fa9d1615..d08ee95542 100644 --- a/src/wallet/walletdberrors.h +++ b/src/wallet/walletdberrors.h @@ -1,6 +1,6 @@ // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef WALLET_WALLETDBERRORS_H diff --git a/src/wallet/wallettx.cpp b/src/wallet/wallettx.cpp index 6ee4bc9e1f..dfbfb99b3f 100644 --- a/src/wallet/wallettx.cpp +++ b/src/wallet/wallettx.cpp @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "wallet.h" diff --git a/src/wallet/wallettx.h b/src/wallet/wallettx.h index 2bda42da86..b8ba684f8b 100644 --- a/src/wallet/wallettx.h +++ b/src/wallet/wallettx.h @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2016-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef WALLET_WALLETTX_H diff --git a/src/wallet/witness_operations.cpp b/src/wallet/witness_operations.cpp index a4cf87479e..c06a6c656d 100644 --- a/src/wallet/witness_operations.cpp +++ b/src/wallet/witness_operations.cpp @@ -1,7 +1,7 @@ // Copyright (c) 2016-2022 The Centure developers // Authored by: Willem de Jonge (willem@isnapp.nl) // Modifications by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "witness_operations.h" diff --git a/src/wallet/witness_operations.h b/src/wallet/witness_operations.h index 38e4a1d337..7b8b67f314 100644 --- a/src/wallet/witness_operations.h +++ b/src/wallet/witness_operations.h @@ -1,7 +1,7 @@ // Copyright (c) 2016-2022 The Centure developers // Authored by: Willem de Jonge (willem@isnapp.nl) // Modified by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef WITNESS_OPERATIONS_H diff --git a/src/warnings.cpp b/src/warnings.cpp index df55e36b34..21c7fd1e9c 100644 --- a/src/warnings.cpp +++ b/src/warnings.cpp @@ -7,7 +7,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING diff --git a/src/witnessutil.cpp b/src/witnessutil.cpp index f949cd2578..1f0b317d9c 100644 --- a/src/witnessutil.cpp +++ b/src/witnessutil.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2015-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "wallet/wallettx.h" diff --git a/src/witnessutil.h b/src/witnessutil.h index e288261d61..682bdfb4bd 100644 --- a/src/witnessutil.h +++ b/src/witnessutil.h @@ -1,6 +1,6 @@ // Copyright (c) 2015-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #ifndef WITNESS_UTIL_H diff --git a/src/zmq/zmqpublishnotifier.cpp b/src/zmq/zmqpublishnotifier.cpp index fa0e08b02a..3bab84f93d 100644 --- a/src/zmq/zmqpublishnotifier.cpp +++ b/src/zmq/zmqpublishnotifier.cpp @@ -6,7 +6,7 @@ // All modifications: // Copyright (c) 2017-2022 The Centure developers // Authored by: Malcolm MacLeod (mmacleod@gmx.com) -// Distributed under the Libre Chain License, see the accompanying +// Distributed under the GNU Lesser General Public License v3, see the accompanying // file COPYING #include "chain.h"