From 697ba391f40aba55d83da5f0111c046e82823825 Mon Sep 17 00:00:00 2001 From: batphonghan Date: Mon, 22 Jan 2024 17:11:41 +0700 Subject: [PATCH] bump to 1.4.7 --- 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 3ef22b651..c3782f223 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 38c4aa1a0..d31192f64 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 8606a2ed2..00ba8e915 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 26819861e..cd11f325b 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 430eaa0cc..1109cc84d 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 ba7db9703..e025c9d70 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 a8f322257..d2c11378f 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 1bec9e18c..5c33b77ce 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 ac822b235..97a7d460a 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 807a708bf..984d06e61 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 fb518b087..1e7ed8775 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 29dbaf91e..99014862a 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 2fb985bee..061273c6c 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 fc15e7ed9..46280c94f 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 822aa1ace..782b02318 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 64840b776..a230dad1c 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 c3e6e26b2..5379534a2 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 a7c291a4d..4578a663c 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 0591479f5..a61632e37 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 f103890e0..b40af5d37 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 da9557c02..60e323f8b 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 3b84a5c3d..a841ca933 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 444b08dea..b5132503a 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 d8d23cd23..39192294b 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 adac94e1b..3e5753b7f 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 8f7fc1634..651d68b51 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 141c58fa5..ca424a44e 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 ec6a6b5bf..265773b44 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 4f381ee44..87017be88 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 6aa5f0d91..b66f5d38e 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 e20186afd..dbdad62a3 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 1ff7ca73d..c458e9842 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 8869576e6..edfa216c2 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 807a708bf..984d06e61 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 a74943d3b..3027e64ad 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 8909ae22f..f8d394f00 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 4f3a7e01c..86f5143a9 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 ad31b5715..3baa9de42 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 6bb65ee46..84477b3ed 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 a952289ee..db5b90453 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 75d5548a4..cc7b23ed4 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 0dd042bfa..70fd2e1f1 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 cd261f283..31f9856c6 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 00c670f6e..61785329e 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 2cf36d9fd..5561b1d5c 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 5639aaafe..6462c0cb7 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 1f41f574b..783322ef7 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 c53158096..34f60cff3 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 94d9d1e06..1ecc5e474 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 52391a017..5840f2cba 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 fcda79c2e..e77450930 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 dbd9bb314..8f6a7058d 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 ccff623f1..10d5b6b9f 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 dc6a7db85..be241e5cf 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 d3962ff32..1062faec3 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 3d491de40..0a67dc4aa 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 7c08a43d6..2d9847d03 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 85ffbc792..4e09b2ee5 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 684244717..4046094a2 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 fbac82514..c2eff8522 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 f5fcd6871..be88bb78c 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 527657aa5..49ef61f00 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 51e44e77a..38f44497c 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 1eaa2992d..4eab362a4 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 f2000c682..159dbe8f0 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 4085af820..e1236c73d 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 714e46342..7e61a85c9 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 07930c75a..f74e9fdb2 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 f3cbba567..fa751998b 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 4906ebf1b..51c5b68cb 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 383e9ac66..c1ffa08cf 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 c5c3c2196..934e18061 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 74ef5c4c6..2e4bdaf34 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 8e4b1f090..86641c16a 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 c9737a82d..938d0dbb3 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 b56928568..6f361c0e5 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 2719db01f..1124a6892 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 686803967..67299245d 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 5fd324944..7f72d056c 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 173f358d2..3b9fb5251 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 5bfe6ac5e..0091e5729 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 a6d876b02..f32025026 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 f5c946053..72aca345a 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 1585d4c63..cb0449437 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 4a5e717d6..9a5f40d58 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 5a26a0090..6ee8f1c03 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 6859ac85a..ed9e4a82b 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 037a0a077..5cc9f6fbc 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 20c777245..af9a8bc87 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 80c82fe34..103b5314f 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 05709a4c4..e66be0d0a 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 14ec8155b..2b056ea9d 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 4821b0223..96017d4fb 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 1c0552ef6..0832af82d 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 9ebdc4e59..d0233c403 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 8155fd63a..c371ac42a 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 91465c009..9a2b5ee4e 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 51e437285..e8fb5dd24 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 6ea6e41c1..38c91b434 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 ec51ab54e..418d4e40c 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 6588c3d56..28e2237f2 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 f6a46935b..aaa85cdd1 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 bbadfdc10..5711dc7be 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 3e596a95e..fa6e7267a 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 baf0a7bd3..17d27939e 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 d1ec21a55..a3cddff29 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 67d931803..7c0196c8c 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 d3d88052d..957b23ba1 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 469e9a989..89eec3a6a 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 3f56c2733..a63397904 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 1bc94cc8a..895501ae8 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 373472750..e7a677fe7 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 399ebd77d..f8352a8bf 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 b3920db40..e1948e9a2 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 519209b15..80abaac9d 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 a7b047bd0..a2973f2b8 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 cd269e3da..0447fa8b3 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 854697628..a47a10ac7 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 7f17034c7..58ca7a673 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 230de9a39..72da4ace0 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 8705eda6b..ab28b08c4 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 3d6115767..eb3bb1f96 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 b4d9cbbac..ce73de366 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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.4.6" +const StaderVersion string = "1.4.7" const Logo string = ` _____ _ _ _ _ 𝅺 diff --git a/sszgen.sh b/sszgen.sh index 2502bd729..64b495460 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 51f012da8..8f9d12bb7 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 75565d8b3..036f8df7c 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 3763bd492..713bf9d2f 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 8f7843ddf..0cc871486 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 1b22440e3..b6f7a9cbb 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 aa759535b..8c9f8f93e 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 dbfc1a68b..e8d527789 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 255776b6d..5fec82c1f 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 906421447..c995e1962 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 22ece7cd0..47b7b41a4 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 6ee171c97..0dd9e890c 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 d67945708..650f6428d 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 8909ae22f..f8d394f00 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 b04297756..dc90c7740 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 8c5a14a70..ff4be4bd1 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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.4].\n (c) 2023 Stakeinfra Technologies Inc." + app.Copyright = "(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7].\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.4].\n(c) 2023 Stakeinfra Technologies Inc.") + fmt.Println("(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7].\n(c) 2023 Stakeinfra Technologies Inc.") return nil }, }) diff --git a/stader-cli/validator/commands.go b/stader-cli/validator/commands.go index 8bda33736..e898b23fa 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 69a036cc4..3ccd7ac35 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 45d38896e..d86fb9c13 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 6672d652d..1354b25d3 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 7b03ed808..709e4a043 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 b8e132c72..1231d8686 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 d875b7f21..16310b750 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 e9145bb86..e8ee09b19 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 3068e8f8f..581b63bb0 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 e97dbd97b..e2e70e4eb 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 fcc2e57dc..4c7116526 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 ffaa7a981..c935a8fac 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 8620379ed..b556f0c59 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 594030959..d30dabc91 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 5a3bb43fe..a2f0164e6 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 17ca0f22e..28edc1f41 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 9628312e8..ed8c426bc 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 43ed9b38a..5c498d79d 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 569dcd999..968bfc39c 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 4fef7687a..67962347b 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 35c79c6ef..2b6602703 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 ceb0875e2..62fd82178 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 5c1f99749..a8d995cdb 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 95f65a860..5db5e8b91 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 4b7943846..71d0e4e63 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 aa171b2eb..935641ece 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 2bd912149..0b126615c 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 ca20f188d..0f886f6af 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 5aa21447d..d530e8c7f 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 194fbefca..b395b4a83 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 d8ccb4db7..84c4a3ef9 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 34c5494c1..5ab9e9c82 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 518ecdc10..389051e34 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 39d717c53..16f67e68d 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 b1c78c0cf..c87621029 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 8ece22bc1..b80fbee9e 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 cace9b707..3081b6ee0 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 2a312a879..2b3358d8a 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 113c700df..61989ab11 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 0ece3be78..91d6e09b7 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 3cd4664a1..20b288e72 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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 367bf5c77..3f5328b44 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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 d7dc8b9f5..a07e48f31 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.4] +(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] 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.4].\n (c) 2023 Stakeinfra Technologies Inc." + app.Copyright = "(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7].\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.4].\n(c) 2023 Stakeinfra Technologies Inc.") + fmt.Println("(c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7].\n(c) 2023 Stakeinfra Technologies Inc.") return nil }, }) diff --git a/update_package.sh b/update_package.sh index 8d56086fe..82e985ebd 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.4] +# (c) 2023 Rocket Pool Pty Ltd. Modified under GNU GPL v3. [1.4.7] # 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