From f08670102dd57147c72f6e8c8f3dee1b61fd54ea Mon Sep 17 00:00:00 2001 From: Emanuel Pargov Date: Tue, 8 Aug 2023 14:25:39 +0300 Subject: [PATCH] Fix: Update copyright date (#783) Signed-off-by: Emanuel Pargov --- account_allowance_adjust_transaction.go | 2 +- ..._allowance_adjust_transaction_unit_test.go | 2 +- account_allowance_approve_transaction.go | 2 +- ...allowance_approve_transaction_unit_test.go | 2 +- account_allowance_delete_transaction.go | 20 ++++++++++ account_balance.go | 2 +- account_balance_query.go | 2 +- account_balance_query_e2e_test.go | 2 +- account_balance_query_unit_test.go | 2 +- account_create_transaction.go | 2 +- account_create_transaction_e2e_test.go | 2 +- account_create_transaction_unit_test.go | 2 +- account_delete_transaction.go | 2 +- account_delete_transaction_e2e_test.go | 2 +- account_delete_transaction_unit_test.go | 2 +- account_id.go | 2 +- account_id_unit_test.go | 2 +- account_info.go | 2 +- account_info_flow.go | 2 +- account_info_flow_e2e_test.go | 2 +- account_info_query.go | 2 +- account_info_query_e2e_test.go | 2 +- account_info_query_unit_test.go | 2 +- account_records_query.go | 2 +- account_records_query_e2e_test.go | 2 +- account_records_query_unit_test.go | 2 +- account_stakers_query.go | 2 +- account_stakers_query_e2e_test.go | 2 +- account_stakers_query_unit_test.go | 2 +- account_update_transaction.go | 2 +- account_update_transaction_e2e_test.go | 2 +- account_update_transaction_unit_test.go | 2 +- address_book_query.go | 2 +- address_book_query_e2e_test.go | 5 ++- address_book_query_unit_test.go | 2 +- address_books.go | 2 +- assessed_custom_fee.go | 2 +- channel.go | 2 +- client.go | 2 +- client_all_test.go | 2 +- client_e2e_test.go | 2 +- client_unit_test.go | 2 +- contract_bytecode_query.go | 2 +- contract_bytecode_query_e2e_test.go | 2 +- contract_bytecode_query_unit_test.go | 2 +- contract_call_query.go | 2 +- contract_call_query_e2e_test.go | 2 +- contract_call_query_unit_test.go | 2 +- contract_create_flow.go | 2 +- contract_create_flow_e2e_test.go | 2 +- contract_create_transaction.go | 2 +- contract_create_transaction_e2e_test.go | 4 +- contract_create_transaction_unit_test.go | 2 +- contract_delete_transaction.go | 2 +- contract_delete_transaction_e2e_test.go | 2 +- contract_delete_transaction_unit_test.go | 2 +- contract_execute_transaction.go | 2 +- contract_execute_transaction_e2e_test.go | 2 +- contract_execute_transaction_unit_test.go | 2 +- contract_function_parameters.go | 2 +- contract_function_parameters_e2e_test.go | 28 ++++++++++++-- contract_function_result.go | 2 +- contract_function_selector.go | 2 +- contract_id.go | 2 +- contract_id_unit_test.go | 2 +- contract_info.go | 2 +- contract_info_query.go | 2 +- contract_info_query_e2e_test.go | 2 +- contract_info_query_unit_test.go | 2 +- contract_log_info.go | 2 +- contract_nonce_info.go | 2 +- contract_nonce_info_unit_test.go | 22 ++++++++++- contract_state_change.go | 2 +- contract_update_transaction.go | 2 +- contract_update_transaction_e2e_test.go | 2 +- contract_update_transaction_unit_test.go | 2 +- crypto.go | 2 +- crypto_e2e_test.go | 2 +- crypto_unit_test.go | 38 +++++++++---------- custom_fee.go | 2 +- custom_fixed_fee.go | 2 +- custom_fractional_fee.go | 2 +- custom_royalty_fee.go | 2 +- delegatable_contract_id.go | 2 +- delegate_contract_id_unit_test.go | 2 +- ecdsa_private_key.go | 2 +- ecdsa_public_key.go | 2 +- ed25519_private_key.go | 2 +- ed25519_public_key.go | 2 +- endpoint.go | 2 +- entity_id.go | 2 +- errors.go | 2 +- ethereum_data_unit_test.go | 20 ++++++++++ ethereum_flow.go | 20 ++++++++++ ethereum_flow_unit_test.go | 20 ++++++++++ ethereum_transaction.go | 20 ++++++++++ ethereum_transaction_data.go | 20 ++++++++++ ethereum_transaction_unit_test.go | 2 +- exchange_rate.go | 2 +- executable.go | 2 +- fee_assessment_method.go | 2 +- fee_components.go | 2 +- fee_data.go | 2 +- fee_schedule.go | 2 +- fee_schedules.go | 2 +- fee_schedules_e2e_test.go | 2 +- fee_schedules_unit_test.go | 2 +- file_append_transaction.go | 2 +- file_append_transaction_e2e_test.go | 2 +- file_append_transaction_unit_test.go | 2 +- file_contents_query.go | 2 +- file_contents_query_e2e_test.go | 2 +- file_contents_query_unit_test.go | 2 +- file_create_transaction.go | 2 +- file_create_transaction_e2e_test.go | 2 +- file_create_transaction_unit_test.go | 2 +- file_delete_transaction.go | 2 +- file_delete_transaction_e2e_test.go | 2 +- file_delete_transaction_unit_test.go | 2 +- file_id.go | 2 +- file_id_unit_test.go | 2 +- file_info.go | 2 +- file_info_query.go | 2 +- file_info_query_e2e_test.go | 2 +- file_info_query_unit_test.go | 2 +- file_update_transaction.go | 2 +- file_update_transaction_e2e_test.go | 2 +- file_update_transaction_unit_test.go | 2 +- freeze_transaction.go | 2 +- freeze_type.go | 2 +- hbar.go | 2 +- hbar_allowance.go | 2 +- hbar_transfer.go | 2 +- hbar_unit.go | 2 +- hbar_unit_test.go | 2 +- id.go | 2 +- index.go | 2 +- internal_token_transfer.go | 2 +- ipv4_address.go | 2 +- ipv4_address_part.go | 2 +- key_list.go | 2 +- keystore.go | 2 +- keystore_unit_test.go | 2 +- ledger_id.go | 2 +- legacy.go | 2 +- live_hash.go | 2 +- live_hash_add_transaction.go | 2 +- live_hash_add_transaction_e2e_test.go | 2 +- live_hash_add_transaction_unit_test.go | 2 +- live_hash_delete_transaction.go | 2 +- live_hash_delete_transaction_unit_test.go | 2 +- live_hash_query.go | 2 +- live_hash_query_e2e_test.go | 2 +- live_hash_query_unit_test.go | 2 +- lockable_slice.go | 2 +- logger.go | 2 +- logger_unit_test.go | 2 +- managed_network.go | 2 +- managed_network_unit_test.go | 20 ++++++++++ managed_node.go | 2 +- managed_node_address.go | 2 +- managed_node_address_unit_test.go | 2 +- mirror_network.go | 2 +- mirror_node.go | 2 +- mnemonic.go | 2 +- mnemonic_test.go | 2 +- mock_test.go | 2 +- multi_app_transfer_test.go | 2 +- network.go | 2 +- network_name.go | 2 +- network_unit_test.go | 5 ++- network_version_info.go | 2 +- network_version_info_query.go | 2 +- network_version_info_query_e2e_test.go | 2 +- nework_version_info_query_unit_test.go | 20 ++++++++++ nft_id.go | 2 +- node.go | 2 +- node_address.go | 2 +- node_address_book.go | 2 +- one_signature_e2e_test.go | 20 ++++++++++ prng_transaction.go | 2 +- proxy_staker.go | 2 +- query.go | 2 +- request_type.go | 2 +- schedule_create_transaction.go | 2 +- schedule_create_transaction_e2e_test.go | 2 +- schedule_create_transaction_unit_test.go | 2 +- schedule_delete_transaction.go | 2 +- schedule_id.go | 2 +- schedule_info.go | 2 +- schedule_info_query.go | 2 +- schedule_info_query_unit_test.go | 2 +- schedule_sign_transaction.go | 2 +- schedule_sign_transaction_unit_test.go | 2 +- semantic_version.go | 2 +- staking_info.go | 2 +- status.go | 2 +- status_unit_test.go | 2 +- storage_change.go | 2 +- subscription_handle.go | 2 +- system_delete_transaction.go | 2 +- system_undelete_transaction.go | 2 +- time.go | 2 +- tls_e2e_test.go | 2 +- token_allowance.go | 2 +- token_allowance_unit_test.go | 2 +- token_associate_transaction.go | 2 +- token_associate_transaction_e2e_test.go | 2 +- token_associate_transaction_unit_test.go | 2 +- token_association.go | 2 +- token_association_unit_test.go | 2 +- token_balance_map.go | 2 +- token_balance_map_unit_test.go | 2 +- token_burn_transaction.go | 2 +- token_burn_transaction_e2e_test.go | 2 +- token_burn_transaction_unit_test.go | 2 +- token_create_transaction.go | 2 +- token_create_transaction_e2e_test.go | 2 +- token_create_transaction_unit_test.go | 2 +- token_decimal_map.go | 2 +- token_decimal_map_unit_test.go | 2 +- token_delete_transaction.go | 2 +- token_delete_transaction_e2e_test.go | 2 +- token_delete_transaction_unit_test.go | 2 +- token_dissociate_transaction.go | 2 +- token_dissociate_transaction_e2e_test.go | 2 +- token_dissociate_transaction_unit_test.go | 2 +- token_fee_schedule_update_transaction.go | 2 +- ...ee_schedule_update_transaction_e2e_test.go | 2 +- ...e_schedule_update_transaction_unit_test.go | 2 +- token_freeze_transaction.go | 2 +- token_freeze_transaction_e2e_test.go | 2 +- token_freeze_transaction_unit_test.go | 2 +- token_grant_kyc_transaction.go | 2 +- token_grant_kyc_transaction_e2e_test.go | 2 +- token_grant_kyc_transaction_unit_test.go | 2 +- token_id.go | 2 +- token_id_unit_test.go | 2 +- token_info.go | 2 +- token_info_query.go | 2 +- token_info_query_e2e_test.go | 2 +- token_info_query_unit_test.go | 2 +- token_info_unit_test.go | 2 +- token_mint_transaction.go | 2 +- token_mint_transaction_e2e_test.go | 2 +- token_mint_transaction_unit_test.go | 2 +- token_nft_allowance.go | 2 +- token_nft_allowance_e2e_test.go | 20 ++++++++++ token_nft_allowance_unit_test.go | 5 ++- token_nft_info.go | 2 +- token_nft_info_query.go | 2 +- token_nft_info_query_e2e_test.go | 2 +- token_nft_info_query_unit_test.go | 2 +- token_nft_transfer.go | 2 +- token_nft_transfer_unit_test.go | 2 +- token_pause_transaction.go | 2 +- token_pause_transaction_e2e_test.go | 20 ++++++++++ token_pause_transaction_unit_test.go | 2 +- token_relationship.go | 2 +- token_revoke_kyc_transaction.go | 2 +- token_revoke_kyc_transaction_e2e_test.go | 2 +- token_revoke_kys_transaction_unit_test.go | 2 +- token_supply_type.go | 2 +- token_transfer.go | 2 +- token_transfer_transaction_e2e_test.go | 2 +- token_transfer_transaction_unit_test.go | 2 +- token_type.go | 2 +- token_unfreeze_transaction.go | 2 +- token_unfreeze_transaction_e2e_test.go | 2 +- token_unfreeze_transaction_unit_test.go | 2 +- token_unpause_transaction.go | 2 +- token_update_transaction.go | 2 +- token_update_transaction_e2e_test.go | 2 +- token_update_transaction_unit_test.go | 2 +- token_wipe_transaction.go | 2 +- token_wipe_transaction_e2e_test.go | 2 +- token_wipe_transaction_unit_test.go | 2 +- topic_create_transaction.go | 2 +- topic_create_transaction_e2e_test.go | 2 +- topic_create_transaction_unit_test.go | 2 +- topic_delete_transaction.go | 2 +- topic_delete_transaction_e2e_test.go | 2 +- topic_delete_transaction_unit_test.go | 2 +- topic_id.go | 2 +- topic_info.go | 2 +- topic_info_query.go | 2 +- topic_info_query_e2e_test.go | 2 +- topic_info_query_unit_test.go | 2 +- topic_message.go | 2 +- topic_message_chunk.go | 2 +- topic_message_query.go | 2 +- topic_message_query_e2e_test.go | 2 +- topic_message_query_unit_test.go | 20 ++++++++++ topic_message_submit_transaction.go | 2 +- topic_message_submit_transaction_unit_test.go | 20 ++++++++++ topic_update_transaction.go | 2 +- topic_update_transaction_e2e_test.go | 2 +- topic_update_transaction_unit_test.go | 2 +- transaction.go | 2 +- transaction_e2e_test.go | 2 +- transaction_fee_schedule.go | 2 +- transaction_id.go | 2 +- transaction_id_unit_test.go | 2 +- transaction_receipt.go | 2 +- transaction_receipt_query.go | 2 +- transaction_receipt_query_e2e_test.go | 2 +- transaction_receipt_query_unit_test.go | 2 +- transaction_record.go | 2 +- transaction_record_query.go | 2 +- transaction_record_query_e2e_test.go | 2 +- transaction_record_query_unit_test.go | 2 +- transaction_response.go | 2 +- transaction_unit_test.go | 2 +- transfer.go | 2 +- transfer_transaction.go | 2 +- transfer_transaction_e2e_test.go | 2 +- transfer_transaction_unit_test.go | 2 +- utilities_for_test.go | 2 +- 318 files changed, 633 insertions(+), 330 deletions(-) diff --git a/account_allowance_adjust_transaction.go b/account_allowance_adjust_transaction.go index c1317fac5..8132f6f74 100644 --- a/account_allowance_adjust_transaction.go +++ b/account_allowance_adjust_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/account_allowance_adjust_transaction_unit_test.go b/account_allowance_adjust_transaction_unit_test.go index 6066f6aa5..e18eece3a 100644 --- a/account_allowance_adjust_transaction_unit_test.go +++ b/account_allowance_adjust_transaction_unit_test.go @@ -15,7 +15,7 @@ import ( * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/account_allowance_approve_transaction.go b/account_allowance_approve_transaction.go index 5e734ae2c..4ef66c106 100644 --- a/account_allowance_approve_transaction.go +++ b/account_allowance_approve_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/account_allowance_approve_transaction_unit_test.go b/account_allowance_approve_transaction_unit_test.go index e1f6c2401..a264e3273 100644 --- a/account_allowance_approve_transaction_unit_test.go +++ b/account_allowance_approve_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/account_allowance_delete_transaction.go b/account_allowance_delete_transaction.go index 90947423a..c576b3caa 100644 --- a/account_allowance_delete_transaction.go +++ b/account_allowance_delete_transaction.go @@ -1,5 +1,25 @@ package hedera +/*- + * + * Hedera Go SDK + * + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + import ( "fmt" "time" diff --git a/account_balance.go b/account_balance.go index 58d85a645..47a98f9e0 100644 --- a/account_balance.go +++ b/account_balance.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/account_balance_query.go b/account_balance_query.go index 4734d9d0f..c84db77ae 100644 --- a/account_balance_query.go +++ b/account_balance_query.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/account_balance_query_e2e_test.go b/account_balance_query_e2e_test.go index 975c86027..e7aee8b4b 100644 --- a/account_balance_query_e2e_test.go +++ b/account_balance_query_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/account_balance_query_unit_test.go b/account_balance_query_unit_test.go index 933bf1fd8..3f90eb3fe 100644 --- a/account_balance_query_unit_test.go +++ b/account_balance_query_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/account_create_transaction.go b/account_create_transaction.go index e1111bb7f..e273d67d9 100644 --- a/account_create_transaction.go +++ b/account_create_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/account_create_transaction_e2e_test.go b/account_create_transaction_e2e_test.go index 9d510a051..453458530 100644 --- a/account_create_transaction_e2e_test.go +++ b/account_create_transaction_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/account_create_transaction_unit_test.go b/account_create_transaction_unit_test.go index 116758c1d..5d720b0ac 100644 --- a/account_create_transaction_unit_test.go +++ b/account_create_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/account_delete_transaction.go b/account_delete_transaction.go index f716bea7c..e3131d2cf 100644 --- a/account_delete_transaction.go +++ b/account_delete_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/account_delete_transaction_e2e_test.go b/account_delete_transaction_e2e_test.go index 7e5cc0802..fc7e07d16 100644 --- a/account_delete_transaction_e2e_test.go +++ b/account_delete_transaction_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/account_delete_transaction_unit_test.go b/account_delete_transaction_unit_test.go index 94b905ae0..19b77daa6 100644 --- a/account_delete_transaction_unit_test.go +++ b/account_delete_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/account_id.go b/account_id.go index 8f4a329b1..112a9e6f0 100644 --- a/account_id.go +++ b/account_id.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/account_id_unit_test.go b/account_id_unit_test.go index 1d2989460..fd2cde01a 100644 --- a/account_id_unit_test.go +++ b/account_id_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/account_info.go b/account_info.go index ab2d7be7f..2cc3c930c 100644 --- a/account_info.go +++ b/account_info.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/account_info_flow.go b/account_info_flow.go index 9aa09373f..fcdce7faf 100644 --- a/account_info_flow.go +++ b/account_info_flow.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/account_info_flow_e2e_test.go b/account_info_flow_e2e_test.go index e0e6e33f2..eb5ac86f2 100644 --- a/account_info_flow_e2e_test.go +++ b/account_info_flow_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/account_info_query.go b/account_info_query.go index 4cb92f2ae..5235cc854 100644 --- a/account_info_query.go +++ b/account_info_query.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/account_info_query_e2e_test.go b/account_info_query_e2e_test.go index 5d3b67ab0..0d659303a 100644 --- a/account_info_query_e2e_test.go +++ b/account_info_query_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/account_info_query_unit_test.go b/account_info_query_unit_test.go index ac5cedca7..3e7fdcf2e 100644 --- a/account_info_query_unit_test.go +++ b/account_info_query_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/account_records_query.go b/account_records_query.go index 10c336227..c51836176 100644 --- a/account_records_query.go +++ b/account_records_query.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/account_records_query_e2e_test.go b/account_records_query_e2e_test.go index 1e0b40e2b..3d1905148 100644 --- a/account_records_query_e2e_test.go +++ b/account_records_query_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/account_records_query_unit_test.go b/account_records_query_unit_test.go index 49bce9625..b269a1cc4 100644 --- a/account_records_query_unit_test.go +++ b/account_records_query_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/account_stakers_query.go b/account_stakers_query.go index 0349a0f1c..2d99ea543 100644 --- a/account_stakers_query.go +++ b/account_stakers_query.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/account_stakers_query_e2e_test.go b/account_stakers_query_e2e_test.go index 2a4afff34..a4c7e7cc6 100644 --- a/account_stakers_query_e2e_test.go +++ b/account_stakers_query_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/account_stakers_query_unit_test.go b/account_stakers_query_unit_test.go index 43dfc5dab..a322d36ae 100644 --- a/account_stakers_query_unit_test.go +++ b/account_stakers_query_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/account_update_transaction.go b/account_update_transaction.go index 9cc8f2a7c..be5a9cbde 100644 --- a/account_update_transaction.go +++ b/account_update_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/account_update_transaction_e2e_test.go b/account_update_transaction_e2e_test.go index 80e7293ea..1a1f7d0f2 100644 --- a/account_update_transaction_e2e_test.go +++ b/account_update_transaction_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/account_update_transaction_unit_test.go b/account_update_transaction_unit_test.go index b2af3dfb3..767fdb187 100644 --- a/account_update_transaction_unit_test.go +++ b/account_update_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/address_book_query.go b/address_book_query.go index 85612beda..61d7356a9 100644 --- a/address_book_query.go +++ b/address_book_query.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/address_book_query_e2e_test.go b/address_book_query_e2e_test.go index 55338c9aa..fb51c31c3 100644 --- a/address_book_query_e2e_test.go +++ b/address_book_query_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,9 +24,10 @@ package hedera */ import ( - "github.com/stretchr/testify/require" "os" "testing" + + "github.com/stretchr/testify/require" ) func TestIntegrationAddressBookQueryUpdateAll(t *testing.T) { diff --git a/address_book_query_unit_test.go b/address_book_query_unit_test.go index ee813220a..8034257c0 100644 --- a/address_book_query_unit_test.go +++ b/address_book_query_unit_test.go @@ -13,7 +13,7 @@ import ( * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/address_books.go b/address_books.go index 0301fcf01..7936bcbbd 100644 --- a/address_books.go +++ b/address_books.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/assessed_custom_fee.go b/assessed_custom_fee.go index bda5fef3e..50ccc67ae 100644 --- a/assessed_custom_fee.go +++ b/assessed_custom_fee.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/channel.go b/channel.go index c15084575..deb710f09 100644 --- a/channel.go +++ b/channel.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/client.go b/client.go index 81d14695c..51aed4a15 100644 --- a/client.go +++ b/client.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/client_all_test.go b/client_all_test.go index 58012a839..70b968e5d 100644 --- a/client_all_test.go +++ b/client_all_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/client_e2e_test.go b/client_e2e_test.go index 803bed280..263572ef9 100644 --- a/client_e2e_test.go +++ b/client_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/client_unit_test.go b/client_unit_test.go index 38910f1c9..95fda8378 100644 --- a/client_unit_test.go +++ b/client_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contract_bytecode_query.go b/contract_bytecode_query.go index 4e61b37c1..69ebbaf30 100644 --- a/contract_bytecode_query.go +++ b/contract_bytecode_query.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contract_bytecode_query_e2e_test.go b/contract_bytecode_query_e2e_test.go index f98fa2f52..094b6938d 100644 --- a/contract_bytecode_query_e2e_test.go +++ b/contract_bytecode_query_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contract_bytecode_query_unit_test.go b/contract_bytecode_query_unit_test.go index 12a98d77d..25c2d57f1 100644 --- a/contract_bytecode_query_unit_test.go +++ b/contract_bytecode_query_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contract_call_query.go b/contract_call_query.go index e7cf4f1e3..ca9908341 100644 --- a/contract_call_query.go +++ b/contract_call_query.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contract_call_query_e2e_test.go b/contract_call_query_e2e_test.go index 3ef689c5e..25cc141eb 100644 --- a/contract_call_query_e2e_test.go +++ b/contract_call_query_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contract_call_query_unit_test.go b/contract_call_query_unit_test.go index 86f02af86..760de4c08 100644 --- a/contract_call_query_unit_test.go +++ b/contract_call_query_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contract_create_flow.go b/contract_create_flow.go index ba3d271c4..5cbc8ff85 100644 --- a/contract_create_flow.go +++ b/contract_create_flow.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contract_create_flow_e2e_test.go b/contract_create_flow_e2e_test.go index f45c2a706..7b14cb412 100644 --- a/contract_create_flow_e2e_test.go +++ b/contract_create_flow_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contract_create_transaction.go b/contract_create_transaction.go index 270b7865d..87852f71d 100644 --- a/contract_create_transaction.go +++ b/contract_create_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contract_create_transaction_e2e_test.go b/contract_create_transaction_e2e_test.go index e6ec8881a..8599a3d8a 100644 --- a/contract_create_transaction_e2e_test.go +++ b/contract_create_transaction_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -262,7 +262,7 @@ func TestIntegrationContractCreateTransactionNoBytecodeFileID(t *testing.T) { func TestIntegrationContractCreateTransactionSetBytecode(t *testing.T) { t.Parallel() env := NewIntegrationTestEnv(t) - + hexData := `608060405234801561001057600080fd5b50336000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506101cb806100606000396000f3fe608060405260043610610046576000357c01000000000000000000000000000000000000000000000000000000009004806341c0e1b51461004b578063cfae321714610062575b600080fd5b34801561005757600080fd5b506100606100f2565b005b34801561006e57600080fd5b50610077610162565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156100b757808201518184015260208101905061009c565b50505050905090810190601f1680156100e45780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff161415610160573373ffffffffffffffffffffffffffffffffffffffff16ff5b565b60606040805190810160405280600d81526020017f48656c6c6f2c20776f726c64210000000000000000000000000000000000000081525090509056fea165627a7a72305820ae96fb3af7cde9c0abfe365272441894ab717f816f07f41f07b1cbede54e256e0029` hexBytecode, err := hex.DecodeString(hexData) require.NoError(t, err) diff --git a/contract_create_transaction_unit_test.go b/contract_create_transaction_unit_test.go index 178d23cb5..1bbffc90a 100644 --- a/contract_create_transaction_unit_test.go +++ b/contract_create_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contract_delete_transaction.go b/contract_delete_transaction.go index 3a4bdd7ac..52c7cb6ff 100644 --- a/contract_delete_transaction.go +++ b/contract_delete_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contract_delete_transaction_e2e_test.go b/contract_delete_transaction_e2e_test.go index b0fe8e15d..c1d52ae18 100644 --- a/contract_delete_transaction_e2e_test.go +++ b/contract_delete_transaction_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contract_delete_transaction_unit_test.go b/contract_delete_transaction_unit_test.go index 3c77a8377..3554973b8 100644 --- a/contract_delete_transaction_unit_test.go +++ b/contract_delete_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contract_execute_transaction.go b/contract_execute_transaction.go index 3315cf237..ca0c57649 100644 --- a/contract_execute_transaction.go +++ b/contract_execute_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contract_execute_transaction_e2e_test.go b/contract_execute_transaction_e2e_test.go index 752ee1754..f2df3ca6b 100644 --- a/contract_execute_transaction_e2e_test.go +++ b/contract_execute_transaction_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contract_execute_transaction_unit_test.go b/contract_execute_transaction_unit_test.go index 3e4a2de58..e91b69fd3 100644 --- a/contract_execute_transaction_unit_test.go +++ b/contract_execute_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contract_function_parameters.go b/contract_function_parameters.go index 8ef7d6d8b..25eb6a72f 100644 --- a/contract_function_parameters.go +++ b/contract_function_parameters.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contract_function_parameters_e2e_test.go b/contract_function_parameters_e2e_test.go index c86cd5af2..f0e1c0a9b 100644 --- a/contract_function_parameters_e2e_test.go +++ b/contract_function_parameters_e2e_test.go @@ -3,6 +3,26 @@ package hedera +/*- + * + * Hedera Go SDK + * + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + import ( "encoding/hex" "math/big" @@ -1550,7 +1570,7 @@ func TestMultipleInt256(t *testing.T) { deployContract(env) value, ok := new(big.Int).SetString("-123", 10) require.True(t, ok) - valueTwos:= math.U256Bytes(value) + valueTwos := math.U256Bytes(value) contractCal, err := NewContractCallQuery().SetGas(15000000). SetContractID(contractID).SetFunction("returnMultipleInt256", NewContractFunctionParameters().AddInt256(valueTwos)).SetQueryPayment(NewHbar(20)).Execute(env.Client) require.NoError(t, err) @@ -1782,7 +1802,7 @@ func TestBytes32Array(t *testing.T) { require.NoError(t, err) } -func TestContractNonces(t *testing.T){ +func TestContractNonces(t *testing.T) { t.Parallel() env := NewIntegrationTestEnv(t) bytecode := []byte(`6080604052348015600f57600080fd5b50604051601a90603b565b604051809103906000f0801580156035573d6000803e3d6000fd5b50506047565b605c8061009483390190565b603f806100556000396000f3fe6080604052600080fdfea2646970667358221220a20122cbad3457fedcc0600363d6e895f17048f5caa4afdab9e655123737567d64736f6c634300081200336080604052348015600f57600080fd5b50603f80601d6000396000f3fe6080604052600080fdfea264697066735822122053dfd8835e3dc6fedfb8b4806460b9b7163f8a7248bac510c6d6808d9da9d6d364736f6c63430008120033`) @@ -1799,9 +1819,9 @@ func TestContractNonces(t *testing.T){ SetGas(10000000).Execute(env.Client) require.NoError(t, err) contractCreate.SetValidateStatus(true) - record,err:=contractCreate.GetRecord(env.Client) + record, err := contractCreate.GetRecord(env.Client) require.NoError(t, err) require.Equal(t, StatusSuccess, record.Receipt.Status) require.Equal(t, int64(2), record.CallResult.ContractNonces[0].Nonce) require.Equal(t, int64(1), record.CallResult.ContractNonces[1].Nonce) -} \ No newline at end of file +} diff --git a/contract_function_result.go b/contract_function_result.go index 9976abcee..b3c3fec79 100644 --- a/contract_function_result.go +++ b/contract_function_result.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contract_function_selector.go b/contract_function_selector.go index 6cf9b38c3..4f3831070 100644 --- a/contract_function_selector.go +++ b/contract_function_selector.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contract_id.go b/contract_id.go index 3e5f671c2..0ff0fae38 100644 --- a/contract_id.go +++ b/contract_id.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contract_id_unit_test.go b/contract_id_unit_test.go index 7500f5106..d5f90cadf 100644 --- a/contract_id_unit_test.go +++ b/contract_id_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contract_info.go b/contract_info.go index f10b7f649..2b4278be1 100644 --- a/contract_info.go +++ b/contract_info.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contract_info_query.go b/contract_info_query.go index 31c509990..abd6ed82b 100644 --- a/contract_info_query.go +++ b/contract_info_query.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contract_info_query_e2e_test.go b/contract_info_query_e2e_test.go index 5a289aa44..d731a3f46 100644 --- a/contract_info_query_e2e_test.go +++ b/contract_info_query_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contract_info_query_unit_test.go b/contract_info_query_unit_test.go index 6a5475be1..a54c19058 100644 --- a/contract_info_query_unit_test.go +++ b/contract_info_query_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contract_log_info.go b/contract_log_info.go index 02badb670..02efc253d 100644 --- a/contract_log_info.go +++ b/contract_log_info.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contract_nonce_info.go b/contract_nonce_info.go index ce4eadc75..b2ae2855a 100644 --- a/contract_nonce_info.go +++ b/contract_nonce_info.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contract_nonce_info_unit_test.go b/contract_nonce_info_unit_test.go index 2f39f2a98..40049f83a 100644 --- a/contract_nonce_info_unit_test.go +++ b/contract_nonce_info_unit_test.go @@ -3,6 +3,26 @@ package hedera +/*- + * + * Hedera Go SDK + * + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + import ( "testing" @@ -28,4 +48,4 @@ func TestContractNonceInfoFromProtobuf_NilInput(t *testing.T) { result := _ContractNonceInfoFromProtobuf(nil) assert.Nil(t, result) -} \ No newline at end of file +} diff --git a/contract_state_change.go b/contract_state_change.go index b5dad2958..85e0e3520 100644 --- a/contract_state_change.go +++ b/contract_state_change.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contract_update_transaction.go b/contract_update_transaction.go index 4af994445..b4f34dd2a 100644 --- a/contract_update_transaction.go +++ b/contract_update_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contract_update_transaction_e2e_test.go b/contract_update_transaction_e2e_test.go index 16423d331..98b359914 100644 --- a/contract_update_transaction_e2e_test.go +++ b/contract_update_transaction_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/contract_update_transaction_unit_test.go b/contract_update_transaction_unit_test.go index a5c7710cc..d2ba08f1f 100644 --- a/contract_update_transaction_unit_test.go +++ b/contract_update_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto.go b/crypto.go index 1e54dd158..98d880d9c 100644 --- a/crypto.go +++ b/crypto.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto_e2e_test.go b/crypto_e2e_test.go index 10f2165af..ba46dd120 100644 --- a/crypto_e2e_test.go +++ b/crypto_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/crypto_unit_test.go b/crypto_unit_test.go index 5dc35532d..7e8c3ecb8 100644 --- a/crypto_unit_test.go +++ b/crypto_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -95,7 +95,7 @@ func TestUnitPrivateKeyGenerate(t *testing.T) { func TestUnitPrivateEd25519KeyGenerate(t *testing.T) { t.Parallel() - + key, err := PrivateKeyGenerateEd25519() require.NoError(t, err) @@ -104,7 +104,7 @@ func TestUnitPrivateEd25519KeyGenerate(t *testing.T) { func TestUnitPrivateECDSAKeyGenerate(t *testing.T) { t.Parallel() - + key, err := PrivateKeyGenerateEcdsa() require.NoError(t, err) @@ -461,7 +461,7 @@ func DisabledTestUnitPrivateKeyECDSASign(t *testing.T) { func TestUnitPrivateKeyEd25519FromString(t *testing.T) { t.Parallel() - + key, err := PrivateKeyGenerateEd25519() require.NoError(t, err) key2, err := PrivateKeyFromString(key.String()) @@ -472,7 +472,7 @@ func TestUnitPrivateKeyEd25519FromString(t *testing.T) { func TestUnitPrivateKeyEd25519FromStringRaw(t *testing.T) { t.Parallel() - + key, err := PrivateKeyGenerateEd25519() require.NoError(t, err) key2, err := PrivateKeyFromStringEd25519(key.StringRaw()) @@ -483,7 +483,7 @@ func TestUnitPrivateKeyEd25519FromStringRaw(t *testing.T) { func TestUnitPrivateKeyEd25519FromStringDer(t *testing.T) { t.Parallel() - + key, err := PrivateKeyGenerateEd25519() require.NoError(t, err) key2, err := PrivateKeyFromStringEd25519(key.StringDer()) @@ -494,7 +494,7 @@ func TestUnitPrivateKeyEd25519FromStringDer(t *testing.T) { func TestUnitPublicKeyEd25519FromString(t *testing.T) { t.Parallel() - + key, err := PrivateKeyGenerateEd25519() require.NoError(t, err) publicKey := key.PublicKey() @@ -505,7 +505,7 @@ func TestUnitPublicKeyEd25519FromString(t *testing.T) { func TestUnitPublicKeyEd25519FromStringRaw(t *testing.T) { t.Parallel() - + key, err := PrivateKeyGenerateEd25519() require.NoError(t, err) publicKey := key.PublicKey() @@ -517,7 +517,7 @@ func TestUnitPublicKeyEd25519FromStringRaw(t *testing.T) { func TestUnitPublicKeyEd25519FromStringDer(t *testing.T) { t.Parallel() - + key, err := PrivateKeyGenerateEd25519() require.NoError(t, err) publicKey := key.PublicKey() @@ -551,7 +551,7 @@ func TestUnitPrivateKeyECDSAFromStringRaw(t *testing.T) { func TestUnitPrivateKeyECDSAFromStringDer(t *testing.T) { t.Parallel() - + key, err := PrivateKeyGenerateEcdsa() require.NoError(t, err) key2, err := PrivateKeyFromStringECDSA(key.StringDer()) @@ -608,7 +608,7 @@ func TestUnitPublicKeyECDSAFromStringRaw(t *testing.T) { func TestUnitPublicKeyECDSAFromStringDer(t *testing.T) { t.Parallel() - + key, err := PrivateKeyGenerateEcdsa() require.NoError(t, err) publicKey := key.PublicKey() @@ -629,7 +629,7 @@ func TestUnitPublicKeyECDSAFromStringLegacyDer(t *testing.T) { func TestUnitPrivateKeyFromBytesDerECDSA(t *testing.T) { t.Parallel() - + key, err := PrivateKeyGenerateEcdsa() require.NoError(t, err) bytes := key.BytesDer() @@ -653,7 +653,7 @@ func TestUnitPrivateKeyFromBytesDerECDSAUncompressed(t *testing.T) { func TestUnitPrivateKeyFromBytesDerEd25519(t *testing.T) { t.Parallel() - + key, err := PrivateKeyGenerateEd25519() require.NoError(t, err) bytes := key.BytesDer() @@ -664,7 +664,7 @@ func TestUnitPrivateKeyFromBytesDerEd25519(t *testing.T) { func TestUnitPublicKeyFromBytesDerECDSA(t *testing.T) { t.Parallel() - + key, err := PrivateKeyGenerateEcdsa() require.NoError(t, err) pkey := key.PublicKey() @@ -676,7 +676,7 @@ func TestUnitPublicKeyFromBytesDerECDSA(t *testing.T) { func TestUnitPublicKeyFromBytesDerEd25519(t *testing.T) { t.Parallel() - + key, err := PrivateKeyGenerateEd25519() require.NoError(t, err) pkey := key.PublicKey() @@ -688,7 +688,7 @@ func TestUnitPublicKeyFromBytesDerEd25519(t *testing.T) { func TestUnitPrivateKeyFromStringDerEd25519(t *testing.T) { t.Parallel() - + key, err := PrivateKeyGenerateEd25519() require.NoError(t, err) key2, err := PrivateKeyFromStringDer(key.StringDer()) @@ -698,7 +698,7 @@ func TestUnitPrivateKeyFromStringDerEd25519(t *testing.T) { func TestUnitPrivateKeyFromStringDerECDSA(t *testing.T) { t.Parallel() - + key, err := PrivateKeyGenerateEcdsa() require.NoError(t, err) key2, err := PrivateKeyFromStringDer(key.StringDer()) @@ -708,7 +708,7 @@ func TestUnitPrivateKeyFromStringDerECDSA(t *testing.T) { func TestUnitPrivateKeyECDSAFromBytes(t *testing.T) { t.Parallel() - + key, err := PrivateKeyGenerateEcdsa() require.NoError(t, err) key2, err := PrivateKeyFromBytes(key.Bytes()) @@ -718,7 +718,7 @@ func TestUnitPrivateKeyECDSAFromBytes(t *testing.T) { func TestUnitPrivateKeyEd25519FromBytes(t *testing.T) { t.Parallel() - + key, err := PrivateKeyGenerateEd25519() require.NoError(t, err) key2, err := PrivateKeyFromBytes(key.Bytes()) diff --git a/custom_fee.go b/custom_fee.go index 9c150059c..0aa440761 100644 --- a/custom_fee.go +++ b/custom_fee.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/custom_fixed_fee.go b/custom_fixed_fee.go index c32939e29..ed81e0bcd 100644 --- a/custom_fixed_fee.go +++ b/custom_fixed_fee.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/custom_fractional_fee.go b/custom_fractional_fee.go index c154adee1..3bb4cf82d 100644 --- a/custom_fractional_fee.go +++ b/custom_fractional_fee.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/custom_royalty_fee.go b/custom_royalty_fee.go index 7bc4fade5..26c699afc 100644 --- a/custom_royalty_fee.go +++ b/custom_royalty_fee.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/delegatable_contract_id.go b/delegatable_contract_id.go index 3e77ff724..0ba533bac 100644 --- a/delegatable_contract_id.go +++ b/delegatable_contract_id.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/delegate_contract_id_unit_test.go b/delegate_contract_id_unit_test.go index 83d60a9f2..613831d90 100644 --- a/delegate_contract_id_unit_test.go +++ b/delegate_contract_id_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ecdsa_private_key.go b/ecdsa_private_key.go index 226ad9831..981a1b071 100644 --- a/ecdsa_private_key.go +++ b/ecdsa_private_key.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ecdsa_public_key.go b/ecdsa_public_key.go index 2436f19c3..712c42025 100644 --- a/ecdsa_public_key.go +++ b/ecdsa_public_key.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ed25519_private_key.go b/ed25519_private_key.go index ba75689fa..fff345592 100644 --- a/ed25519_private_key.go +++ b/ed25519_private_key.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ed25519_public_key.go b/ed25519_public_key.go index 578863557..2613c92e7 100644 --- a/ed25519_public_key.go +++ b/ed25519_public_key.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/endpoint.go b/endpoint.go index 53544b2a1..c5b7d44e3 100644 --- a/endpoint.go +++ b/endpoint.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity_id.go b/entity_id.go index fd9b67408..58daa9b5d 100644 --- a/entity_id.go +++ b/entity_id.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/errors.go b/errors.go index 98980180d..490196d01 100644 --- a/errors.go +++ b/errors.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ethereum_data_unit_test.go b/ethereum_data_unit_test.go index 249881930..c750e7505 100644 --- a/ethereum_data_unit_test.go +++ b/ethereum_data_unit_test.go @@ -3,6 +3,26 @@ package hedera +/*- + * + * Hedera Go SDK + * + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + import ( "encoding/hex" "testing" diff --git a/ethereum_flow.go b/ethereum_flow.go index 4a2968f56..97e7c9513 100644 --- a/ethereum_flow.go +++ b/ethereum_flow.go @@ -1,5 +1,25 @@ package hedera +/*- + * + * Hedera Go SDK + * + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + import "github.com/pkg/errors" // Execute an Ethereum transaction on Hedera diff --git a/ethereum_flow_unit_test.go b/ethereum_flow_unit_test.go index 79cd81693..2aacd37e8 100644 --- a/ethereum_flow_unit_test.go +++ b/ethereum_flow_unit_test.go @@ -3,6 +3,26 @@ package hedera +/*- + * + * Hedera Go SDK + * + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + import ( "encoding/hex" "testing" diff --git a/ethereum_transaction.go b/ethereum_transaction.go index 2cb51efbf..ff29c8bed 100644 --- a/ethereum_transaction.go +++ b/ethereum_transaction.go @@ -1,5 +1,25 @@ package hedera +/*- + * + * Hedera Go SDK + * + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + import ( "fmt" "time" diff --git a/ethereum_transaction_data.go b/ethereum_transaction_data.go index 60fb6d16f..ea340275e 100644 --- a/ethereum_transaction_data.go +++ b/ethereum_transaction_data.go @@ -1,5 +1,25 @@ package hedera +/*- + * + * Hedera Go SDK + * + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + import ( "encoding/json" diff --git a/ethereum_transaction_unit_test.go b/ethereum_transaction_unit_test.go index 9b2da7ea2..22fde7c57 100644 --- a/ethereum_transaction_unit_test.go +++ b/ethereum_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/exchange_rate.go b/exchange_rate.go index ed34d671d..e5d153aae 100644 --- a/exchange_rate.go +++ b/exchange_rate.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/executable.go b/executable.go index e11d28df1..7a907f502 100644 --- a/executable.go +++ b/executable.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/fee_assessment_method.go b/fee_assessment_method.go index eb3d385f9..bbb272f01 100644 --- a/fee_assessment_method.go +++ b/fee_assessment_method.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/fee_components.go b/fee_components.go index 1c1b87f3b..c342ea6d2 100644 --- a/fee_components.go +++ b/fee_components.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/fee_data.go b/fee_data.go index e4f14ee0b..597eafdb7 100644 --- a/fee_data.go +++ b/fee_data.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/fee_schedule.go b/fee_schedule.go index 1c6fb0366..625eb7e9a 100644 --- a/fee_schedule.go +++ b/fee_schedule.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/fee_schedules.go b/fee_schedules.go index b883d3d52..e27d5e30c 100644 --- a/fee_schedules.go +++ b/fee_schedules.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/fee_schedules_e2e_test.go b/fee_schedules_e2e_test.go index 606b98035..715f935eb 100644 --- a/fee_schedules_e2e_test.go +++ b/fee_schedules_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/fee_schedules_unit_test.go b/fee_schedules_unit_test.go index 5b51ea706..dae870979 100644 --- a/fee_schedules_unit_test.go +++ b/fee_schedules_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/file_append_transaction.go b/file_append_transaction.go index fcbb8402f..4121e7cc2 100644 --- a/file_append_transaction.go +++ b/file_append_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/file_append_transaction_e2e_test.go b/file_append_transaction_e2e_test.go index 9b801adfd..7922fbfc7 100644 --- a/file_append_transaction_e2e_test.go +++ b/file_append_transaction_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/file_append_transaction_unit_test.go b/file_append_transaction_unit_test.go index 4ec7d644b..073ed822c 100644 --- a/file_append_transaction_unit_test.go +++ b/file_append_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/file_contents_query.go b/file_contents_query.go index c5e1e4696..c7e90951a 100644 --- a/file_contents_query.go +++ b/file_contents_query.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/file_contents_query_e2e_test.go b/file_contents_query_e2e_test.go index 8c450a594..589722726 100644 --- a/file_contents_query_e2e_test.go +++ b/file_contents_query_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/file_contents_query_unit_test.go b/file_contents_query_unit_test.go index b1b8893b9..e38bbdb6a 100644 --- a/file_contents_query_unit_test.go +++ b/file_contents_query_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/file_create_transaction.go b/file_create_transaction.go index 97783cf6b..04a89a3aa 100644 --- a/file_create_transaction.go +++ b/file_create_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/file_create_transaction_e2e_test.go b/file_create_transaction_e2e_test.go index 6488f97ae..6888d5c3b 100644 --- a/file_create_transaction_e2e_test.go +++ b/file_create_transaction_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/file_create_transaction_unit_test.go b/file_create_transaction_unit_test.go index 136444132..e4300828d 100644 --- a/file_create_transaction_unit_test.go +++ b/file_create_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/file_delete_transaction.go b/file_delete_transaction.go index 23ab68d8b..5844d0435 100644 --- a/file_delete_transaction.go +++ b/file_delete_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/file_delete_transaction_e2e_test.go b/file_delete_transaction_e2e_test.go index 9dfa07b13..5d58408df 100644 --- a/file_delete_transaction_e2e_test.go +++ b/file_delete_transaction_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/file_delete_transaction_unit_test.go b/file_delete_transaction_unit_test.go index face17d93..1d14d9f52 100644 --- a/file_delete_transaction_unit_test.go +++ b/file_delete_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/file_id.go b/file_id.go index 6d433ca32..827cc0ec4 100644 --- a/file_id.go +++ b/file_id.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/file_id_unit_test.go b/file_id_unit_test.go index ab1eaedf9..0a5c5d083 100644 --- a/file_id_unit_test.go +++ b/file_id_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/file_info.go b/file_info.go index c3bc4328e..c7e74ee5a 100644 --- a/file_info.go +++ b/file_info.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/file_info_query.go b/file_info_query.go index ee2830b61..a4affae58 100644 --- a/file_info_query.go +++ b/file_info_query.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/file_info_query_e2e_test.go b/file_info_query_e2e_test.go index 75f3d70a6..70a353556 100644 --- a/file_info_query_e2e_test.go +++ b/file_info_query_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/file_info_query_unit_test.go b/file_info_query_unit_test.go index 56030af8e..254ce4caf 100644 --- a/file_info_query_unit_test.go +++ b/file_info_query_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/file_update_transaction.go b/file_update_transaction.go index a80ad3d08..eee73716a 100644 --- a/file_update_transaction.go +++ b/file_update_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/file_update_transaction_e2e_test.go b/file_update_transaction_e2e_test.go index a64843e1b..6a5b84973 100644 --- a/file_update_transaction_e2e_test.go +++ b/file_update_transaction_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/file_update_transaction_unit_test.go b/file_update_transaction_unit_test.go index a421af081..e2f58723d 100644 --- a/file_update_transaction_unit_test.go +++ b/file_update_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/freeze_transaction.go b/freeze_transaction.go index ee05f2233..56cce544c 100644 --- a/freeze_transaction.go +++ b/freeze_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/freeze_type.go b/freeze_type.go index a776584a8..b9bd05649 100644 --- a/freeze_type.go +++ b/freeze_type.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hbar.go b/hbar.go index 1a74c237e..4ce9f9293 100644 --- a/hbar.go +++ b/hbar.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hbar_allowance.go b/hbar_allowance.go index 33ff69043..aef281353 100644 --- a/hbar_allowance.go +++ b/hbar_allowance.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hbar_transfer.go b/hbar_transfer.go index 488884a58..61029bd9b 100644 --- a/hbar_transfer.go +++ b/hbar_transfer.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hbar_unit.go b/hbar_unit.go index 5c97bb927..22044c5c6 100644 --- a/hbar_unit.go +++ b/hbar_unit.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/hbar_unit_test.go b/hbar_unit_test.go index daff1991e..686c17c96 100644 --- a/hbar_unit_test.go +++ b/hbar_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/id.go b/id.go index 5e436016e..4059d48b6 100644 --- a/id.go +++ b/id.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/index.go b/index.go index 4a6e4b414..26541ce12 100644 --- a/index.go +++ b/index.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/internal_token_transfer.go b/internal_token_transfer.go index f33d3e7fb..b29c43142 100644 --- a/internal_token_transfer.go +++ b/internal_token_transfer.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ipv4_address.go b/ipv4_address.go index 9b91f7e8d..b175758e5 100644 --- a/ipv4_address.go +++ b/ipv4_address.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ipv4_address_part.go b/ipv4_address_part.go index 9f628492c..5fab2b55e 100644 --- a/ipv4_address_part.go +++ b/ipv4_address_part.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/key_list.go b/key_list.go index 7470b1269..a9c976939 100644 --- a/key_list.go +++ b/key_list.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/keystore.go b/keystore.go index e96e70b8b..4fd087c77 100644 --- a/keystore.go +++ b/keystore.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/keystore_unit_test.go b/keystore_unit_test.go index 598e02b39..d1c9edc9c 100644 --- a/keystore_unit_test.go +++ b/keystore_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/ledger_id.go b/ledger_id.go index 90cdbe631..6e629a90d 100644 --- a/ledger_id.go +++ b/ledger_id.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/legacy.go b/legacy.go index c1fe6dc88..0b556d151 100644 --- a/legacy.go +++ b/legacy.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/live_hash.go b/live_hash.go index b31d44e6a..1ac670099 100644 --- a/live_hash.go +++ b/live_hash.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/live_hash_add_transaction.go b/live_hash_add_transaction.go index 27bafdbe9..28fd3c746 100644 --- a/live_hash_add_transaction.go +++ b/live_hash_add_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/live_hash_add_transaction_e2e_test.go b/live_hash_add_transaction_e2e_test.go index eef5f857f..d28765195 100644 --- a/live_hash_add_transaction_e2e_test.go +++ b/live_hash_add_transaction_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/live_hash_add_transaction_unit_test.go b/live_hash_add_transaction_unit_test.go index 0425b6cef..add2c0968 100644 --- a/live_hash_add_transaction_unit_test.go +++ b/live_hash_add_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/live_hash_delete_transaction.go b/live_hash_delete_transaction.go index 104dc3551..a5789aab7 100644 --- a/live_hash_delete_transaction.go +++ b/live_hash_delete_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/live_hash_delete_transaction_unit_test.go b/live_hash_delete_transaction_unit_test.go index cbfec0889..a854e6596 100644 --- a/live_hash_delete_transaction_unit_test.go +++ b/live_hash_delete_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/live_hash_query.go b/live_hash_query.go index 6f1e7df8e..b0882fb56 100644 --- a/live_hash_query.go +++ b/live_hash_query.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/live_hash_query_e2e_test.go b/live_hash_query_e2e_test.go index f3c81cfeb..0cf4edb3c 100644 --- a/live_hash_query_e2e_test.go +++ b/live_hash_query_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/live_hash_query_unit_test.go b/live_hash_query_unit_test.go index 6e0dbe019..8a01159b1 100644 --- a/live_hash_query_unit_test.go +++ b/live_hash_query_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lockable_slice.go b/lockable_slice.go index d07339e6e..d12e54055 100644 --- a/lockable_slice.go +++ b/lockable_slice.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/logger.go b/logger.go index a749f8bf3..02d71cfde 100644 --- a/logger.go +++ b/logger.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/logger_unit_test.go b/logger_unit_test.go index 574342e32..aeddcfb95 100644 --- a/logger_unit_test.go +++ b/logger_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/managed_network.go b/managed_network.go index f0fd4c11c..337f7e269 100644 --- a/managed_network.go +++ b/managed_network.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/managed_network_unit_test.go b/managed_network_unit_test.go index 8774aa23a..e80f1e9c0 100644 --- a/managed_network_unit_test.go +++ b/managed_network_unit_test.go @@ -3,6 +3,26 @@ package hedera +/*- + * + * Hedera Go SDK + * + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + import ( "math" "testing" diff --git a/managed_node.go b/managed_node.go index 9f43c4aa6..8c87e8d76 100644 --- a/managed_node.go +++ b/managed_node.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/managed_node_address.go b/managed_node_address.go index a485d7159..5f23c0e36 100644 --- a/managed_node_address.go +++ b/managed_node_address.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/managed_node_address_unit_test.go b/managed_node_address_unit_test.go index c8b5e4bb9..3342ceb37 100644 --- a/managed_node_address_unit_test.go +++ b/managed_node_address_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mirror_network.go b/mirror_network.go index 88e43d9b2..40d5282bb 100644 --- a/mirror_network.go +++ b/mirror_network.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mirror_node.go b/mirror_node.go index 20cdf87ba..f605f552c 100644 --- a/mirror_node.go +++ b/mirror_node.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mnemonic.go b/mnemonic.go index 639aff841..fa83c9ff2 100644 --- a/mnemonic.go +++ b/mnemonic.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mnemonic_test.go b/mnemonic_test.go index c70afbf54..9c6bab39e 100644 --- a/mnemonic_test.go +++ b/mnemonic_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/mock_test.go b/mock_test.go index b268645e5..2576e6d72 100644 --- a/mock_test.go +++ b/mock_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/multi_app_transfer_test.go b/multi_app_transfer_test.go index 401945c79..91be24239 100644 --- a/multi_app_transfer_test.go +++ b/multi_app_transfer_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/network.go b/network.go index efa7e7d6d..ed39bdede 100644 --- a/network.go +++ b/network.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/network_name.go b/network_name.go index d150ae51c..495133bff 100644 --- a/network_name.go +++ b/network_name.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/network_unit_test.go b/network_unit_test.go index b37c8ecbf..3f6631e3c 100644 --- a/network_unit_test.go +++ b/network_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,10 +24,11 @@ package hedera */ import ( - "github.com/stretchr/testify/require" "sync" "testing" "time" + + "github.com/stretchr/testify/require" ) func newNetworkMockNodes() map[string]AccountID { diff --git a/network_version_info.go b/network_version_info.go index e3eb1758f..ab1f223a3 100644 --- a/network_version_info.go +++ b/network_version_info.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/network_version_info_query.go b/network_version_info_query.go index cd11f122c..54c98aa1d 100644 --- a/network_version_info_query.go +++ b/network_version_info_query.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/network_version_info_query_e2e_test.go b/network_version_info_query_e2e_test.go index 6a085a01e..3a4ce3e44 100644 --- a/network_version_info_query_e2e_test.go +++ b/network_version_info_query_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/nework_version_info_query_unit_test.go b/nework_version_info_query_unit_test.go index 22fc8caac..e0bedb553 100644 --- a/nework_version_info_query_unit_test.go +++ b/nework_version_info_query_unit_test.go @@ -3,6 +3,26 @@ package hedera +/*- + * + * Hedera Go SDK + * + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + import ( "fmt" "testing" diff --git a/nft_id.go b/nft_id.go index 81a641bbb..0ce2aab5f 100644 --- a/nft_id.go +++ b/nft_id.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/node.go b/node.go index 35d71b810..37e076a33 100644 --- a/node.go +++ b/node.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/node_address.go b/node_address.go index a8615f312..47232e5e9 100644 --- a/node_address.go +++ b/node_address.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/node_address_book.go b/node_address_book.go index a7ef1d8a0..d22e60879 100644 --- a/node_address_book.go +++ b/node_address_book.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/one_signature_e2e_test.go b/one_signature_e2e_test.go index 5bbb687d7..9580d312c 100644 --- a/one_signature_e2e_test.go +++ b/one_signature_e2e_test.go @@ -3,6 +3,26 @@ package hedera +/*- + * + * Hedera Go SDK + * + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + import ( "os" "sync" diff --git a/prng_transaction.go b/prng_transaction.go index e4f743196..b6a4a2010 100644 --- a/prng_transaction.go +++ b/prng_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/proxy_staker.go b/proxy_staker.go index 647c4a77f..809b12a39 100644 --- a/proxy_staker.go +++ b/proxy_staker.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query.go b/query.go index 4b19db143..c91b69170 100644 --- a/query.go +++ b/query.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/request_type.go b/request_type.go index 18a9f2f3d..72731e731 100644 --- a/request_type.go +++ b/request_type.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/schedule_create_transaction.go b/schedule_create_transaction.go index c45e58184..c11a5e481 100644 --- a/schedule_create_transaction.go +++ b/schedule_create_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/schedule_create_transaction_e2e_test.go b/schedule_create_transaction_e2e_test.go index b5a7732a8..267cd727c 100644 --- a/schedule_create_transaction_e2e_test.go +++ b/schedule_create_transaction_e2e_test.go @@ -14,7 +14,7 @@ import ( * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/schedule_create_transaction_unit_test.go b/schedule_create_transaction_unit_test.go index 47c3c5806..1bf80a14e 100644 --- a/schedule_create_transaction_unit_test.go +++ b/schedule_create_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/schedule_delete_transaction.go b/schedule_delete_transaction.go index ced8f14f4..a20750ec7 100644 --- a/schedule_delete_transaction.go +++ b/schedule_delete_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/schedule_id.go b/schedule_id.go index 9ec669746..35c576cd9 100644 --- a/schedule_id.go +++ b/schedule_id.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/schedule_info.go b/schedule_info.go index 3dd1eabff..7b0238479 100644 --- a/schedule_info.go +++ b/schedule_info.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/schedule_info_query.go b/schedule_info_query.go index f8e2baaa0..96811c3cb 100644 --- a/schedule_info_query.go +++ b/schedule_info_query.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/schedule_info_query_unit_test.go b/schedule_info_query_unit_test.go index da2224fdf..d3f639993 100644 --- a/schedule_info_query_unit_test.go +++ b/schedule_info_query_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/schedule_sign_transaction.go b/schedule_sign_transaction.go index 5f5b24cd2..93f858eab 100644 --- a/schedule_sign_transaction.go +++ b/schedule_sign_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/schedule_sign_transaction_unit_test.go b/schedule_sign_transaction_unit_test.go index 2ed248bb0..50acfcde5 100644 --- a/schedule_sign_transaction_unit_test.go +++ b/schedule_sign_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/semantic_version.go b/semantic_version.go index ae7aa02a0..b4c9a7e68 100644 --- a/semantic_version.go +++ b/semantic_version.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/staking_info.go b/staking_info.go index c4ba6ad15..f28f694ce 100644 --- a/staking_info.go +++ b/staking_info.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/status.go b/status.go index 683b80830..6acc9a360 100644 --- a/status.go +++ b/status.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/status_unit_test.go b/status_unit_test.go index 4a590d2ab..65c1dbf24 100644 --- a/status_unit_test.go +++ b/status_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/storage_change.go b/storage_change.go index 8a45b5922..afc5334c6 100644 --- a/storage_change.go +++ b/storage_change.go @@ -8,7 +8,7 @@ import ( * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/subscription_handle.go b/subscription_handle.go index c5b81fa80..886916a90 100644 --- a/subscription_handle.go +++ b/subscription_handle.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/system_delete_transaction.go b/system_delete_transaction.go index 8490899ce..c8b5462c9 100644 --- a/system_delete_transaction.go +++ b/system_delete_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/system_undelete_transaction.go b/system_undelete_transaction.go index cfca61511..8644d5b3f 100644 --- a/system_undelete_transaction.go +++ b/system_undelete_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/time.go b/time.go index 8cffd28a7..b88726f5f 100644 --- a/time.go +++ b/time.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tls_e2e_test.go b/tls_e2e_test.go index 62c4767de..5a47e20f2 100644 --- a/tls_e2e_test.go +++ b/tls_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_allowance.go b/token_allowance.go index f871c0994..b99d8e402 100644 --- a/token_allowance.go +++ b/token_allowance.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_allowance_unit_test.go b/token_allowance_unit_test.go index 36a741c5a..668e66d19 100644 --- a/token_allowance_unit_test.go +++ b/token_allowance_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_associate_transaction.go b/token_associate_transaction.go index fdcc1bb96..63aefe4eb 100644 --- a/token_associate_transaction.go +++ b/token_associate_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_associate_transaction_e2e_test.go b/token_associate_transaction_e2e_test.go index ae4bcc8ca..6e2cac6ff 100644 --- a/token_associate_transaction_e2e_test.go +++ b/token_associate_transaction_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_associate_transaction_unit_test.go b/token_associate_transaction_unit_test.go index 4399b4b99..101b490ee 100644 --- a/token_associate_transaction_unit_test.go +++ b/token_associate_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_association.go b/token_association.go index 92fffe3ff..0b5532cf9 100644 --- a/token_association.go +++ b/token_association.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_association_unit_test.go b/token_association_unit_test.go index 550e7bba3..7b60aa8e2 100644 --- a/token_association_unit_test.go +++ b/token_association_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_balance_map.go b/token_balance_map.go index 72740d229..8a1c1ceca 100644 --- a/token_balance_map.go +++ b/token_balance_map.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_balance_map_unit_test.go b/token_balance_map_unit_test.go index 1974e2a43..cd99f6aad 100644 --- a/token_balance_map_unit_test.go +++ b/token_balance_map_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_burn_transaction.go b/token_burn_transaction.go index c6501b58e..4aa8ec3d0 100644 --- a/token_burn_transaction.go +++ b/token_burn_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_burn_transaction_e2e_test.go b/token_burn_transaction_e2e_test.go index c0e308785..9415771f7 100644 --- a/token_burn_transaction_e2e_test.go +++ b/token_burn_transaction_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_burn_transaction_unit_test.go b/token_burn_transaction_unit_test.go index 749ebfbe9..5f69328e4 100644 --- a/token_burn_transaction_unit_test.go +++ b/token_burn_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_create_transaction.go b/token_create_transaction.go index 27c48230e..382099377 100644 --- a/token_create_transaction.go +++ b/token_create_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_create_transaction_e2e_test.go b/token_create_transaction_e2e_test.go index 58016af8f..9aa9c2433 100644 --- a/token_create_transaction_e2e_test.go +++ b/token_create_transaction_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_create_transaction_unit_test.go b/token_create_transaction_unit_test.go index b621acb15..6bd7b9a71 100644 --- a/token_create_transaction_unit_test.go +++ b/token_create_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_decimal_map.go b/token_decimal_map.go index b75a3e4d5..e8c0664cd 100644 --- a/token_decimal_map.go +++ b/token_decimal_map.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_decimal_map_unit_test.go b/token_decimal_map_unit_test.go index 233a2e45d..e57b51149 100644 --- a/token_decimal_map_unit_test.go +++ b/token_decimal_map_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_delete_transaction.go b/token_delete_transaction.go index e6f418f9d..105c12fd6 100644 --- a/token_delete_transaction.go +++ b/token_delete_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_delete_transaction_e2e_test.go b/token_delete_transaction_e2e_test.go index bc785267b..ee011aaa5 100644 --- a/token_delete_transaction_e2e_test.go +++ b/token_delete_transaction_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_delete_transaction_unit_test.go b/token_delete_transaction_unit_test.go index 8456197da..3487bb33f 100644 --- a/token_delete_transaction_unit_test.go +++ b/token_delete_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_dissociate_transaction.go b/token_dissociate_transaction.go index c22b13980..6ecb4b96a 100644 --- a/token_dissociate_transaction.go +++ b/token_dissociate_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_dissociate_transaction_e2e_test.go b/token_dissociate_transaction_e2e_test.go index f80425eb3..6cdf8bb71 100644 --- a/token_dissociate_transaction_e2e_test.go +++ b/token_dissociate_transaction_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_dissociate_transaction_unit_test.go b/token_dissociate_transaction_unit_test.go index 2461b85e2..480fce4c1 100644 --- a/token_dissociate_transaction_unit_test.go +++ b/token_dissociate_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_fee_schedule_update_transaction.go b/token_fee_schedule_update_transaction.go index ad90ff872..3d0a11b4e 100644 --- a/token_fee_schedule_update_transaction.go +++ b/token_fee_schedule_update_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_fee_schedule_update_transaction_e2e_test.go b/token_fee_schedule_update_transaction_e2e_test.go index d4c7a3240..77d7313dc 100644 --- a/token_fee_schedule_update_transaction_e2e_test.go +++ b/token_fee_schedule_update_transaction_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_fee_schedule_update_transaction_unit_test.go b/token_fee_schedule_update_transaction_unit_test.go index 2b3bd011b..65a81c498 100644 --- a/token_fee_schedule_update_transaction_unit_test.go +++ b/token_fee_schedule_update_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_freeze_transaction.go b/token_freeze_transaction.go index fdce15c94..37a445e22 100644 --- a/token_freeze_transaction.go +++ b/token_freeze_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_freeze_transaction_e2e_test.go b/token_freeze_transaction_e2e_test.go index 98d16befd..83938d5b7 100644 --- a/token_freeze_transaction_e2e_test.go +++ b/token_freeze_transaction_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_freeze_transaction_unit_test.go b/token_freeze_transaction_unit_test.go index f44a00757..b737f1ccf 100644 --- a/token_freeze_transaction_unit_test.go +++ b/token_freeze_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_grant_kyc_transaction.go b/token_grant_kyc_transaction.go index c0dbcae05..eaf422fa6 100644 --- a/token_grant_kyc_transaction.go +++ b/token_grant_kyc_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_grant_kyc_transaction_e2e_test.go b/token_grant_kyc_transaction_e2e_test.go index 390140772..3a5c6914c 100644 --- a/token_grant_kyc_transaction_e2e_test.go +++ b/token_grant_kyc_transaction_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_grant_kyc_transaction_unit_test.go b/token_grant_kyc_transaction_unit_test.go index ed7725004..aab419045 100644 --- a/token_grant_kyc_transaction_unit_test.go +++ b/token_grant_kyc_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_id.go b/token_id.go index d39561f08..11f4972a8 100644 --- a/token_id.go +++ b/token_id.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_id_unit_test.go b/token_id_unit_test.go index d5de0855d..7faa0756d 100644 --- a/token_id_unit_test.go +++ b/token_id_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_info.go b/token_info.go index de5408966..2d163bece 100644 --- a/token_info.go +++ b/token_info.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_info_query.go b/token_info_query.go index bedc14227..9156e7a27 100644 --- a/token_info_query.go +++ b/token_info_query.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_info_query_e2e_test.go b/token_info_query_e2e_test.go index a70809fa9..474664413 100644 --- a/token_info_query_e2e_test.go +++ b/token_info_query_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_info_query_unit_test.go b/token_info_query_unit_test.go index 789cdb3f4..083c3360e 100644 --- a/token_info_query_unit_test.go +++ b/token_info_query_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_info_unit_test.go b/token_info_unit_test.go index 58edb358a..9abe1b81e 100644 --- a/token_info_unit_test.go +++ b/token_info_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_mint_transaction.go b/token_mint_transaction.go index 7172f55fd..0ea4dd794 100644 --- a/token_mint_transaction.go +++ b/token_mint_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_mint_transaction_e2e_test.go b/token_mint_transaction_e2e_test.go index 33652a550..d05e38c8f 100644 --- a/token_mint_transaction_e2e_test.go +++ b/token_mint_transaction_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_mint_transaction_unit_test.go b/token_mint_transaction_unit_test.go index 59d50a74b..060562dd7 100644 --- a/token_mint_transaction_unit_test.go +++ b/token_mint_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_nft_allowance.go b/token_nft_allowance.go index be7845d84..9d49e8615 100644 --- a/token_nft_allowance.go +++ b/token_nft_allowance.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_nft_allowance_e2e_test.go b/token_nft_allowance_e2e_test.go index f4f9f4fbe..c20c1ddb3 100644 --- a/token_nft_allowance_e2e_test.go +++ b/token_nft_allowance_e2e_test.go @@ -3,6 +3,26 @@ package hedera +/*- + * + * Hedera Go SDK + * + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + import ( "testing" diff --git a/token_nft_allowance_unit_test.go b/token_nft_allowance_unit_test.go index f35e90d77..9bb4a5115 100644 --- a/token_nft_allowance_unit_test.go +++ b/token_nft_allowance_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,8 +24,9 @@ package hedera */ import ( - "github.com/stretchr/testify/assert" "testing" + + "github.com/stretchr/testify/assert" ) func TestUnitNewTokenNftAllowance(t *testing.T) { diff --git a/token_nft_info.go b/token_nft_info.go index c03cf0c9c..7ec936735 100644 --- a/token_nft_info.go +++ b/token_nft_info.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_nft_info_query.go b/token_nft_info_query.go index 7366eabf4..3fba8323c 100644 --- a/token_nft_info_query.go +++ b/token_nft_info_query.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_nft_info_query_e2e_test.go b/token_nft_info_query_e2e_test.go index e2edd9c49..61f21e25d 100644 --- a/token_nft_info_query_e2e_test.go +++ b/token_nft_info_query_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_nft_info_query_unit_test.go b/token_nft_info_query_unit_test.go index 6050a58da..d84434759 100644 --- a/token_nft_info_query_unit_test.go +++ b/token_nft_info_query_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_nft_transfer.go b/token_nft_transfer.go index e43bf1f9b..3a8b22806 100644 --- a/token_nft_transfer.go +++ b/token_nft_transfer.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_nft_transfer_unit_test.go b/token_nft_transfer_unit_test.go index a8f604c67..3f17e47af 100644 --- a/token_nft_transfer_unit_test.go +++ b/token_nft_transfer_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_pause_transaction.go b/token_pause_transaction.go index ab38039b0..932fc91f0 100644 --- a/token_pause_transaction.go +++ b/token_pause_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_pause_transaction_e2e_test.go b/token_pause_transaction_e2e_test.go index abaaa7111..126e2992e 100644 --- a/token_pause_transaction_e2e_test.go +++ b/token_pause_transaction_e2e_test.go @@ -3,6 +3,26 @@ package hedera +/*- + * + * Hedera Go SDK + * + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + import ( "testing" diff --git a/token_pause_transaction_unit_test.go b/token_pause_transaction_unit_test.go index 5bd8c8988..f32c337bd 100644 --- a/token_pause_transaction_unit_test.go +++ b/token_pause_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_relationship.go b/token_relationship.go index 881087d2e..00b92dc41 100644 --- a/token_relationship.go +++ b/token_relationship.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_revoke_kyc_transaction.go b/token_revoke_kyc_transaction.go index 2372b6a87..f07f21752 100644 --- a/token_revoke_kyc_transaction.go +++ b/token_revoke_kyc_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_revoke_kyc_transaction_e2e_test.go b/token_revoke_kyc_transaction_e2e_test.go index 6bb287610..29db458a6 100644 --- a/token_revoke_kyc_transaction_e2e_test.go +++ b/token_revoke_kyc_transaction_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_revoke_kys_transaction_unit_test.go b/token_revoke_kys_transaction_unit_test.go index 9aa77afd9..b2aa6862e 100644 --- a/token_revoke_kys_transaction_unit_test.go +++ b/token_revoke_kys_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_supply_type.go b/token_supply_type.go index 7a6d26a8d..6c85c5e8d 100644 --- a/token_supply_type.go +++ b/token_supply_type.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_transfer.go b/token_transfer.go index 0babeddfe..3b70713a1 100644 --- a/token_transfer.go +++ b/token_transfer.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_transfer_transaction_e2e_test.go b/token_transfer_transaction_e2e_test.go index 79ce443f1..a78622662 100644 --- a/token_transfer_transaction_e2e_test.go +++ b/token_transfer_transaction_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_transfer_transaction_unit_test.go b/token_transfer_transaction_unit_test.go index e9990ca20..0164294b8 100644 --- a/token_transfer_transaction_unit_test.go +++ b/token_transfer_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_type.go b/token_type.go index 8c43cd22d..4a1862019 100644 --- a/token_type.go +++ b/token_type.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_unfreeze_transaction.go b/token_unfreeze_transaction.go index d08fccf3b..695adcf89 100644 --- a/token_unfreeze_transaction.go +++ b/token_unfreeze_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_unfreeze_transaction_e2e_test.go b/token_unfreeze_transaction_e2e_test.go index bb16bb220..17bd9f0cb 100644 --- a/token_unfreeze_transaction_e2e_test.go +++ b/token_unfreeze_transaction_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_unfreeze_transaction_unit_test.go b/token_unfreeze_transaction_unit_test.go index b8b3f4250..277b2b5a7 100644 --- a/token_unfreeze_transaction_unit_test.go +++ b/token_unfreeze_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_unpause_transaction.go b/token_unpause_transaction.go index f41cef7c5..b6198a98a 100644 --- a/token_unpause_transaction.go +++ b/token_unpause_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_update_transaction.go b/token_update_transaction.go index 543bed7b2..4df3b8c9b 100644 --- a/token_update_transaction.go +++ b/token_update_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_update_transaction_e2e_test.go b/token_update_transaction_e2e_test.go index 3460fe7a0..34f3c233a 100644 --- a/token_update_transaction_e2e_test.go +++ b/token_update_transaction_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_update_transaction_unit_test.go b/token_update_transaction_unit_test.go index 3c4a5806d..953e4704c 100644 --- a/token_update_transaction_unit_test.go +++ b/token_update_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_wipe_transaction.go b/token_wipe_transaction.go index 4b585be60..f4ab2382d 100644 --- a/token_wipe_transaction.go +++ b/token_wipe_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_wipe_transaction_e2e_test.go b/token_wipe_transaction_e2e_test.go index 4594a6b29..f6dda16db 100644 --- a/token_wipe_transaction_e2e_test.go +++ b/token_wipe_transaction_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/token_wipe_transaction_unit_test.go b/token_wipe_transaction_unit_test.go index 08e956802..4e03a1ab3 100644 --- a/token_wipe_transaction_unit_test.go +++ b/token_wipe_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/topic_create_transaction.go b/topic_create_transaction.go index 60cc41c86..5e8f53923 100644 --- a/topic_create_transaction.go +++ b/topic_create_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/topic_create_transaction_e2e_test.go b/topic_create_transaction_e2e_test.go index 09d2d70c4..4643431e0 100644 --- a/topic_create_transaction_e2e_test.go +++ b/topic_create_transaction_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/topic_create_transaction_unit_test.go b/topic_create_transaction_unit_test.go index c925c1ad4..27cf1dc3d 100644 --- a/topic_create_transaction_unit_test.go +++ b/topic_create_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/topic_delete_transaction.go b/topic_delete_transaction.go index eb6591ca3..983905fe2 100644 --- a/topic_delete_transaction.go +++ b/topic_delete_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/topic_delete_transaction_e2e_test.go b/topic_delete_transaction_e2e_test.go index b3b4b9fce..6e2e1f96d 100644 --- a/topic_delete_transaction_e2e_test.go +++ b/topic_delete_transaction_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/topic_delete_transaction_unit_test.go b/topic_delete_transaction_unit_test.go index 7fd75608d..16b6ef195 100644 --- a/topic_delete_transaction_unit_test.go +++ b/topic_delete_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/topic_id.go b/topic_id.go index a2a21729a..cd32473c8 100644 --- a/topic_id.go +++ b/topic_id.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/topic_info.go b/topic_info.go index 7e9fb70ee..d6c9ee17a 100644 --- a/topic_info.go +++ b/topic_info.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/topic_info_query.go b/topic_info_query.go index 5d8ff5b88..eed58803f 100644 --- a/topic_info_query.go +++ b/topic_info_query.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/topic_info_query_e2e_test.go b/topic_info_query_e2e_test.go index 46be93083..18c5984ef 100644 --- a/topic_info_query_e2e_test.go +++ b/topic_info_query_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/topic_info_query_unit_test.go b/topic_info_query_unit_test.go index 02c57afe6..1a13f30be 100644 --- a/topic_info_query_unit_test.go +++ b/topic_info_query_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/topic_message.go b/topic_message.go index 01a1f1d81..f837c600b 100644 --- a/topic_message.go +++ b/topic_message.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/topic_message_chunk.go b/topic_message_chunk.go index 5bea17875..911429410 100644 --- a/topic_message_chunk.go +++ b/topic_message_chunk.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/topic_message_query.go b/topic_message_query.go index 72861aec4..550209657 100644 --- a/topic_message_query.go +++ b/topic_message_query.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/topic_message_query_e2e_test.go b/topic_message_query_e2e_test.go index 040b731cb..573733216 100644 --- a/topic_message_query_e2e_test.go +++ b/topic_message_query_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/topic_message_query_unit_test.go b/topic_message_query_unit_test.go index 9e79a813e..f9fc85c93 100644 --- a/topic_message_query_unit_test.go +++ b/topic_message_query_unit_test.go @@ -3,6 +3,26 @@ package hedera +/*- + * + * Hedera Go SDK + * + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + import ( "testing" "time" diff --git a/topic_message_submit_transaction.go b/topic_message_submit_transaction.go index afa816cf4..48ebe256c 100644 --- a/topic_message_submit_transaction.go +++ b/topic_message_submit_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/topic_message_submit_transaction_unit_test.go b/topic_message_submit_transaction_unit_test.go index ee205f5f0..fecbdfa8d 100644 --- a/topic_message_submit_transaction_unit_test.go +++ b/topic_message_submit_transaction_unit_test.go @@ -3,6 +3,26 @@ package hedera +/*- + * + * Hedera Go SDK + * + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + import ( "testing" "time" diff --git a/topic_update_transaction.go b/topic_update_transaction.go index c76e4c3a7..069f55bd4 100644 --- a/topic_update_transaction.go +++ b/topic_update_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/topic_update_transaction_e2e_test.go b/topic_update_transaction_e2e_test.go index b67587ecd..2a293b205 100644 --- a/topic_update_transaction_e2e_test.go +++ b/topic_update_transaction_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/topic_update_transaction_unit_test.go b/topic_update_transaction_unit_test.go index edeb4481b..19973ff6e 100644 --- a/topic_update_transaction_unit_test.go +++ b/topic_update_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/transaction.go b/transaction.go index 84a716de1..7a061bae7 100644 --- a/transaction.go +++ b/transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/transaction_e2e_test.go b/transaction_e2e_test.go index f89f1f199..c99067acc 100644 --- a/transaction_e2e_test.go +++ b/transaction_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/transaction_fee_schedule.go b/transaction_fee_schedule.go index 2394bb976..2145fc48b 100644 --- a/transaction_fee_schedule.go +++ b/transaction_fee_schedule.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/transaction_id.go b/transaction_id.go index 518cc730d..376038fbd 100644 --- a/transaction_id.go +++ b/transaction_id.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/transaction_id_unit_test.go b/transaction_id_unit_test.go index 45123105a..e9fb1b226 100644 --- a/transaction_id_unit_test.go +++ b/transaction_id_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/transaction_receipt.go b/transaction_receipt.go index 501de6de6..d90a02d80 100644 --- a/transaction_receipt.go +++ b/transaction_receipt.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/transaction_receipt_query.go b/transaction_receipt_query.go index ad9ef1bdd..e47725e2c 100644 --- a/transaction_receipt_query.go +++ b/transaction_receipt_query.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/transaction_receipt_query_e2e_test.go b/transaction_receipt_query_e2e_test.go index 070835a67..688ceef0c 100644 --- a/transaction_receipt_query_e2e_test.go +++ b/transaction_receipt_query_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/transaction_receipt_query_unit_test.go b/transaction_receipt_query_unit_test.go index d0100cce0..c865c7815 100644 --- a/transaction_receipt_query_unit_test.go +++ b/transaction_receipt_query_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/transaction_record.go b/transaction_record.go index f509da3f6..6e37ff23d 100644 --- a/transaction_record.go +++ b/transaction_record.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/transaction_record_query.go b/transaction_record_query.go index 869582fbb..be6624ffc 100644 --- a/transaction_record_query.go +++ b/transaction_record_query.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/transaction_record_query_e2e_test.go b/transaction_record_query_e2e_test.go index 86b4fb3f0..5a96362f8 100644 --- a/transaction_record_query_e2e_test.go +++ b/transaction_record_query_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/transaction_record_query_unit_test.go b/transaction_record_query_unit_test.go index 77eb77d39..072dc5456 100644 --- a/transaction_record_query_unit_test.go +++ b/transaction_record_query_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/transaction_response.go b/transaction_response.go index 42f494dd7..f61be65d6 100644 --- a/transaction_response.go +++ b/transaction_response.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/transaction_unit_test.go b/transaction_unit_test.go index bcfd60a6e..d45f1603f 100644 --- a/transaction_unit_test.go +++ b/transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/transfer.go b/transfer.go index 78662187b..cd2c6b647 100644 --- a/transfer.go +++ b/transfer.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/transfer_transaction.go b/transfer_transaction.go index 7eb08aa5d..c9a6ccbdf 100644 --- a/transfer_transaction.go +++ b/transfer_transaction.go @@ -4,7 +4,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/transfer_transaction_e2e_test.go b/transfer_transaction_e2e_test.go index 5ece39c9e..9a44eab73 100644 --- a/transfer_transaction_e2e_test.go +++ b/transfer_transaction_e2e_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/transfer_transaction_unit_test.go b/transfer_transaction_unit_test.go index 1fd84cf34..2dbb5974b 100644 --- a/transfer_transaction_unit_test.go +++ b/transfer_transaction_unit_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utilities_for_test.go b/utilities_for_test.go index 66a93eda1..d571d1c69 100644 --- a/utilities_for_test.go +++ b/utilities_for_test.go @@ -7,7 +7,7 @@ package hedera * * Hedera Go SDK * - * Copyright (C) 2020 - 2022 Hedera Hashgraph, LLC + * Copyright (C) 2020 - 2023 Hedera Hashgraph, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.