From 5c5c2e71569b5f9a6fe0ce648abcc62fbc5262f7 Mon Sep 17 00:00:00 2001 From: davvd Date: Wed, 28 Jun 2023 06:48:49 +0300 Subject: [PATCH] copyright --- .simplecov | 2 +- Gemfile | 2 +- Rakefile | 2 +- bin/zold | 2 +- features/step_definitions/steps.rb | 2 +- features/support/env.rb | 2 +- fixtures/merge/asserts.rb | 2 +- fixtures/merge/into_no_wallet/assert.rb | 2 +- fixtures/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 +- 163 files changed, 163 insertions(+), 163 deletions(-) diff --git a/.simplecov b/.simplecov index 16ee1e70..5d592c3d 100644 --- a/.simplecov +++ b/.simplecov @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 46f5847b..cabdb5b3 100755 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 0e67ad30..4bd94585 100644 --- a/Rakefile +++ b/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 d01b1b56..729d142c 100755 --- a/bin/zold +++ b/bin/zold @@ -1,7 +1,7 @@ #!/usr/bin/env ruby # encoding: utf-8 # -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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/step_definitions/steps.rb b/features/step_definitions/steps.rb index e532cc10..cb40fff4 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, Inc. +# Copyright (c) 2018-2023 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 10826725..d1b1096c 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 8cfab966..b0e5d245 100644 --- a/fixtures/merge/asserts.rb +++ b/fixtures/merge/asserts.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 d6dd02bf..40e452e0 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, Inc. +# Copyright (c) 2018-2023 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 24473981..4190ef0e 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, Inc. +# Copyright (c) 2018-2023 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 82a4a676..33180812 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, Inc. +# Copyright (c) 2018-2023 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 e8e1ba96..d206b8f0 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, Inc. +# Copyright (c) 2018-2023 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 357e5908..75f3bd6b 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, Inc. +# Copyright (c) 2018-2023 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 c662373c..05e9d943 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, Inc. +# Copyright (c) 2018-2023 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 d6dd02bf..40e452e0 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, Inc. +# Copyright (c) 2018-2023 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 b838b90f..53e56701 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, Inc. +# Copyright (c) 2018-2023 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 0f368c2f..8e148c02 100644 --- a/lib/zold.rb +++ b/lib/zold.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 16ea6cda..dbcae387 100644 --- a/lib/zold/age.rb +++ b/lib/zold/age.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 301069cc..f264a707 100644 --- a/lib/zold/amount.rb +++ b/lib/zold/amount.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 0a55f90c..82a68ff4 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, Inc. +# Copyright (c) 2018-2023 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 40ceb8da..bbf0e28d 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, Inc. +# Copyright (c) 2018-2023 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 96cccb02..bfbd16d9 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, Inc. +# Copyright (c) 2018-2023 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 8804213d..5fd14feb 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, Inc. +# Copyright (c) 2018-2023 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 3bef2baa..9f47b75f 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, Inc. +# Copyright (c) 2018-2023 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 34996602..4b5eef13 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, Inc. +# Copyright (c) 2018-2023 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 d978ecd1..d028963a 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, Inc. +# Copyright (c) 2018-2023 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 e49fe2ff..5ef40beb 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, Inc. +# Copyright (c) 2018-2023 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 312e888a..854d99d7 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, Inc. +# Copyright (c) 2018-2023 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 246d24e0..38271175 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, Inc. +# Copyright (c) 2018-2023 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 3a872e34..adf1152d 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, Inc. +# Copyright (c) 2018-2023 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 420b03ad..8b459c41 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, Inc. +# Copyright (c) 2018-2023 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 df3e5447..29d3b3c6 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, Inc. +# Copyright (c) 2018-2023 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 a8a6042b..66cb6b99 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, Inc. +# Copyright (c) 2018-2023 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 b07557b8..89d6236e 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, Inc. +# Copyright (c) 2018-2023 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 842a6fdc..3eabc396 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, Inc. +# Copyright (c) 2018-2023 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 8e1906bd..36c0d8b0 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, Inc. +# Copyright (c) 2018-2023 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 9d75b10c..18a05f26 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, Inc. +# Copyright (c) 2018-2023 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 03852207..af3f5b4f 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, Inc. +# Copyright (c) 2018-2023 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 e07b5c40..9a522d5f 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, Inc. +# Copyright (c) 2018-2023 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 69d3800e..5bfcc666 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, Inc. +# Copyright (c) 2018-2023 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 9b9713e2..80d007c1 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, Inc. +# Copyright (c) 2018-2023 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 ddec244d..557e4efa 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, Inc. +# Copyright (c) 2018-2023 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 b3dd2d2d..31e852a0 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, Inc. +# Copyright (c) 2018-2023 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 62acd067..096b8961 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, Inc. +# Copyright (c) 2018-2023 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 3be5ae57..dd4c6959 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, Inc. +# Copyright (c) 2018-2023 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 793da759..53e5b939 100644 --- a/lib/zold/copies.rb +++ b/lib/zold/copies.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 8f5b0409..ab512715 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, Inc. +# Copyright (c) 2018-2023 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 2164ab53..a80d8439 100644 --- a/lib/zold/endless.rb +++ b/lib/zold/endless.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 ba5be0d7..713340c9 100644 --- a/lib/zold/gem.rb +++ b/lib/zold/gem.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 4160dafb..b92bd61c 100644 --- a/lib/zold/hands.rb +++ b/lib/zold/hands.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 75a15e3e..788db145 100644 --- a/lib/zold/head.rb +++ b/lib/zold/head.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 448cfce6..3b9ea7f3 100644 --- a/lib/zold/hexnum.rb +++ b/lib/zold/hexnum.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 3fa46bca..4d1950c1 100644 --- a/lib/zold/http.rb +++ b/lib/zold/http.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 fdd4ffb6..a01a3890 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, Inc. +# Copyright (c) 2018-2023 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 cf9ce95b..9d542b08 100644 --- a/lib/zold/id.rb +++ b/lib/zold/id.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 f48ba5dd..f70e6966 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, Inc. +# Copyright (c) 2018-2023 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 28ae95c8..576347f1 100644 --- a/lib/zold/key.rb +++ b/lib/zold/key.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 6710225b..79122e33 100644 --- a/lib/zold/log.rb +++ b/lib/zold/log.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 ba8cbfc9..027b4018 100644 --- a/lib/zold/metronome.rb +++ b/lib/zold/metronome.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 b0f60b1a..e4d91834 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, Inc. +# Copyright (c) 2018-2023 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 f04afb44..9f617b2f 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, Inc. +# Copyright (c) 2018-2023 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 a181ddf2..5d871163 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, Inc. +# Copyright (c) 2018-2023 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 898a674a..121ea4cf 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, Inc. +# Copyright (c) 2018-2023 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 9504e8c2..32dabee9 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, Inc. +# Copyright (c) 2018-2023 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 141366dd..0ad6efeb 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, Inc. +# Copyright (c) 2018-2023 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 7356bf20..c1c55ced 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, Inc. +# Copyright (c) 2018-2023 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 ab664a0b..8a9f2c52 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, Inc. +# Copyright (c) 2018-2023 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 d81cd06b..eefca721 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, Inc. +# Copyright (c) 2018-2023 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 019c6072..36e15e8c 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, Inc. +# Copyright (c) 2018-2023 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 176d22d7..118161f9 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, Inc. +# Copyright (c) 2018-2023 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 7c482712..8d235135 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, Inc. +# Copyright (c) 2018-2023 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 829e00fb..634920c0 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, Inc. +# Copyright (c) 2018-2023 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 64aa436a..30ac92cb 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, Inc. +# Copyright (c) 2018-2023 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 4fc27dd8..2d64a2a3 100644 --- a/lib/zold/patch.rb +++ b/lib/zold/patch.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 4370d598..af3d2a6f 100644 --- a/lib/zold/prefixes.rb +++ b/lib/zold/prefixes.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 205dbcd5..2837ab83 100644 --- a/lib/zold/remotes.rb +++ b/lib/zold/remotes.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 f3b0ee9d..b2725d36 100644 --- a/lib/zold/signature.rb +++ b/lib/zold/signature.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 108409d1..37184e14 100644 --- a/lib/zold/size.rb +++ b/lib/zold/size.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 a3d0fe90..82d8fb06 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, Inc. +# Copyright (c) 2018-2023 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 597df489..1c8af6c8 100644 --- a/lib/zold/tax.rb +++ b/lib/zold/tax.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 c704b4fe..be0c6e06 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, Inc. +# Copyright (c) 2018-2023 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 e6fc3dd6..3cbf7e31 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, Inc. +# Copyright (c) 2018-2023 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 44451b87..59e3d5e2 100644 --- a/lib/zold/txn.rb +++ b/lib/zold/txn.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 330cae51..55e191f3 100644 --- a/lib/zold/txns.rb +++ b/lib/zold/txns.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 0e6674cc..88fcce7b 100644 --- a/lib/zold/upgrades.rb +++ b/lib/zold/upgrades.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 6a8e7cec..bcd6800a 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, Inc. +# Copyright (c) 2018-2023 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 85b7e017..f70d625d 100644 --- a/lib/zold/version.rb +++ b/lib/zold/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 a9412d82..b18dbbff 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, Inc. +# Copyright (c) 2018-2023 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 4d3f2319..2a0ec7a0 100644 --- a/lib/zold/wallet.rb +++ b/lib/zold/wallet.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 0d0e3dcc..75d7db17 100644 --- a/lib/zold/wallets.rb +++ b/lib/zold/wallets.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 f86ea238..813cb882 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, Inc. +# Copyright (c) 2018-2023 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 23862ff5..900dfbca 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, Inc. +# Copyright (c) 2018-2023 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 ba776ab8..67c0e88c 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, Inc. +# Copyright (c) 2018-2023 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 3cdf5dfe..39af41da 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, Inc. +# Copyright (c) 2018-2023 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 c75f5c87..75f059b6 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, Inc. +# Copyright (c) 2018-2023 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 28430067..b074a3ca 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, Inc. +# Copyright (c) 2018-2023 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 a5432c0e..352d0f4a 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, Inc. +# Copyright (c) 2018-2023 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 92cf0ff7..fca92680 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, Inc. +# Copyright (c) 2018-2023 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 8e4873fa..c26f58f2 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, Inc. +# Copyright (c) 2018-2023 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 f98038f3..3ce77ec9 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, Inc. +# Copyright (c) 2018-2023 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 bbae8d62..dc49c8a1 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, Inc. +# Copyright (c) 2018-2023 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 5a4cf7e5..56adda30 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, Inc. +# Copyright (c) 2018-2023 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 3a7c3332..de2db4bd 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, Inc. +# Copyright (c) 2018-2023 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 d757ca4b..2eccfe86 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, Inc. +# Copyright (c) 2018-2023 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 9af0f7e1..20cfc008 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, Inc. +# Copyright (c) 2018-2023 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 64b75468..8a06f0b8 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, Inc. +# Copyright (c) 2018-2023 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 7a5d5afa..5d0bbb22 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, Inc. +# Copyright (c) 2018-2023 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 7869ee9b..8c987f5f 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, Inc. +# Copyright (c) 2018-2023 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 0eed3690..2d536498 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, Inc. +# Copyright (c) 2018-2023 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 024220e2..22a3b9f7 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, Inc. +# Copyright (c) 2018-2023 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 445981d8..22b3bc5c 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, Inc. +# Copyright (c) 2018-2023 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 78951044..2defb212 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, Inc. +# Copyright (c) 2018-2023 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 22d725ac..acaf8f92 100755 --- a/test/fake_home.rb +++ b/test/fake_home.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 a6268ab6..1432fa84 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, Inc. +# Copyright (c) 2018-2023 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 48924b00..2b2d2803 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, Inc. +# Copyright (c) 2018-2023 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 961a6b04..e5f42c4b 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, Inc. +# Copyright (c) 2018-2023 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 b25bbad6..d38c9805 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, Inc. +# Copyright (c) 2018-2023 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 db26d1ff..037f11c6 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, Inc. +# Copyright (c) 2018-2023 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 562be85a..0a47c41a 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, Inc. +# Copyright (c) 2018-2023 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 ab7d963b..8c190517 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, Inc. +# Copyright (c) 2018-2023 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 12ef5543..5cc26d93 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, Inc. +# Copyright (c) 2018-2023 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 4fa78896..9c3fe918 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, Inc. +# Copyright (c) 2018-2023 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 c5ee2ea8..0ed0bee1 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, Inc. +# Copyright (c) 2018-2023 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 6a9388e0..d9b8a089 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, Inc. +# Copyright (c) 2018-2023 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 48f8c084..880aebc1 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, Inc. +# Copyright (c) 2018-2023 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 61203712..af5fd4bd 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, Inc. +# Copyright (c) 2018-2023 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 1d55232d..5229a6d1 100755 --- a/test/test__helper.rb +++ b/test/test__helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 360e4416..2289f135 100644 --- a/test/test_age.rb +++ b/test/test_age.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 13288a7e..ab2eb4e7 100644 --- a/test/test_amount.rb +++ b/test/test_amount.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 cff1c9cb..ee39acb9 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, Inc. +# Copyright (c) 2018-2023 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 325d7ad8..8642d664 100644 --- a/test/test_copies.rb +++ b/test/test_copies.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 53838acf..9aed2b26 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, Inc. +# Copyright (c) 2018-2023 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 5ab08dda..1ea0eac1 100644 --- a/test/test_hands.rb +++ b/test/test_hands.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 a7b3a5e2..3f9b41c0 100644 --- a/test/test_hexnum.rb +++ b/test/test_hexnum.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 b30be713..452383d5 100755 --- a/test/test_http.rb +++ b/test/test_http.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 abe2f0d6..a4532376 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, Inc. +# Copyright (c) 2018-2023 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 143db143..2b89e60d 100644 --- a/test/test_id.rb +++ b/test/test_id.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 e0a0c226..2e8aa3da 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, Inc. +# Copyright (c) 2018-2023 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 eef4c9fe..3c2456ce 100644 --- a/test/test_key.rb +++ b/test/test_key.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 f163e17e..5497e5eb 100644 --- a/test/test_log.rb +++ b/test/test_log.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 123fe7e5..c189383a 100644 --- a/test/test_metronome.rb +++ b/test/test_metronome.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 feec3c9e..af080267 100644 --- a/test/test_patch.rb +++ b/test/test_patch.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 ceb60873..e7b0b01d 100644 --- a/test/test_prefixes.rb +++ b/test/test_prefixes.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 f9253ecb..0e724312 100755 --- a/test/test_remotes.rb +++ b/test/test_remotes.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 68eaef62..e034cbd0 100644 --- a/test/test_signature.rb +++ b/test/test_signature.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 fd893877..0a56ca61 100644 --- a/test/test_size.rb +++ b/test/test_size.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 d5f3f1ee..5ca34109 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, Inc. +# Copyright (c) 2018-2023 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 95ba39cf..6e0d7e66 100644 --- a/test/test_tax.rb +++ b/test/test_tax.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 996f7213..b7057f00 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, Inc. +# Copyright (c) 2018-2023 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 08b082c1..2818131b 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, Inc. +# Copyright (c) 2018-2023 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 eb2a4c54..a9776934 100644 --- a/test/test_txn.rb +++ b/test/test_txn.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 532fa47a..a4389d16 100755 --- a/test/test_upgrades.rb +++ b/test/test_upgrades.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 2c96d7b8..f38a78f9 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, Inc. +# Copyright (c) 2018-2023 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 c8a05605..9a16f402 100644 --- a/test/test_wallet.rb +++ b/test/test_wallet.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 f65d4265..bd52f556 100644 --- a/test/test_wallets.rb +++ b/test/test_wallets.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 d420bc07..be9c55d3 100755 --- a/test/test_zold.rb +++ b/test/test_zold.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 5d73a202..1f8d5c56 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, Inc. +# Copyright (c) 2018-2023 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 ac66849a..5e7c67e7 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, Inc. +# Copyright (c) 2018-2023 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 adc35c48..524c92a3 100644 --- a/upgrades/2.rb +++ b/upgrades/2.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 9a66551f..645b738d 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, Inc. +# Copyright (c) 2018-2023 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 e5f16ade..c604119a 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, Inc. +# Copyright (c) 2018-2023 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 b5aeb236..b939da09 100644 --- a/upgrades/protocol_up.rb +++ b/upgrades/protocol_up.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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 83f2f4db..2adc6fdd 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, Inc. +# Copyright (c) 2018-2023 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 072dc8f2..e505ea81 100755 --- a/zold.gemspec +++ b/zold.gemspec @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright (c) 2018-2023 Zerocracy, Inc. +# Copyright (c) 2018-2023 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