From 71cd3064d65164a7e172e4a8b2596df6a0b015cc Mon Sep 17 00:00:00 2001 From: parazyd Date: Wed, 28 Dec 2022 13:05:11 +0100 Subject: [PATCH] Update license year. --- bin/cashierd/example/eth.rs | 2 +- bin/cashierd/src/error.rs | 2 +- bin/cashierd/src/lib.rs | 2 +- bin/cashierd/src/main.rs | 2 +- bin/cashierd/src/service/bridge.rs | 2 +- bin/cashierd/src/service/btc.rs | 2 +- bin/cashierd/src/service/eth.rs | 2 +- bin/cashierd/src/service/mod.rs | 2 +- bin/cashierd/src/service/sol.rs | 2 +- bin/dao/dao-cli/src/main.rs | 2 +- bin/dao/dao-cli/src/rpc.rs | 2 +- bin/dao/daod/src/contract/dao/exec/mod.rs | 2 +- bin/dao/daod/src/contract/dao/exec/validate.rs | 2 +- bin/dao/daod/src/contract/dao/exec/wallet.rs | 2 +- bin/dao/daod/src/contract/dao/mint/mod.rs | 2 +- bin/dao/daod/src/contract/dao/mint/validate.rs | 2 +- bin/dao/daod/src/contract/dao/mint/wallet.rs | 2 +- bin/dao/daod/src/contract/dao/mod.rs | 2 +- bin/dao/daod/src/contract/dao/propose/mod.rs | 2 +- bin/dao/daod/src/contract/dao/propose/validate.rs | 2 +- bin/dao/daod/src/contract/dao/propose/wallet.rs | 2 +- bin/dao/daod/src/contract/dao/state.rs | 2 +- bin/dao/daod/src/contract/dao/vote/mod.rs | 2 +- bin/dao/daod/src/contract/dao/vote/validate.rs | 2 +- bin/dao/daod/src/contract/dao/vote/wallet.rs | 2 +- bin/dao/daod/src/contract/example/foo/mod.rs | 2 +- bin/dao/daod/src/contract/example/foo/validate.rs | 2 +- bin/dao/daod/src/contract/example/foo/wallet.rs | 2 +- bin/dao/daod/src/contract/example/mod.rs | 2 +- bin/dao/daod/src/contract/example/state.rs | 2 +- bin/dao/daod/src/contract/mod.rs | 2 +- bin/dao/daod/src/contract/money/mod.rs | 2 +- bin/dao/daod/src/contract/money/state.rs | 2 +- bin/dao/daod/src/contract/money/transfer/mod.rs | 2 +- bin/dao/daod/src/contract/money/transfer/validate.rs | 2 +- bin/dao/daod/src/contract/money/transfer/wallet.rs | 2 +- bin/dao/daod/src/error.rs | 2 +- bin/dao/daod/src/main.rs | 2 +- bin/dao/daod/src/note.rs | 2 +- bin/dao/daod/src/rpc.rs | 2 +- bin/dao/daod/src/util.rs | 2 +- bin/darkfid/src/error.rs | 2 +- bin/darkfid/src/main.rs | 2 +- bin/darkfid/src/rpc_blockchain.rs | 2 +- bin/darkfid/src/rpc_misc.rs | 2 +- bin/darkfid/src/rpc_tx.rs | 2 +- bin/darkfid/src/rpc_wallet.rs | 2 +- bin/darkwiki/darkwiki-cli/src/main.rs | 2 +- bin/darkwiki/darkwikid/src/jsonrpc.rs | 2 +- bin/darkwiki/darkwikid/src/lcs.rs | 2 +- bin/darkwiki/darkwikid/src/main.rs | 2 +- bin/darkwiki/darkwikid/src/patch.rs | 2 +- bin/darkwiki/darkwikid/src/util.rs | 2 +- bin/dnetview/src/config.rs | 2 +- bin/dnetview/src/error.rs | 2 +- bin/dnetview/src/main.rs | 2 +- bin/dnetview/src/model.rs | 2 +- bin/dnetview/src/options.rs | 2 +- bin/dnetview/src/parser.rs | 2 +- bin/dnetview/src/rpc.rs | 2 +- bin/dnetview/src/util.rs | 2 +- bin/dnetview/src/view.rs | 2 +- bin/drk/src/cli_util.rs | 2 +- bin/drk/src/deploy_contract.rs | 2 +- bin/drk/src/main.rs | 2 +- bin/drk/src/rpc_airdrop.rs | 2 +- bin/drk/src/rpc_blockchain.rs | 2 +- bin/drk/src/rpc_swap.rs | 2 +- bin/drk/src/rpc_transfer.rs | 2 +- bin/drk/src/rpc_wallet.rs | 2 +- bin/faucetd/src/error.rs | 2 +- bin/faucetd/src/main.rs | 2 +- bin/fud/fu/src/main.rs | 2 +- bin/fud/fud/src/error.rs | 2 +- bin/fud/fud/src/main.rs | 2 +- bin/ircd/src/buffers.rs | 2 +- bin/ircd/src/crypto.rs | 2 +- bin/ircd/src/irc/client.rs | 2 +- bin/ircd/src/irc/mod.rs | 2 +- bin/ircd/src/main.rs | 2 +- bin/ircd/src/model.rs | 2 +- bin/ircd/src/privmsg.rs | 2 +- bin/ircd/src/protocol_privmsg.rs | 2 +- bin/ircd/src/protocol_privmsg2.rs | 2 +- bin/ircd/src/rpc.rs | 2 +- bin/ircd/src/settings.rs | 2 +- bin/ircd/src/view.rs | 2 +- bin/ircd2/src/crypto.rs | 2 +- bin/ircd2/src/events_queue.rs | 2 +- bin/ircd2/src/irc/client.rs | 2 +- bin/ircd2/src/irc/mod.rs | 2 +- bin/ircd2/src/main.rs | 2 +- bin/ircd2/src/model.rs | 2 +- bin/ircd2/src/privmsg.rs | 2 +- bin/ircd2/src/protocol_event.rs | 2 +- bin/ircd2/src/rpc.rs | 2 +- bin/ircd2/src/settings.rs | 2 +- bin/ircd2/src/view.rs | 2 +- bin/lilith/src/config.rs | 2 +- bin/lilith/src/main.rs | 2 +- bin/tau/tau-cli/src/drawdown.rs | 2 +- bin/tau/tau-cli/src/filter.rs | 2 +- bin/tau/tau-cli/src/main.rs | 2 +- bin/tau/tau-cli/src/primitives.rs | 2 +- bin/tau/tau-cli/src/rpc.rs | 2 +- bin/tau/tau-cli/src/util.rs | 2 +- bin/tau/tau-cli/src/view.rs | 2 +- bin/tau/taud/src/error.rs | 2 +- bin/tau/taud/src/jsonrpc.rs | 2 +- bin/tau/taud/src/main.rs | 2 +- bin/tau/taud/src/month_tasks.rs | 2 +- bin/tau/taud/src/settings.rs | 2 +- bin/tau/taud/src/task_info.rs | 2 +- bin/tau/taud/src/util.rs | 2 +- bin/vanityaddr/src/main.rs | 2 +- bin/zkas/src/main.rs | 2 +- contrib/init/darkfid.initd | 2 +- contrib/init/faucetd.initd | 2 +- contrib/init/ircd.initd | 2 +- contrib/init/lilith.initd | 2 +- contrib/init/taud.initd | 2 +- contrib/init/wikid.initd | 2 +- contrib/license.header | 2 +- example/dao/src/contract/dao/exec/mod.rs | 2 +- example/dao/src/contract/dao/exec/validate.rs | 2 +- example/dao/src/contract/dao/exec/wallet.rs | 2 +- example/dao/src/contract/dao/mint/mod.rs | 2 +- example/dao/src/contract/dao/mint/validate.rs | 2 +- example/dao/src/contract/dao/mint/wallet.rs | 2 +- example/dao/src/contract/dao/mod.rs | 2 +- example/dao/src/contract/dao/propose/mod.rs | 2 +- example/dao/src/contract/dao/propose/validate.rs | 2 +- example/dao/src/contract/dao/propose/wallet.rs | 2 +- example/dao/src/contract/dao/state.rs | 2 +- example/dao/src/contract/dao/vote/mod.rs | 2 +- example/dao/src/contract/dao/vote/validate.rs | 2 +- example/dao/src/contract/dao/vote/wallet.rs | 2 +- example/dao/src/contract/example/foo/mod.rs | 2 +- example/dao/src/contract/example/foo/validate.rs | 2 +- example/dao/src/contract/example/foo/wallet.rs | 2 +- example/dao/src/contract/example/mod.rs | 2 +- example/dao/src/contract/example/state.rs | 2 +- example/dao/src/contract/mod.rs | 2 +- example/dao/src/contract/money/mod.rs | 2 +- example/dao/src/contract/money/state.rs | 2 +- example/dao/src/contract/money/transfer/mod.rs | 2 +- example/dao/src/contract/money/transfer/validate.rs | 2 +- example/dao/src/contract/money/transfer/wallet.rs | 2 +- example/dao/src/error.rs | 2 +- example/dao/src/main.rs | 2 +- example/dao/src/note.rs | 2 +- example/dao/src/util.rs | 2 +- example/dao2/contract/dao/src/lib.rs | 2 +- example/dao2/contract/money/src/lib.rs | 2 +- example/dao2/src/contract/dao/exec/mod.rs | 2 +- example/dao2/src/contract/dao/exec/validate.rs | 2 +- example/dao2/src/contract/dao/exec/wallet.rs | 2 +- example/dao2/src/contract/dao/mint/mod.rs | 2 +- example/dao2/src/contract/dao/mint/validate.rs | 2 +- example/dao2/src/contract/dao/mint/wallet.rs | 2 +- example/dao2/src/contract/dao/mod.rs | 2 +- example/dao2/src/contract/dao/propose/mod.rs | 2 +- example/dao2/src/contract/dao/propose/validate.rs | 2 +- example/dao2/src/contract/dao/propose/wallet.rs | 2 +- example/dao2/src/contract/dao/state.rs | 2 +- example/dao2/src/contract/dao/vote/mod.rs | 2 +- example/dao2/src/contract/dao/vote/validate.rs | 2 +- example/dao2/src/contract/dao/vote/wallet.rs | 2 +- example/dao2/src/contract/example/foo/mod.rs | 2 +- example/dao2/src/contract/example/foo/validate.rs | 2 +- example/dao2/src/contract/example/foo/wallet.rs | 2 +- example/dao2/src/contract/example/mod.rs | 2 +- example/dao2/src/contract/example/state.rs | 2 +- example/dao2/src/contract/mod.rs | 2 +- example/dao2/src/contract/money/mod.rs | 2 +- example/dao2/src/contract/money/state.rs | 2 +- example/dao2/src/contract/money/transfer/mod.rs | 2 +- example/dao2/src/contract/money/transfer/validate.rs | 2 +- example/dao2/src/contract/money/transfer/wallet.rs | 2 +- example/dao2/src/error.rs | 2 +- example/dao2/src/main.rs | 2 +- example/dao2/src/note.rs | 2 +- example/dao2/src/schema.rs | 2 +- example/dao2/src/tx.rs | 2 +- example/dao2/src/util.rs | 2 +- example/dchat/src/dchat_error.rs | 2 +- example/dchat/src/dchatmsg.rs | 2 +- example/dchat/src/main.rs | 2 +- example/dchat/src/protocol_dchat.rs | 2 +- example/dchat/src/rpc.rs | 2 +- example/net.rs | 2 +- example/p2pdebug/src/main.rs | 2 +- example/p2pdebug/src/proto/debugmsg.rs | 2 +- example/p2pdebug/src/proto/mod.rs | 2 +- example/p2pdebug/src/rpc.rs | 2 +- example/zk.rs | 2 +- script/research/dhtd/src/error.rs | 2 +- script/research/dhtd/src/main.rs | 2 +- script/research/nodes-tool/src/main.rs | 2 +- script/research/raft-diag/src/main.rs | 2 +- script/research/x3dh/src/hkdf.rs | 2 +- script/research/x3dh/src/hmac.rs | 2 +- script/research/x3dh/src/main.rs | 2 +- script/research/x3dh/src/xeddsa.rs | 2 +- src/blockchain/blockstore.rs | 2 +- src/blockchain/contractstore.rs | 2 +- src/blockchain/mod.rs | 2 +- src/blockchain/nfstore.rs | 2 +- src/blockchain/rootstore.rs | 2 +- src/blockchain/slotcheckpointstore.rs | 2 +- src/blockchain/txstore.rs | 2 +- src/consensus/block.rs | 2 +- src/consensus/clock.rs | 2 +- src/consensus/constants.rs | 2 +- src/consensus/lead_info.rs | 2 +- src/consensus/leadcoin.rs | 2 +- src/consensus/mod.rs | 2 +- src/consensus/proto/mod.rs | 2 +- src/consensus/proto/protocol_proposal.rs | 2 +- src/consensus/proto/protocol_sync.rs | 2 +- src/consensus/proto/protocol_sync_consensus.rs | 2 +- src/consensus/proto/protocol_tx.rs | 2 +- src/consensus/rcpt.rs | 2 +- src/consensus/state.rs | 2 +- src/consensus/stx.rs | 2 +- src/consensus/task/block_sync.rs | 2 +- src/consensus/task/consensus_sync.rs | 2 +- src/consensus/task/mod.rs | 2 +- src/consensus/task/proposal.rs | 2 +- src/consensus/tx.rs | 2 +- src/consensus/types.rs | 2 +- src/consensus/utils.rs | 2 +- src/consensus/validator.rs | 2 +- src/consensus/wallet.rs | 2 +- src/contract/dao/src/client.rs | 2 +- src/contract/dao/src/entrypoint.rs | 2 +- src/contract/dao/src/lib.rs | 2 +- src/contract/dao/src/note.rs | 2 +- src/contract/dao/src/state.rs | 2 +- src/contract/dao/tests/harness.rs | 2 +- src/contract/dao/tests/integration.rs | 2 +- src/contract/money/src/client.rs | 2 +- src/contract/money/src/lib.rs | 2 +- src/contract/money/src/state.rs | 2 +- src/contract/money/tests/drop_pay_swap.rs | 2 +- src/contract/money/tests/harness.rs | 2 +- src/contract/money/tests/verification_bench.rs | 2 +- src/dht/messages.rs | 2 +- src/dht/mod.rs | 2 +- src/dht/protocol.rs | 2 +- src/error.rs | 2 +- src/lib.rs | 2 +- src/net/acceptor.rs | 2 +- src/net/channel.rs | 2 +- src/net/connector.rs | 2 +- src/net/constants.rs | 2 +- src/net/hosts.rs | 2 +- src/net/message.rs | 2 +- src/net/message_subscriber.rs | 2 +- src/net/mod.rs | 2 +- src/net/p2p.rs | 2 +- src/net/protocol/mod.rs | 2 +- src/net/protocol/protocol_address.rs | 2 +- src/net/protocol/protocol_base.rs | 2 +- src/net/protocol/protocol_jobs_manager.rs | 2 +- src/net/protocol/protocol_ping.rs | 2 +- src/net/protocol/protocol_registry.rs | 2 +- src/net/protocol/protocol_seed.rs | 2 +- src/net/protocol/protocol_version.rs | 2 +- src/net/session/inbound_session.rs | 2 +- src/net/session/manual_session.rs | 2 +- src/net/session/mod.rs | 2 +- src/net/session/outbound_session.rs | 2 +- src/net/session/seedsync_session.rs | 2 +- src/net/settings.rs | 2 +- src/net/transport.rs | 2 +- src/net/transport/tcp.rs | 2 +- src/net/transport/tor.rs | 2 +- src/net/transport/unix.rs | 2 +- src/net/transport/upgrade_tls.rs | 2 +- src/raft/consensus.rs | 2 +- src/raft/consensus_candidate.rs | 2 +- src/raft/consensus_follower.rs | 2 +- src/raft/consensus_leader.rs | 2 +- src/raft/datastore.rs | 2 +- src/raft/mod.rs | 2 +- src/raft/primitives.rs | 2 +- src/raft/protocol_raft.rs | 2 +- src/raft/settings.rs | 2 +- src/rpc/client.rs | 2 +- src/rpc/clock_sync.rs | 2 +- src/rpc/jsonrpc.rs | 2 +- src/rpc/mod.rs | 2 +- src/rpc/server.rs | 2 +- src/rpc/websockets.rs | 2 +- src/runtime/import/db.rs | 2 +- src/runtime/import/merkle.rs | 2 +- src/runtime/import/mod.rs | 2 +- src/runtime/import/util.rs | 2 +- src/runtime/memory.rs | 2 +- src/runtime/mod.rs | 2 +- src/runtime/vm_runtime.rs | 2 +- src/sdk/src/crypto/coin.rs | 2 +- src/sdk/src/crypto/constants.rs | 2 +- src/sdk/src/crypto/constants/fixed_bases.rs | 2 +- src/sdk/src/crypto/constants/fixed_bases/commit_ivk_r.rs | 2 +- src/sdk/src/crypto/constants/fixed_bases/note_commit_r.rs | 2 +- src/sdk/src/crypto/constants/fixed_bases/nullifier_k.rs | 2 +- src/sdk/src/crypto/constants/fixed_bases/spend_auth_g.rs | 2 +- src/sdk/src/crypto/constants/fixed_bases/value_commit_r.rs | 2 +- src/sdk/src/crypto/constants/fixed_bases/value_commit_v.rs | 2 +- src/sdk/src/crypto/constants/load.rs | 2 +- src/sdk/src/crypto/constants/sinsemilla.rs | 2 +- src/sdk/src/crypto/constants/util.rs | 2 +- src/sdk/src/crypto/contract_id.rs | 2 +- src/sdk/src/crypto/diffie_hellman.rs | 2 +- src/sdk/src/crypto/keypair.rs | 2 +- src/sdk/src/crypto/merkle_node.rs | 2 +- src/sdk/src/crypto/mimc_vdf.rs | 2 +- src/sdk/src/crypto/mod.rs | 2 +- src/sdk/src/crypto/nullifier.rs | 2 +- src/sdk/src/crypto/pedersen.rs | 2 +- src/sdk/src/crypto/schnorr.rs | 2 +- src/sdk/src/crypto/token_id.rs | 2 +- src/sdk/src/crypto/util.rs | 2 +- src/sdk/src/db.rs | 2 +- src/sdk/src/entrypoint.rs | 2 +- src/sdk/src/error.rs | 2 +- src/sdk/src/lib.rs | 2 +- src/sdk/src/log.rs | 2 +- src/sdk/src/merkle.rs | 2 +- src/sdk/src/tx.rs | 2 +- src/sdk/src/util.rs | 2 +- src/serial/derive-internal/src/helpers.rs | 2 +- src/serial/derive-internal/src/lib.rs | 2 +- src/serial/derive/src/lib.rs | 2 +- src/serial/src/async_serial.rs | 2 +- src/serial/src/endian.rs | 2 +- src/serial/src/lib.rs | 2 +- src/serial/src/types.rs | 2 +- src/serial/src/types/collections.rs | 2 +- src/serial/src/types/hash.rs | 2 +- src/serial/src/types/incrementalmerkletree.rs | 2 +- src/serial/src/types/pasta.rs | 2 +- src/serial/src/types/url.rs | 2 +- src/serial/src/types/x25519.rs | 2 +- src/system/mod.rs | 2 +- src/system/stoppable_task.rs | 2 +- src/system/subscriber.rs | 2 +- src/system/types.rs | 2 +- src/tx/mod.rs | 2 +- src/util/async_util.rs | 2 +- src/util/cli.rs | 2 +- src/util/encoding/base32.rs | 2 +- src/util/encoding/mod.rs | 2 +- src/util/file.rs | 2 +- src/util/mod.rs | 2 +- src/util/net_name.rs | 2 +- src/util/parse.rs | 2 +- src/util/path.rs | 2 +- src/util/time.rs | 2 +- src/wallet/cashierdb.rs | 2 +- src/wallet/mod.rs | 2 +- src/wallet/walletdb.rs | 2 +- src/zk/gadget/arithmetic.rs | 2 +- src/zk/gadget/is_zero.rs | 2 +- src/zk/gadget/less_than.rs | 2 +- src/zk/gadget/mod.rs | 2 +- src/zk/gadget/native_range_check.rs | 2 +- src/zk/gadget/small_range_check.rs | 2 +- src/zk/mod.rs | 2 +- src/zk/proof.rs | 2 +- src/zk/vm.rs | 2 +- src/zk/vm_stack.rs | 2 +- src/zkas/analyzer.rs | 2 +- src/zkas/ast.rs | 2 +- src/zkas/compiler.rs | 2 +- src/zkas/decoder.rs | 2 +- src/zkas/error.rs | 2 +- src/zkas/lexer.rs | 2 +- src/zkas/mod.rs | 2 +- src/zkas/opcode.rs | 2 +- src/zkas/parser.rs | 2 +- src/zkas/types.rs | 2 +- tests/network_transports.rs | 2 +- tests/zkvm_opcodes.rs | 2 +- 386 files changed, 386 insertions(+), 386 deletions(-) diff --git a/bin/cashierd/example/eth.rs b/bin/cashierd/example/eth.rs index 2385b04cc..14fddbb40 100644 --- a/bin/cashierd/example/eth.rs +++ b/bin/cashierd/example/eth.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/cashierd/src/error.rs b/bin/cashierd/src/error.rs index c54969e07..d8cb98429 100644 --- a/bin/cashierd/src/error.rs +++ b/bin/cashierd/src/error.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/cashierd/src/lib.rs b/bin/cashierd/src/lib.rs index d38e232f7..b46497e64 100644 --- a/bin/cashierd/src/lib.rs +++ b/bin/cashierd/src/lib.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/cashierd/src/main.rs b/bin/cashierd/src/main.rs index 536435101..37aec10f5 100644 --- a/bin/cashierd/src/main.rs +++ b/bin/cashierd/src/main.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/cashierd/src/service/bridge.rs b/bin/cashierd/src/service/bridge.rs index 653f73509..059f59f92 100644 --- a/bin/cashierd/src/service/bridge.rs +++ b/bin/cashierd/src/service/bridge.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/cashierd/src/service/btc.rs b/bin/cashierd/src/service/btc.rs index db6e41cd7..c91527673 100644 --- a/bin/cashierd/src/service/btc.rs +++ b/bin/cashierd/src/service/btc.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/cashierd/src/service/eth.rs b/bin/cashierd/src/service/eth.rs index 7a438b070..06915250f 100644 --- a/bin/cashierd/src/service/eth.rs +++ b/bin/cashierd/src/service/eth.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/cashierd/src/service/mod.rs b/bin/cashierd/src/service/mod.rs index eaeb4e1b1..5a20450c9 100644 --- a/bin/cashierd/src/service/mod.rs +++ b/bin/cashierd/src/service/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/cashierd/src/service/sol.rs b/bin/cashierd/src/service/sol.rs index 2b0b8b36e..a75f3da6d 100644 --- a/bin/cashierd/src/service/sol.rs +++ b/bin/cashierd/src/service/sol.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dao/dao-cli/src/main.rs b/bin/dao/dao-cli/src/main.rs index 19611be39..69dc3df5d 100644 --- a/bin/dao/dao-cli/src/main.rs +++ b/bin/dao/dao-cli/src/main.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dao/dao-cli/src/rpc.rs b/bin/dao/dao-cli/src/rpc.rs index c1c488189..ddfd79e51 100644 --- a/bin/dao/dao-cli/src/rpc.rs +++ b/bin/dao/dao-cli/src/rpc.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dao/daod/src/contract/dao/exec/mod.rs b/bin/dao/daod/src/contract/dao/exec/mod.rs index 554d86b3f..c377c014d 100644 --- a/bin/dao/daod/src/contract/dao/exec/mod.rs +++ b/bin/dao/daod/src/contract/dao/exec/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dao/daod/src/contract/dao/exec/validate.rs b/bin/dao/daod/src/contract/dao/exec/validate.rs index 42f62b4bf..32389b779 100644 --- a/bin/dao/daod/src/contract/dao/exec/validate.rs +++ b/bin/dao/daod/src/contract/dao/exec/validate.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dao/daod/src/contract/dao/exec/wallet.rs b/bin/dao/daod/src/contract/dao/exec/wallet.rs index a62917c01..51963252b 100644 --- a/bin/dao/daod/src/contract/dao/exec/wallet.rs +++ b/bin/dao/daod/src/contract/dao/exec/wallet.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dao/daod/src/contract/dao/mint/mod.rs b/bin/dao/daod/src/contract/dao/mint/mod.rs index 98566f54e..462e5089c 100644 --- a/bin/dao/daod/src/contract/dao/mint/mod.rs +++ b/bin/dao/daod/src/contract/dao/mint/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dao/daod/src/contract/dao/mint/validate.rs b/bin/dao/daod/src/contract/dao/mint/validate.rs index d0138ac14..c76e81551 100644 --- a/bin/dao/daod/src/contract/dao/mint/validate.rs +++ b/bin/dao/daod/src/contract/dao/mint/validate.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dao/daod/src/contract/dao/mint/wallet.rs b/bin/dao/daod/src/contract/dao/mint/wallet.rs index be1070a3d..628bd5044 100644 --- a/bin/dao/daod/src/contract/dao/mint/wallet.rs +++ b/bin/dao/daod/src/contract/dao/mint/wallet.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dao/daod/src/contract/dao/mod.rs b/bin/dao/daod/src/contract/dao/mod.rs index d97b39c5f..aa51914d8 100644 --- a/bin/dao/daod/src/contract/dao/mod.rs +++ b/bin/dao/daod/src/contract/dao/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dao/daod/src/contract/dao/propose/mod.rs b/bin/dao/daod/src/contract/dao/propose/mod.rs index 554d86b3f..c377c014d 100644 --- a/bin/dao/daod/src/contract/dao/propose/mod.rs +++ b/bin/dao/daod/src/contract/dao/propose/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dao/daod/src/contract/dao/propose/validate.rs b/bin/dao/daod/src/contract/dao/propose/validate.rs index 90303c629..12816cd23 100644 --- a/bin/dao/daod/src/contract/dao/propose/validate.rs +++ b/bin/dao/daod/src/contract/dao/propose/validate.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dao/daod/src/contract/dao/propose/wallet.rs b/bin/dao/daod/src/contract/dao/propose/wallet.rs index 218b0e3f4..3a9613439 100644 --- a/bin/dao/daod/src/contract/dao/propose/wallet.rs +++ b/bin/dao/daod/src/contract/dao/propose/wallet.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dao/daod/src/contract/dao/state.rs b/bin/dao/daod/src/contract/dao/state.rs index a204ea0d9..3135c2447 100644 --- a/bin/dao/daod/src/contract/dao/state.rs +++ b/bin/dao/daod/src/contract/dao/state.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dao/daod/src/contract/dao/vote/mod.rs b/bin/dao/daod/src/contract/dao/vote/mod.rs index 554d86b3f..c377c014d 100644 --- a/bin/dao/daod/src/contract/dao/vote/mod.rs +++ b/bin/dao/daod/src/contract/dao/vote/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dao/daod/src/contract/dao/vote/validate.rs b/bin/dao/daod/src/contract/dao/vote/validate.rs index 335491aa8..3215ddc10 100644 --- a/bin/dao/daod/src/contract/dao/vote/validate.rs +++ b/bin/dao/daod/src/contract/dao/vote/validate.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dao/daod/src/contract/dao/vote/wallet.rs b/bin/dao/daod/src/contract/dao/vote/wallet.rs index 9c86fbd38..34e74f8fa 100644 --- a/bin/dao/daod/src/contract/dao/vote/wallet.rs +++ b/bin/dao/daod/src/contract/dao/vote/wallet.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dao/daod/src/contract/example/foo/mod.rs b/bin/dao/daod/src/contract/example/foo/mod.rs index 554d86b3f..c377c014d 100644 --- a/bin/dao/daod/src/contract/example/foo/mod.rs +++ b/bin/dao/daod/src/contract/example/foo/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dao/daod/src/contract/example/foo/validate.rs b/bin/dao/daod/src/contract/example/foo/validate.rs index d264ac217..7447dda3d 100644 --- a/bin/dao/daod/src/contract/example/foo/validate.rs +++ b/bin/dao/daod/src/contract/example/foo/validate.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dao/daod/src/contract/example/foo/wallet.rs b/bin/dao/daod/src/contract/example/foo/wallet.rs index b2b8b966d..8e82f421f 100644 --- a/bin/dao/daod/src/contract/example/foo/wallet.rs +++ b/bin/dao/daod/src/contract/example/foo/wallet.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dao/daod/src/contract/example/mod.rs b/bin/dao/daod/src/contract/example/mod.rs index 7ebf05b9c..b4169b1d8 100644 --- a/bin/dao/daod/src/contract/example/mod.rs +++ b/bin/dao/daod/src/contract/example/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dao/daod/src/contract/example/state.rs b/bin/dao/daod/src/contract/example/state.rs index 132e97524..1b7358a3b 100644 --- a/bin/dao/daod/src/contract/example/state.rs +++ b/bin/dao/daod/src/contract/example/state.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dao/daod/src/contract/mod.rs b/bin/dao/daod/src/contract/mod.rs index 4c10737c4..e6f3f0469 100644 --- a/bin/dao/daod/src/contract/mod.rs +++ b/bin/dao/daod/src/contract/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dao/daod/src/contract/money/mod.rs b/bin/dao/daod/src/contract/money/mod.rs index 2046f1ebd..8283793a5 100644 --- a/bin/dao/daod/src/contract/money/mod.rs +++ b/bin/dao/daod/src/contract/money/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dao/daod/src/contract/money/state.rs b/bin/dao/daod/src/contract/money/state.rs index 03595e1ea..817577447 100644 --- a/bin/dao/daod/src/contract/money/state.rs +++ b/bin/dao/daod/src/contract/money/state.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dao/daod/src/contract/money/transfer/mod.rs b/bin/dao/daod/src/contract/money/transfer/mod.rs index fbd8d1f52..142277ff1 100644 --- a/bin/dao/daod/src/contract/money/transfer/mod.rs +++ b/bin/dao/daod/src/contract/money/transfer/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dao/daod/src/contract/money/transfer/validate.rs b/bin/dao/daod/src/contract/money/transfer/validate.rs index 4721267e9..a98d15d5e 100644 --- a/bin/dao/daod/src/contract/money/transfer/validate.rs +++ b/bin/dao/daod/src/contract/money/transfer/validate.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dao/daod/src/contract/money/transfer/wallet.rs b/bin/dao/daod/src/contract/money/transfer/wallet.rs index 87e928fa3..eb2a5127a 100644 --- a/bin/dao/daod/src/contract/money/transfer/wallet.rs +++ b/bin/dao/daod/src/contract/money/transfer/wallet.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dao/daod/src/error.rs b/bin/dao/daod/src/error.rs index 676feb840..b5469cefc 100644 --- a/bin/dao/daod/src/error.rs +++ b/bin/dao/daod/src/error.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dao/daod/src/main.rs b/bin/dao/daod/src/main.rs index 2aecb45d0..18f7bd768 100644 --- a/bin/dao/daod/src/main.rs +++ b/bin/dao/daod/src/main.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dao/daod/src/note.rs b/bin/dao/daod/src/note.rs index 87bb17bb6..1f3aa683f 100644 --- a/bin/dao/daod/src/note.rs +++ b/bin/dao/daod/src/note.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dao/daod/src/rpc.rs b/bin/dao/daod/src/rpc.rs index 8ae6038b7..38e3180a9 100644 --- a/bin/dao/daod/src/rpc.rs +++ b/bin/dao/daod/src/rpc.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dao/daod/src/util.rs b/bin/dao/daod/src/util.rs index 1c8c074c0..e2fad0f1d 100644 --- a/bin/dao/daod/src/util.rs +++ b/bin/dao/daod/src/util.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/darkfid/src/error.rs b/bin/darkfid/src/error.rs index c05bbbe93..fd2a1ebdf 100644 --- a/bin/darkfid/src/error.rs +++ b/bin/darkfid/src/error.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/darkfid/src/main.rs b/bin/darkfid/src/main.rs index b923fe538..ec0361b46 100644 --- a/bin/darkfid/src/main.rs +++ b/bin/darkfid/src/main.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/darkfid/src/rpc_blockchain.rs b/bin/darkfid/src/rpc_blockchain.rs index ed0210690..d1ccfe656 100644 --- a/bin/darkfid/src/rpc_blockchain.rs +++ b/bin/darkfid/src/rpc_blockchain.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/darkfid/src/rpc_misc.rs b/bin/darkfid/src/rpc_misc.rs index 580f17e16..2beb8d739 100644 --- a/bin/darkfid/src/rpc_misc.rs +++ b/bin/darkfid/src/rpc_misc.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/darkfid/src/rpc_tx.rs b/bin/darkfid/src/rpc_tx.rs index 06fdca762..c85552417 100644 --- a/bin/darkfid/src/rpc_tx.rs +++ b/bin/darkfid/src/rpc_tx.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/darkfid/src/rpc_wallet.rs b/bin/darkfid/src/rpc_wallet.rs index b48d98549..c78a7f342 100644 --- a/bin/darkfid/src/rpc_wallet.rs +++ b/bin/darkfid/src/rpc_wallet.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/darkwiki/darkwiki-cli/src/main.rs b/bin/darkwiki/darkwiki-cli/src/main.rs index 2fd29e365..9d8dbe709 100644 --- a/bin/darkwiki/darkwiki-cli/src/main.rs +++ b/bin/darkwiki/darkwiki-cli/src/main.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/darkwiki/darkwikid/src/jsonrpc.rs b/bin/darkwiki/darkwikid/src/jsonrpc.rs index d27b2a601..c2e59df3a 100644 --- a/bin/darkwiki/darkwikid/src/jsonrpc.rs +++ b/bin/darkwiki/darkwikid/src/jsonrpc.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/darkwiki/darkwikid/src/lcs.rs b/bin/darkwiki/darkwikid/src/lcs.rs index efa9dfa60..3c8a1832c 100644 --- a/bin/darkwiki/darkwikid/src/lcs.rs +++ b/bin/darkwiki/darkwikid/src/lcs.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/darkwiki/darkwikid/src/main.rs b/bin/darkwiki/darkwikid/src/main.rs index d8b2fcf0a..f31abd1c9 100644 --- a/bin/darkwiki/darkwikid/src/main.rs +++ b/bin/darkwiki/darkwikid/src/main.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/darkwiki/darkwikid/src/patch.rs b/bin/darkwiki/darkwikid/src/patch.rs index cb0beec5c..809f0ea62 100644 --- a/bin/darkwiki/darkwikid/src/patch.rs +++ b/bin/darkwiki/darkwikid/src/patch.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/darkwiki/darkwikid/src/util.rs b/bin/darkwiki/darkwikid/src/util.rs index 86a9af5f3..8496d25a7 100644 --- a/bin/darkwiki/darkwikid/src/util.rs +++ b/bin/darkwiki/darkwikid/src/util.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dnetview/src/config.rs b/bin/dnetview/src/config.rs index b66d1eca7..39f1760fd 100644 --- a/bin/dnetview/src/config.rs +++ b/bin/dnetview/src/config.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dnetview/src/error.rs b/bin/dnetview/src/error.rs index c5b02dc7c..50ac0ccf1 100644 --- a/bin/dnetview/src/error.rs +++ b/bin/dnetview/src/error.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dnetview/src/main.rs b/bin/dnetview/src/main.rs index b1468e86f..fc85fc0ab 100644 --- a/bin/dnetview/src/main.rs +++ b/bin/dnetview/src/main.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dnetview/src/model.rs b/bin/dnetview/src/model.rs index 8f366061b..d64785c28 100644 --- a/bin/dnetview/src/model.rs +++ b/bin/dnetview/src/model.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dnetview/src/options.rs b/bin/dnetview/src/options.rs index 7c28b5bf0..bcf27cf66 100644 --- a/bin/dnetview/src/options.rs +++ b/bin/dnetview/src/options.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dnetview/src/parser.rs b/bin/dnetview/src/parser.rs index b2dc591f1..9f70a829e 100644 --- a/bin/dnetview/src/parser.rs +++ b/bin/dnetview/src/parser.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dnetview/src/rpc.rs b/bin/dnetview/src/rpc.rs index f5a61d17a..654840b8c 100644 --- a/bin/dnetview/src/rpc.rs +++ b/bin/dnetview/src/rpc.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dnetview/src/util.rs b/bin/dnetview/src/util.rs index 8d41197fa..e01f281cf 100644 --- a/bin/dnetview/src/util.rs +++ b/bin/dnetview/src/util.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/dnetview/src/view.rs b/bin/dnetview/src/view.rs index 9fc463640..488503ce0 100644 --- a/bin/dnetview/src/view.rs +++ b/bin/dnetview/src/view.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/drk/src/cli_util.rs b/bin/drk/src/cli_util.rs index 3830190b4..6090dc99d 100644 --- a/bin/drk/src/cli_util.rs +++ b/bin/drk/src/cli_util.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/drk/src/deploy_contract.rs b/bin/drk/src/deploy_contract.rs index 77a6c4112..cc9de21c9 100644 --- a/bin/drk/src/deploy_contract.rs +++ b/bin/drk/src/deploy_contract.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/drk/src/main.rs b/bin/drk/src/main.rs index 6958f6d62..53c3d49b4 100644 --- a/bin/drk/src/main.rs +++ b/bin/drk/src/main.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/drk/src/rpc_airdrop.rs b/bin/drk/src/rpc_airdrop.rs index 4a7b0f3db..b819a4d41 100644 --- a/bin/drk/src/rpc_airdrop.rs +++ b/bin/drk/src/rpc_airdrop.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/drk/src/rpc_blockchain.rs b/bin/drk/src/rpc_blockchain.rs index e65f0e51b..0df15efdd 100644 --- a/bin/drk/src/rpc_blockchain.rs +++ b/bin/drk/src/rpc_blockchain.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/drk/src/rpc_swap.rs b/bin/drk/src/rpc_swap.rs index 97d233fa2..749da7f34 100644 --- a/bin/drk/src/rpc_swap.rs +++ b/bin/drk/src/rpc_swap.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/drk/src/rpc_transfer.rs b/bin/drk/src/rpc_transfer.rs index 7ece09cdc..fe5bc2815 100644 --- a/bin/drk/src/rpc_transfer.rs +++ b/bin/drk/src/rpc_transfer.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/drk/src/rpc_wallet.rs b/bin/drk/src/rpc_wallet.rs index 70573455c..71f8e6fc3 100644 --- a/bin/drk/src/rpc_wallet.rs +++ b/bin/drk/src/rpc_wallet.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/faucetd/src/error.rs b/bin/faucetd/src/error.rs index c8e66467c..2ab720b72 100644 --- a/bin/faucetd/src/error.rs +++ b/bin/faucetd/src/error.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/faucetd/src/main.rs b/bin/faucetd/src/main.rs index 2bb416296..d098ce9a0 100644 --- a/bin/faucetd/src/main.rs +++ b/bin/faucetd/src/main.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/fud/fu/src/main.rs b/bin/fud/fu/src/main.rs index 8434669a7..65a2a888c 100644 --- a/bin/fud/fu/src/main.rs +++ b/bin/fud/fu/src/main.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/fud/fud/src/error.rs b/bin/fud/fud/src/error.rs index ce02b875d..043a6011f 100644 --- a/bin/fud/fud/src/error.rs +++ b/bin/fud/fud/src/error.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/fud/fud/src/main.rs b/bin/fud/fud/src/main.rs index 63ff1389c..ead9a1db5 100644 --- a/bin/fud/fud/src/main.rs +++ b/bin/fud/fud/src/main.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/ircd/src/buffers.rs b/bin/ircd/src/buffers.rs index 6c6e48ff4..7adc1998c 100644 --- a/bin/ircd/src/buffers.rs +++ b/bin/ircd/src/buffers.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/ircd/src/crypto.rs b/bin/ircd/src/crypto.rs index 954f7dfad..4e0252bf5 100644 --- a/bin/ircd/src/crypto.rs +++ b/bin/ircd/src/crypto.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/ircd/src/irc/client.rs b/bin/ircd/src/irc/client.rs index 337a2e117..98e32bca6 100644 --- a/bin/ircd/src/irc/client.rs +++ b/bin/ircd/src/irc/client.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/ircd/src/irc/mod.rs b/bin/ircd/src/irc/mod.rs index 71410c6f8..4d05ba03b 100644 --- a/bin/ircd/src/irc/mod.rs +++ b/bin/ircd/src/irc/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/ircd/src/main.rs b/bin/ircd/src/main.rs index 5f70289ac..e7a882145 100644 --- a/bin/ircd/src/main.rs +++ b/bin/ircd/src/main.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/ircd/src/model.rs b/bin/ircd/src/model.rs index 19f5e5f81..186f04801 100644 --- a/bin/ircd/src/model.rs +++ b/bin/ircd/src/model.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/ircd/src/privmsg.rs b/bin/ircd/src/privmsg.rs index 23e2a8e8c..3fd57c479 100644 --- a/bin/ircd/src/privmsg.rs +++ b/bin/ircd/src/privmsg.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/ircd/src/protocol_privmsg.rs b/bin/ircd/src/protocol_privmsg.rs index 76ea71c51..cadb42d60 100644 --- a/bin/ircd/src/protocol_privmsg.rs +++ b/bin/ircd/src/protocol_privmsg.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/ircd/src/protocol_privmsg2.rs b/bin/ircd/src/protocol_privmsg2.rs index 34056166d..111b19b64 100644 --- a/bin/ircd/src/protocol_privmsg2.rs +++ b/bin/ircd/src/protocol_privmsg2.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/ircd/src/rpc.rs b/bin/ircd/src/rpc.rs index 4eac442da..84972d558 100644 --- a/bin/ircd/src/rpc.rs +++ b/bin/ircd/src/rpc.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/ircd/src/settings.rs b/bin/ircd/src/settings.rs index 1b1297b94..752982ffd 100644 --- a/bin/ircd/src/settings.rs +++ b/bin/ircd/src/settings.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/ircd/src/view.rs b/bin/ircd/src/view.rs index 81437cf95..568a89586 100644 --- a/bin/ircd/src/view.rs +++ b/bin/ircd/src/view.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/ircd2/src/crypto.rs b/bin/ircd2/src/crypto.rs index fe4fdb09b..619b86458 100644 --- a/bin/ircd2/src/crypto.rs +++ b/bin/ircd2/src/crypto.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/ircd2/src/events_queue.rs b/bin/ircd2/src/events_queue.rs index 9ddb538d9..416dc3e34 100644 --- a/bin/ircd2/src/events_queue.rs +++ b/bin/ircd2/src/events_queue.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/ircd2/src/irc/client.rs b/bin/ircd2/src/irc/client.rs index 472a13c1e..7a301453f 100644 --- a/bin/ircd2/src/irc/client.rs +++ b/bin/ircd2/src/irc/client.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/ircd2/src/irc/mod.rs b/bin/ircd2/src/irc/mod.rs index 184b31885..037972152 100644 --- a/bin/ircd2/src/irc/mod.rs +++ b/bin/ircd2/src/irc/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/ircd2/src/main.rs b/bin/ircd2/src/main.rs index d42de0ae8..9831cde1f 100644 --- a/bin/ircd2/src/main.rs +++ b/bin/ircd2/src/main.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/ircd2/src/model.rs b/bin/ircd2/src/model.rs index 897b1020e..8f504ed60 100644 --- a/bin/ircd2/src/model.rs +++ b/bin/ircd2/src/model.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/ircd2/src/privmsg.rs b/bin/ircd2/src/privmsg.rs index 606649601..62ac4eb94 100644 --- a/bin/ircd2/src/privmsg.rs +++ b/bin/ircd2/src/privmsg.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/ircd2/src/protocol_event.rs b/bin/ircd2/src/protocol_event.rs index 07b34622b..12982378b 100644 --- a/bin/ircd2/src/protocol_event.rs +++ b/bin/ircd2/src/protocol_event.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/ircd2/src/rpc.rs b/bin/ircd2/src/rpc.rs index 4eac442da..84972d558 100644 --- a/bin/ircd2/src/rpc.rs +++ b/bin/ircd2/src/rpc.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/ircd2/src/settings.rs b/bin/ircd2/src/settings.rs index cb91e495f..c20cf6e9a 100644 --- a/bin/ircd2/src/settings.rs +++ b/bin/ircd2/src/settings.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/ircd2/src/view.rs b/bin/ircd2/src/view.rs index f26ec8398..9cbe63b2c 100644 --- a/bin/ircd2/src/view.rs +++ b/bin/ircd2/src/view.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/lilith/src/config.rs b/bin/lilith/src/config.rs index 87e7e7da6..22244350e 100644 --- a/bin/lilith/src/config.rs +++ b/bin/lilith/src/config.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/lilith/src/main.rs b/bin/lilith/src/main.rs index 09c9ba17f..695efc0a3 100644 --- a/bin/lilith/src/main.rs +++ b/bin/lilith/src/main.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/tau/tau-cli/src/drawdown.rs b/bin/tau/tau-cli/src/drawdown.rs index 662663324..a193226a5 100644 --- a/bin/tau/tau-cli/src/drawdown.rs +++ b/bin/tau/tau-cli/src/drawdown.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/tau/tau-cli/src/filter.rs b/bin/tau/tau-cli/src/filter.rs index 794614e3b..a6a350e8e 100644 --- a/bin/tau/tau-cli/src/filter.rs +++ b/bin/tau/tau-cli/src/filter.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/tau/tau-cli/src/main.rs b/bin/tau/tau-cli/src/main.rs index 83a394528..4f71f6101 100644 --- a/bin/tau/tau-cli/src/main.rs +++ b/bin/tau/tau-cli/src/main.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/tau/tau-cli/src/primitives.rs b/bin/tau/tau-cli/src/primitives.rs index 16a1cbe8e..87981e9f5 100644 --- a/bin/tau/tau-cli/src/primitives.rs +++ b/bin/tau/tau-cli/src/primitives.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/tau/tau-cli/src/rpc.rs b/bin/tau/tau-cli/src/rpc.rs index 896b29de2..605913c60 100644 --- a/bin/tau/tau-cli/src/rpc.rs +++ b/bin/tau/tau-cli/src/rpc.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/tau/tau-cli/src/util.rs b/bin/tau/tau-cli/src/util.rs index 2343db6df..c39692ea3 100644 --- a/bin/tau/tau-cli/src/util.rs +++ b/bin/tau/tau-cli/src/util.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/tau/tau-cli/src/view.rs b/bin/tau/tau-cli/src/view.rs index 67fe3682b..6f4b0e8b9 100644 --- a/bin/tau/tau-cli/src/view.rs +++ b/bin/tau/tau-cli/src/view.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/tau/taud/src/error.rs b/bin/tau/taud/src/error.rs index d013c606e..1710bad4d 100644 --- a/bin/tau/taud/src/error.rs +++ b/bin/tau/taud/src/error.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/tau/taud/src/jsonrpc.rs b/bin/tau/taud/src/jsonrpc.rs index a71cbf75d..0841056fe 100644 --- a/bin/tau/taud/src/jsonrpc.rs +++ b/bin/tau/taud/src/jsonrpc.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/tau/taud/src/main.rs b/bin/tau/taud/src/main.rs index cfdbb749f..eda40211f 100644 --- a/bin/tau/taud/src/main.rs +++ b/bin/tau/taud/src/main.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/tau/taud/src/month_tasks.rs b/bin/tau/taud/src/month_tasks.rs index 6d90ea2ea..398edd44b 100644 --- a/bin/tau/taud/src/month_tasks.rs +++ b/bin/tau/taud/src/month_tasks.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/tau/taud/src/settings.rs b/bin/tau/taud/src/settings.rs index b76225145..00420d833 100644 --- a/bin/tau/taud/src/settings.rs +++ b/bin/tau/taud/src/settings.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/tau/taud/src/task_info.rs b/bin/tau/taud/src/task_info.rs index eff40c8bf..f3a0aea79 100644 --- a/bin/tau/taud/src/task_info.rs +++ b/bin/tau/taud/src/task_info.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/tau/taud/src/util.rs b/bin/tau/taud/src/util.rs index 97e548a88..de24e63f8 100644 --- a/bin/tau/taud/src/util.rs +++ b/bin/tau/taud/src/util.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/vanityaddr/src/main.rs b/bin/vanityaddr/src/main.rs index 5b80baf26..b8a13be02 100644 --- a/bin/vanityaddr/src/main.rs +++ b/bin/vanityaddr/src/main.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/bin/zkas/src/main.rs b/bin/zkas/src/main.rs index 99643e31c..0d364577a 100644 --- a/bin/zkas/src/main.rs +++ b/bin/zkas/src/main.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/contrib/init/darkfid.initd b/contrib/init/darkfid.initd index 6c5a2988e..5553e47fb 100644 --- a/contrib/init/darkfid.initd +++ b/contrib/init/darkfid.initd @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2022 Gentoo Foundation +# Copyright 1999-2023 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 depend() { diff --git a/contrib/init/faucetd.initd b/contrib/init/faucetd.initd index d0d40fc13..cd407dfe5 100644 --- a/contrib/init/faucetd.initd +++ b/contrib/init/faucetd.initd @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2022 Gentoo Foundation +# Copyright 1999-2023 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 depend() { diff --git a/contrib/init/ircd.initd b/contrib/init/ircd.initd index fb4f8970e..6c49fdbea 100644 --- a/contrib/init/ircd.initd +++ b/contrib/init/ircd.initd @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2022 Gentoo Foundation +# Copyright 1999-2023 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 depend() { diff --git a/contrib/init/lilith.initd b/contrib/init/lilith.initd index 515dc147c..96059c74d 100644 --- a/contrib/init/lilith.initd +++ b/contrib/init/lilith.initd @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2022 Gentoo Foundation +# Copyright 1999-2023 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 depend() { diff --git a/contrib/init/taud.initd b/contrib/init/taud.initd index 450d5b399..77a858e6d 100644 --- a/contrib/init/taud.initd +++ b/contrib/init/taud.initd @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2022 Gentoo Foundation +# Copyright 1999-2023 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 depend() { diff --git a/contrib/init/wikid.initd b/contrib/init/wikid.initd index ca44d5866..63418c5fe 100644 --- a/contrib/init/wikid.initd +++ b/contrib/init/wikid.initd @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 1999-2022 Gentoo Foundation +# Copyright 1999-2023 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 depend() { diff --git a/contrib/license.header b/contrib/license.header index 4d61fc2ae..7c38b1b95 100644 --- a/contrib/license.header +++ b/contrib/license.header @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao/src/contract/dao/exec/mod.rs b/example/dao/src/contract/dao/exec/mod.rs index 554d86b3f..c377c014d 100644 --- a/example/dao/src/contract/dao/exec/mod.rs +++ b/example/dao/src/contract/dao/exec/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao/src/contract/dao/exec/validate.rs b/example/dao/src/contract/dao/exec/validate.rs index 1f0f58b5f..ffc848731 100644 --- a/example/dao/src/contract/dao/exec/validate.rs +++ b/example/dao/src/contract/dao/exec/validate.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao/src/contract/dao/exec/wallet.rs b/example/dao/src/contract/dao/exec/wallet.rs index a62917c01..51963252b 100644 --- a/example/dao/src/contract/dao/exec/wallet.rs +++ b/example/dao/src/contract/dao/exec/wallet.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao/src/contract/dao/mint/mod.rs b/example/dao/src/contract/dao/mint/mod.rs index 98566f54e..462e5089c 100644 --- a/example/dao/src/contract/dao/mint/mod.rs +++ b/example/dao/src/contract/dao/mint/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao/src/contract/dao/mint/validate.rs b/example/dao/src/contract/dao/mint/validate.rs index d0138ac14..c76e81551 100644 --- a/example/dao/src/contract/dao/mint/validate.rs +++ b/example/dao/src/contract/dao/mint/validate.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao/src/contract/dao/mint/wallet.rs b/example/dao/src/contract/dao/mint/wallet.rs index be1070a3d..628bd5044 100644 --- a/example/dao/src/contract/dao/mint/wallet.rs +++ b/example/dao/src/contract/dao/mint/wallet.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao/src/contract/dao/mod.rs b/example/dao/src/contract/dao/mod.rs index d97b39c5f..aa51914d8 100644 --- a/example/dao/src/contract/dao/mod.rs +++ b/example/dao/src/contract/dao/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao/src/contract/dao/propose/mod.rs b/example/dao/src/contract/dao/propose/mod.rs index 554d86b3f..c377c014d 100644 --- a/example/dao/src/contract/dao/propose/mod.rs +++ b/example/dao/src/contract/dao/propose/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao/src/contract/dao/propose/validate.rs b/example/dao/src/contract/dao/propose/validate.rs index 90303c629..12816cd23 100644 --- a/example/dao/src/contract/dao/propose/validate.rs +++ b/example/dao/src/contract/dao/propose/validate.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao/src/contract/dao/propose/wallet.rs b/example/dao/src/contract/dao/propose/wallet.rs index 218b0e3f4..3a9613439 100644 --- a/example/dao/src/contract/dao/propose/wallet.rs +++ b/example/dao/src/contract/dao/propose/wallet.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao/src/contract/dao/state.rs b/example/dao/src/contract/dao/state.rs index b5b1b7ac9..84daa830a 100644 --- a/example/dao/src/contract/dao/state.rs +++ b/example/dao/src/contract/dao/state.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao/src/contract/dao/vote/mod.rs b/example/dao/src/contract/dao/vote/mod.rs index 554d86b3f..c377c014d 100644 --- a/example/dao/src/contract/dao/vote/mod.rs +++ b/example/dao/src/contract/dao/vote/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao/src/contract/dao/vote/validate.rs b/example/dao/src/contract/dao/vote/validate.rs index 335491aa8..3215ddc10 100644 --- a/example/dao/src/contract/dao/vote/validate.rs +++ b/example/dao/src/contract/dao/vote/validate.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao/src/contract/dao/vote/wallet.rs b/example/dao/src/contract/dao/vote/wallet.rs index 9c86fbd38..34e74f8fa 100644 --- a/example/dao/src/contract/dao/vote/wallet.rs +++ b/example/dao/src/contract/dao/vote/wallet.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao/src/contract/example/foo/mod.rs b/example/dao/src/contract/example/foo/mod.rs index 554d86b3f..c377c014d 100644 --- a/example/dao/src/contract/example/foo/mod.rs +++ b/example/dao/src/contract/example/foo/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao/src/contract/example/foo/validate.rs b/example/dao/src/contract/example/foo/validate.rs index 373346df9..7c0d9b16f 100644 --- a/example/dao/src/contract/example/foo/validate.rs +++ b/example/dao/src/contract/example/foo/validate.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao/src/contract/example/foo/wallet.rs b/example/dao/src/contract/example/foo/wallet.rs index 36ea22486..f329aae6f 100644 --- a/example/dao/src/contract/example/foo/wallet.rs +++ b/example/dao/src/contract/example/foo/wallet.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao/src/contract/example/mod.rs b/example/dao/src/contract/example/mod.rs index 7ebf05b9c..b4169b1d8 100644 --- a/example/dao/src/contract/example/mod.rs +++ b/example/dao/src/contract/example/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao/src/contract/example/state.rs b/example/dao/src/contract/example/state.rs index a14d25566..0a5d9b434 100644 --- a/example/dao/src/contract/example/state.rs +++ b/example/dao/src/contract/example/state.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao/src/contract/mod.rs b/example/dao/src/contract/mod.rs index 4c10737c4..e6f3f0469 100644 --- a/example/dao/src/contract/mod.rs +++ b/example/dao/src/contract/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao/src/contract/money/mod.rs b/example/dao/src/contract/money/mod.rs index 2046f1ebd..8283793a5 100644 --- a/example/dao/src/contract/money/mod.rs +++ b/example/dao/src/contract/money/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao/src/contract/money/state.rs b/example/dao/src/contract/money/state.rs index e9a11839d..057851ef9 100644 --- a/example/dao/src/contract/money/state.rs +++ b/example/dao/src/contract/money/state.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao/src/contract/money/transfer/mod.rs b/example/dao/src/contract/money/transfer/mod.rs index fbd8d1f52..142277ff1 100644 --- a/example/dao/src/contract/money/transfer/mod.rs +++ b/example/dao/src/contract/money/transfer/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao/src/contract/money/transfer/validate.rs b/example/dao/src/contract/money/transfer/validate.rs index 7a19cdb20..a1b36be8e 100644 --- a/example/dao/src/contract/money/transfer/validate.rs +++ b/example/dao/src/contract/money/transfer/validate.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao/src/contract/money/transfer/wallet.rs b/example/dao/src/contract/money/transfer/wallet.rs index 87e928fa3..eb2a5127a 100644 --- a/example/dao/src/contract/money/transfer/wallet.rs +++ b/example/dao/src/contract/money/transfer/wallet.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao/src/error.rs b/example/dao/src/error.rs index eca4dd9b4..7b7538287 100644 --- a/example/dao/src/error.rs +++ b/example/dao/src/error.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao/src/main.rs b/example/dao/src/main.rs index ce723b914..585e6b7bd 100644 --- a/example/dao/src/main.rs +++ b/example/dao/src/main.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao/src/note.rs b/example/dao/src/note.rs index 96e033d88..7ee78eaa9 100644 --- a/example/dao/src/note.rs +++ b/example/dao/src/note.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao/src/util.rs b/example/dao/src/util.rs index 9f7f3b595..129fae67d 100644 --- a/example/dao/src/util.rs +++ b/example/dao/src/util.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao2/contract/dao/src/lib.rs b/example/dao2/contract/dao/src/lib.rs index b7296ece2..a979b658d 100644 --- a/example/dao2/contract/dao/src/lib.rs +++ b/example/dao2/contract/dao/src/lib.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao2/contract/money/src/lib.rs b/example/dao2/contract/money/src/lib.rs index a8a8460ef..87d27eb84 100644 --- a/example/dao2/contract/money/src/lib.rs +++ b/example/dao2/contract/money/src/lib.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao2/src/contract/dao/exec/mod.rs b/example/dao2/src/contract/dao/exec/mod.rs index 554d86b3f..c377c014d 100644 --- a/example/dao2/src/contract/dao/exec/mod.rs +++ b/example/dao2/src/contract/dao/exec/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao2/src/contract/dao/exec/validate.rs b/example/dao2/src/contract/dao/exec/validate.rs index da978722d..7c280dbe1 100644 --- a/example/dao2/src/contract/dao/exec/validate.rs +++ b/example/dao2/src/contract/dao/exec/validate.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao2/src/contract/dao/exec/wallet.rs b/example/dao2/src/contract/dao/exec/wallet.rs index a62917c01..51963252b 100644 --- a/example/dao2/src/contract/dao/exec/wallet.rs +++ b/example/dao2/src/contract/dao/exec/wallet.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao2/src/contract/dao/mint/mod.rs b/example/dao2/src/contract/dao/mint/mod.rs index 98566f54e..462e5089c 100644 --- a/example/dao2/src/contract/dao/mint/mod.rs +++ b/example/dao2/src/contract/dao/mint/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao2/src/contract/dao/mint/validate.rs b/example/dao2/src/contract/dao/mint/validate.rs index d0138ac14..c76e81551 100644 --- a/example/dao2/src/contract/dao/mint/validate.rs +++ b/example/dao2/src/contract/dao/mint/validate.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao2/src/contract/dao/mint/wallet.rs b/example/dao2/src/contract/dao/mint/wallet.rs index bcf584d7c..382b2b831 100644 --- a/example/dao2/src/contract/dao/mint/wallet.rs +++ b/example/dao2/src/contract/dao/mint/wallet.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao2/src/contract/dao/mod.rs b/example/dao2/src/contract/dao/mod.rs index d97b39c5f..aa51914d8 100644 --- a/example/dao2/src/contract/dao/mod.rs +++ b/example/dao2/src/contract/dao/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao2/src/contract/dao/propose/mod.rs b/example/dao2/src/contract/dao/propose/mod.rs index 554d86b3f..c377c014d 100644 --- a/example/dao2/src/contract/dao/propose/mod.rs +++ b/example/dao2/src/contract/dao/propose/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao2/src/contract/dao/propose/validate.rs b/example/dao2/src/contract/dao/propose/validate.rs index 90303c629..12816cd23 100644 --- a/example/dao2/src/contract/dao/propose/validate.rs +++ b/example/dao2/src/contract/dao/propose/validate.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao2/src/contract/dao/propose/wallet.rs b/example/dao2/src/contract/dao/propose/wallet.rs index 218b0e3f4..3a9613439 100644 --- a/example/dao2/src/contract/dao/propose/wallet.rs +++ b/example/dao2/src/contract/dao/propose/wallet.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao2/src/contract/dao/state.rs b/example/dao2/src/contract/dao/state.rs index b9dbaf5d2..7ad5562c9 100644 --- a/example/dao2/src/contract/dao/state.rs +++ b/example/dao2/src/contract/dao/state.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao2/src/contract/dao/vote/mod.rs b/example/dao2/src/contract/dao/vote/mod.rs index 554d86b3f..c377c014d 100644 --- a/example/dao2/src/contract/dao/vote/mod.rs +++ b/example/dao2/src/contract/dao/vote/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao2/src/contract/dao/vote/validate.rs b/example/dao2/src/contract/dao/vote/validate.rs index 335491aa8..3215ddc10 100644 --- a/example/dao2/src/contract/dao/vote/validate.rs +++ b/example/dao2/src/contract/dao/vote/validate.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao2/src/contract/dao/vote/wallet.rs b/example/dao2/src/contract/dao/vote/wallet.rs index 9c86fbd38..34e74f8fa 100644 --- a/example/dao2/src/contract/dao/vote/wallet.rs +++ b/example/dao2/src/contract/dao/vote/wallet.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao2/src/contract/example/foo/mod.rs b/example/dao2/src/contract/example/foo/mod.rs index 554d86b3f..c377c014d 100644 --- a/example/dao2/src/contract/example/foo/mod.rs +++ b/example/dao2/src/contract/example/foo/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao2/src/contract/example/foo/validate.rs b/example/dao2/src/contract/example/foo/validate.rs index 2a933dcef..34a9ecb04 100644 --- a/example/dao2/src/contract/example/foo/validate.rs +++ b/example/dao2/src/contract/example/foo/validate.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao2/src/contract/example/foo/wallet.rs b/example/dao2/src/contract/example/foo/wallet.rs index 7f2f43131..8b336a5f8 100644 --- a/example/dao2/src/contract/example/foo/wallet.rs +++ b/example/dao2/src/contract/example/foo/wallet.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao2/src/contract/example/mod.rs b/example/dao2/src/contract/example/mod.rs index 7ebf05b9c..b4169b1d8 100644 --- a/example/dao2/src/contract/example/mod.rs +++ b/example/dao2/src/contract/example/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao2/src/contract/example/state.rs b/example/dao2/src/contract/example/state.rs index a14d25566..0a5d9b434 100644 --- a/example/dao2/src/contract/example/state.rs +++ b/example/dao2/src/contract/example/state.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao2/src/contract/mod.rs b/example/dao2/src/contract/mod.rs index 4c10737c4..e6f3f0469 100644 --- a/example/dao2/src/contract/mod.rs +++ b/example/dao2/src/contract/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao2/src/contract/money/mod.rs b/example/dao2/src/contract/money/mod.rs index 2046f1ebd..8283793a5 100644 --- a/example/dao2/src/contract/money/mod.rs +++ b/example/dao2/src/contract/money/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao2/src/contract/money/state.rs b/example/dao2/src/contract/money/state.rs index e9a11839d..057851ef9 100644 --- a/example/dao2/src/contract/money/state.rs +++ b/example/dao2/src/contract/money/state.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao2/src/contract/money/transfer/mod.rs b/example/dao2/src/contract/money/transfer/mod.rs index fbd8d1f52..142277ff1 100644 --- a/example/dao2/src/contract/money/transfer/mod.rs +++ b/example/dao2/src/contract/money/transfer/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao2/src/contract/money/transfer/validate.rs b/example/dao2/src/contract/money/transfer/validate.rs index 01897a673..baa039cb6 100644 --- a/example/dao2/src/contract/money/transfer/validate.rs +++ b/example/dao2/src/contract/money/transfer/validate.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao2/src/contract/money/transfer/wallet.rs b/example/dao2/src/contract/money/transfer/wallet.rs index 1be97f8de..64d35d677 100644 --- a/example/dao2/src/contract/money/transfer/wallet.rs +++ b/example/dao2/src/contract/money/transfer/wallet.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao2/src/error.rs b/example/dao2/src/error.rs index eca4dd9b4..7b7538287 100644 --- a/example/dao2/src/error.rs +++ b/example/dao2/src/error.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao2/src/main.rs b/example/dao2/src/main.rs index da708e500..54451a246 100644 --- a/example/dao2/src/main.rs +++ b/example/dao2/src/main.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao2/src/note.rs b/example/dao2/src/note.rs index 239a886f8..476a34fa7 100644 --- a/example/dao2/src/note.rs +++ b/example/dao2/src/note.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao2/src/schema.rs b/example/dao2/src/schema.rs index 9ffb56060..e0e7ec659 100644 --- a/example/dao2/src/schema.rs +++ b/example/dao2/src/schema.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao2/src/tx.rs b/example/dao2/src/tx.rs index 1ea21bd26..7aaa88338 100644 --- a/example/dao2/src/tx.rs +++ b/example/dao2/src/tx.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dao2/src/util.rs b/example/dao2/src/util.rs index 2e6447425..98cddcc52 100644 --- a/example/dao2/src/util.rs +++ b/example/dao2/src/util.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dchat/src/dchat_error.rs b/example/dchat/src/dchat_error.rs index 58ab8c394..16e339703 100644 --- a/example/dchat/src/dchat_error.rs +++ b/example/dchat/src/dchat_error.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dchat/src/dchatmsg.rs b/example/dchat/src/dchatmsg.rs index fe085c582..e0c5ed77e 100644 --- a/example/dchat/src/dchatmsg.rs +++ b/example/dchat/src/dchatmsg.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dchat/src/main.rs b/example/dchat/src/main.rs index f2c7839b0..433603358 100644 --- a/example/dchat/src/main.rs +++ b/example/dchat/src/main.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dchat/src/protocol_dchat.rs b/example/dchat/src/protocol_dchat.rs index 8f1eb9f29..cc14158bd 100644 --- a/example/dchat/src/protocol_dchat.rs +++ b/example/dchat/src/protocol_dchat.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/dchat/src/rpc.rs b/example/dchat/src/rpc.rs index 86d3a6ee3..7122488b1 100644 --- a/example/dchat/src/rpc.rs +++ b/example/dchat/src/rpc.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/net.rs b/example/net.rs index 92195fc55..5e80abe14 100644 --- a/example/net.rs +++ b/example/net.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/p2pdebug/src/main.rs b/example/p2pdebug/src/main.rs index 0c72db9e5..f787c766a 100644 --- a/example/p2pdebug/src/main.rs +++ b/example/p2pdebug/src/main.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/p2pdebug/src/proto/debugmsg.rs b/example/p2pdebug/src/proto/debugmsg.rs index e1d10c7e2..c3372d70a 100644 --- a/example/p2pdebug/src/proto/debugmsg.rs +++ b/example/p2pdebug/src/proto/debugmsg.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/p2pdebug/src/proto/mod.rs b/example/p2pdebug/src/proto/mod.rs index 75def00c5..b9e6cb62f 100644 --- a/example/p2pdebug/src/proto/mod.rs +++ b/example/p2pdebug/src/proto/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/p2pdebug/src/rpc.rs b/example/p2pdebug/src/rpc.rs index 4eac442da..84972d558 100644 --- a/example/p2pdebug/src/rpc.rs +++ b/example/p2pdebug/src/rpc.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/example/zk.rs b/example/zk.rs index 4b15acaf8..b9633fec5 100644 --- a/example/zk.rs +++ b/example/zk.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/script/research/dhtd/src/error.rs b/script/research/dhtd/src/error.rs index ea36608e1..240c25dcf 100644 --- a/script/research/dhtd/src/error.rs +++ b/script/research/dhtd/src/error.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/script/research/dhtd/src/main.rs b/script/research/dhtd/src/main.rs index c7000bd6a..db229198b 100644 --- a/script/research/dhtd/src/main.rs +++ b/script/research/dhtd/src/main.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/script/research/nodes-tool/src/main.rs b/script/research/nodes-tool/src/main.rs index 0914e3680..a42119570 100644 --- a/script/research/nodes-tool/src/main.rs +++ b/script/research/nodes-tool/src/main.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/script/research/raft-diag/src/main.rs b/script/research/raft-diag/src/main.rs index 09d064969..b110b3b33 100644 --- a/script/research/raft-diag/src/main.rs +++ b/script/research/raft-diag/src/main.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/script/research/x3dh/src/hkdf.rs b/script/research/x3dh/src/hkdf.rs index 0040cefb9..5fa63f3e9 100644 --- a/script/research/x3dh/src/hkdf.rs +++ b/script/research/x3dh/src/hkdf.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/script/research/x3dh/src/hmac.rs b/script/research/x3dh/src/hmac.rs index 8ecaaa7eb..da770b83c 100644 --- a/script/research/x3dh/src/hmac.rs +++ b/script/research/x3dh/src/hmac.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/script/research/x3dh/src/main.rs b/script/research/x3dh/src/main.rs index 8b325ea4c..54e98d950 100644 --- a/script/research/x3dh/src/main.rs +++ b/script/research/x3dh/src/main.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/script/research/x3dh/src/xeddsa.rs b/script/research/x3dh/src/xeddsa.rs index 3c6aa6921..e31eda994 100644 --- a/script/research/x3dh/src/xeddsa.rs +++ b/script/research/x3dh/src/xeddsa.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/blockchain/blockstore.rs b/src/blockchain/blockstore.rs index e02acb083..303e6fdbb 100644 --- a/src/blockchain/blockstore.rs +++ b/src/blockchain/blockstore.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/blockchain/contractstore.rs b/src/blockchain/contractstore.rs index d5b0c50ad..6485ffd8f 100644 --- a/src/blockchain/contractstore.rs +++ b/src/blockchain/contractstore.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/blockchain/mod.rs b/src/blockchain/mod.rs index b19259135..bb8faab30 100644 --- a/src/blockchain/mod.rs +++ b/src/blockchain/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/blockchain/nfstore.rs b/src/blockchain/nfstore.rs index 1debf6b94..f35e02887 100644 --- a/src/blockchain/nfstore.rs +++ b/src/blockchain/nfstore.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/blockchain/rootstore.rs b/src/blockchain/rootstore.rs index 05326b851..bab5cbbf8 100644 --- a/src/blockchain/rootstore.rs +++ b/src/blockchain/rootstore.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/blockchain/slotcheckpointstore.rs b/src/blockchain/slotcheckpointstore.rs index 19cd1a73b..98f44aee6 100644 --- a/src/blockchain/slotcheckpointstore.rs +++ b/src/blockchain/slotcheckpointstore.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/blockchain/txstore.rs b/src/blockchain/txstore.rs index e7332f312..fff92baba 100644 --- a/src/blockchain/txstore.rs +++ b/src/blockchain/txstore.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/consensus/block.rs b/src/consensus/block.rs index bc1de3811..6b90ce300 100644 --- a/src/consensus/block.rs +++ b/src/consensus/block.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/consensus/clock.rs b/src/consensus/clock.rs index b9b8b6e70..a63f46642 100644 --- a/src/consensus/clock.rs +++ b/src/consensus/clock.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/consensus/constants.rs b/src/consensus/constants.rs index 02d0a73e2..856d31c60 100644 --- a/src/consensus/constants.rs +++ b/src/consensus/constants.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/consensus/lead_info.rs b/src/consensus/lead_info.rs index a28db1712..02902a631 100644 --- a/src/consensus/lead_info.rs +++ b/src/consensus/lead_info.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/consensus/leadcoin.rs b/src/consensus/leadcoin.rs index 042015ab2..f56e71f90 100644 --- a/src/consensus/leadcoin.rs +++ b/src/consensus/leadcoin.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/consensus/mod.rs b/src/consensus/mod.rs index eeaab5a6d..af6f8ee60 100644 --- a/src/consensus/mod.rs +++ b/src/consensus/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/consensus/proto/mod.rs b/src/consensus/proto/mod.rs index edcea6841..370cfe148 100644 --- a/src/consensus/proto/mod.rs +++ b/src/consensus/proto/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/consensus/proto/protocol_proposal.rs b/src/consensus/proto/protocol_proposal.rs index 318c53dc4..9944ece14 100644 --- a/src/consensus/proto/protocol_proposal.rs +++ b/src/consensus/proto/protocol_proposal.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/consensus/proto/protocol_sync.rs b/src/consensus/proto/protocol_sync.rs index 5a4f7eec7..a1fb53009 100644 --- a/src/consensus/proto/protocol_sync.rs +++ b/src/consensus/proto/protocol_sync.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/consensus/proto/protocol_sync_consensus.rs b/src/consensus/proto/protocol_sync_consensus.rs index 127ddec0c..e49d1d0d7 100644 --- a/src/consensus/proto/protocol_sync_consensus.rs +++ b/src/consensus/proto/protocol_sync_consensus.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/consensus/proto/protocol_tx.rs b/src/consensus/proto/protocol_tx.rs index ac903f188..1379c4c46 100644 --- a/src/consensus/proto/protocol_tx.rs +++ b/src/consensus/proto/protocol_tx.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/consensus/rcpt.rs b/src/consensus/rcpt.rs index 9c056c42a..a3a47cc7e 100644 --- a/src/consensus/rcpt.rs +++ b/src/consensus/rcpt.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/consensus/state.rs b/src/consensus/state.rs index 2f3ba501e..932d3bef2 100644 --- a/src/consensus/state.rs +++ b/src/consensus/state.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/consensus/stx.rs b/src/consensus/stx.rs index f719e2df9..64b88a4ab 100644 --- a/src/consensus/stx.rs +++ b/src/consensus/stx.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/consensus/task/block_sync.rs b/src/consensus/task/block_sync.rs index 56802b965..2f3e10b71 100644 --- a/src/consensus/task/block_sync.rs +++ b/src/consensus/task/block_sync.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/consensus/task/consensus_sync.rs b/src/consensus/task/consensus_sync.rs index 474294abc..963f0d7f0 100644 --- a/src/consensus/task/consensus_sync.rs +++ b/src/consensus/task/consensus_sync.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/consensus/task/mod.rs b/src/consensus/task/mod.rs index cb0d84959..757b9d487 100644 --- a/src/consensus/task/mod.rs +++ b/src/consensus/task/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/consensus/task/proposal.rs b/src/consensus/task/proposal.rs index ca53fbfbf..29293d05b 100644 --- a/src/consensus/task/proposal.rs +++ b/src/consensus/task/proposal.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/consensus/tx.rs b/src/consensus/tx.rs index d7fd9d2a4..743b7d40b 100644 --- a/src/consensus/tx.rs +++ b/src/consensus/tx.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/consensus/types.rs b/src/consensus/types.rs index 091a45cbc..1bcd9753a 100644 --- a/src/consensus/types.rs +++ b/src/consensus/types.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/consensus/utils.rs b/src/consensus/utils.rs index c2d86ad85..574f8dc84 100644 --- a/src/consensus/utils.rs +++ b/src/consensus/utils.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/consensus/validator.rs b/src/consensus/validator.rs index 40458bf3d..435593ed7 100644 --- a/src/consensus/validator.rs +++ b/src/consensus/validator.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/consensus/wallet.rs b/src/consensus/wallet.rs index 1dcf2716f..669b3fdf4 100644 --- a/src/consensus/wallet.rs +++ b/src/consensus/wallet.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/contract/dao/src/client.rs b/src/contract/dao/src/client.rs index d0a53a0d1..ed02c8512 100644 --- a/src/contract/dao/src/client.rs +++ b/src/contract/dao/src/client.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/contract/dao/src/entrypoint.rs b/src/contract/dao/src/entrypoint.rs index c7d539eb7..855ee6211 100644 --- a/src/contract/dao/src/entrypoint.rs +++ b/src/contract/dao/src/entrypoint.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/contract/dao/src/lib.rs b/src/contract/dao/src/lib.rs index be6037a8a..d3664b610 100644 --- a/src/contract/dao/src/lib.rs +++ b/src/contract/dao/src/lib.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/contract/dao/src/note.rs b/src/contract/dao/src/note.rs index 52f2aa79b..7901c5752 100644 --- a/src/contract/dao/src/note.rs +++ b/src/contract/dao/src/note.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/contract/dao/src/state.rs b/src/contract/dao/src/state.rs index 0cdae451a..b2e8f7188 100644 --- a/src/contract/dao/src/state.rs +++ b/src/contract/dao/src/state.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/contract/dao/tests/harness.rs b/src/contract/dao/tests/harness.rs index d15fac031..2170c1f5d 100644 --- a/src/contract/dao/tests/harness.rs +++ b/src/contract/dao/tests/harness.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/contract/dao/tests/integration.rs b/src/contract/dao/tests/integration.rs index a96e232e5..9e930f442 100644 --- a/src/contract/dao/tests/integration.rs +++ b/src/contract/dao/tests/integration.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/contract/money/src/client.rs b/src/contract/money/src/client.rs index d07d5005a..0eccac003 100644 --- a/src/contract/money/src/client.rs +++ b/src/contract/money/src/client.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/contract/money/src/lib.rs b/src/contract/money/src/lib.rs index 82401d340..bb95af489 100644 --- a/src/contract/money/src/lib.rs +++ b/src/contract/money/src/lib.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/contract/money/src/state.rs b/src/contract/money/src/state.rs index 013be6ab6..b0bcb3575 100644 --- a/src/contract/money/src/state.rs +++ b/src/contract/money/src/state.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/contract/money/tests/drop_pay_swap.rs b/src/contract/money/tests/drop_pay_swap.rs index 711adaee3..ded3ad3d3 100644 --- a/src/contract/money/tests/drop_pay_swap.rs +++ b/src/contract/money/tests/drop_pay_swap.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/contract/money/tests/harness.rs b/src/contract/money/tests/harness.rs index ec32eb3e0..2008ca968 100644 --- a/src/contract/money/tests/harness.rs +++ b/src/contract/money/tests/harness.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/contract/money/tests/verification_bench.rs b/src/contract/money/tests/verification_bench.rs index 8b2790859..b5bc9f680 100644 --- a/src/contract/money/tests/verification_bench.rs +++ b/src/contract/money/tests/verification_bench.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/dht/messages.rs b/src/dht/messages.rs index a57259ee9..2c9231f67 100644 --- a/src/dht/messages.rs +++ b/src/dht/messages.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/dht/mod.rs b/src/dht/mod.rs index e0e35a7b3..47b1d3cd0 100644 --- a/src/dht/mod.rs +++ b/src/dht/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/dht/protocol.rs b/src/dht/protocol.rs index 90ddc9906..0733da10d 100644 --- a/src/dht/protocol.rs +++ b/src/dht/protocol.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/error.rs b/src/error.rs index 2c7bd7b1f..86229be65 100644 --- a/src/error.rs +++ b/src/error.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/lib.rs b/src/lib.rs index df4eb1dce..6736830f3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/net/acceptor.rs b/src/net/acceptor.rs index 62213da1d..07cef9e3c 100644 --- a/src/net/acceptor.rs +++ b/src/net/acceptor.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/net/channel.rs b/src/net/channel.rs index 08f03878f..b7e01e2de 100644 --- a/src/net/channel.rs +++ b/src/net/channel.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/net/connector.rs b/src/net/connector.rs index 526cac670..9c42d628c 100644 --- a/src/net/connector.rs +++ b/src/net/connector.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/net/constants.rs b/src/net/constants.rs index 87123c365..2c0aaf2bd 100644 --- a/src/net/constants.rs +++ b/src/net/constants.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/net/hosts.rs b/src/net/hosts.rs index 29bb0e657..acc6e80f5 100644 --- a/src/net/hosts.rs +++ b/src/net/hosts.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/net/message.rs b/src/net/message.rs index b97ffbe1e..45e7b5d63 100644 --- a/src/net/message.rs +++ b/src/net/message.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/net/message_subscriber.rs b/src/net/message_subscriber.rs index 45112d02a..7089b41d3 100644 --- a/src/net/message_subscriber.rs +++ b/src/net/message_subscriber.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/net/mod.rs b/src/net/mod.rs index a1abf064b..7004425d5 100644 --- a/src/net/mod.rs +++ b/src/net/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/net/p2p.rs b/src/net/p2p.rs index 53a0f5830..fac9f2ec5 100644 --- a/src/net/p2p.rs +++ b/src/net/p2p.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/net/protocol/mod.rs b/src/net/protocol/mod.rs index 743c016ad..4dc307584 100644 --- a/src/net/protocol/mod.rs +++ b/src/net/protocol/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/net/protocol/protocol_address.rs b/src/net/protocol/protocol_address.rs index bc81d59d6..b16b21873 100644 --- a/src/net/protocol/protocol_address.rs +++ b/src/net/protocol/protocol_address.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/net/protocol/protocol_base.rs b/src/net/protocol/protocol_base.rs index 061db9e15..d2c375ad9 100644 --- a/src/net/protocol/protocol_base.rs +++ b/src/net/protocol/protocol_base.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/net/protocol/protocol_jobs_manager.rs b/src/net/protocol/protocol_jobs_manager.rs index 727e148e0..bc7eeb4d0 100644 --- a/src/net/protocol/protocol_jobs_manager.rs +++ b/src/net/protocol/protocol_jobs_manager.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/net/protocol/protocol_ping.rs b/src/net/protocol/protocol_ping.rs index 8cd26f654..1f74f1af7 100644 --- a/src/net/protocol/protocol_ping.rs +++ b/src/net/protocol/protocol_ping.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/net/protocol/protocol_registry.rs b/src/net/protocol/protocol_registry.rs index 63f57b11e..4b4590d16 100644 --- a/src/net/protocol/protocol_registry.rs +++ b/src/net/protocol/protocol_registry.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/net/protocol/protocol_seed.rs b/src/net/protocol/protocol_seed.rs index da306926a..a50dfe99d 100644 --- a/src/net/protocol/protocol_seed.rs +++ b/src/net/protocol/protocol_seed.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/net/protocol/protocol_version.rs b/src/net/protocol/protocol_version.rs index cd4e6e564..3fcab8139 100644 --- a/src/net/protocol/protocol_version.rs +++ b/src/net/protocol/protocol_version.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/net/session/inbound_session.rs b/src/net/session/inbound_session.rs index 50ae318d0..7cd00e50c 100644 --- a/src/net/session/inbound_session.rs +++ b/src/net/session/inbound_session.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/net/session/manual_session.rs b/src/net/session/manual_session.rs index 6c7c16ac9..4a9a43972 100644 --- a/src/net/session/manual_session.rs +++ b/src/net/session/manual_session.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/net/session/mod.rs b/src/net/session/mod.rs index f8d8574b5..1493beb5f 100644 --- a/src/net/session/mod.rs +++ b/src/net/session/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/net/session/outbound_session.rs b/src/net/session/outbound_session.rs index 7659161f0..9910aeca5 100644 --- a/src/net/session/outbound_session.rs +++ b/src/net/session/outbound_session.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/net/session/seedsync_session.rs b/src/net/session/seedsync_session.rs index 53250fec4..e1690cb63 100644 --- a/src/net/session/seedsync_session.rs +++ b/src/net/session/seedsync_session.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/net/settings.rs b/src/net/settings.rs index cc7d20a4e..80a7b09ad 100644 --- a/src/net/settings.rs +++ b/src/net/settings.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/net/transport.rs b/src/net/transport.rs index 3d0390aa2..0f97b1c72 100644 --- a/src/net/transport.rs +++ b/src/net/transport.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/net/transport/tcp.rs b/src/net/transport/tcp.rs index 431577df0..5242bcd48 100644 --- a/src/net/transport/tcp.rs +++ b/src/net/transport/tcp.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/net/transport/tor.rs b/src/net/transport/tor.rs index 564e3177f..d17779cfc 100644 --- a/src/net/transport/tor.rs +++ b/src/net/transport/tor.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/net/transport/unix.rs b/src/net/transport/unix.rs index 45c215d46..99a265b08 100644 --- a/src/net/transport/unix.rs +++ b/src/net/transport/unix.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/net/transport/upgrade_tls.rs b/src/net/transport/upgrade_tls.rs index 632c9f71b..874ad956e 100644 --- a/src/net/transport/upgrade_tls.rs +++ b/src/net/transport/upgrade_tls.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/raft/consensus.rs b/src/raft/consensus.rs index aecc8ec23..eb2ded197 100644 --- a/src/raft/consensus.rs +++ b/src/raft/consensus.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/raft/consensus_candidate.rs b/src/raft/consensus_candidate.rs index cc02f0af2..14bc63f02 100644 --- a/src/raft/consensus_candidate.rs +++ b/src/raft/consensus_candidate.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/raft/consensus_follower.rs b/src/raft/consensus_follower.rs index 441796322..fe3019e38 100644 --- a/src/raft/consensus_follower.rs +++ b/src/raft/consensus_follower.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/raft/consensus_leader.rs b/src/raft/consensus_leader.rs index 0bec2da0f..6235ea6c7 100644 --- a/src/raft/consensus_leader.rs +++ b/src/raft/consensus_leader.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/raft/datastore.rs b/src/raft/datastore.rs index 40e6acbc3..9f65fbc6c 100644 --- a/src/raft/datastore.rs +++ b/src/raft/datastore.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/raft/mod.rs b/src/raft/mod.rs index dd2b51733..37ec261fb 100644 --- a/src/raft/mod.rs +++ b/src/raft/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/raft/primitives.rs b/src/raft/primitives.rs index 4d5f946fd..1df33bdd7 100644 --- a/src/raft/primitives.rs +++ b/src/raft/primitives.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/raft/protocol_raft.rs b/src/raft/protocol_raft.rs index 3a86ae253..3a84fd826 100644 --- a/src/raft/protocol_raft.rs +++ b/src/raft/protocol_raft.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/raft/settings.rs b/src/raft/settings.rs index 7641af577..90f9ab7e9 100644 --- a/src/raft/settings.rs +++ b/src/raft/settings.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/rpc/client.rs b/src/rpc/client.rs index 7855bb90f..0a16a296d 100644 --- a/src/rpc/client.rs +++ b/src/rpc/client.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/rpc/clock_sync.rs b/src/rpc/clock_sync.rs index 62be2216e..6c6d28b21 100644 --- a/src/rpc/clock_sync.rs +++ b/src/rpc/clock_sync.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/rpc/jsonrpc.rs b/src/rpc/jsonrpc.rs index 3abeffbfc..a97d70d52 100644 --- a/src/rpc/jsonrpc.rs +++ b/src/rpc/jsonrpc.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/rpc/mod.rs b/src/rpc/mod.rs index 256ab6873..4702e74dd 100644 --- a/src/rpc/mod.rs +++ b/src/rpc/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/rpc/server.rs b/src/rpc/server.rs index bcdbbae9b..a47106e9a 100644 --- a/src/rpc/server.rs +++ b/src/rpc/server.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/rpc/websockets.rs b/src/rpc/websockets.rs index 05e92238b..0d84dee4d 100644 --- a/src/rpc/websockets.rs +++ b/src/rpc/websockets.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/runtime/import/db.rs b/src/runtime/import/db.rs index b3c371da0..e0781facd 100644 --- a/src/runtime/import/db.rs +++ b/src/runtime/import/db.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/runtime/import/merkle.rs b/src/runtime/import/merkle.rs index 9c4dbf238..44094c90e 100644 --- a/src/runtime/import/merkle.rs +++ b/src/runtime/import/merkle.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/runtime/import/mod.rs b/src/runtime/import/mod.rs index 6d358dc43..c487c43a3 100644 --- a/src/runtime/import/mod.rs +++ b/src/runtime/import/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/runtime/import/util.rs b/src/runtime/import/util.rs index 33dd843b0..352365e7f 100644 --- a/src/runtime/import/util.rs +++ b/src/runtime/import/util.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/runtime/memory.rs b/src/runtime/memory.rs index 6e9b257fd..ba714b28c 100644 --- a/src/runtime/memory.rs +++ b/src/runtime/memory.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/runtime/mod.rs b/src/runtime/mod.rs index f2758cb5a..3de1c7469 100644 --- a/src/runtime/mod.rs +++ b/src/runtime/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/runtime/vm_runtime.rs b/src/runtime/vm_runtime.rs index bc2c19201..a6cf5035e 100644 --- a/src/runtime/vm_runtime.rs +++ b/src/runtime/vm_runtime.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/sdk/src/crypto/coin.rs b/src/sdk/src/crypto/coin.rs index 27f825bbf..3a5872f73 100644 --- a/src/sdk/src/crypto/coin.rs +++ b/src/sdk/src/crypto/coin.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/sdk/src/crypto/constants.rs b/src/sdk/src/crypto/constants.rs index 406511c15..b64006b95 100644 --- a/src/sdk/src/crypto/constants.rs +++ b/src/sdk/src/crypto/constants.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/sdk/src/crypto/constants/fixed_bases.rs b/src/sdk/src/crypto/constants/fixed_bases.rs index d518d91d8..09554a0e0 100644 --- a/src/sdk/src/crypto/constants/fixed_bases.rs +++ b/src/sdk/src/crypto/constants/fixed_bases.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/sdk/src/crypto/constants/fixed_bases/commit_ivk_r.rs b/src/sdk/src/crypto/constants/fixed_bases/commit_ivk_r.rs index 1064fd1d3..36199b204 100644 --- a/src/sdk/src/crypto/constants/fixed_bases/commit_ivk_r.rs +++ b/src/sdk/src/crypto/constants/fixed_bases/commit_ivk_r.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/sdk/src/crypto/constants/fixed_bases/note_commit_r.rs b/src/sdk/src/crypto/constants/fixed_bases/note_commit_r.rs index b5a831bf8..e4a79c8f3 100644 --- a/src/sdk/src/crypto/constants/fixed_bases/note_commit_r.rs +++ b/src/sdk/src/crypto/constants/fixed_bases/note_commit_r.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/sdk/src/crypto/constants/fixed_bases/nullifier_k.rs b/src/sdk/src/crypto/constants/fixed_bases/nullifier_k.rs index 22b1eabab..f21c40c72 100644 --- a/src/sdk/src/crypto/constants/fixed_bases/nullifier_k.rs +++ b/src/sdk/src/crypto/constants/fixed_bases/nullifier_k.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/sdk/src/crypto/constants/fixed_bases/spend_auth_g.rs b/src/sdk/src/crypto/constants/fixed_bases/spend_auth_g.rs index 8db74dbc0..cc6610789 100644 --- a/src/sdk/src/crypto/constants/fixed_bases/spend_auth_g.rs +++ b/src/sdk/src/crypto/constants/fixed_bases/spend_auth_g.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/sdk/src/crypto/constants/fixed_bases/value_commit_r.rs b/src/sdk/src/crypto/constants/fixed_bases/value_commit_r.rs index 061126a1c..f17717980 100644 --- a/src/sdk/src/crypto/constants/fixed_bases/value_commit_r.rs +++ b/src/sdk/src/crypto/constants/fixed_bases/value_commit_r.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/sdk/src/crypto/constants/fixed_bases/value_commit_v.rs b/src/sdk/src/crypto/constants/fixed_bases/value_commit_v.rs index db24ded27..31e49c872 100644 --- a/src/sdk/src/crypto/constants/fixed_bases/value_commit_v.rs +++ b/src/sdk/src/crypto/constants/fixed_bases/value_commit_v.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/sdk/src/crypto/constants/load.rs b/src/sdk/src/crypto/constants/load.rs index d9f15b237..315bf88a8 100644 --- a/src/sdk/src/crypto/constants/load.rs +++ b/src/sdk/src/crypto/constants/load.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/sdk/src/crypto/constants/sinsemilla.rs b/src/sdk/src/crypto/constants/sinsemilla.rs index 819b0a2cb..301c21f2d 100644 --- a/src/sdk/src/crypto/constants/sinsemilla.rs +++ b/src/sdk/src/crypto/constants/sinsemilla.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/sdk/src/crypto/constants/util.rs b/src/sdk/src/crypto/constants/util.rs index 6c9280d9b..2cde88743 100644 --- a/src/sdk/src/crypto/constants/util.rs +++ b/src/sdk/src/crypto/constants/util.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/sdk/src/crypto/contract_id.rs b/src/sdk/src/crypto/contract_id.rs index 142d63e1b..63a12299f 100644 --- a/src/sdk/src/crypto/contract_id.rs +++ b/src/sdk/src/crypto/contract_id.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/sdk/src/crypto/diffie_hellman.rs b/src/sdk/src/crypto/diffie_hellman.rs index c7c4010a5..7106be949 100644 --- a/src/sdk/src/crypto/diffie_hellman.rs +++ b/src/sdk/src/crypto/diffie_hellman.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/sdk/src/crypto/keypair.rs b/src/sdk/src/crypto/keypair.rs index 095a27974..2de6f3973 100644 --- a/src/sdk/src/crypto/keypair.rs +++ b/src/sdk/src/crypto/keypair.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/sdk/src/crypto/merkle_node.rs b/src/sdk/src/crypto/merkle_node.rs index be3f33378..cb7c835e1 100644 --- a/src/sdk/src/crypto/merkle_node.rs +++ b/src/sdk/src/crypto/merkle_node.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/sdk/src/crypto/mimc_vdf.rs b/src/sdk/src/crypto/mimc_vdf.rs index 1ee70a807..94567bbd4 100644 --- a/src/sdk/src/crypto/mimc_vdf.rs +++ b/src/sdk/src/crypto/mimc_vdf.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/sdk/src/crypto/mod.rs b/src/sdk/src/crypto/mod.rs index 4eadb8e77..850992eea 100644 --- a/src/sdk/src/crypto/mod.rs +++ b/src/sdk/src/crypto/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/sdk/src/crypto/nullifier.rs b/src/sdk/src/crypto/nullifier.rs index c31634cbc..61fa0530e 100644 --- a/src/sdk/src/crypto/nullifier.rs +++ b/src/sdk/src/crypto/nullifier.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/sdk/src/crypto/pedersen.rs b/src/sdk/src/crypto/pedersen.rs index 12c86e586..764474781 100644 --- a/src/sdk/src/crypto/pedersen.rs +++ b/src/sdk/src/crypto/pedersen.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/sdk/src/crypto/schnorr.rs b/src/sdk/src/crypto/schnorr.rs index cff8ebb70..be246cd78 100644 --- a/src/sdk/src/crypto/schnorr.rs +++ b/src/sdk/src/crypto/schnorr.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/sdk/src/crypto/token_id.rs b/src/sdk/src/crypto/token_id.rs index 5f46854c9..6daf766cd 100644 --- a/src/sdk/src/crypto/token_id.rs +++ b/src/sdk/src/crypto/token_id.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/sdk/src/crypto/util.rs b/src/sdk/src/crypto/util.rs index ba9d0cc52..7b57e7a30 100644 --- a/src/sdk/src/crypto/util.rs +++ b/src/sdk/src/crypto/util.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/sdk/src/db.rs b/src/sdk/src/db.rs index e650ddd8d..62b143126 100644 --- a/src/sdk/src/db.rs +++ b/src/sdk/src/db.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/sdk/src/entrypoint.rs b/src/sdk/src/entrypoint.rs index 6cdd63b28..bea9c9037 100644 --- a/src/sdk/src/entrypoint.rs +++ b/src/sdk/src/entrypoint.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/sdk/src/error.rs b/src/sdk/src/error.rs index f501da468..c85ce5243 100644 --- a/src/sdk/src/error.rs +++ b/src/sdk/src/error.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/sdk/src/lib.rs b/src/sdk/src/lib.rs index 2c8c8bbdb..928400c45 100644 --- a/src/sdk/src/lib.rs +++ b/src/sdk/src/lib.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/sdk/src/log.rs b/src/sdk/src/log.rs index 4e72bbc0a..25f5d90bb 100644 --- a/src/sdk/src/log.rs +++ b/src/sdk/src/log.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/sdk/src/merkle.rs b/src/sdk/src/merkle.rs index 433ec6115..a0df53faa 100644 --- a/src/sdk/src/merkle.rs +++ b/src/sdk/src/merkle.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/sdk/src/tx.rs b/src/sdk/src/tx.rs index dbe42a315..d4dbc3606 100644 --- a/src/sdk/src/tx.rs +++ b/src/sdk/src/tx.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/sdk/src/util.rs b/src/sdk/src/util.rs index 9b30114d6..7630d2a36 100644 --- a/src/sdk/src/util.rs +++ b/src/sdk/src/util.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/serial/derive-internal/src/helpers.rs b/src/serial/derive-internal/src/helpers.rs index 2cadb8c63..14b8b2ebe 100644 --- a/src/serial/derive-internal/src/helpers.rs +++ b/src/serial/derive-internal/src/helpers.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/serial/derive-internal/src/lib.rs b/src/serial/derive-internal/src/lib.rs index 87728aef0..87db3d919 100644 --- a/src/serial/derive-internal/src/lib.rs +++ b/src/serial/derive-internal/src/lib.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/serial/derive/src/lib.rs b/src/serial/derive/src/lib.rs index 9245cde96..63f626b41 100644 --- a/src/serial/derive/src/lib.rs +++ b/src/serial/derive/src/lib.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/serial/src/async_serial.rs b/src/serial/src/async_serial.rs index 800fb59ef..2ee2f4c53 100644 --- a/src/serial/src/async_serial.rs +++ b/src/serial/src/async_serial.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/serial/src/endian.rs b/src/serial/src/endian.rs index c266f2f07..651b19e16 100644 --- a/src/serial/src/endian.rs +++ b/src/serial/src/endian.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/serial/src/lib.rs b/src/serial/src/lib.rs index 5fd9afc16..c63b9bcc3 100644 --- a/src/serial/src/lib.rs +++ b/src/serial/src/lib.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/serial/src/types.rs b/src/serial/src/types.rs index 369e4bab1..dcc7c39ae 100644 --- a/src/serial/src/types.rs +++ b/src/serial/src/types.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/serial/src/types/collections.rs b/src/serial/src/types/collections.rs index 273c4b4b0..d591d7ea4 100644 --- a/src/serial/src/types/collections.rs +++ b/src/serial/src/types/collections.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/serial/src/types/hash.rs b/src/serial/src/types/hash.rs index 11812d243..7250f01eb 100644 --- a/src/serial/src/types/hash.rs +++ b/src/serial/src/types/hash.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/serial/src/types/incrementalmerkletree.rs b/src/serial/src/types/incrementalmerkletree.rs index 3fe65993e..3833979ff 100644 --- a/src/serial/src/types/incrementalmerkletree.rs +++ b/src/serial/src/types/incrementalmerkletree.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/serial/src/types/pasta.rs b/src/serial/src/types/pasta.rs index c991b69fa..c1bfa1d46 100644 --- a/src/serial/src/types/pasta.rs +++ b/src/serial/src/types/pasta.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/serial/src/types/url.rs b/src/serial/src/types/url.rs index f26dae1b4..0e7b4c6e2 100644 --- a/src/serial/src/types/url.rs +++ b/src/serial/src/types/url.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/serial/src/types/x25519.rs b/src/serial/src/types/x25519.rs index 347aecd15..eb708ab2b 100644 --- a/src/serial/src/types/x25519.rs +++ b/src/serial/src/types/x25519.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/system/mod.rs b/src/system/mod.rs index 6cf38d82f..a982d95eb 100644 --- a/src/system/mod.rs +++ b/src/system/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/system/stoppable_task.rs b/src/system/stoppable_task.rs index 67a681b2a..fd1825ba9 100644 --- a/src/system/stoppable_task.rs +++ b/src/system/stoppable_task.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/system/subscriber.rs b/src/system/subscriber.rs index 536bcbe0d..29f9db492 100644 --- a/src/system/subscriber.rs +++ b/src/system/subscriber.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/system/types.rs b/src/system/types.rs index 1605a0203..9db03fcae 100644 --- a/src/system/types.rs +++ b/src/system/types.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/tx/mod.rs b/src/tx/mod.rs index 64b957928..4742c516c 100644 --- a/src/tx/mod.rs +++ b/src/tx/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/util/async_util.rs b/src/util/async_util.rs index 459623f53..e44323615 100644 --- a/src/util/async_util.rs +++ b/src/util/async_util.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/util/cli.rs b/src/util/cli.rs index 9f6efccb2..a12086306 100644 --- a/src/util/cli.rs +++ b/src/util/cli.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/util/encoding/base32.rs b/src/util/encoding/base32.rs index 596051b46..714c8ecf5 100644 --- a/src/util/encoding/base32.rs +++ b/src/util/encoding/base32.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/util/encoding/mod.rs b/src/util/encoding/mod.rs index 9189d3fa7..ca1e46f68 100644 --- a/src/util/encoding/mod.rs +++ b/src/util/encoding/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/util/file.rs b/src/util/file.rs index fc0863a24..0597b920a 100644 --- a/src/util/file.rs +++ b/src/util/file.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/util/mod.rs b/src/util/mod.rs index 4f6242ecb..8571feabd 100644 --- a/src/util/mod.rs +++ b/src/util/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/util/net_name.rs b/src/util/net_name.rs index 3c3a2463d..1d88020e2 100644 --- a/src/util/net_name.rs +++ b/src/util/net_name.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/util/parse.rs b/src/util/parse.rs index 408dfc8f8..9383c9b55 100644 --- a/src/util/parse.rs +++ b/src/util/parse.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/util/path.rs b/src/util/path.rs index fffd9a5de..7ccb538b9 100644 --- a/src/util/path.rs +++ b/src/util/path.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/util/time.rs b/src/util/time.rs index 2155fa9aa..c47bf223f 100644 --- a/src/util/time.rs +++ b/src/util/time.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/wallet/cashierdb.rs b/src/wallet/cashierdb.rs index fc958a7ee..689d74df6 100644 --- a/src/wallet/cashierdb.rs +++ b/src/wallet/cashierdb.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/wallet/mod.rs b/src/wallet/mod.rs index 1c00757e0..6e098c7c2 100644 --- a/src/wallet/mod.rs +++ b/src/wallet/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/wallet/walletdb.rs b/src/wallet/walletdb.rs index ec357bb8f..9a08f7875 100644 --- a/src/wallet/walletdb.rs +++ b/src/wallet/walletdb.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/zk/gadget/arithmetic.rs b/src/zk/gadget/arithmetic.rs index 7b0fa5451..a42cb495d 100644 --- a/src/zk/gadget/arithmetic.rs +++ b/src/zk/gadget/arithmetic.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/zk/gadget/is_zero.rs b/src/zk/gadget/is_zero.rs index 1cf5fb7eb..2f54c3593 100644 --- a/src/zk/gadget/is_zero.rs +++ b/src/zk/gadget/is_zero.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/zk/gadget/less_than.rs b/src/zk/gadget/less_than.rs index aca91a0b9..b8c164f7c 100644 --- a/src/zk/gadget/less_than.rs +++ b/src/zk/gadget/less_than.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/zk/gadget/mod.rs b/src/zk/gadget/mod.rs index 95e099c30..58d3a1330 100644 --- a/src/zk/gadget/mod.rs +++ b/src/zk/gadget/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/zk/gadget/native_range_check.rs b/src/zk/gadget/native_range_check.rs index 1cbf20149..3a7d0d249 100644 --- a/src/zk/gadget/native_range_check.rs +++ b/src/zk/gadget/native_range_check.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/zk/gadget/small_range_check.rs b/src/zk/gadget/small_range_check.rs index 95514c0e7..41ce9644c 100644 --- a/src/zk/gadget/small_range_check.rs +++ b/src/zk/gadget/small_range_check.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/zk/mod.rs b/src/zk/mod.rs index fa1aaca62..13091bb4a 100644 --- a/src/zk/mod.rs +++ b/src/zk/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/zk/proof.rs b/src/zk/proof.rs index 8aa0bf2bc..f124bed7f 100644 --- a/src/zk/proof.rs +++ b/src/zk/proof.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/zk/vm.rs b/src/zk/vm.rs index caf67030e..3ed340c7c 100644 --- a/src/zk/vm.rs +++ b/src/zk/vm.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/zk/vm_stack.rs b/src/zk/vm_stack.rs index 58ccb2faa..46de6ee5d 100644 --- a/src/zk/vm_stack.rs +++ b/src/zk/vm_stack.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/zkas/analyzer.rs b/src/zkas/analyzer.rs index a765105aa..5170822a5 100644 --- a/src/zkas/analyzer.rs +++ b/src/zkas/analyzer.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/zkas/ast.rs b/src/zkas/ast.rs index 6969da871..50228e899 100644 --- a/src/zkas/ast.rs +++ b/src/zkas/ast.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/zkas/compiler.rs b/src/zkas/compiler.rs index 5f4671320..825b1e1f1 100644 --- a/src/zkas/compiler.rs +++ b/src/zkas/compiler.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/zkas/decoder.rs b/src/zkas/decoder.rs index 5aa775c18..0dd0eb6dc 100644 --- a/src/zkas/decoder.rs +++ b/src/zkas/decoder.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/zkas/error.rs b/src/zkas/error.rs index 5d6c8b111..606334093 100644 --- a/src/zkas/error.rs +++ b/src/zkas/error.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/zkas/lexer.rs b/src/zkas/lexer.rs index 45abfede3..51c8ab505 100644 --- a/src/zkas/lexer.rs +++ b/src/zkas/lexer.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/zkas/mod.rs b/src/zkas/mod.rs index b6246f36a..82de2d8bc 100644 --- a/src/zkas/mod.rs +++ b/src/zkas/mod.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/zkas/opcode.rs b/src/zkas/opcode.rs index 001784229..4204b5103 100644 --- a/src/zkas/opcode.rs +++ b/src/zkas/opcode.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/zkas/parser.rs b/src/zkas/parser.rs index 20c9809f8..6f793a056 100644 --- a/src/zkas/parser.rs +++ b/src/zkas/parser.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/src/zkas/types.rs b/src/zkas/types.rs index 3c96af0db..c074c8cb1 100644 --- a/src/zkas/types.rs +++ b/src/zkas/types.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/tests/network_transports.rs b/tests/network_transports.rs index d2f7f6894..917c79e2f 100644 --- a/tests/network_transports.rs +++ b/tests/network_transports.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/tests/zkvm_opcodes.rs b/tests/zkvm_opcodes.rs index 056d59513..a81cc985e 100644 --- a/tests/zkvm_opcodes.rs +++ b/tests/zkvm_opcodes.rs @@ -1,6 +1,6 @@ /* This file is part of DarkFi (https://dark.fi) * - * Copyright (C) 2020-2022 Dyne.org foundation + * Copyright (C) 2020-2023 Dyne.org foundation * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as