From f8dd5bd0fe75458e74056e9f18bd62e7c2263dcd Mon Sep 17 00:00:00 2001 From: "pavel.uhanov" <pavel.uhanov@demlabs.net> Date: Fri, 15 Mar 2024 06:34:39 +0300 Subject: [PATCH] [*] fix --- dap-sdk | 2 +- modules/chain/dap_chain.c | 4 ++-- modules/chain/dap_chain_cell.c | 4 ++-- modules/chain/dap_chain_ch.c | 4 ++-- modules/chain/dap_chain_cs.c | 4 ++-- modules/chain/dap_chain_tx.c | 4 ++-- modules/chain/include/dap_chain.h | 4 ++-- modules/chain/include/dap_chain_cell.h | 4 ++-- modules/chain/include/dap_chain_ch_pkt.h | 4 ++-- modules/chain/include/dap_chain_cs.h | 4 ++-- modules/chain/include/dap_chain_tx.h | 4 ++-- .../chain-net-srv/include/dap_stream_ch_chain_net_srv.h | 4 ++-- modules/channel/chain-net/dap_stream_ch_chain_net.c | 4 ++-- modules/channel/chain-net/include/dap_stream_ch_chain_net.h | 4 ++-- .../channel/chain-net/include/dap_stream_ch_chain_net_pkt.h | 4 ++-- modules/common/dap_chain_common.c | 4 ++-- modules/common/dap_chain_datum.c | 4 ++-- modules/common/dap_chain_datum_hashtree_roots.c | 4 ++-- modules/common/dap_chain_datum_token.c | 4 ++-- modules/common/dap_chain_datum_tx.c | 4 ++-- modules/common/dap_chain_datum_tx_items.c | 4 ++-- modules/common/include/dap_chain_common.h | 4 ++-- modules/common/include/dap_chain_datum.h | 4 ++-- modules/common/include/dap_chain_datum_hashtree_roots.h | 4 ++-- modules/common/include/dap_chain_datum_tx.h | 4 ++-- modules/common/include/dap_chain_datum_tx_in.h | 4 ++-- modules/common/include/dap_chain_datum_tx_in_cond.h | 4 ++-- modules/common/include/dap_chain_datum_tx_in_ems.h | 4 ++-- modules/common/include/dap_chain_datum_tx_items.h | 4 ++-- modules/common/include/dap_chain_datum_tx_out.h | 4 ++-- modules/common/include/dap_chain_datum_tx_out_cond.h | 4 ++-- modules/common/include/dap_chain_datum_tx_out_ext.h | 4 ++-- modules/common/include/dap_chain_datum_tx_pkey.h | 4 ++-- modules/common/include/dap_chain_datum_tx_sig.h | 4 ++-- modules/consensus/block-pos/dap_chain_cs_block_pos.c | 4 ++-- modules/consensus/block-pos/include/dap_chain_cs_block_pos.h | 4 ++-- modules/consensus/block-pow/dap_chain_cs_block_pow.c | 4 ++-- modules/consensus/block-pow/include/dap_chain_cs_block_pow.h | 4 ++-- modules/consensus/dag-poa/dap_chain_cs_dag_poa.c | 4 ++-- modules/consensus/dag-poa/include/dap_chain_cs_dag_poa.h | 4 ++-- modules/consensus/dag-pos/dap_chain_cs_dag_pos.c | 4 ++-- modules/consensus/dag-pos/include/dap_chain_cs_dag_pos.h | 4 ++-- modules/json_rpc/common/include/dap_json_rpc_chain_common.h | 4 ++-- modules/json_rpc/common/include/dap_json_rpc_chain_datum.h | 4 ++-- .../json_rpc/common/include/dap_json_rpc_chain_datum_anchor.h | 4 ++-- .../json_rpc/common/include/dap_json_rpc_chain_datum_decree.h | 4 ++-- .../json_rpc/common/include/dap_json_rpc_chain_datum_token.h | 4 ++-- modules/json_rpc/common/include/dap_json_rpc_chain_datum_tx.h | 4 ++-- .../common/include/dap_json_rpc_chain_datum_tx_items.h | 4 ++-- .../common/include/dap_json_rpc_chain_datum_tx_receipt.h | 4 ++-- modules/json_rpc/mempool/include/dap_chain_mempool_rpc.h | 4 ++-- modules/mempool/dap_chain_mempool.c | 4 ++-- modules/mining/dap_hash_slow.c | 4 ++-- modules/mining/include/dap_hash_slow.h | 4 ++-- modules/net/dap_chain_ledger.c | 4 ++-- modules/net/dap_chain_net.c | 4 ++-- modules/net/dap_chain_net_tx.c | 4 ++-- modules/net/dap_chain_net_voting.c | 4 ++-- modules/net/dap_chain_node.c | 4 ++-- modules/net/dap_chain_node_cli_cmd.c | 4 ++-- modules/net/dap_chain_node_cli_cmd_tx.c | 4 ++-- modules/net/dap_chain_node_client.c | 4 ++-- modules/net/dap_chain_node_dns_server.c | 4 ++-- modules/net/dap_chain_node_ping.c | 4 ++-- modules/net/include/dap_chain_ledger.h | 4 ++-- modules/net/include/dap_chain_net_bugreport.h | 4 ++-- modules/net/include/dap_chain_net_tx.h | 4 ++-- modules/net/include/dap_chain_net_voting.h | 4 ++-- modules/net/include/dap_chain_node.h | 4 ++-- modules/net/include/dap_chain_node_cli_cmd.h | 4 ++-- modules/net/include/dap_chain_node_cli_cmd_tx.h | 4 ++-- modules/net/include/dap_chain_node_client.h | 4 ++-- modules/net/include/dap_chain_node_ping.h | 4 ++-- modules/net/srv/dap_chain_net_srv.c | 4 ++-- modules/net/srv/dap_chain_net_srv_geoip.c | 4 ++-- modules/net/srv/dap_chain_net_srv_geoip.h | 4 ++-- modules/net/srv/dap_chain_net_srv_order.c | 4 ++-- modules/service/app-db/dap_chain_net_srv_app_db.c | 4 ++-- modules/service/app-db/include/dap_chain_net_srv_app_db.h | 4 ++-- modules/service/app/dap_chain_net_srv_app.c | 4 ++-- modules/service/app/include/dap_chain_net_srv_app.h | 4 ++-- modules/service/datum/dap_chain_net_srv_datum.c | 4 ++-- modules/service/datum/include/dap_chain_net_srv_datum.h | 4 ++-- modules/service/mining-pool/dap_chain_net_srv_datum_pool.c | 4 ++-- .../mining-pool/include/dap_chain_net_srv_datum_pool.h | 4 ++-- modules/service/stake/dap_chain_net_srv_stake_lock.c | 4 ++-- modules/service/stake/dap_chain_net_srv_stake_pos_delegate.c | 4 ++-- modules/service/stake/include/dap_chain_net_srv_stake_lock.h | 4 ++-- .../stake/include/dap_chain_net_srv_stake_pos_delegate.h | 4 ++-- modules/service/vpn/dap_chain_net_srv_vpn.c | 4 ++-- modules/service/vpn/dap_chain_net_vpn_client.c | 4 ++-- modules/service/vpn/dap_chain_net_vpn_client_tun.c | 4 ++-- modules/service/vpn/include/dap_chain_net_srv_vpn.h | 4 ++-- modules/service/vpn/include/dap_chain_net_vpn_client.h | 4 ++-- modules/service/vpn/include/dap_chain_net_vpn_client_tun.h | 4 ++-- modules/service/xchange/dap_chain_net_srv_xchange.c | 4 ++-- modules/service/xchange/include/dap_chain_net_srv_xchange.h | 4 ++-- modules/type/blocks/include/dap_chain_cs_blocks.h | 4 ++-- modules/type/dag/dap_chain_cs_dag.c | 4 ++-- modules/type/dag/dap_chain_cs_dag_event.c | 4 ++-- modules/type/dag/include/dap_chain_cs_dag.h | 4 ++-- modules/type/dag/include/dap_chain_cs_dag_event.h | 4 ++-- modules/type/none/dap_chain_cs_none.c | 4 ++-- modules/type/none/include/dap_chain_cs_none.h | 4 ++-- modules/wallet/dap_chain_coin.c | 4 ++-- modules/wallet/dap_chain_wallet.c | 4 ++-- modules/wallet/include/dap_chain_coin.h | 4 ++-- modules/wallet/include/dap_chain_wallet.h | 4 ++-- modules/wallet/include/dap_chain_wallet_internal.h | 4 ++-- 109 files changed, 217 insertions(+), 217 deletions(-) diff --git a/dap-sdk b/dap-sdk index ac68909d90..5097032961 160000 --- a/dap-sdk +++ b/dap-sdk @@ -1 +1 @@ -Subproject commit ac68909d903e1a95e3b5d2cf939ac212969aecce +Subproject commit 509703296116e4fe4ec832e7c4fe421cc23f0eaa diff --git a/modules/chain/dap_chain.c b/modules/chain/dap_chain.c index a07f57c488..bf022e9559 100644 --- a/modules/chain/dap_chain.c +++ b/modules/chain/dap_chain.c @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/chain/dap_chain_cell.c b/modules/chain/dap_chain_cell.c index dc7aaacdfd..9d72785363 100644 --- a/modules/chain/dap_chain_cell.c +++ b/modules/chain/dap_chain_cell.c @@ -6,9 +6,9 @@ * Copyright (c) 2017-2019 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/chain/dap_chain_ch.c b/modules/chain/dap_chain_ch.c index b4c2c29839..4187dec847 100644 --- a/modules/chain/dap_chain_ch.c +++ b/modules/chain/dap_chain_ch.c @@ -7,9 +7,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/chain/dap_chain_cs.c b/modules/chain/dap_chain_cs.c index 4780e60b82..b1fe0de286 100644 --- a/modules/chain/dap_chain_cs.c +++ b/modules/chain/dap_chain_cs.c @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/chain/dap_chain_tx.c b/modules/chain/dap_chain_tx.c index 4bd8019e9c..96deb497ab 100644 --- a/modules/chain/dap_chain_tx.c +++ b/modules/chain/dap_chain_tx.c @@ -6,9 +6,9 @@ * Copyright (c) 2022 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/chain/include/dap_chain.h b/modules/chain/include/dap_chain.h index df21f65198..5b0ad6af2c 100644 --- a/modules/chain/include/dap_chain.h +++ b/modules/chain/include/dap_chain.h @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/chain/include/dap_chain_cell.h b/modules/chain/include/dap_chain_cell.h index bf3cc9a7a5..bf0fc7d057 100644 --- a/modules/chain/include/dap_chain_cell.h +++ b/modules/chain/include/dap_chain_cell.h @@ -6,9 +6,9 @@ * Copyright (c) 2017-2019 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/chain/include/dap_chain_ch_pkt.h b/modules/chain/include/dap_chain_ch_pkt.h index 90e128fb3d..cd200f6fa1 100644 --- a/modules/chain/include/dap_chain_ch_pkt.h +++ b/modules/chain/include/dap_chain_ch_pkt.h @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/chain/include/dap_chain_cs.h b/modules/chain/include/dap_chain_cs.h index e29a870cc3..9772445d6c 100644 --- a/modules/chain/include/dap_chain_cs.h +++ b/modules/chain/include/dap_chain_cs.h @@ -6,9 +6,9 @@ * Copyright (c) 2017-2019 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/chain/include/dap_chain_tx.h b/modules/chain/include/dap_chain_tx.h index 4fc657eb35..bd966e872c 100644 --- a/modules/chain/include/dap_chain_tx.h +++ b/modules/chain/include/dap_chain_tx.h @@ -6,9 +6,9 @@ * Copyright (c) 2022 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/channel/chain-net-srv/include/dap_stream_ch_chain_net_srv.h b/modules/channel/chain-net-srv/include/dap_stream_ch_chain_net_srv.h index d614b20b0c..637939a8ff 100644 --- a/modules/channel/chain-net-srv/include/dap_stream_ch_chain_net_srv.h +++ b/modules/channel/chain-net-srv/include/dap_stream_ch_chain_net_srv.h @@ -7,9 +7,9 @@ * Copyright (c) 2017-2019 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/channel/chain-net/dap_stream_ch_chain_net.c b/modules/channel/chain-net/dap_stream_ch_chain_net.c index e760a2f5d6..b2c9a96cd9 100644 --- a/modules/channel/chain-net/dap_stream_ch_chain_net.c +++ b/modules/channel/chain-net/dap_stream_ch_chain_net.c @@ -6,9 +6,9 @@ * Copyright (c) 2017-2019 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/channel/chain-net/include/dap_stream_ch_chain_net.h b/modules/channel/chain-net/include/dap_stream_ch_chain_net.h index dba4f2f403..181181fe2e 100644 --- a/modules/channel/chain-net/include/dap_stream_ch_chain_net.h +++ b/modules/channel/chain-net/include/dap_stream_ch_chain_net.h @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/channel/chain-net/include/dap_stream_ch_chain_net_pkt.h b/modules/channel/chain-net/include/dap_stream_ch_chain_net_pkt.h index 532bba3a4b..4186c1c556 100644 --- a/modules/channel/chain-net/include/dap_stream_ch_chain_net_pkt.h +++ b/modules/channel/chain-net/include/dap_stream_ch_chain_net_pkt.h @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/common/dap_chain_common.c b/modules/common/dap_chain_common.c index 11e1c4ed1f..1968c12792 100644 --- a/modules/common/dap_chain_common.c +++ b/modules/common/dap_chain_common.c @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/common/dap_chain_datum.c b/modules/common/dap_chain_datum.c index 564d674686..b5e90e48a0 100644 --- a/modules/common/dap_chain_datum.c +++ b/modules/common/dap_chain_datum.c @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/common/dap_chain_datum_hashtree_roots.c b/modules/common/dap_chain_datum_hashtree_roots.c index e31522d208..1317c4bbd3 100644 --- a/modules/common/dap_chain_datum_hashtree_roots.c +++ b/modules/common/dap_chain_datum_hashtree_roots.c @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/common/dap_chain_datum_token.c b/modules/common/dap_chain_datum_token.c index 4d5261dd9d..8d1c75fc61 100644 --- a/modules/common/dap_chain_datum_token.c +++ b/modules/common/dap_chain_datum_token.c @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/common/dap_chain_datum_tx.c b/modules/common/dap_chain_datum_tx.c index 32b2777732..4f12d11bad 100644 --- a/modules/common/dap_chain_datum_tx.c +++ b/modules/common/dap_chain_datum_tx.c @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/common/dap_chain_datum_tx_items.c b/modules/common/dap_chain_datum_tx_items.c index 3c821cf493..114a3c341a 100644 --- a/modules/common/dap_chain_datum_tx_items.c +++ b/modules/common/dap_chain_datum_tx_items.c @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/common/include/dap_chain_common.h b/modules/common/include/dap_chain_common.h index 109d128d70..d07547d443 100644 --- a/modules/common/include/dap_chain_common.h +++ b/modules/common/include/dap_chain_common.h @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/common/include/dap_chain_datum.h b/modules/common/include/dap_chain_datum.h index 1f24b9fa4c..c3be81a88a 100644 --- a/modules/common/include/dap_chain_datum.h +++ b/modules/common/include/dap_chain_datum.h @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/common/include/dap_chain_datum_hashtree_roots.h b/modules/common/include/dap_chain_datum_hashtree_roots.h index 259060fbc2..facdc4cf79 100644 --- a/modules/common/include/dap_chain_datum_hashtree_roots.h +++ b/modules/common/include/dap_chain_datum_hashtree_roots.h @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/common/include/dap_chain_datum_tx.h b/modules/common/include/dap_chain_datum_tx.h index cba9ffe2e6..87776da8f6 100644 --- a/modules/common/include/dap_chain_datum_tx.h +++ b/modules/common/include/dap_chain_datum_tx.h @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/common/include/dap_chain_datum_tx_in.h b/modules/common/include/dap_chain_datum_tx_in.h index c9276dcc74..4731130928 100644 --- a/modules/common/include/dap_chain_datum_tx_in.h +++ b/modules/common/include/dap_chain_datum_tx_in.h @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/common/include/dap_chain_datum_tx_in_cond.h b/modules/common/include/dap_chain_datum_tx_in_cond.h index d3033d7bc7..aeaa4100a5 100644 --- a/modules/common/include/dap_chain_datum_tx_in_cond.h +++ b/modules/common/include/dap_chain_datum_tx_in_cond.h @@ -6,9 +6,9 @@ * Copyright (c) 2017-2019 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/common/include/dap_chain_datum_tx_in_ems.h b/modules/common/include/dap_chain_datum_tx_in_ems.h index e9ca91fda6..17bffd07ab 100644 --- a/modules/common/include/dap_chain_datum_tx_in_ems.h +++ b/modules/common/include/dap_chain_datum_tx_in_ems.h @@ -6,9 +6,9 @@ * Copyright (c) 2017-2019 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/common/include/dap_chain_datum_tx_items.h b/modules/common/include/dap_chain_datum_tx_items.h index dfb41acc1f..8c312f097c 100644 --- a/modules/common/include/dap_chain_datum_tx_items.h +++ b/modules/common/include/dap_chain_datum_tx_items.h @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/common/include/dap_chain_datum_tx_out.h b/modules/common/include/dap_chain_datum_tx_out.h index 939ea68fe5..7074006575 100644 --- a/modules/common/include/dap_chain_datum_tx_out.h +++ b/modules/common/include/dap_chain_datum_tx_out.h @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/common/include/dap_chain_datum_tx_out_cond.h b/modules/common/include/dap_chain_datum_tx_out_cond.h index 77ae114936..85414a2fab 100644 --- a/modules/common/include/dap_chain_datum_tx_out_cond.h +++ b/modules/common/include/dap_chain_datum_tx_out_cond.h @@ -7,9 +7,9 @@ * Copyright (c) 2017-2019 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/common/include/dap_chain_datum_tx_out_ext.h b/modules/common/include/dap_chain_datum_tx_out_ext.h index 038c6514bc..f5b0cc34b8 100644 --- a/modules/common/include/dap_chain_datum_tx_out_ext.h +++ b/modules/common/include/dap_chain_datum_tx_out_ext.h @@ -6,9 +6,9 @@ * Copyright (c) 2017-2020 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/common/include/dap_chain_datum_tx_pkey.h b/modules/common/include/dap_chain_datum_tx_pkey.h index f2fb8efb6d..fe3b01703e 100644 --- a/modules/common/include/dap_chain_datum_tx_pkey.h +++ b/modules/common/include/dap_chain_datum_tx_pkey.h @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/common/include/dap_chain_datum_tx_sig.h b/modules/common/include/dap_chain_datum_tx_sig.h index 7b02845b0c..e71757d342 100644 --- a/modules/common/include/dap_chain_datum_tx_sig.h +++ b/modules/common/include/dap_chain_datum_tx_sig.h @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/consensus/block-pos/dap_chain_cs_block_pos.c b/modules/consensus/block-pos/dap_chain_cs_block_pos.c index b6e279d165..19e975a4d8 100644 --- a/modules/consensus/block-pos/dap_chain_cs_block_pos.c +++ b/modules/consensus/block-pos/dap_chain_cs_block_pos.c @@ -6,9 +6,9 @@ * Copyright (c) 2017-2021 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/consensus/block-pos/include/dap_chain_cs_block_pos.h b/modules/consensus/block-pos/include/dap_chain_cs_block_pos.h index 368c77a653..bc8d00a80a 100644 --- a/modules/consensus/block-pos/include/dap_chain_cs_block_pos.h +++ b/modules/consensus/block-pos/include/dap_chain_cs_block_pos.h @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/consensus/block-pow/dap_chain_cs_block_pow.c b/modules/consensus/block-pow/dap_chain_cs_block_pow.c index 51cd54c493..9cc25b9228 100644 --- a/modules/consensus/block-pow/dap_chain_cs_block_pow.c +++ b/modules/consensus/block-pow/dap_chain_cs_block_pow.c @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/consensus/block-pow/include/dap_chain_cs_block_pow.h b/modules/consensus/block-pow/include/dap_chain_cs_block_pow.h index c2b9fd7b7d..b6f4fad1c3 100644 --- a/modules/consensus/block-pow/include/dap_chain_cs_block_pow.h +++ b/modules/consensus/block-pow/include/dap_chain_cs_block_pow.h @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/consensus/dag-poa/dap_chain_cs_dag_poa.c b/modules/consensus/dag-poa/dap_chain_cs_dag_poa.c index 0414f044ac..516c56c572 100644 --- a/modules/consensus/dag-poa/dap_chain_cs_dag_poa.c +++ b/modules/consensus/dag-poa/dap_chain_cs_dag_poa.c @@ -6,9 +6,9 @@ * Copyright (c) 2017-2019 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/consensus/dag-poa/include/dap_chain_cs_dag_poa.h b/modules/consensus/dag-poa/include/dap_chain_cs_dag_poa.h index e6b234123d..113f56bff8 100644 --- a/modules/consensus/dag-poa/include/dap_chain_cs_dag_poa.h +++ b/modules/consensus/dag-poa/include/dap_chain_cs_dag_poa.h @@ -6,9 +6,9 @@ * Copyright (c) 2017-2019 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/consensus/dag-pos/dap_chain_cs_dag_pos.c b/modules/consensus/dag-pos/dap_chain_cs_dag_pos.c index 0222e24928..be70173ade 100644 --- a/modules/consensus/dag-pos/dap_chain_cs_dag_pos.c +++ b/modules/consensus/dag-pos/dap_chain_cs_dag_pos.c @@ -6,9 +6,9 @@ * Copyright (c) 2017-2019 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/consensus/dag-pos/include/dap_chain_cs_dag_pos.h b/modules/consensus/dag-pos/include/dap_chain_cs_dag_pos.h index 23d50e1722..70e86ff11b 100644 --- a/modules/consensus/dag-pos/include/dap_chain_cs_dag_pos.h +++ b/modules/consensus/dag-pos/include/dap_chain_cs_dag_pos.h @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/json_rpc/common/include/dap_json_rpc_chain_common.h b/modules/json_rpc/common/include/dap_json_rpc_chain_common.h index 2e6c4a7316..d88b9b4a56 100644 --- a/modules/json_rpc/common/include/dap_json_rpc_chain_common.h +++ b/modules/json_rpc/common/include/dap_json_rpc_chain_common.h @@ -7,9 +7,9 @@ * Copyright (c) 2017-2023 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/json_rpc/common/include/dap_json_rpc_chain_datum.h b/modules/json_rpc/common/include/dap_json_rpc_chain_datum.h index eb42fa19d9..6f4767fae3 100644 --- a/modules/json_rpc/common/include/dap_json_rpc_chain_datum.h +++ b/modules/json_rpc/common/include/dap_json_rpc_chain_datum.h @@ -7,9 +7,9 @@ * Copyright (c) 2017-2023 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/json_rpc/common/include/dap_json_rpc_chain_datum_anchor.h b/modules/json_rpc/common/include/dap_json_rpc_chain_datum_anchor.h index 96a03be72e..64c2f0bf16 100644 --- a/modules/json_rpc/common/include/dap_json_rpc_chain_datum_anchor.h +++ b/modules/json_rpc/common/include/dap_json_rpc_chain_datum_anchor.h @@ -7,9 +7,9 @@ * Copyright (c) 2017-2023 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/json_rpc/common/include/dap_json_rpc_chain_datum_decree.h b/modules/json_rpc/common/include/dap_json_rpc_chain_datum_decree.h index 31342d7538..de30d1c0d5 100644 --- a/modules/json_rpc/common/include/dap_json_rpc_chain_datum_decree.h +++ b/modules/json_rpc/common/include/dap_json_rpc_chain_datum_decree.h @@ -7,9 +7,9 @@ * Copyright (c) 2017-2023 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/json_rpc/common/include/dap_json_rpc_chain_datum_token.h b/modules/json_rpc/common/include/dap_json_rpc_chain_datum_token.h index f9232771ba..b63649e547 100644 --- a/modules/json_rpc/common/include/dap_json_rpc_chain_datum_token.h +++ b/modules/json_rpc/common/include/dap_json_rpc_chain_datum_token.h @@ -7,9 +7,9 @@ * Copyright (c) 2017-2023 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/json_rpc/common/include/dap_json_rpc_chain_datum_tx.h b/modules/json_rpc/common/include/dap_json_rpc_chain_datum_tx.h index ef472df5f6..7d4e64ef59 100644 --- a/modules/json_rpc/common/include/dap_json_rpc_chain_datum_tx.h +++ b/modules/json_rpc/common/include/dap_json_rpc_chain_datum_tx.h @@ -7,9 +7,9 @@ * Copyright (c) 2017-2023 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/json_rpc/common/include/dap_json_rpc_chain_datum_tx_items.h b/modules/json_rpc/common/include/dap_json_rpc_chain_datum_tx_items.h index 4daa805633..815c8e89b2 100644 --- a/modules/json_rpc/common/include/dap_json_rpc_chain_datum_tx_items.h +++ b/modules/json_rpc/common/include/dap_json_rpc_chain_datum_tx_items.h @@ -7,9 +7,9 @@ * Copyright (c) 2017-2023 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/json_rpc/common/include/dap_json_rpc_chain_datum_tx_receipt.h b/modules/json_rpc/common/include/dap_json_rpc_chain_datum_tx_receipt.h index a14a231ff2..c27cfcfd0b 100644 --- a/modules/json_rpc/common/include/dap_json_rpc_chain_datum_tx_receipt.h +++ b/modules/json_rpc/common/include/dap_json_rpc_chain_datum_tx_receipt.h @@ -7,9 +7,9 @@ * Copyright (c) 2017-2023 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/json_rpc/mempool/include/dap_chain_mempool_rpc.h b/modules/json_rpc/mempool/include/dap_chain_mempool_rpc.h index f09bdc17af..b9c0efa9bb 100644 --- a/modules/json_rpc/mempool/include/dap_chain_mempool_rpc.h +++ b/modules/json_rpc/mempool/include/dap_chain_mempool_rpc.h @@ -7,9 +7,9 @@ * Copyright (c) 2017-2023 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/mempool/dap_chain_mempool.c b/modules/mempool/dap_chain_mempool.c index da0387c295..41639e23b4 100644 --- a/modules/mempool/dap_chain_mempool.c +++ b/modules/mempool/dap_chain_mempool.c @@ -7,9 +7,9 @@ * Copyright (c) 2017-2019 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/mining/dap_hash_slow.c b/modules/mining/dap_hash_slow.c index 38902a6e63..c71855ecde 100644 --- a/modules/mining/dap_hash_slow.c +++ b/modules/mining/dap_hash_slow.c @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/mining/include/dap_hash_slow.h b/modules/mining/include/dap_hash_slow.h index 320a09d512..8d900e7fed 100644 --- a/modules/mining/include/dap_hash_slow.h +++ b/modules/mining/include/dap_hash_slow.h @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/net/dap_chain_ledger.c b/modules/net/dap_chain_ledger.c index c401211107..afcaa437bf 100644 --- a/modules/net/dap_chain_ledger.c +++ b/modules/net/dap_chain_ledger.c @@ -7,9 +7,9 @@ * Copyright (c) 2017-2019 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/net/dap_chain_net.c b/modules/net/dap_chain_net.c index af74521535..2b9fe3fc17 100644 --- a/modules/net/dap_chain_net.c +++ b/modules/net/dap_chain_net.c @@ -7,9 +7,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/net/dap_chain_net_tx.c b/modules/net/dap_chain_net_tx.c index a478200eb4..103c97166c 100644 --- a/modules/net/dap_chain_net_tx.c +++ b/modules/net/dap_chain_net_tx.c @@ -6,9 +6,9 @@ * Copyright (c) 2022 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/net/dap_chain_net_voting.c b/modules/net/dap_chain_net_voting.c index 0f2b73180c..590e07e9a2 100644 --- a/modules/net/dap_chain_net_voting.c +++ b/modules/net/dap_chain_net_voting.c @@ -6,9 +6,9 @@ * Copyright (c) 2017-2019 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/net/dap_chain_node.c b/modules/net/dap_chain_node.c index 58e9566899..e906b537c6 100644 --- a/modules/net/dap_chain_node.c +++ b/modules/net/dap_chain_node.c @@ -3,9 +3,9 @@ * Dmitriy A. Gerasimov <naeper@demlabs.net> * DeM Labs Inc. https://demlabs.net - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/net/dap_chain_node_cli_cmd.c b/modules/net/dap_chain_node_cli_cmd.c index bad1dc4851..196d516e42 100644 --- a/modules/net/dap_chain_node_cli_cmd.c +++ b/modules/net/dap_chain_node_cli_cmd.c @@ -7,9 +7,9 @@ * Copyright (c) 2019 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/net/dap_chain_node_cli_cmd_tx.c b/modules/net/dap_chain_node_cli_cmd_tx.c index 5ec0f0a159..5c00beb02b 100644 --- a/modules/net/dap_chain_node_cli_cmd_tx.c +++ b/modules/net/dap_chain_node_cli_cmd_tx.c @@ -6,9 +6,9 @@ * Copyright (c) 2019 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/net/dap_chain_node_client.c b/modules/net/dap_chain_node_client.c index 14d7c426da..14f7bdeddb 100644 --- a/modules/net/dap_chain_node_client.c +++ b/modules/net/dap_chain_node_client.c @@ -4,9 +4,9 @@ * Alexander Lysikov <alexander.lysikov@demlabs.net> * DeM Labs Inc. https://demlabs.net - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/net/dap_chain_node_dns_server.c b/modules/net/dap_chain_node_dns_server.c index 72e4fb6585..4fe855571c 100644 --- a/modules/net/dap_chain_node_dns_server.c +++ b/modules/net/dap_chain_node_dns_server.c @@ -6,9 +6,9 @@ * Copyright (c) 2017-2020 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/net/dap_chain_node_ping.c b/modules/net/dap_chain_node_ping.c index e8f3b9cb33..3028f314b4 100644 --- a/modules/net/dap_chain_node_ping.c +++ b/modules/net/dap_chain_node_ping.c @@ -3,9 +3,9 @@ * Alexander Lysikov <alexander.lysikov@demlabs.net> * DeM Labs Inc. https://demlabs.net - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/net/include/dap_chain_ledger.h b/modules/net/include/dap_chain_ledger.h index a6fcd88266..c5bac731d1 100644 --- a/modules/net/include/dap_chain_ledger.h +++ b/modules/net/include/dap_chain_ledger.h @@ -7,9 +7,9 @@ * Copyright (c) 2017-2019 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/net/include/dap_chain_net_bugreport.h b/modules/net/include/dap_chain_net_bugreport.h index d4ca32a594..b2b1113dd1 100644 --- a/modules/net/include/dap_chain_net_bugreport.h +++ b/modules/net/include/dap_chain_net_bugreport.h @@ -6,9 +6,9 @@ * Copyright (c) 2020 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/net/include/dap_chain_net_tx.h b/modules/net/include/dap_chain_net_tx.h index e3a7b6af51..4f4916a735 100644 --- a/modules/net/include/dap_chain_net_tx.h +++ b/modules/net/include/dap_chain_net_tx.h @@ -6,9 +6,9 @@ * Copyright (c) 2022 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/net/include/dap_chain_net_voting.h b/modules/net/include/dap_chain_net_voting.h index 9abec85abe..e03e6dda51 100644 --- a/modules/net/include/dap_chain_net_voting.h +++ b/modules/net/include/dap_chain_net_voting.h @@ -6,9 +6,9 @@ * Copyright (c) 2022 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/net/include/dap_chain_node.h b/modules/net/include/dap_chain_node.h index 6b3b4d8224..5cc69065cf 100644 --- a/modules/net/include/dap_chain_node.h +++ b/modules/net/include/dap_chain_node.h @@ -3,9 +3,9 @@ * Dmitriy A. Gerasimov <naeper@demlabs.net> * DeM Labs Inc. https://demlabs.net - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/net/include/dap_chain_node_cli_cmd.h b/modules/net/include/dap_chain_node_cli_cmd.h index 1ece69c544..b5c43033a0 100644 --- a/modules/net/include/dap_chain_node_cli_cmd.h +++ b/modules/net/include/dap_chain_node_cli_cmd.h @@ -7,9 +7,9 @@ * Copyright (c) 2019 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/net/include/dap_chain_node_cli_cmd_tx.h b/modules/net/include/dap_chain_node_cli_cmd_tx.h index 06aafc4e5d..1dc043c876 100644 --- a/modules/net/include/dap_chain_node_cli_cmd_tx.h +++ b/modules/net/include/dap_chain_node_cli_cmd_tx.h @@ -6,9 +6,9 @@ * Copyright (c) 2019 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/net/include/dap_chain_node_client.h b/modules/net/include/dap_chain_node_client.h index acc3ef022b..75d476b6bc 100644 --- a/modules/net/include/dap_chain_node_client.h +++ b/modules/net/include/dap_chain_node_client.h @@ -4,9 +4,9 @@ * Alexander Lysikov <alexander.lysikov@demlabs.net> * DeM Labs Inc. https://demlabs.net - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/net/include/dap_chain_node_ping.h b/modules/net/include/dap_chain_node_ping.h index a44f4fc259..32fa41d771 100644 --- a/modules/net/include/dap_chain_node_ping.h +++ b/modules/net/include/dap_chain_node_ping.h @@ -3,9 +3,9 @@ * Alexander Lysikov <alexander.lysikov@demlabs.net> * DeM Labs Inc. https://demlabs.net - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/net/srv/dap_chain_net_srv.c b/modules/net/srv/dap_chain_net_srv.c index f357e5b9e5..5661288884 100644 --- a/modules/net/srv/dap_chain_net_srv.c +++ b/modules/net/srv/dap_chain_net_srv.c @@ -7,9 +7,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/net/srv/dap_chain_net_srv_geoip.c b/modules/net/srv/dap_chain_net_srv_geoip.c index 1118073e42..cf1ff5b468 100644 --- a/modules/net/srv/dap_chain_net_srv_geoip.c +++ b/modules/net/srv/dap_chain_net_srv_geoip.c @@ -6,9 +6,9 @@ * Copyright (c) 2020 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/net/srv/dap_chain_net_srv_geoip.h b/modules/net/srv/dap_chain_net_srv_geoip.h index 1f8ecd5be3..63b9f6e8f2 100644 --- a/modules/net/srv/dap_chain_net_srv_geoip.h +++ b/modules/net/srv/dap_chain_net_srv_geoip.h @@ -6,9 +6,9 @@ * Copyright (c) 2020 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/net/srv/dap_chain_net_srv_order.c b/modules/net/srv/dap_chain_net_srv_order.c index abe28cddc1..9a27a68489 100644 --- a/modules/net/srv/dap_chain_net_srv_order.c +++ b/modules/net/srv/dap_chain_net_srv_order.c @@ -6,9 +6,9 @@ * Copyright (c) 2017-2019 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/service/app-db/dap_chain_net_srv_app_db.c b/modules/service/app-db/dap_chain_net_srv_app_db.c index 38806a6466..ca367c0554 100644 --- a/modules/service/app-db/dap_chain_net_srv_app_db.c +++ b/modules/service/app-db/dap_chain_net_srv_app_db.c @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/service/app-db/include/dap_chain_net_srv_app_db.h b/modules/service/app-db/include/dap_chain_net_srv_app_db.h index 4cbc863baf..9d09aabe9d 100644 --- a/modules/service/app-db/include/dap_chain_net_srv_app_db.h +++ b/modules/service/app-db/include/dap_chain_net_srv_app_db.h @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/service/app/dap_chain_net_srv_app.c b/modules/service/app/dap_chain_net_srv_app.c index ba7bb99058..4cf3ab713c 100644 --- a/modules/service/app/dap_chain_net_srv_app.c +++ b/modules/service/app/dap_chain_net_srv_app.c @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/service/app/include/dap_chain_net_srv_app.h b/modules/service/app/include/dap_chain_net_srv_app.h index 1a1c56c6a6..8fadbfea0d 100644 --- a/modules/service/app/include/dap_chain_net_srv_app.h +++ b/modules/service/app/include/dap_chain_net_srv_app.h @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/service/datum/dap_chain_net_srv_datum.c b/modules/service/datum/dap_chain_net_srv_datum.c index 5d6bed3683..0f3f5ae93a 100644 --- a/modules/service/datum/dap_chain_net_srv_datum.c +++ b/modules/service/datum/dap_chain_net_srv_datum.c @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/service/datum/include/dap_chain_net_srv_datum.h b/modules/service/datum/include/dap_chain_net_srv_datum.h index 33652da673..b20df3e875 100644 --- a/modules/service/datum/include/dap_chain_net_srv_datum.h +++ b/modules/service/datum/include/dap_chain_net_srv_datum.h @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/service/mining-pool/dap_chain_net_srv_datum_pool.c b/modules/service/mining-pool/dap_chain_net_srv_datum_pool.c index 8d9a39cf1d..6d07d7b8c6 100644 --- a/modules/service/mining-pool/dap_chain_net_srv_datum_pool.c +++ b/modules/service/mining-pool/dap_chain_net_srv_datum_pool.c @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/service/mining-pool/include/dap_chain_net_srv_datum_pool.h b/modules/service/mining-pool/include/dap_chain_net_srv_datum_pool.h index 2bc2191194..59c00c04ab 100644 --- a/modules/service/mining-pool/include/dap_chain_net_srv_datum_pool.h +++ b/modules/service/mining-pool/include/dap_chain_net_srv_datum_pool.h @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/service/stake/dap_chain_net_srv_stake_lock.c b/modules/service/stake/dap_chain_net_srv_stake_lock.c index 4be264e1f9..0c29eaacc5 100644 --- a/modules/service/stake/dap_chain_net_srv_stake_lock.c +++ b/modules/service/stake/dap_chain_net_srv_stake_lock.c @@ -6,9 +6,9 @@ * Copyright (c) 2022 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/service/stake/dap_chain_net_srv_stake_pos_delegate.c b/modules/service/stake/dap_chain_net_srv_stake_pos_delegate.c index 60912eb67f..97d86a325c 100644 --- a/modules/service/stake/dap_chain_net_srv_stake_pos_delegate.c +++ b/modules/service/stake/dap_chain_net_srv_stake_pos_delegate.c @@ -6,9 +6,9 @@ * Copyright (c) 2017-2020 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/service/stake/include/dap_chain_net_srv_stake_lock.h b/modules/service/stake/include/dap_chain_net_srv_stake_lock.h index 6893e2a2f7..4c89134415 100644 --- a/modules/service/stake/include/dap_chain_net_srv_stake_lock.h +++ b/modules/service/stake/include/dap_chain_net_srv_stake_lock.h @@ -6,9 +6,9 @@ * Copyright (c) 2022 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/service/stake/include/dap_chain_net_srv_stake_pos_delegate.h b/modules/service/stake/include/dap_chain_net_srv_stake_pos_delegate.h index 37fce710e3..d8fea0a16e 100644 --- a/modules/service/stake/include/dap_chain_net_srv_stake_pos_delegate.h +++ b/modules/service/stake/include/dap_chain_net_srv_stake_pos_delegate.h @@ -6,9 +6,9 @@ * Copyright (c) 2017-2020 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/service/vpn/dap_chain_net_srv_vpn.c b/modules/service/vpn/dap_chain_net_srv_vpn.c index a500e77323..fc801241fe 100644 --- a/modules/service/vpn/dap_chain_net_srv_vpn.c +++ b/modules/service/vpn/dap_chain_net_srv_vpn.c @@ -8,9 +8,9 @@ * Copyright (c) 2017-2019 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/service/vpn/dap_chain_net_vpn_client.c b/modules/service/vpn/dap_chain_net_vpn_client.c index 1ef5e9fedd..fa9395dfd8 100644 --- a/modules/service/vpn/dap_chain_net_vpn_client.c +++ b/modules/service/vpn/dap_chain_net_vpn_client.c @@ -6,9 +6,9 @@ * Copyright (c) 2019 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/service/vpn/dap_chain_net_vpn_client_tun.c b/modules/service/vpn/dap_chain_net_vpn_client_tun.c index 076fbd7e76..d87cedde6a 100644 --- a/modules/service/vpn/dap_chain_net_vpn_client_tun.c +++ b/modules/service/vpn/dap_chain_net_vpn_client_tun.c @@ -6,9 +6,9 @@ * Copyright (c) 2019 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/service/vpn/include/dap_chain_net_srv_vpn.h b/modules/service/vpn/include/dap_chain_net_srv_vpn.h index 82cccff2fa..1fb31f7cb4 100644 --- a/modules/service/vpn/include/dap_chain_net_srv_vpn.h +++ b/modules/service/vpn/include/dap_chain_net_srv_vpn.h @@ -8,9 +8,9 @@ * Copyright (c) 2017-2019 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/service/vpn/include/dap_chain_net_vpn_client.h b/modules/service/vpn/include/dap_chain_net_vpn_client.h index ea087cada2..8f6513fffb 100644 --- a/modules/service/vpn/include/dap_chain_net_vpn_client.h +++ b/modules/service/vpn/include/dap_chain_net_vpn_client.h @@ -6,10 +6,10 @@ * Copyright (c) 2019 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/service/vpn/include/dap_chain_net_vpn_client_tun.h b/modules/service/vpn/include/dap_chain_net_vpn_client_tun.h index 1697d3b6c5..3f01bce0ca 100644 --- a/modules/service/vpn/include/dap_chain_net_vpn_client_tun.h +++ b/modules/service/vpn/include/dap_chain_net_vpn_client_tun.h @@ -6,9 +6,9 @@ * Copyright (c) 2019 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/service/xchange/dap_chain_net_srv_xchange.c b/modules/service/xchange/dap_chain_net_srv_xchange.c index 115e2cb647..3406378268 100644 --- a/modules/service/xchange/dap_chain_net_srv_xchange.c +++ b/modules/service/xchange/dap_chain_net_srv_xchange.c @@ -6,9 +6,9 @@ * Copyright (c) 2017-2020 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/service/xchange/include/dap_chain_net_srv_xchange.h b/modules/service/xchange/include/dap_chain_net_srv_xchange.h index 41a1cd455c..d6eae10743 100644 --- a/modules/service/xchange/include/dap_chain_net_srv_xchange.h +++ b/modules/service/xchange/include/dap_chain_net_srv_xchange.h @@ -6,9 +6,9 @@ * Copyright (c) 2017-2020 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/type/blocks/include/dap_chain_cs_blocks.h b/modules/type/blocks/include/dap_chain_cs_blocks.h index 9a26538756..8e7eaf5cff 100644 --- a/modules/type/blocks/include/dap_chain_cs_blocks.h +++ b/modules/type/blocks/include/dap_chain_cs_blocks.h @@ -5,9 +5,9 @@ * Copyright (c) 2017-2020 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/type/dag/dap_chain_cs_dag.c b/modules/type/dag/dap_chain_cs_dag.c index 001c4382bb..4bbd15ab3f 100644 --- a/modules/type/dag/dap_chain_cs_dag.c +++ b/modules/type/dag/dap_chain_cs_dag.c @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/type/dag/dap_chain_cs_dag_event.c b/modules/type/dag/dap_chain_cs_dag_event.c index 364bfe4ae5..0e081e629d 100644 --- a/modules/type/dag/dap_chain_cs_dag_event.c +++ b/modules/type/dag/dap_chain_cs_dag_event.c @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/type/dag/include/dap_chain_cs_dag.h b/modules/type/dag/include/dap_chain_cs_dag.h index 7ce4445e95..3db39941b2 100644 --- a/modules/type/dag/include/dap_chain_cs_dag.h +++ b/modules/type/dag/include/dap_chain_cs_dag.h @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/type/dag/include/dap_chain_cs_dag_event.h b/modules/type/dag/include/dap_chain_cs_dag_event.h index 68c7f42988..cef68bfeee 100644 --- a/modules/type/dag/include/dap_chain_cs_dag_event.h +++ b/modules/type/dag/include/dap_chain_cs_dag_event.h @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/type/none/dap_chain_cs_none.c b/modules/type/none/dap_chain_cs_none.c index 3cb904ce38..f04e5104b6 100644 --- a/modules/type/none/dap_chain_cs_none.c +++ b/modules/type/none/dap_chain_cs_none.c @@ -6,9 +6,9 @@ * Copyright (c) 2019 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/type/none/include/dap_chain_cs_none.h b/modules/type/none/include/dap_chain_cs_none.h index 885509be82..3f3cf4fbc4 100644 --- a/modules/type/none/include/dap_chain_cs_none.h +++ b/modules/type/none/include/dap_chain_cs_none.h @@ -6,9 +6,9 @@ * Copyright (c) 2019 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/wallet/dap_chain_coin.c b/modules/wallet/dap_chain_coin.c index e6785b00f7..a42ef4e9d7 100644 --- a/modules/wallet/dap_chain_coin.c +++ b/modules/wallet/dap_chain_coin.c @@ -6,9 +6,9 @@ * Copyright (c) 2017-2019 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/wallet/dap_chain_wallet.c b/modules/wallet/dap_chain_wallet.c index b504530cf6..72c3ebf9bf 100644 --- a/modules/wallet/dap_chain_wallet.c +++ b/modules/wallet/dap_chain_wallet.c @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/wallet/include/dap_chain_coin.h b/modules/wallet/include/dap_chain_coin.h index 8bf7f08772..672e38c514 100644 --- a/modules/wallet/include/dap_chain_coin.h +++ b/modules/wallet/include/dap_chain_coin.h @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/wallet/include/dap_chain_wallet.h b/modules/wallet/include/dap_chain_wallet.h index 5dbb185789..7c73177969 100644 --- a/modules/wallet/include/dap_chain_wallet.h +++ b/modules/wallet/include/dap_chain_wallet.h @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/modules/wallet/include/dap_chain_wallet_internal.h b/modules/wallet/include/dap_chain_wallet_internal.h index ef746aede8..39b8e3737a 100644 --- a/modules/wallet/include/dap_chain_wallet_internal.h +++ b/modules/wallet/include/dap_chain_wallet_internal.h @@ -6,9 +6,9 @@ * Copyright (c) 2017-2018 * All rights reserved. - This file is part of DAP (Deus Applications Prototypes) the open source project + This file is part of DAP (Demlabs Application Protocol) the open source project - DAP (Deus Applicaions Prototypes) is free software: you can redistribute it and/or modify + DAP (Demlabs Application Protocol) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -- GitLab