From 67f87685104fa52b872e8d1a158e390539f4c20f Mon Sep 17 00:00:00 2001 From: batphonghan Date: Tue, 5 Mar 2024 09:19:24 +0700 Subject: [PATCH] Bump to 1.5.0 --- build-builder.sh | 2 +- build-ec-migrate.sh | 2 +- build-release.sh | 2 +- daemon-build.sh | 2 +- docker/stader-dockerfile | 2 +- docker/stader-ec-migrator | 2 +- docker/stader-node-builder | 2 +- docker/stader-prune-provision | 2 +- install.sh | 2 +- install/grafana-prometheus-datasource.yml | 2 +- install/override/addons/gww/addon_gww.yml | 2 +- install/override/api.yml | 2 +- install/override/eth1.yml | 2 +- install/override/eth2.yml | 2 +- install/override/exporter.yml | 2 +- install/override/grafana.yml | 2 +- install/override/guardian.yml | 2 +- install/override/mev-boost.yml | 2 +- install/override/node.yml | 2 +- install/override/prometheus.yml | 2 +- install/override/validator.yml | 2 +- install/prometheus.tmpl | 2 +- install/scripts/restart-vc.sh | 2 +- install/scripts/start-bn.sh | 2 +- install/scripts/start-ec.sh | 2 +- install/scripts/start-mev-boost.sh | 2 +- install/scripts/start-vc.sh | 2 +- install/scripts/stop-validator.sh | 2 +- install/templates/addons/gww/addon_gww.tmpl | 2 +- install/templates/api.tmpl | 2 +- install/templates/eth1.tmpl | 2 +- install/templates/eth2.tmpl | 2 +- install/templates/exporter.tmpl | 2 +- install/templates/grafana-prometheus-datasource.tmpl | 2 +- install/templates/grafana.tmpl | 2 +- install/templates/guardian.tmpl | 2 +- install/templates/mev-boost.tmpl | 2 +- install/templates/node.tmpl | 2 +- install/templates/prometheus.tmpl | 2 +- install/templates/validator.tmpl | 2 +- license-short.txt | 2 +- shared/services/bc-manager.go | 2 +- shared/services/beacon/client.go | 2 +- shared/services/beacon/client/std-http-client.go | 2 +- shared/services/beacon/client/types.go | 2 +- shared/services/config/besu-params.go | 2 +- shared/services/config/bitfly-beaconchain-config.go | 2 +- shared/services/config/config-legacy.go | 2 +- shared/services/config/consensus-common-config.go | 2 +- shared/services/config/execution-common-config.go | 2 +- shared/services/config/exporter-config.go | 2 +- shared/services/config/external-configs.go | 2 +- shared/services/config/fallback-configs.go | 2 +- shared/services/config/geth-params.go | 2 +- shared/services/config/grafana-config.go | 2 +- shared/services/config/lighthouse-config.go | 2 +- shared/services/config/mev-boost-config.go | 2 +- shared/services/config/native-config.go | 2 +- shared/services/config/nethermind-params.go | 2 +- shared/services/config/nimbus-config.go | 2 +- shared/services/config/prometheus-config.go | 2 +- shared/services/config/prysm-config.go | 2 +- shared/services/config/stader-config.go | 2 +- shared/services/config/stadernode-config.go | 2 +- shared/services/config/teku-config.go | 2 +- shared/services/contracts/beacon-deposit.go | 2 +- shared/services/ec-manager.go | 2 +- shared/services/eth1.go | 2 +- shared/services/gas/etherchain/etherchain.go | 2 +- shared/services/gas/etherscan/etherscan.go | 2 +- shared/services/gas/gas.go | 2 +- shared/services/passwords/manager.go | 2 +- shared/services/requirements.go | 2 +- shared/services/services.go | 2 +- shared/services/stader/api.go | 2 +- shared/services/stader/client.go | 2 +- shared/services/stader/command.go | 2 +- shared/services/stader/fee-recipient.go | 2 +- shared/services/stader/gas.go | 2 +- shared/services/stader/legacy-client.go | 2 +- shared/services/stader/node.go | 2 +- shared/services/stader/service.go | 2 +- shared/services/stader/wallet.go | 2 +- shared/services/state/manager.go | 2 +- shared/services/wallet/keystore/keystore.go | 2 +- shared/services/wallet/keystore/lighthouse/keystore.go | 2 +- shared/services/wallet/keystore/nimbus/keystore.go | 2 +- shared/services/wallet/keystore/prysm/keystore.go | 2 +- shared/services/wallet/keystore/teku/keystore.go | 2 +- shared/services/wallet/node.go | 2 +- shared/services/wallet/validator.go | 2 +- shared/services/wallet/wallet.go | 2 +- shared/types/api/api.go | 2 +- shared/types/api/service.go | 2 +- shared/types/api/wallet.go | 2 +- shared/types/config/parameter.go | 2 +- shared/types/config/types.go | 2 +- shared/types/eth2/types.go | 2 +- shared/types/eth2/types_encoding.go | 2 +- shared/utils/api/response.go | 2 +- shared/utils/api/utils.go | 2 +- shared/utils/cli/check_client_status.go | 2 +- shared/utils/cli/prompt.go | 2 +- shared/utils/cli/prompt_unix.go | 2 +- shared/utils/cli/prompt_windows.go | 2 +- shared/utils/cli/utils.go | 2 +- shared/utils/cli/validation.go | 2 +- shared/utils/eth1/eth1.go | 2 +- shared/utils/eth2/eth2.go | 2 +- shared/utils/hex/hex.go | 2 +- shared/utils/log/colors.go | 2 +- shared/utils/log/logger.go | 2 +- shared/utils/math/math.go | 2 +- shared/utils/net/net.go | 2 +- shared/utils/stdr/config.go | 2 +- shared/utils/sys/cpu-flags.go | 2 +- shared/utils/term/term_unix.go | 2 +- shared/utils/term/term_windows.go | 2 +- shared/utils/validator/bls.go | 2 +- shared/utils/validator/deposit-data.go | 2 +- shared/utils/validator/fee-recipient.go | 2 +- shared/utils/validator/voluntary-exit.go | 2 +- shared/version.go | 4 ++-- sszgen.sh | 2 +- stader-cli/build.sh | 2 +- stader-cli/node/commands.go | 2 +- stader-cli/node/send.go | 2 +- stader-cli/node/sign-message.go | 2 +- stader-cli/node/sync.go | 2 +- stader-cli/service/commands.go | 2 +- stader-cli/service/config.go | 2 +- stader-cli/service/configConsensus.go | 2 +- stader-cli/service/configExecution.go | 2 +- stader-cli/service/configFallback.go | 2 +- stader-cli/service/configMEVBoost.go | 2 +- stader-cli/service/configMonitoring.go | 2 +- stader-cli/service/guardian.tmpl | 2 +- stader-cli/service/service.go | 2 +- stader-cli/stader-cli.go | 6 +++--- stader-cli/validator/commands.go | 2 +- stader-cli/wallet/bip39/mnemonic-validator.go | 2 +- stader-cli/wallet/commands.go | 2 +- stader-cli/wallet/export.go | 2 +- stader-cli/wallet/init.go | 2 +- stader-cli/wallet/purge.go | 2 +- stader-cli/wallet/recover.go | 2 +- stader-cli/wallet/status.go | 2 +- stader-cli/wallet/utils.go | 2 +- stader-lib/stader/abi.go | 2 +- stader-lib/stader/contract.go | 2 +- stader-lib/stader/ec-interface.go | 2 +- stader-lib/types/beacon.go | 2 +- stader-lib/utils/eth/transactions.go | 2 +- stader-lib/utils/eth/units.go | 2 +- stader-lib/utils/json/json.go | 2 +- stader-lib/utils/wait.go | 2 +- stader/api/api.go | 2 +- stader/api/node/commands.go | 2 +- stader/api/node/send.go | 2 +- stader/api/node/sign-message.go | 2 +- stader/api/node/sign.go | 2 +- stader/api/node/sync.go | 2 +- stader/api/service/commands.go | 2 +- stader/api/service/status.go | 2 +- stader/api/service/terminate.go | 2 +- stader/api/validator/commands.go | 2 +- stader/api/wallet/commands.go | 2 +- stader/api/wallet/export.go | 2 +- stader/api/wallet/init.go | 2 +- stader/api/wallet/purge.go | 2 +- stader/api/wallet/recover.go | 2 +- stader/api/wallet/set-password.go | 2 +- stader/api/wallet/status.go | 2 +- stader/build.sh | 2 +- stader/ec_migrate multi.sh | 2 +- stader/ec_migrate.sh | 2 +- stader/guardian/collector/beacon-chain-collector.go | 2 +- stader/guardian/guardian.go | 2 +- stader/node/manage-fee-recipient.go | 2 +- stader/node/node.go | 2 +- stader/prune_provision.sh | 2 +- stader/stader.go | 6 +++--- update_package.sh | 2 +- 183 files changed, 188 insertions(+), 188 deletions(-) diff --git a/build-builder.sh b/build-builder.sh index 19eb233f..9d7fb017 100755 --- a/build-builder.sh +++ b/build-builder.sh @@ -3,7 +3,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/build-ec-migrate.sh b/build-ec-migrate.sh index f8ea51f8..63d82e80 100755 --- a/build-ec-migrate.sh +++ b/build-ec-migrate.sh @@ -3,7 +3,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/build-release.sh b/build-release.sh index c24cf1eb..613320ce 100755 --- a/build-release.sh +++ b/build-release.sh @@ -3,7 +3,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/daemon-build.sh b/daemon-build.sh index 1310f248..c40ccf39 100755 --- a/daemon-build.sh +++ b/daemon-build.sh @@ -3,7 +3,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/docker/stader-dockerfile b/docker/stader-dockerfile index 88fc95c0..42e8faf4 100644 --- a/docker/stader-dockerfile +++ b/docker/stader-dockerfile @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/docker/stader-ec-migrator b/docker/stader-ec-migrator index 9c0d30ec..57c138d0 100644 --- a/docker/stader-ec-migrator +++ b/docker/stader-ec-migrator @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/docker/stader-node-builder b/docker/stader-node-builder index 98de4dce..f1d758d3 100644 --- a/docker/stader-node-builder +++ b/docker/stader-node-builder @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/docker/stader-prune-provision b/docker/stader-prune-provision index 8fa6c552..e00ab1ec 100644 --- a/docker/stader-prune-provision +++ b/docker/stader-prune-provision @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install.sh b/install.sh index 796a2dab..bbe31619 100644 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/grafana-prometheus-datasource.yml b/install/grafana-prometheus-datasource.yml index bb35c25a..88f3a9e6 100644 --- a/install/grafana-prometheus-datasource.yml +++ b/install/grafana-prometheus-datasource.yml @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/override/addons/gww/addon_gww.yml b/install/override/addons/gww/addon_gww.yml index 08142cea..9ae6baf7 100644 --- a/install/override/addons/gww/addon_gww.yml +++ b/install/override/addons/gww/addon_gww.yml @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/override/api.yml b/install/override/api.yml index 90fe7620..7f7927b9 100644 --- a/install/override/api.yml +++ b/install/override/api.yml @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/override/eth1.yml b/install/override/eth1.yml index 693965a5..eedca7b5 100644 --- a/install/override/eth1.yml +++ b/install/override/eth1.yml @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/override/eth2.yml b/install/override/eth2.yml index 03f860bd..0321b759 100644 --- a/install/override/eth2.yml +++ b/install/override/eth2.yml @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/override/exporter.yml b/install/override/exporter.yml index 50d01f1e..05ae2e14 100644 --- a/install/override/exporter.yml +++ b/install/override/exporter.yml @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/override/grafana.yml b/install/override/grafana.yml index 7c59d90e..16dee21b 100644 --- a/install/override/grafana.yml +++ b/install/override/grafana.yml @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/override/guardian.yml b/install/override/guardian.yml index f83cd50d..5270beb7 100644 --- a/install/override/guardian.yml +++ b/install/override/guardian.yml @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/override/mev-boost.yml b/install/override/mev-boost.yml index 71b2ca4d..0728c387 100644 --- a/install/override/mev-boost.yml +++ b/install/override/mev-boost.yml @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/override/node.yml b/install/override/node.yml index 96b87235..fa30d350 100644 --- a/install/override/node.yml +++ b/install/override/node.yml @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/override/prometheus.yml b/install/override/prometheus.yml index 6f2439be..74f169c8 100644 --- a/install/override/prometheus.yml +++ b/install/override/prometheus.yml @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/override/validator.yml b/install/override/validator.yml index c85587e6..fdcee0e2 100644 --- a/install/override/validator.yml +++ b/install/override/validator.yml @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/prometheus.tmpl b/install/prometheus.tmpl index 8ee2b2bc..f687c175 100644 --- a/install/prometheus.tmpl +++ b/install/prometheus.tmpl @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/scripts/restart-vc.sh b/install/scripts/restart-vc.sh index 8f45f5c6..664ba6b9 100755 --- a/install/scripts/restart-vc.sh +++ b/install/scripts/restart-vc.sh @@ -2,7 +2,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/scripts/start-bn.sh b/install/scripts/start-bn.sh index ff443bcf..cf19b0c4 100755 --- a/install/scripts/start-bn.sh +++ b/install/scripts/start-bn.sh @@ -2,7 +2,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/scripts/start-ec.sh b/install/scripts/start-ec.sh index 7025b771..de6a668c 100755 --- a/install/scripts/start-ec.sh +++ b/install/scripts/start-ec.sh @@ -2,7 +2,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/scripts/start-mev-boost.sh b/install/scripts/start-mev-boost.sh index a48a0f7b..5f1c7331 100755 --- a/install/scripts/start-mev-boost.sh +++ b/install/scripts/start-mev-boost.sh @@ -2,7 +2,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/scripts/start-vc.sh b/install/scripts/start-vc.sh index af5106c2..cd210c64 100755 --- a/install/scripts/start-vc.sh +++ b/install/scripts/start-vc.sh @@ -2,7 +2,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/scripts/stop-validator.sh b/install/scripts/stop-validator.sh index 889bb217..a5f3dce3 100755 --- a/install/scripts/stop-validator.sh +++ b/install/scripts/stop-validator.sh @@ -2,7 +2,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/templates/addons/gww/addon_gww.tmpl b/install/templates/addons/gww/addon_gww.tmpl index 3857c411..e99229ad 100644 --- a/install/templates/addons/gww/addon_gww.tmpl +++ b/install/templates/addons/gww/addon_gww.tmpl @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/templates/api.tmpl b/install/templates/api.tmpl index a1615780..1d88e52b 100644 --- a/install/templates/api.tmpl +++ b/install/templates/api.tmpl @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/templates/eth1.tmpl b/install/templates/eth1.tmpl index cd0e9009..bdee25e2 100644 --- a/install/templates/eth1.tmpl +++ b/install/templates/eth1.tmpl @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/templates/eth2.tmpl b/install/templates/eth2.tmpl index e67a96b9..3bc57d9c 100644 --- a/install/templates/eth2.tmpl +++ b/install/templates/eth2.tmpl @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/templates/exporter.tmpl b/install/templates/exporter.tmpl index 73ff9f2c..8329a340 100644 --- a/install/templates/exporter.tmpl +++ b/install/templates/exporter.tmpl @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/templates/grafana-prometheus-datasource.tmpl b/install/templates/grafana-prometheus-datasource.tmpl index bb35c25a..88f3a9e6 100644 --- a/install/templates/grafana-prometheus-datasource.tmpl +++ b/install/templates/grafana-prometheus-datasource.tmpl @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/templates/grafana.tmpl b/install/templates/grafana.tmpl index 122d3e3a..27f317a6 100644 --- a/install/templates/grafana.tmpl +++ b/install/templates/grafana.tmpl @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/templates/guardian.tmpl b/install/templates/guardian.tmpl index 58e905f2..736e69e6 100644 --- a/install/templates/guardian.tmpl +++ b/install/templates/guardian.tmpl @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/templates/mev-boost.tmpl b/install/templates/mev-boost.tmpl index 00926d70..d9b852be 100644 --- a/install/templates/mev-boost.tmpl +++ b/install/templates/mev-boost.tmpl @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/templates/node.tmpl b/install/templates/node.tmpl index 1ea551ce..62725398 100644 --- a/install/templates/node.tmpl +++ b/install/templates/node.tmpl @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/templates/prometheus.tmpl b/install/templates/prometheus.tmpl index 54a3ef7f..a90c94e5 100644 --- a/install/templates/prometheus.tmpl +++ b/install/templates/prometheus.tmpl @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/install/templates/validator.tmpl b/install/templates/validator.tmpl index 392e97f3..a10d2cca 100644 --- a/install/templates/validator.tmpl +++ b/install/templates/validator.tmpl @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/license-short.txt b/license-short.txt index b58774d1..4f6b2b60 100644 --- a/license-short.txt +++ b/license-short.txt @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/bc-manager.go b/shared/services/bc-manager.go index 1582123c..955f889f 100644 --- a/shared/services/bc-manager.go +++ b/shared/services/bc-manager.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/beacon/client.go b/shared/services/beacon/client.go index 9a54864b..6cc79c15 100644 --- a/shared/services/beacon/client.go +++ b/shared/services/beacon/client.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/beacon/client/std-http-client.go b/shared/services/beacon/client/std-http-client.go index f3f6f932..d0e5e664 100644 --- a/shared/services/beacon/client/std-http-client.go +++ b/shared/services/beacon/client/std-http-client.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/beacon/client/types.go b/shared/services/beacon/client/types.go index 6851299c..4775502a 100644 --- a/shared/services/beacon/client/types.go +++ b/shared/services/beacon/client/types.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/besu-params.go b/shared/services/config/besu-params.go index 35ff5d0d..bf1a2c52 100644 --- a/shared/services/config/besu-params.go +++ b/shared/services/config/besu-params.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/bitfly-beaconchain-config.go b/shared/services/config/bitfly-beaconchain-config.go index fb761d52..ac931e45 100644 --- a/shared/services/config/bitfly-beaconchain-config.go +++ b/shared/services/config/bitfly-beaconchain-config.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/config-legacy.go b/shared/services/config/config-legacy.go index df8a10d4..7d693384 100644 --- a/shared/services/config/config-legacy.go +++ b/shared/services/config/config-legacy.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/consensus-common-config.go b/shared/services/config/consensus-common-config.go index 4c3fef55..b743ba0c 100644 --- a/shared/services/config/consensus-common-config.go +++ b/shared/services/config/consensus-common-config.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/execution-common-config.go b/shared/services/config/execution-common-config.go index 7948cb3f..b5c1f7bc 100644 --- a/shared/services/config/execution-common-config.go +++ b/shared/services/config/execution-common-config.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/exporter-config.go b/shared/services/config/exporter-config.go index a5de0fb7..3a501789 100644 --- a/shared/services/config/exporter-config.go +++ b/shared/services/config/exporter-config.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/external-configs.go b/shared/services/config/external-configs.go index fd397fea..2ee2c78d 100644 --- a/shared/services/config/external-configs.go +++ b/shared/services/config/external-configs.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/fallback-configs.go b/shared/services/config/fallback-configs.go index 36da76e8..b8db1bae 100644 --- a/shared/services/config/fallback-configs.go +++ b/shared/services/config/fallback-configs.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/geth-params.go b/shared/services/config/geth-params.go index 06b051c0..10ea7500 100644 --- a/shared/services/config/geth-params.go +++ b/shared/services/config/geth-params.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/grafana-config.go b/shared/services/config/grafana-config.go index 24ca41ff..7bc39e57 100644 --- a/shared/services/config/grafana-config.go +++ b/shared/services/config/grafana-config.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/lighthouse-config.go b/shared/services/config/lighthouse-config.go index 5a5b756e..ed325c78 100644 --- a/shared/services/config/lighthouse-config.go +++ b/shared/services/config/lighthouse-config.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/mev-boost-config.go b/shared/services/config/mev-boost-config.go index 4896f45f..1638e9a1 100644 --- a/shared/services/config/mev-boost-config.go +++ b/shared/services/config/mev-boost-config.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/native-config.go b/shared/services/config/native-config.go index 97c34093..a20c2b35 100644 --- a/shared/services/config/native-config.go +++ b/shared/services/config/native-config.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/nethermind-params.go b/shared/services/config/nethermind-params.go index 5eb9245d..f282683d 100644 --- a/shared/services/config/nethermind-params.go +++ b/shared/services/config/nethermind-params.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/nimbus-config.go b/shared/services/config/nimbus-config.go index a6bf847a..438192e2 100644 --- a/shared/services/config/nimbus-config.go +++ b/shared/services/config/nimbus-config.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/prometheus-config.go b/shared/services/config/prometheus-config.go index 58f401ed..2906b5e5 100644 --- a/shared/services/config/prometheus-config.go +++ b/shared/services/config/prometheus-config.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/prysm-config.go b/shared/services/config/prysm-config.go index 5abb7fbe..d1cfd8a9 100644 --- a/shared/services/config/prysm-config.go +++ b/shared/services/config/prysm-config.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/stader-config.go b/shared/services/config/stader-config.go index 474f0b8c..fa7d4cd2 100644 --- a/shared/services/config/stader-config.go +++ b/shared/services/config/stader-config.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/stadernode-config.go b/shared/services/config/stadernode-config.go index c92cc792..914e9b83 100644 --- a/shared/services/config/stadernode-config.go +++ b/shared/services/config/stadernode-config.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/config/teku-config.go b/shared/services/config/teku-config.go index 8340d7ab..bc0584e9 100644 --- a/shared/services/config/teku-config.go +++ b/shared/services/config/teku-config.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/contracts/beacon-deposit.go b/shared/services/contracts/beacon-deposit.go index 9e005fbf..5c46c283 100644 --- a/shared/services/contracts/beacon-deposit.go +++ b/shared/services/contracts/beacon-deposit.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/ec-manager.go b/shared/services/ec-manager.go index f61769ff..f0d17b07 100644 --- a/shared/services/ec-manager.go +++ b/shared/services/ec-manager.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/eth1.go b/shared/services/eth1.go index 72214965..114d9e1f 100644 --- a/shared/services/eth1.go +++ b/shared/services/eth1.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/gas/etherchain/etherchain.go b/shared/services/gas/etherchain/etherchain.go index 2e652459..f2d407b8 100644 --- a/shared/services/gas/etherchain/etherchain.go +++ b/shared/services/gas/etherchain/etherchain.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/gas/etherscan/etherscan.go b/shared/services/gas/etherscan/etherscan.go index 18336184..e720de8e 100644 --- a/shared/services/gas/etherscan/etherscan.go +++ b/shared/services/gas/etherscan/etherscan.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/gas/gas.go b/shared/services/gas/gas.go index ff069ec5..8e93f9b8 100644 --- a/shared/services/gas/gas.go +++ b/shared/services/gas/gas.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/passwords/manager.go b/shared/services/passwords/manager.go index 672ebb22..48ede9a3 100644 --- a/shared/services/passwords/manager.go +++ b/shared/services/passwords/manager.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/requirements.go b/shared/services/requirements.go index 5493db39..d85414bf 100644 --- a/shared/services/requirements.go +++ b/shared/services/requirements.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/services.go b/shared/services/services.go index ef9b0950..60b94386 100644 --- a/shared/services/services.go +++ b/shared/services/services.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/stader/api.go b/shared/services/stader/api.go index 83530d72..508971dd 100644 --- a/shared/services/stader/api.go +++ b/shared/services/stader/api.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/stader/client.go b/shared/services/stader/client.go index 60b3a16e..82cbf8ad 100644 --- a/shared/services/stader/client.go +++ b/shared/services/stader/client.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/stader/command.go b/shared/services/stader/command.go index 3969dad1..559c0a6a 100644 --- a/shared/services/stader/command.go +++ b/shared/services/stader/command.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/stader/fee-recipient.go b/shared/services/stader/fee-recipient.go index 799f41b7..67c3d043 100644 --- a/shared/services/stader/fee-recipient.go +++ b/shared/services/stader/fee-recipient.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/stader/gas.go b/shared/services/stader/gas.go index 8aaf3a4d..98520045 100644 --- a/shared/services/stader/gas.go +++ b/shared/services/stader/gas.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/stader/legacy-client.go b/shared/services/stader/legacy-client.go index 570cecc8..0da09ad0 100644 --- a/shared/services/stader/legacy-client.go +++ b/shared/services/stader/legacy-client.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/stader/node.go b/shared/services/stader/node.go index e3b26ff8..218d3820 100644 --- a/shared/services/stader/node.go +++ b/shared/services/stader/node.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/stader/service.go b/shared/services/stader/service.go index c8944d21..623184c2 100644 --- a/shared/services/stader/service.go +++ b/shared/services/stader/service.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/stader/wallet.go b/shared/services/stader/wallet.go index ea379844..ab6e45ac 100644 --- a/shared/services/stader/wallet.go +++ b/shared/services/stader/wallet.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/state/manager.go b/shared/services/state/manager.go index 47443185..0f75fe08 100644 --- a/shared/services/state/manager.go +++ b/shared/services/state/manager.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/wallet/keystore/keystore.go b/shared/services/wallet/keystore/keystore.go index 12809c2b..c97dda5c 100644 --- a/shared/services/wallet/keystore/keystore.go +++ b/shared/services/wallet/keystore/keystore.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/wallet/keystore/lighthouse/keystore.go b/shared/services/wallet/keystore/lighthouse/keystore.go index dde6efa4..41768ed3 100644 --- a/shared/services/wallet/keystore/lighthouse/keystore.go +++ b/shared/services/wallet/keystore/lighthouse/keystore.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/wallet/keystore/nimbus/keystore.go b/shared/services/wallet/keystore/nimbus/keystore.go index b2215b47..b1b13ad4 100644 --- a/shared/services/wallet/keystore/nimbus/keystore.go +++ b/shared/services/wallet/keystore/nimbus/keystore.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/wallet/keystore/prysm/keystore.go b/shared/services/wallet/keystore/prysm/keystore.go index bff92456..b9843e8d 100644 --- a/shared/services/wallet/keystore/prysm/keystore.go +++ b/shared/services/wallet/keystore/prysm/keystore.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/wallet/keystore/teku/keystore.go b/shared/services/wallet/keystore/teku/keystore.go index 5acee753..4433e8ef 100644 --- a/shared/services/wallet/keystore/teku/keystore.go +++ b/shared/services/wallet/keystore/teku/keystore.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/wallet/node.go b/shared/services/wallet/node.go index 28a28577..d56c9060 100644 --- a/shared/services/wallet/node.go +++ b/shared/services/wallet/node.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/wallet/validator.go b/shared/services/wallet/validator.go index 65cd6e3d..404db856 100644 --- a/shared/services/wallet/validator.go +++ b/shared/services/wallet/validator.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/services/wallet/wallet.go b/shared/services/wallet/wallet.go index 37e375e6..37a21143 100644 --- a/shared/services/wallet/wallet.go +++ b/shared/services/wallet/wallet.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/types/api/api.go b/shared/types/api/api.go index b1c8d511..9637180a 100644 --- a/shared/types/api/api.go +++ b/shared/types/api/api.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/types/api/service.go b/shared/types/api/service.go index 90b84948..aeaa317e 100644 --- a/shared/types/api/service.go +++ b/shared/types/api/service.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/types/api/wallet.go b/shared/types/api/wallet.go index 85f6c64f..5d548110 100644 --- a/shared/types/api/wallet.go +++ b/shared/types/api/wallet.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/types/config/parameter.go b/shared/types/config/parameter.go index 89de9045..e29fcbc1 100644 --- a/shared/types/config/parameter.go +++ b/shared/types/config/parameter.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/types/config/types.go b/shared/types/config/types.go index e2e051bc..559bd3db 100644 --- a/shared/types/config/types.go +++ b/shared/types/config/types.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/types/eth2/types.go b/shared/types/eth2/types.go index 69312ee9..e33380a4 100644 --- a/shared/types/eth2/types.go +++ b/shared/types/eth2/types.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/types/eth2/types_encoding.go b/shared/types/eth2/types_encoding.go index 8e8f4fbc..7a362ea8 100644 --- a/shared/types/eth2/types_encoding.go +++ b/shared/types/eth2/types_encoding.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/api/response.go b/shared/utils/api/response.go index 7c22dd30..6cba3bf7 100644 --- a/shared/utils/api/response.go +++ b/shared/utils/api/response.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/api/utils.go b/shared/utils/api/utils.go index 84bf4588..4ff4e3be 100644 --- a/shared/utils/api/utils.go +++ b/shared/utils/api/utils.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/cli/check_client_status.go b/shared/utils/cli/check_client_status.go index 37a90969..03d3e1bf 100644 --- a/shared/utils/cli/check_client_status.go +++ b/shared/utils/cli/check_client_status.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/cli/prompt.go b/shared/utils/cli/prompt.go index 704da66c..33deafcb 100644 --- a/shared/utils/cli/prompt.go +++ b/shared/utils/cli/prompt.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/cli/prompt_unix.go b/shared/utils/cli/prompt_unix.go index 8322bf62..e6ca3538 100644 --- a/shared/utils/cli/prompt_unix.go +++ b/shared/utils/cli/prompt_unix.go @@ -5,7 +5,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/cli/prompt_windows.go b/shared/utils/cli/prompt_windows.go index da4d4427..79472c57 100644 --- a/shared/utils/cli/prompt_windows.go +++ b/shared/utils/cli/prompt_windows.go @@ -5,7 +5,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/cli/utils.go b/shared/utils/cli/utils.go index 24b9ca13..c3e407c5 100644 --- a/shared/utils/cli/utils.go +++ b/shared/utils/cli/utils.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/cli/validation.go b/shared/utils/cli/validation.go index 58139a1f..b2bcdf5c 100644 --- a/shared/utils/cli/validation.go +++ b/shared/utils/cli/validation.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/eth1/eth1.go b/shared/utils/eth1/eth1.go index cbe925ae..ad17b3f8 100644 --- a/shared/utils/eth1/eth1.go +++ b/shared/utils/eth1/eth1.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/eth2/eth2.go b/shared/utils/eth2/eth2.go index a045a836..8134e968 100644 --- a/shared/utils/eth2/eth2.go +++ b/shared/utils/eth2/eth2.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/hex/hex.go b/shared/utils/hex/hex.go index 35a1bf7b..0a372512 100644 --- a/shared/utils/hex/hex.go +++ b/shared/utils/hex/hex.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/log/colors.go b/shared/utils/log/colors.go index ea7d8331..2a3ff6a0 100644 --- a/shared/utils/log/colors.go +++ b/shared/utils/log/colors.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/log/logger.go b/shared/utils/log/logger.go index 0039c3bc..16e16a86 100644 --- a/shared/utils/log/logger.go +++ b/shared/utils/log/logger.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/math/math.go b/shared/utils/math/math.go index 567b217a..97131a7c 100644 --- a/shared/utils/math/math.go +++ b/shared/utils/math/math.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/net/net.go b/shared/utils/net/net.go index a8395636..f81b2d1a 100644 --- a/shared/utils/net/net.go +++ b/shared/utils/net/net.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/stdr/config.go b/shared/utils/stdr/config.go index c07c74d7..d2ed6c2d 100644 --- a/shared/utils/stdr/config.go +++ b/shared/utils/stdr/config.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/sys/cpu-flags.go b/shared/utils/sys/cpu-flags.go index d87f2a63..6e2ee6fb 100644 --- a/shared/utils/sys/cpu-flags.go +++ b/shared/utils/sys/cpu-flags.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/term/term_unix.go b/shared/utils/term/term_unix.go index 7262f096..9a047f42 100644 --- a/shared/utils/term/term_unix.go +++ b/shared/utils/term/term_unix.go @@ -5,7 +5,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/term/term_windows.go b/shared/utils/term/term_windows.go index 621e6b29..8b05a335 100644 --- a/shared/utils/term/term_windows.go +++ b/shared/utils/term/term_windows.go @@ -5,7 +5,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/validator/bls.go b/shared/utils/validator/bls.go index 0403e73c..6abb4c97 100644 --- a/shared/utils/validator/bls.go +++ b/shared/utils/validator/bls.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/validator/deposit-data.go b/shared/utils/validator/deposit-data.go index f193c2b2..387705be 100644 --- a/shared/utils/validator/deposit-data.go +++ b/shared/utils/validator/deposit-data.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/validator/fee-recipient.go b/shared/utils/validator/fee-recipient.go index a58c0435..93d44e8d 100644 --- a/shared/utils/validator/fee-recipient.go +++ b/shared/utils/validator/fee-recipient.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/utils/validator/voluntary-exit.go b/shared/utils/validator/voluntary-exit.go index 53a2a570..9e9ee4ac 100644 --- a/shared/utils/validator/voluntary-exit.go +++ b/shared/utils/validator/voluntary-exit.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/shared/version.go b/shared/version.go index c4d9be05..05f22a1b 100644 --- a/shared/version.go +++ b/shared/version.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ package shared const BinaryBucket string = "/stader-node-build/permissionless" const DockerAccount string = "staderlabs" -const StaderVersion string = "1.5.0-dev" +const StaderVersion string = "1.5.0" const Logo string = ` _____ _ _ _ _ 𝅺 diff --git a/sszgen.sh b/sszgen.sh index 81bbfadc..668992e8 100755 --- a/sszgen.sh +++ b/sszgen.sh @@ -3,7 +3,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/stader-cli/build.sh b/stader-cli/build.sh index b38bdeb5..50bad0e2 100755 --- a/stader-cli/build.sh +++ b/stader-cli/build.sh @@ -3,7 +3,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/stader-cli/node/commands.go b/stader-cli/node/commands.go index 7b78ad0d..ae74fd1f 100644 --- a/stader-cli/node/commands.go +++ b/stader-cli/node/commands.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/node/send.go b/stader-cli/node/send.go index 6e4112e6..ee584547 100644 --- a/stader-cli/node/send.go +++ b/stader-cli/node/send.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/node/sign-message.go b/stader-cli/node/sign-message.go index 6611672b..5f92e523 100644 --- a/stader-cli/node/sign-message.go +++ b/stader-cli/node/sign-message.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/node/sync.go b/stader-cli/node/sync.go index 9ccb815c..953381cc 100644 --- a/stader-cli/node/sync.go +++ b/stader-cli/node/sync.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/service/commands.go b/stader-cli/service/commands.go index b90787ab..36c47a91 100644 --- a/stader-cli/service/commands.go +++ b/stader-cli/service/commands.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/service/config.go b/stader-cli/service/config.go index 0b5a9a93..2ff7f3cd 100644 --- a/stader-cli/service/config.go +++ b/stader-cli/service/config.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/service/configConsensus.go b/stader-cli/service/configConsensus.go index 2386abf9..6638c598 100644 --- a/stader-cli/service/configConsensus.go +++ b/stader-cli/service/configConsensus.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/service/configExecution.go b/stader-cli/service/configExecution.go index eb888e6d..061e0d0e 100644 --- a/stader-cli/service/configExecution.go +++ b/stader-cli/service/configExecution.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/service/configFallback.go b/stader-cli/service/configFallback.go index 45b28ff9..eb04cbbc 100644 --- a/stader-cli/service/configFallback.go +++ b/stader-cli/service/configFallback.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/service/configMEVBoost.go b/stader-cli/service/configMEVBoost.go index ec78474a..1ac2f914 100644 --- a/stader-cli/service/configMEVBoost.go +++ b/stader-cli/service/configMEVBoost.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/service/configMonitoring.go b/stader-cli/service/configMonitoring.go index 2d2add50..4bf4f606 100644 --- a/stader-cli/service/configMonitoring.go +++ b/stader-cli/service/configMonitoring.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/service/guardian.tmpl b/stader-cli/service/guardian.tmpl index 58e905f2..736e69e6 100644 --- a/stader-cli/service/guardian.tmpl +++ b/stader-cli/service/guardian.tmpl @@ -1,7 +1,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/stader-cli/service/service.go b/stader-cli/service/service.go index a2460eba..626c626b 100644 --- a/stader-cli/service/service.go +++ b/stader-cli/service/service.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/stader-cli.go b/stader-cli/stader-cli.go index f5732678..9b1e04b9 100644 --- a/stader-cli/stader-cli.go +++ b/stader-cli/stader-cli.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -56,7 +56,7 @@ func main() { app.Version = shared.StaderVersion app.Description = `` - app.Copyright = "(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9].\n (c) 2023 Stakeinfra Technologies Inc." + app.Copyright = "(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0].\n (c) 2023 Stakeinfra Technologies Inc." const GPLv3 = ` GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 @@ -829,7 +829,7 @@ Public License instead of this License. But first, please read Aliases: []string{"c"}, Usage: "Show the copyright", Action: func(c *cli.Context) error { - fmt.Println("(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9].\n(c) 2023 Stakeinfra Technologies Inc.") + fmt.Println("(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0].\n(c) 2023 Stakeinfra Technologies Inc.") return nil }, }) diff --git a/stader-cli/validator/commands.go b/stader-cli/validator/commands.go index 03e5146a..648e074a 100644 --- a/stader-cli/validator/commands.go +++ b/stader-cli/validator/commands.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/wallet/bip39/mnemonic-validator.go b/stader-cli/wallet/bip39/mnemonic-validator.go index bc379461..fcb097fc 100644 --- a/stader-cli/wallet/bip39/mnemonic-validator.go +++ b/stader-cli/wallet/bip39/mnemonic-validator.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/wallet/commands.go b/stader-cli/wallet/commands.go index 6f260ba0..87512062 100644 --- a/stader-cli/wallet/commands.go +++ b/stader-cli/wallet/commands.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/wallet/export.go b/stader-cli/wallet/export.go index 9deae137..75035cd2 100644 --- a/stader-cli/wallet/export.go +++ b/stader-cli/wallet/export.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/wallet/init.go b/stader-cli/wallet/init.go index 47c48299..61a4bd92 100644 --- a/stader-cli/wallet/init.go +++ b/stader-cli/wallet/init.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/wallet/purge.go b/stader-cli/wallet/purge.go index 25e80264..a2bfd1f1 100644 --- a/stader-cli/wallet/purge.go +++ b/stader-cli/wallet/purge.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/wallet/recover.go b/stader-cli/wallet/recover.go index 4c4ed7c0..54293a50 100644 --- a/stader-cli/wallet/recover.go +++ b/stader-cli/wallet/recover.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/wallet/status.go b/stader-cli/wallet/status.go index 1e1ee56d..a24c80b8 100644 --- a/stader-cli/wallet/status.go +++ b/stader-cli/wallet/status.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-cli/wallet/utils.go b/stader-cli/wallet/utils.go index 445fbcf0..dc4f9b6a 100644 --- a/stader-cli/wallet/utils.go +++ b/stader-cli/wallet/utils.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-lib/stader/abi.go b/stader-lib/stader/abi.go index c511a4a8..13b194f3 100644 --- a/stader-lib/stader/abi.go +++ b/stader-lib/stader/abi.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-lib/stader/contract.go b/stader-lib/stader/contract.go index dd97bbca..164d57dd 100644 --- a/stader-lib/stader/contract.go +++ b/stader-lib/stader/contract.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-lib/stader/ec-interface.go b/stader-lib/stader/ec-interface.go index ba44c55e..ae163246 100644 --- a/stader-lib/stader/ec-interface.go +++ b/stader-lib/stader/ec-interface.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-lib/types/beacon.go b/stader-lib/types/beacon.go index 4eebbfbf..85070b3e 100644 --- a/stader-lib/types/beacon.go +++ b/stader-lib/types/beacon.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-lib/utils/eth/transactions.go b/stader-lib/utils/eth/transactions.go index 408ce7a5..109466ff 100644 --- a/stader-lib/utils/eth/transactions.go +++ b/stader-lib/utils/eth/transactions.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-lib/utils/eth/units.go b/stader-lib/utils/eth/units.go index 3f6a15c3..caed39a5 100644 --- a/stader-lib/utils/eth/units.go +++ b/stader-lib/utils/eth/units.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-lib/utils/json/json.go b/stader-lib/utils/json/json.go index ead59b49..4b2af7aa 100644 --- a/stader-lib/utils/json/json.go +++ b/stader-lib/utils/json/json.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader-lib/utils/wait.go b/stader-lib/utils/wait.go index 183590a5..d4db16eb 100644 --- a/stader-lib/utils/wait.go +++ b/stader-lib/utils/wait.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/api/api.go b/stader/api/api.go index 36851ea8..5b5acce8 100644 --- a/stader/api/api.go +++ b/stader/api/api.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/api/node/commands.go b/stader/api/node/commands.go index da418334..98a80925 100644 --- a/stader/api/node/commands.go +++ b/stader/api/node/commands.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/api/node/send.go b/stader/api/node/send.go index 2965ad48..c460b55c 100644 --- a/stader/api/node/send.go +++ b/stader/api/node/send.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/api/node/sign-message.go b/stader/api/node/sign-message.go index b842d600..a0280e35 100644 --- a/stader/api/node/sign-message.go +++ b/stader/api/node/sign-message.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/api/node/sign.go b/stader/api/node/sign.go index 6a9096d5..1d3d7282 100644 --- a/stader/api/node/sign.go +++ b/stader/api/node/sign.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/api/node/sync.go b/stader/api/node/sync.go index bae77e8e..19ca24fd 100644 --- a/stader/api/node/sync.go +++ b/stader/api/node/sync.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/api/service/commands.go b/stader/api/service/commands.go index 8f319671..de788505 100644 --- a/stader/api/service/commands.go +++ b/stader/api/service/commands.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/api/service/status.go b/stader/api/service/status.go index 5e0eda99..c0b28778 100644 --- a/stader/api/service/status.go +++ b/stader/api/service/status.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/api/service/terminate.go b/stader/api/service/terminate.go index a78851b2..c48515e7 100644 --- a/stader/api/service/terminate.go +++ b/stader/api/service/terminate.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/api/validator/commands.go b/stader/api/validator/commands.go index cacfa0ca..61585a05 100644 --- a/stader/api/validator/commands.go +++ b/stader/api/validator/commands.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/api/wallet/commands.go b/stader/api/wallet/commands.go index 91a8bf79..df823f54 100644 --- a/stader/api/wallet/commands.go +++ b/stader/api/wallet/commands.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/api/wallet/export.go b/stader/api/wallet/export.go index c5c27368..271bfb82 100644 --- a/stader/api/wallet/export.go +++ b/stader/api/wallet/export.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/api/wallet/init.go b/stader/api/wallet/init.go index 08816a38..a47f434e 100644 --- a/stader/api/wallet/init.go +++ b/stader/api/wallet/init.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/api/wallet/purge.go b/stader/api/wallet/purge.go index 8eb1f897..eea2584e 100644 --- a/stader/api/wallet/purge.go +++ b/stader/api/wallet/purge.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/api/wallet/recover.go b/stader/api/wallet/recover.go index de69b29e..7085ddeb 100644 --- a/stader/api/wallet/recover.go +++ b/stader/api/wallet/recover.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/api/wallet/set-password.go b/stader/api/wallet/set-password.go index 4da27644..68fd0e7a 100644 --- a/stader/api/wallet/set-password.go +++ b/stader/api/wallet/set-password.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/api/wallet/status.go b/stader/api/wallet/status.go index 0eb1e1e2..ff48bd5a 100644 --- a/stader/api/wallet/status.go +++ b/stader/api/wallet/status.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/build.sh b/stader/build.sh index 21aca42d..97079c61 100755 --- a/stader/build.sh +++ b/stader/build.sh @@ -3,7 +3,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/stader/ec_migrate multi.sh b/stader/ec_migrate multi.sh index c9da8637..6fb52ab1 100755 --- a/stader/ec_migrate multi.sh +++ b/stader/ec_migrate multi.sh @@ -3,7 +3,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/stader/ec_migrate.sh b/stader/ec_migrate.sh index cfed4a55..631e9ae0 100755 --- a/stader/ec_migrate.sh +++ b/stader/ec_migrate.sh @@ -3,7 +3,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/stader/guardian/collector/beacon-chain-collector.go b/stader/guardian/collector/beacon-chain-collector.go index 76871420..65efe636 100644 --- a/stader/guardian/collector/beacon-chain-collector.go +++ b/stader/guardian/collector/beacon-chain-collector.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/guardian/guardian.go b/stader/guardian/guardian.go index c306b74f..e780513e 100644 --- a/stader/guardian/guardian.go +++ b/stader/guardian/guardian.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/node/manage-fee-recipient.go b/stader/node/manage-fee-recipient.go index e1fe058e..fef62cfe 100644 --- a/stader/node/manage-fee-recipient.go +++ b/stader/node/manage-fee-recipient.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/node/node.go b/stader/node/node.go index bd6de7cd..524b081d 100644 --- a/stader/node/node.go +++ b/stader/node/node.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/stader/prune_provision.sh b/stader/prune_provision.sh index 1d8b1f99..e2970275 100755 --- a/stader/prune_provision.sh +++ b/stader/prune_provision.sh @@ -3,7 +3,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/stader/stader.go b/stader/stader.go index 1131f95f..ecdee648 100644 --- a/stader/stader.go +++ b/stader/stader.go @@ -2,7 +2,7 @@ This work is licensed and released under GNU GPL v3 or any other later versions. The full text of the license is below/ found at -(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -61,7 +61,7 @@ func main() { } app.Description = `` - app.Copyright = "(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9].\n (c) 2023 Stakeinfra Technologies Inc." + app.Copyright = "(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0].\n (c) 2023 Stakeinfra Technologies Inc." const GPLv3 = ` GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 @@ -838,7 +838,7 @@ Public License instead of this License. But first, please read Aliases: []string{"c"}, Usage: "Show the copyright", Action: func(c *cli.Context) error { - fmt.Println("(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9].\n(c) 2023 Stakeinfra Technologies Inc.") + fmt.Println("(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0].\n(c) 2023 Stakeinfra Technologies Inc.") return nil }, }) diff --git a/update_package.sh b/update_package.sh index f2219008..28eee5fc 100644 --- a/update_package.sh +++ b/update_package.sh @@ -3,7 +3,7 @@ # This work is licensed and released under GNU GPL v3 or any other later versions. # The full text of the license is below/ found at -# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.9] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.5.0] # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by