From ab201aac529323302aa89bd78913df1acadaca79 Mon Sep 17 00:00:00 2001 From: davvd Date: Tue, 16 Jul 2024 11:49:49 +0300 Subject: [PATCH] #835 copyright --- .0pdd.yml | 20 +++++++++ .github/workflows/actionlint.yml | 41 +++++++++++++++++++ .github/workflows/codecov.yml | 19 +++++++++ .github/workflows/copyrights.yml | 30 ++++++++++++++ .github/workflows/yamllint.yml | 34 +++++++++++++++ .rubocop.yml | 20 +++++++++ .rultor.yml | 22 +++++++++- .simplecov | 2 +- Gemfile | 2 +- Rakefile | 2 +- bin/zold | 2 +- cucumber.yml | 20 +++++++++ features/step_definitions/steps.rb | 2 +- features/support/env.rb | 2 +- fixtures/merge/asserts.rb | 2 +- fixtures/merge/into_no_wallet/assert.rb | 2 +- .../merge/legacy_negatives_stay/assert.rb | 2 +- fixtures/merge/missed_wallets/assert.rb | 2 +- fixtures/merge/negative_overwriting/assert.rb | 2 +- fixtures/merge/negatives_in_between/assert.rb | 2 +- fixtures/merge/random_expenses/assert.rb | 2 +- fixtures/merge/simple_case/assert.rb | 2 +- fixtures/merge/unconfirmed_income/assert.rb | 2 +- lib/zold.rb | 2 +- lib/zold/age.rb | 2 +- lib/zold/amount.rb | 2 +- lib/zold/cached_wallets.rb | 2 +- lib/zold/commands/args.rb | 2 +- lib/zold/commands/calculate.rb | 2 +- lib/zold/commands/clean.rb | 2 +- lib/zold/commands/create.rb | 2 +- lib/zold/commands/diff.rb | 2 +- lib/zold/commands/fetch.rb | 2 +- lib/zold/commands/invoice.rb | 2 +- lib/zold/commands/list.rb | 2 +- lib/zold/commands/merge.rb | 2 +- lib/zold/commands/next.rb | 2 +- lib/zold/commands/node.rb | 2 +- lib/zold/commands/pay.rb | 2 +- lib/zold/commands/propagate.rb | 2 +- lib/zold/commands/pull.rb | 2 +- lib/zold/commands/push.rb | 2 +- lib/zold/commands/remote.rb | 2 +- lib/zold/commands/remove.rb | 2 +- lib/zold/commands/routines.rb | 2 +- lib/zold/commands/routines/audit.rb | 2 +- lib/zold/commands/routines/gc.rb | 2 +- lib/zold/commands/routines/reconnect.rb | 2 +- lib/zold/commands/routines/retire.rb | 2 +- lib/zold/commands/show.rb | 2 +- lib/zold/commands/taxes.rb | 2 +- lib/zold/commands/thread_badge.rb | 2 +- lib/zold/copies.rb | 2 +- lib/zold/dir_items.rb | 2 +- lib/zold/endless.rb | 2 +- lib/zold/gem.rb | 2 +- lib/zold/hands.rb | 2 +- lib/zold/head.rb | 2 +- lib/zold/hexnum.rb | 2 +- lib/zold/http.rb | 2 +- lib/zold/hungry_wallets.rb | 2 +- lib/zold/id.rb | 2 +- lib/zold/json_page.rb | 2 +- lib/zold/key.rb | 2 +- lib/zold/log.rb | 2 +- lib/zold/metronome.rb | 2 +- lib/zold/node/async_entrance.rb | 2 +- lib/zold/node/entrance.rb | 2 +- lib/zold/node/farm.rb | 2 +- lib/zold/node/farmers.rb | 2 +- lib/zold/node/front.rb | 2 +- lib/zold/node/journaled_pipeline.rb | 2 +- lib/zold/node/nodup_entrance.rb | 2 +- lib/zold/node/nospam_entrance.rb | 2 +- lib/zold/node/pipeline.rb | 2 +- lib/zold/node/safe_entrance.rb | 2 +- lib/zold/node/soft_error.rb | 2 +- lib/zold/node/spread_entrance.rb | 2 +- lib/zold/node/sync_entrance.rb | 2 +- lib/zold/node/trace.rb | 2 +- lib/zold/patch.rb | 2 +- lib/zold/prefixes.rb | 2 +- lib/zold/remotes.rb | 2 +- lib/zold/signature.rb | 2 +- lib/zold/size.rb | 2 +- lib/zold/sync_wallets.rb | 2 +- lib/zold/tax.rb | 2 +- lib/zold/thread_pool.rb | 2 +- lib/zold/tree_wallets.rb | 2 +- lib/zold/txn.rb | 2 +- lib/zold/txns.rb | 2 +- lib/zold/upgrades.rb | 2 +- lib/zold/verbose_thread.rb | 2 +- lib/zold/version.rb | 2 +- lib/zold/version_file.rb | 2 +- lib/zold/wallet.rb | 2 +- lib/zold/wallets.rb | 2 +- test/commands/routines/test_audit.rb | 2 +- test/commands/routines/test_gc.rb | 2 +- test/commands/routines/test_reconcile.rb | 2 +- test/commands/routines/test_reconnect.rb | 2 +- test/commands/routines/test_retire.rb | 2 +- test/commands/test_calculate.rb | 2 +- test/commands/test_clean.rb | 2 +- test/commands/test_create.rb | 2 +- test/commands/test_diff.rb | 2 +- test/commands/test_fetch.rb | 2 +- test/commands/test_invoice.rb | 2 +- test/commands/test_list.rb | 2 +- test/commands/test_merge.rb | 2 +- test/commands/test_node.rb | 2 +- test/commands/test_pay.rb | 2 +- test/commands/test_propagate.rb | 2 +- test/commands/test_pull.rb | 2 +- test/commands/test_push.rb | 2 +- test/commands/test_remote.rb | 2 +- test/commands/test_remove.rb | 2 +- test/commands/test_show.rb | 2 +- test/commands/test_taxes.rb | 2 +- test/fake_home.rb | 2 +- test/node/fake_entrance.rb | 2 +- test/node/fake_node.rb | 2 +- test/node/test_async_entrance.rb | 2 +- test/node/test_entrance.rb | 2 +- test/node/test_farm.rb | 2 +- test/node/test_farmers.rb | 2 +- test/node/test_front.rb | 2 +- test/node/test_nodup_entrance.rb | 2 +- test/node/test_nospam_entrance.rb | 2 +- test/node/test_safe_entrance.rb | 2 +- test/node/test_spread_entrance.rb | 2 +- test/node/test_sync_entrance.rb | 2 +- test/node/test_trace.rb | 2 +- test/test__helper.rb | 2 +- test/test_age.rb | 2 +- test/test_amount.rb | 2 +- test/test_cached_wallets.rb | 2 +- test/test_copies.rb | 2 +- test/test_dir_items.rb | 2 +- test/test_hands.rb | 2 +- test/test_hexnum.rb | 2 +- test/test_http.rb | 2 +- test/test_hungry_wallets.rb | 2 +- test/test_id.rb | 2 +- test/test_json_page.rb | 2 +- test/test_key.rb | 2 +- test/test_log.rb | 2 +- test/test_metronome.rb | 2 +- test/test_patch.rb | 2 +- test/test_prefixes.rb | 2 +- test/test_remotes.rb | 2 +- test/test_signature.rb | 2 +- test/test_size.rb | 2 +- test/test_sync_wallets.rb | 2 +- test/test_tax.rb | 2 +- test/test_thread_pool.rb | 2 +- test/test_tree_wallets.rb | 2 +- test/test_txn.rb | 2 +- test/test_upgrades.rb | 2 +- test/test_verbose_thread.rb | 2 +- test/test_wallet.rb | 2 +- test/test_wallets.rb | 2 +- test/test_zold.rb | 2 +- test/upgrades/test_delete_banned_wallets.rb | 2 +- test/upgrades/test_protocol_up.rb | 2 +- upgrades/2.rb | 2 +- upgrades/delete_banned_wallets.rb | 2 +- upgrades/move_wallets_into_tree.rb | 2 +- upgrades/protocol_up.rb | 2 +- upgrades/rename_foreign_wallets.rb | 2 +- zold.gemspec | 2 +- 171 files changed, 368 insertions(+), 164 deletions(-) create mode 100644 .github/workflows/actionlint.yml create mode 100644 .github/workflows/copyrights.yml create mode 100644 .github/workflows/yamllint.yml diff --git a/.0pdd.yml b/.0pdd.yml index 36d0a7fee..052cfe884 100644 --- a/.0pdd.yml +++ b/.0pdd.yml @@ -1,3 +1,23 @@ +# Copyright (c) 2018-2024 Zerocracy +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the 'Software'), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. +--- errors: - yegor256@gmail.com # alerts: diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml new file mode 100644 index 000000000..8f510c7a6 --- /dev/null +++ b/.github/workflows/actionlint.yml @@ -0,0 +1,41 @@ +# Copyright (c) 2018-2024 Zerocracy +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the 'Software'), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. +--- +name: actionlint +'on': + push: + branches: + - master + pull_request: + branches: + - master +jobs: + actionlint: + runs-on: ubuntu-22.04 + steps: + - uses: actions/checkout@v4 + - name: Download actionlint + id: get_actionlint + # yamllint disable-line rule:line-length + run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) + shell: bash + - name: Check workflow files + run: ${{ steps.get_actionlint.outputs.executable }} -color + shell: bash diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 79a8ae0a0..2d05b0530 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -1,3 +1,22 @@ +# Copyright (c) 2018-2024 Zerocracy +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the 'Software'), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. --- name: codecov on: diff --git a/.github/workflows/copyrights.yml b/.github/workflows/copyrights.yml new file mode 100644 index 000000000..7c19c20d3 --- /dev/null +++ b/.github/workflows/copyrights.yml @@ -0,0 +1,30 @@ +# Copyright (c) 2018-2024 Zerocracy +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the 'Software'), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. +--- +name: copyrights +'on': + push: + pull_request: +jobs: + copyrights: + runs-on: ubuntu-22.04 + steps: + - uses: actions/checkout@v4 + - uses: yegor256/copyrights-action@0.0.4 diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml new file mode 100644 index 000000000..773364b7d --- /dev/null +++ b/.github/workflows/yamllint.yml @@ -0,0 +1,34 @@ +# Copyright (c) 2018-2024 Zerocracy +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the 'Software'), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. +--- +name: yamllint +'on': + push: + branches: + - master + pull_request: + branches: + - master +jobs: + yamllint: + runs-on: ubuntu-22.04 + steps: + - uses: actions/checkout@v4 + - uses: ibiqlik/action-yamllint@v3 diff --git a/.rubocop.yml b/.rubocop.yml index 85498d14a..1ad84a1b3 100755 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,3 +1,23 @@ +# Copyright (c) 2018-2024 Zerocracy +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the 'Software'), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. +--- AllCops: Exclude: - 'bin/**/*' diff --git a/.rultor.yml b/.rultor.yml index 96e1718e6..4e1b39ae2 100755 --- a/.rultor.yml +++ b/.rultor.yml @@ -1,5 +1,25 @@ +# Copyright (c) 2018-2024 Zerocracy +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the 'Software'), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. +--- docker: - image: yegor256/rultor-image:1.22.0 + image: yegor256/rultor-image:1.23.1 architect: - yegor256 - davvd diff --git a/.simplecov b/.simplecov index e90fd50e3..04312bfd7 100644 --- a/.simplecov +++ b/.simplecov @@ -1,7 +1,7 @@ # frozen_string_literal: true # -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/Gemfile b/Gemfile index 0dc82c558..9e69b48b2 100755 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/Rakefile b/Rakefile index 4bd945850..eabcf2d1a 100644 --- a/Rakefile +++ b/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/bin/zold b/bin/zold index 729d142c1..c52fb38ac 100755 --- a/bin/zold +++ b/bin/zold @@ -1,7 +1,7 @@ #!/usr/bin/env ruby # encoding: utf-8 # -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/cucumber.yml b/cucumber.yml index 78342a171..3950df86e 100644 --- a/cucumber.yml +++ b/cucumber.yml @@ -1,3 +1,23 @@ +# Copyright (c) 2018-2024 Zerocracy +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the 'Software'), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. +--- default: --format pretty travis: --format progress html_report: --format progress --format html --out=features_report.html diff --git a/features/step_definitions/steps.rb b/features/step_definitions/steps.rb index ac886535a..7e44ee380 100644 --- a/features/step_definitions/steps.rb +++ b/features/step_definitions/steps.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/features/support/env.rb b/features/support/env.rb index d1b1096c1..b1af0ce10 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/fixtures/merge/asserts.rb b/fixtures/merge/asserts.rb index b0e5d2453..90b5e4840 100644 --- a/fixtures/merge/asserts.rb +++ b/fixtures/merge/asserts.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/fixtures/merge/into_no_wallet/assert.rb b/fixtures/merge/into_no_wallet/assert.rb index 40e452e03..79bc690bc 100644 --- a/fixtures/merge/into_no_wallet/assert.rb +++ b/fixtures/merge/into_no_wallet/assert.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/fixtures/merge/legacy_negatives_stay/assert.rb b/fixtures/merge/legacy_negatives_stay/assert.rb index f424d356a..eed1288f0 100644 --- a/fixtures/merge/legacy_negatives_stay/assert.rb +++ b/fixtures/merge/legacy_negatives_stay/assert.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/fixtures/merge/missed_wallets/assert.rb b/fixtures/merge/missed_wallets/assert.rb index 3198311e7..2883d16d6 100644 --- a/fixtures/merge/missed_wallets/assert.rb +++ b/fixtures/merge/missed_wallets/assert.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/fixtures/merge/negative_overwriting/assert.rb b/fixtures/merge/negative_overwriting/assert.rb index d206b8f0f..4257146d5 100644 --- a/fixtures/merge/negative_overwriting/assert.rb +++ b/fixtures/merge/negative_overwriting/assert.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/fixtures/merge/negatives_in_between/assert.rb b/fixtures/merge/negatives_in_between/assert.rb index cbc6a10cd..0f54f17cf 100644 --- a/fixtures/merge/negatives_in_between/assert.rb +++ b/fixtures/merge/negatives_in_between/assert.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/fixtures/merge/random_expenses/assert.rb b/fixtures/merge/random_expenses/assert.rb index 44db52bf2..eebe3fea7 100644 --- a/fixtures/merge/random_expenses/assert.rb +++ b/fixtures/merge/random_expenses/assert.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/fixtures/merge/simple_case/assert.rb b/fixtures/merge/simple_case/assert.rb index 40e452e03..79bc690bc 100644 --- a/fixtures/merge/simple_case/assert.rb +++ b/fixtures/merge/simple_case/assert.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/fixtures/merge/unconfirmed_income/assert.rb b/fixtures/merge/unconfirmed_income/assert.rb index 53e56701b..575164d36 100644 --- a/fixtures/merge/unconfirmed_income/assert.rb +++ b/fixtures/merge/unconfirmed_income/assert.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold.rb b/lib/zold.rb index 8e148c021..9ff860f13 100644 --- a/lib/zold.rb +++ b/lib/zold.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/age.rb b/lib/zold/age.rb index dbcae387a..61aae79e1 100644 --- a/lib/zold/age.rb +++ b/lib/zold/age.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/amount.rb b/lib/zold/amount.rb index 85287a08b..ca5aef95d 100644 --- a/lib/zold/amount.rb +++ b/lib/zold/amount.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/cached_wallets.rb b/lib/zold/cached_wallets.rb index 82a68ff4a..0b7d2d461 100644 --- a/lib/zold/cached_wallets.rb +++ b/lib/zold/cached_wallets.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/commands/args.rb b/lib/zold/commands/args.rb index bbf0e28d4..ea5a26fcb 100644 --- a/lib/zold/commands/args.rb +++ b/lib/zold/commands/args.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/commands/calculate.rb b/lib/zold/commands/calculate.rb index 92dd8a8ff..175ec512f 100644 --- a/lib/zold/commands/calculate.rb +++ b/lib/zold/commands/calculate.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/commands/clean.rb b/lib/zold/commands/clean.rb index 5fd14febd..ef6e049aa 100644 --- a/lib/zold/commands/clean.rb +++ b/lib/zold/commands/clean.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/commands/create.rb b/lib/zold/commands/create.rb index 6682fabeb..dfbfb4f81 100644 --- a/lib/zold/commands/create.rb +++ b/lib/zold/commands/create.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/commands/diff.rb b/lib/zold/commands/diff.rb index 2b8d94d3e..f56e50b00 100644 --- a/lib/zold/commands/diff.rb +++ b/lib/zold/commands/diff.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/commands/fetch.rb b/lib/zold/commands/fetch.rb index 9841ceddd..f75d93b1d 100644 --- a/lib/zold/commands/fetch.rb +++ b/lib/zold/commands/fetch.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/commands/invoice.rb b/lib/zold/commands/invoice.rb index 5ef40beba..e64e9cea5 100644 --- a/lib/zold/commands/invoice.rb +++ b/lib/zold/commands/invoice.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/commands/list.rb b/lib/zold/commands/list.rb index 854d99d7f..290076b4f 100644 --- a/lib/zold/commands/list.rb +++ b/lib/zold/commands/list.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/commands/merge.rb b/lib/zold/commands/merge.rb index 6f49ca830..d9e3fb9bd 100644 --- a/lib/zold/commands/merge.rb +++ b/lib/zold/commands/merge.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/commands/next.rb b/lib/zold/commands/next.rb index adf1152db..551485ee1 100644 --- a/lib/zold/commands/next.rb +++ b/lib/zold/commands/next.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/commands/node.rb b/lib/zold/commands/node.rb index b62ad381c..0fbae6b70 100644 --- a/lib/zold/commands/node.rb +++ b/lib/zold/commands/node.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/commands/pay.rb b/lib/zold/commands/pay.rb index 1f0e1559b..22cbc724e 100644 --- a/lib/zold/commands/pay.rb +++ b/lib/zold/commands/pay.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/commands/propagate.rb b/lib/zold/commands/propagate.rb index 5a0fdfb1a..5b5338553 100644 --- a/lib/zold/commands/propagate.rb +++ b/lib/zold/commands/propagate.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/commands/pull.rb b/lib/zold/commands/pull.rb index 89d6236ef..e08355784 100644 --- a/lib/zold/commands/pull.rb +++ b/lib/zold/commands/pull.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/commands/push.rb b/lib/zold/commands/push.rb index 3eabc3964..031d3a068 100644 --- a/lib/zold/commands/push.rb +++ b/lib/zold/commands/push.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/commands/remote.rb b/lib/zold/commands/remote.rb index 36c0d8b0d..4a6006dbf 100644 --- a/lib/zold/commands/remote.rb +++ b/lib/zold/commands/remote.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/commands/remove.rb b/lib/zold/commands/remove.rb index 18a05f269..52eff5e34 100644 --- a/lib/zold/commands/remove.rb +++ b/lib/zold/commands/remove.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/commands/routines.rb b/lib/zold/commands/routines.rb index af3f5b4f0..43cfc7676 100644 --- a/lib/zold/commands/routines.rb +++ b/lib/zold/commands/routines.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/commands/routines/audit.rb b/lib/zold/commands/routines/audit.rb index 361f2b5d2..c1e7b91ae 100644 --- a/lib/zold/commands/routines/audit.rb +++ b/lib/zold/commands/routines/audit.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/commands/routines/gc.rb b/lib/zold/commands/routines/gc.rb index 5bfcc6669..b8b50cf10 100644 --- a/lib/zold/commands/routines/gc.rb +++ b/lib/zold/commands/routines/gc.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/commands/routines/reconnect.rb b/lib/zold/commands/routines/reconnect.rb index 80d007c16..882a1289e 100644 --- a/lib/zold/commands/routines/reconnect.rb +++ b/lib/zold/commands/routines/reconnect.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/commands/routines/retire.rb b/lib/zold/commands/routines/retire.rb index 557e4efa9..f06e42fee 100644 --- a/lib/zold/commands/routines/retire.rb +++ b/lib/zold/commands/routines/retire.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/commands/show.rb b/lib/zold/commands/show.rb index e3a46edaa..f284e7ead 100644 --- a/lib/zold/commands/show.rb +++ b/lib/zold/commands/show.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/commands/taxes.rb b/lib/zold/commands/taxes.rb index 70c8238b4..430cc2421 100644 --- a/lib/zold/commands/taxes.rb +++ b/lib/zold/commands/taxes.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/commands/thread_badge.rb b/lib/zold/commands/thread_badge.rb index dd4c6959e..abcf27421 100644 --- a/lib/zold/commands/thread_badge.rb +++ b/lib/zold/commands/thread_badge.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/copies.rb b/lib/zold/copies.rb index 48d5df161..e2f5faf0e 100644 --- a/lib/zold/copies.rb +++ b/lib/zold/copies.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/dir_items.rb b/lib/zold/dir_items.rb index c1fea4448..9a9ddf0ca 100644 --- a/lib/zold/dir_items.rb +++ b/lib/zold/dir_items.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/endless.rb b/lib/zold/endless.rb index aa5884302..24d36a4d4 100644 --- a/lib/zold/endless.rb +++ b/lib/zold/endless.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/gem.rb b/lib/zold/gem.rb index 713340c90..0763b4e98 100644 --- a/lib/zold/gem.rb +++ b/lib/zold/gem.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/hands.rb b/lib/zold/hands.rb index 9a4925dc3..e40078bb3 100644 --- a/lib/zold/hands.rb +++ b/lib/zold/hands.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/head.rb b/lib/zold/head.rb index 788db1454..d3d52a30f 100644 --- a/lib/zold/head.rb +++ b/lib/zold/head.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/hexnum.rb b/lib/zold/hexnum.rb index 3b9ea7f39..129944a36 100644 --- a/lib/zold/hexnum.rb +++ b/lib/zold/hexnum.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/http.rb b/lib/zold/http.rb index 3d69fd577..b8c82d459 100644 --- a/lib/zold/http.rb +++ b/lib/zold/http.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/hungry_wallets.rb b/lib/zold/hungry_wallets.rb index b0de5573c..d2145687b 100644 --- a/lib/zold/hungry_wallets.rb +++ b/lib/zold/hungry_wallets.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/id.rb b/lib/zold/id.rb index ea10a3ba0..08db76786 100644 --- a/lib/zold/id.rb +++ b/lib/zold/id.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/json_page.rb b/lib/zold/json_page.rb index 2cd551793..ca2cfbab8 100644 --- a/lib/zold/json_page.rb +++ b/lib/zold/json_page.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/key.rb b/lib/zold/key.rb index 3588b1538..bc5089b0e 100644 --- a/lib/zold/key.rb +++ b/lib/zold/key.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/log.rb b/lib/zold/log.rb index 4cb0684b9..a59e61669 100644 --- a/lib/zold/log.rb +++ b/lib/zold/log.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/metronome.rb b/lib/zold/metronome.rb index 2174bfedc..e5d1505a6 100644 --- a/lib/zold/metronome.rb +++ b/lib/zold/metronome.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/node/async_entrance.rb b/lib/zold/node/async_entrance.rb index 572fb3846..c1bf1b8e3 100644 --- a/lib/zold/node/async_entrance.rb +++ b/lib/zold/node/async_entrance.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/node/entrance.rb b/lib/zold/node/entrance.rb index 073bfe36f..9157f7f9f 100644 --- a/lib/zold/node/entrance.rb +++ b/lib/zold/node/entrance.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/node/farm.rb b/lib/zold/node/farm.rb index 82ce6f41b..617faf63f 100644 --- a/lib/zold/node/farm.rb +++ b/lib/zold/node/farm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/node/farmers.rb b/lib/zold/node/farmers.rb index 7843f7048..b18bb01e8 100644 --- a/lib/zold/node/farmers.rb +++ b/lib/zold/node/farmers.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/node/front.rb b/lib/zold/node/front.rb index 715cb10d1..e804ff41b 100755 --- a/lib/zold/node/front.rb +++ b/lib/zold/node/front.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/node/journaled_pipeline.rb b/lib/zold/node/journaled_pipeline.rb index d70c3a45d..207aaee91 100644 --- a/lib/zold/node/journaled_pipeline.rb +++ b/lib/zold/node/journaled_pipeline.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/node/nodup_entrance.rb b/lib/zold/node/nodup_entrance.rb index c1c55cedd..d61f11bb1 100644 --- a/lib/zold/node/nodup_entrance.rb +++ b/lib/zold/node/nodup_entrance.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/node/nospam_entrance.rb b/lib/zold/node/nospam_entrance.rb index 3e3a36041..febe4acc4 100644 --- a/lib/zold/node/nospam_entrance.rb +++ b/lib/zold/node/nospam_entrance.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/node/pipeline.rb b/lib/zold/node/pipeline.rb index 358229a0e..191987f3c 100644 --- a/lib/zold/node/pipeline.rb +++ b/lib/zold/node/pipeline.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/node/safe_entrance.rb b/lib/zold/node/safe_entrance.rb index c73f6a281..d6e5054e7 100644 --- a/lib/zold/node/safe_entrance.rb +++ b/lib/zold/node/safe_entrance.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/node/soft_error.rb b/lib/zold/node/soft_error.rb index 118161f96..fe5dd3646 100644 --- a/lib/zold/node/soft_error.rb +++ b/lib/zold/node/soft_error.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/node/spread_entrance.rb b/lib/zold/node/spread_entrance.rb index 09901bb86..2649254ab 100644 --- a/lib/zold/node/spread_entrance.rb +++ b/lib/zold/node/spread_entrance.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/node/sync_entrance.rb b/lib/zold/node/sync_entrance.rb index 634920c0d..6e0f350c5 100644 --- a/lib/zold/node/sync_entrance.rb +++ b/lib/zold/node/sync_entrance.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/node/trace.rb b/lib/zold/node/trace.rb index 30ac92cb9..efa12c454 100644 --- a/lib/zold/node/trace.rb +++ b/lib/zold/node/trace.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/patch.rb b/lib/zold/patch.rb index 66b61afac..dabfb6910 100644 --- a/lib/zold/patch.rb +++ b/lib/zold/patch.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/prefixes.rb b/lib/zold/prefixes.rb index af3d2a6f6..bed1caab6 100644 --- a/lib/zold/prefixes.rb +++ b/lib/zold/prefixes.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/remotes.rb b/lib/zold/remotes.rb index ba3cb91a2..bc4eddc1f 100644 --- a/lib/zold/remotes.rb +++ b/lib/zold/remotes.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/signature.rb b/lib/zold/signature.rb index b2725d36d..8c1322ca7 100644 --- a/lib/zold/signature.rb +++ b/lib/zold/signature.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/size.rb b/lib/zold/size.rb index 37184e147..775122577 100644 --- a/lib/zold/size.rb +++ b/lib/zold/size.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/sync_wallets.rb b/lib/zold/sync_wallets.rb index 82d8fb063..3d484e1f5 100644 --- a/lib/zold/sync_wallets.rb +++ b/lib/zold/sync_wallets.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/tax.rb b/lib/zold/tax.rb index 2a7ce06d7..26b757917 100644 --- a/lib/zold/tax.rb +++ b/lib/zold/tax.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/thread_pool.rb b/lib/zold/thread_pool.rb index 265b6ef32..c49b2767d 100644 --- a/lib/zold/thread_pool.rb +++ b/lib/zold/thread_pool.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/tree_wallets.rb b/lib/zold/tree_wallets.rb index 3cbf7e31b..2560756b4 100644 --- a/lib/zold/tree_wallets.rb +++ b/lib/zold/tree_wallets.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/txn.rb b/lib/zold/txn.rb index 3ed850ad8..526103762 100644 --- a/lib/zold/txn.rb +++ b/lib/zold/txn.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/txns.rb b/lib/zold/txns.rb index 55e191f31..615aa45dc 100644 --- a/lib/zold/txns.rb +++ b/lib/zold/txns.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/upgrades.rb b/lib/zold/upgrades.rb index 2f625b1a2..18306fb00 100644 --- a/lib/zold/upgrades.rb +++ b/lib/zold/upgrades.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/verbose_thread.rb b/lib/zold/verbose_thread.rb index 48ec0c5b9..73f3db98a 100644 --- a/lib/zold/verbose_thread.rb +++ b/lib/zold/verbose_thread.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/version.rb b/lib/zold/version.rb index f70d625d7..871628bec 100644 --- a/lib/zold/version.rb +++ b/lib/zold/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/version_file.rb b/lib/zold/version_file.rb index b18dbbfff..31f205c11 100644 --- a/lib/zold/version_file.rb +++ b/lib/zold/version_file.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/wallet.rb b/lib/zold/wallet.rb index 0f1d8a2df..de65057e4 100644 --- a/lib/zold/wallet.rb +++ b/lib/zold/wallet.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/lib/zold/wallets.rb b/lib/zold/wallets.rb index 8d4fd1c9d..537277d89 100644 --- a/lib/zold/wallets.rb +++ b/lib/zold/wallets.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/commands/routines/test_audit.rb b/test/commands/routines/test_audit.rb index 4f82ec053..29dc305b2 100644 --- a/test/commands/routines/test_audit.rb +++ b/test/commands/routines/test_audit.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/commands/routines/test_gc.rb b/test/commands/routines/test_gc.rb index 2b73243b4..3bcd6dc28 100644 --- a/test/commands/routines/test_gc.rb +++ b/test/commands/routines/test_gc.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/commands/routines/test_reconcile.rb b/test/commands/routines/test_reconcile.rb index cdff5c527..f564a356a 100644 --- a/test/commands/routines/test_reconcile.rb +++ b/test/commands/routines/test_reconcile.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/commands/routines/test_reconnect.rb b/test/commands/routines/test_reconnect.rb index 8345aad4e..e11a0b052 100755 --- a/test/commands/routines/test_reconnect.rb +++ b/test/commands/routines/test_reconnect.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/commands/routines/test_retire.rb b/test/commands/routines/test_retire.rb index 776d1e895..a81becce3 100644 --- a/test/commands/routines/test_retire.rb +++ b/test/commands/routines/test_retire.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/commands/test_calculate.rb b/test/commands/test_calculate.rb index 188859305..7a07c8a61 100644 --- a/test/commands/test_calculate.rb +++ b/test/commands/test_calculate.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/commands/test_clean.rb b/test/commands/test_clean.rb index 0d5e1561e..72b79a8fc 100644 --- a/test/commands/test_clean.rb +++ b/test/commands/test_clean.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/commands/test_create.rb b/test/commands/test_create.rb index eba02fe79..6b2ba4480 100644 --- a/test/commands/test_create.rb +++ b/test/commands/test_create.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/commands/test_diff.rb b/test/commands/test_diff.rb index 50364c9f1..9c7cb4dcf 100644 --- a/test/commands/test_diff.rb +++ b/test/commands/test_diff.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/commands/test_fetch.rb b/test/commands/test_fetch.rb index ee1a58d31..de6e2682d 100755 --- a/test/commands/test_fetch.rb +++ b/test/commands/test_fetch.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/commands/test_invoice.rb b/test/commands/test_invoice.rb index 41f81c892..812f2bcd4 100644 --- a/test/commands/test_invoice.rb +++ b/test/commands/test_invoice.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/commands/test_list.rb b/test/commands/test_list.rb index 6c84c0930..d1cdc60e9 100644 --- a/test/commands/test_list.rb +++ b/test/commands/test_list.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/commands/test_merge.rb b/test/commands/test_merge.rb index e83186dc7..486db2b63 100644 --- a/test/commands/test_merge.rb +++ b/test/commands/test_merge.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/commands/test_node.rb b/test/commands/test_node.rb index 89a3bab0f..7dcf0af5b 100755 --- a/test/commands/test_node.rb +++ b/test/commands/test_node.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/commands/test_pay.rb b/test/commands/test_pay.rb index deebb6570..0ec412c8b 100644 --- a/test/commands/test_pay.rb +++ b/test/commands/test_pay.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/commands/test_propagate.rb b/test/commands/test_propagate.rb index 16478d912..14cea45ca 100644 --- a/test/commands/test_propagate.rb +++ b/test/commands/test_propagate.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/commands/test_pull.rb b/test/commands/test_pull.rb index ac24750aa..f63d5957e 100755 --- a/test/commands/test_pull.rb +++ b/test/commands/test_pull.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/commands/test_push.rb b/test/commands/test_push.rb index 2f907b023..280b192cf 100755 --- a/test/commands/test_push.rb +++ b/test/commands/test_push.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/commands/test_remote.rb b/test/commands/test_remote.rb index 9510cd677..8c505b432 100755 --- a/test/commands/test_remote.rb +++ b/test/commands/test_remote.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/commands/test_remove.rb b/test/commands/test_remove.rb index 0db75bee9..4f2c624d8 100644 --- a/test/commands/test_remove.rb +++ b/test/commands/test_remove.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/commands/test_show.rb b/test/commands/test_show.rb index 521c4ec5b..ca1ebd1f4 100644 --- a/test/commands/test_show.rb +++ b/test/commands/test_show.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/commands/test_taxes.rb b/test/commands/test_taxes.rb index 16ff7e2e7..29c20d557 100644 --- a/test/commands/test_taxes.rb +++ b/test/commands/test_taxes.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/fake_home.rb b/test/fake_home.rb index 120dd3631..e1acced1b 100755 --- a/test/fake_home.rb +++ b/test/fake_home.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/node/fake_entrance.rb b/test/node/fake_entrance.rb index 1432fa84a..b300fa942 100644 --- a/test/node/fake_entrance.rb +++ b/test/node/fake_entrance.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/node/fake_node.rb b/test/node/fake_node.rb index ad6c474dd..6574bd4ac 100755 --- a/test/node/fake_node.rb +++ b/test/node/fake_node.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/node/test_async_entrance.rb b/test/node/test_async_entrance.rb index 9dc6439a8..4e4be5e2a 100644 --- a/test/node/test_async_entrance.rb +++ b/test/node/test_async_entrance.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/node/test_entrance.rb b/test/node/test_entrance.rb index 0b403dd2e..fc0b28cec 100755 --- a/test/node/test_entrance.rb +++ b/test/node/test_entrance.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/node/test_farm.rb b/test/node/test_farm.rb index 797294c37..aad789a49 100644 --- a/test/node/test_farm.rb +++ b/test/node/test_farm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/node/test_farmers.rb b/test/node/test_farmers.rb index 8b1118e27..312ccc9ae 100755 --- a/test/node/test_farmers.rb +++ b/test/node/test_farmers.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/node/test_front.rb b/test/node/test_front.rb index 3a3274856..3c743d2a6 100755 --- a/test/node/test_front.rb +++ b/test/node/test_front.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/node/test_nodup_entrance.rb b/test/node/test_nodup_entrance.rb index 164d96348..6b6d617c5 100644 --- a/test/node/test_nodup_entrance.rb +++ b/test/node/test_nodup_entrance.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/node/test_nospam_entrance.rb b/test/node/test_nospam_entrance.rb index 261127e6e..09efe7fd9 100644 --- a/test/node/test_nospam_entrance.rb +++ b/test/node/test_nospam_entrance.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/node/test_safe_entrance.rb b/test/node/test_safe_entrance.rb index 39c309433..2a21a1753 100644 --- a/test/node/test_safe_entrance.rb +++ b/test/node/test_safe_entrance.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/node/test_spread_entrance.rb b/test/node/test_spread_entrance.rb index b14f0f12b..d38d925c5 100644 --- a/test/node/test_spread_entrance.rb +++ b/test/node/test_spread_entrance.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/node/test_sync_entrance.rb b/test/node/test_sync_entrance.rb index c33d22c6a..73b530b70 100644 --- a/test/node/test_sync_entrance.rb +++ b/test/node/test_sync_entrance.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/node/test_trace.rb b/test/node/test_trace.rb index bccc22221..851cc1612 100644 --- a/test/node/test_trace.rb +++ b/test/node/test_trace.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/test__helper.rb b/test/test__helper.rb index 600c8d33a..10833849c 100755 --- a/test/test__helper.rb +++ b/test/test__helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/test_age.rb b/test/test_age.rb index fbd58a1b8..dae99cc9e 100644 --- a/test/test_age.rb +++ b/test/test_age.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/test_amount.rb b/test/test_amount.rb index ab2eb4e75..d487d869d 100644 --- a/test/test_amount.rb +++ b/test/test_amount.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/test_cached_wallets.rb b/test/test_cached_wallets.rb index 9278df36c..ad0c1f574 100644 --- a/test/test_cached_wallets.rb +++ b/test/test_cached_wallets.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/test_copies.rb b/test/test_copies.rb index 68025ecef..ce066eec9 100644 --- a/test/test_copies.rb +++ b/test/test_copies.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/test_dir_items.rb b/test/test_dir_items.rb index ffc625734..3881d5b92 100644 --- a/test/test_dir_items.rb +++ b/test/test_dir_items.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/test_hands.rb b/test/test_hands.rb index 1ea0eac1c..164e38847 100644 --- a/test/test_hands.rb +++ b/test/test_hands.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/test_hexnum.rb b/test/test_hexnum.rb index 3f9b41c07..8a59e4116 100644 --- a/test/test_hexnum.rb +++ b/test/test_hexnum.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/test_http.rb b/test/test_http.rb index 2be7aec6f..fddb32428 100755 --- a/test/test_http.rb +++ b/test/test_http.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/test_hungry_wallets.rb b/test/test_hungry_wallets.rb index 282511742..4d81b88e7 100644 --- a/test/test_hungry_wallets.rb +++ b/test/test_hungry_wallets.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/test_id.rb b/test/test_id.rb index 55e911c00..614ad6bec 100644 --- a/test/test_id.rb +++ b/test/test_id.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/test_json_page.rb b/test/test_json_page.rb index 2e8aa3da4..74283c3bb 100644 --- a/test/test_json_page.rb +++ b/test/test_json_page.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/test_key.rb b/test/test_key.rb index 7a13c385f..7b5659818 100644 --- a/test/test_key.rb +++ b/test/test_key.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/test_log.rb b/test/test_log.rb index b3b8a0316..969477f27 100644 --- a/test/test_log.rb +++ b/test/test_log.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/test_metronome.rb b/test/test_metronome.rb index 2e6d32b57..339741b0e 100644 --- a/test/test_metronome.rb +++ b/test/test_metronome.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/test_patch.rb b/test/test_patch.rb index 458d69175..8cebd8fb4 100644 --- a/test/test_patch.rb +++ b/test/test_patch.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/test_prefixes.rb b/test/test_prefixes.rb index e8be96d39..10ad5c684 100644 --- a/test/test_prefixes.rb +++ b/test/test_prefixes.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/test_remotes.rb b/test/test_remotes.rb index f2d874b19..8083a85d2 100755 --- a/test/test_remotes.rb +++ b/test/test_remotes.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/test_signature.rb b/test/test_signature.rb index e034cbd0e..978551d6d 100644 --- a/test/test_signature.rb +++ b/test/test_signature.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/test_size.rb b/test/test_size.rb index 0a56ca61e..9ae4e32c6 100644 --- a/test/test_size.rb +++ b/test/test_size.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/test_sync_wallets.rb b/test/test_sync_wallets.rb index 4bbaa9953..6c5a01d49 100644 --- a/test/test_sync_wallets.rb +++ b/test/test_sync_wallets.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/test_tax.rb b/test/test_tax.rb index 1ddf77364..c15c4887a 100644 --- a/test/test_tax.rb +++ b/test/test_tax.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/test_thread_pool.rb b/test/test_thread_pool.rb index 1f493c58d..6976722e7 100644 --- a/test/test_thread_pool.rb +++ b/test/test_thread_pool.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/test_tree_wallets.rb b/test/test_tree_wallets.rb index 2818131bb..b895eb768 100644 --- a/test/test_tree_wallets.rb +++ b/test/test_tree_wallets.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/test_txn.rb b/test/test_txn.rb index 4bda07b4f..58d310344 100644 --- a/test/test_txn.rb +++ b/test/test_txn.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/test_upgrades.rb b/test/test_upgrades.rb index cace2ecf7..7abee6bf6 100755 --- a/test/test_upgrades.rb +++ b/test/test_upgrades.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/test_verbose_thread.rb b/test/test_verbose_thread.rb index f38a78f9c..608a85f55 100644 --- a/test/test_verbose_thread.rb +++ b/test/test_verbose_thread.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/test_wallet.rb b/test/test_wallet.rb index d1e10c31b..3e7478af1 100644 --- a/test/test_wallet.rb +++ b/test/test_wallet.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/test_wallets.rb b/test/test_wallets.rb index 00602aece..3516731b3 100644 --- a/test/test_wallets.rb +++ b/test/test_wallets.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/test_zold.rb b/test/test_zold.rb index 4882f0407..a36a0dc32 100755 --- a/test/test_zold.rb +++ b/test/test_zold.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/upgrades/test_delete_banned_wallets.rb b/test/upgrades/test_delete_banned_wallets.rb index 5876f5242..3ba8baab0 100644 --- a/test/upgrades/test_delete_banned_wallets.rb +++ b/test/upgrades/test_delete_banned_wallets.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/test/upgrades/test_protocol_up.rb b/test/upgrades/test_protocol_up.rb index 483032583..8748a5b6c 100644 --- a/test/upgrades/test_protocol_up.rb +++ b/test/upgrades/test_protocol_up.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/upgrades/2.rb b/upgrades/2.rb index 524c92a30..8170cf9d9 100644 --- a/upgrades/2.rb +++ b/upgrades/2.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/upgrades/delete_banned_wallets.rb b/upgrades/delete_banned_wallets.rb index 7b92ef5ff..7d7aae7bf 100644 --- a/upgrades/delete_banned_wallets.rb +++ b/upgrades/delete_banned_wallets.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/upgrades/move_wallets_into_tree.rb b/upgrades/move_wallets_into_tree.rb index c604119ad..8e8cc29cb 100644 --- a/upgrades/move_wallets_into_tree.rb +++ b/upgrades/move_wallets_into_tree.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/upgrades/protocol_up.rb b/upgrades/protocol_up.rb index 4d949cceb..b31b0b22d 100644 --- a/upgrades/protocol_up.rb +++ b/upgrades/protocol_up.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/upgrades/rename_foreign_wallets.rb b/upgrades/rename_foreign_wallets.rb index 320a18637..023f5971c 100644 --- a/upgrades/rename_foreign_wallets.rb +++ b/upgrades/rename_foreign_wallets.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/zold.gemspec b/zold.gemspec index 1ca6abc44..1bbf314ae 100755 --- a/zold.gemspec +++ b/zold.gemspec @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy +# Copyright (c) 2018-2024 Zerocracy # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal