From 6634edce7c0fb41478b043fe28ebbd0a8838fd6e Mon Sep 17 00:00:00 2001 From: Chris Berry Date: Thu, 19 Sep 2024 10:26:44 +0100 Subject: [PATCH] Run license-updater on vouch --- loggers/jaeger.go | 2 +- logging.go | 2 +- main.go | 2 +- metrics.go | 2 +- mock/builderbidprovider.go | 2 +- mock/builderclient.go | 2 +- mock/eth2client.go | 2 +- mock/validatorsmanager.go | 2 +- services/accountmanager/dirk/parameters.go | 2 +- services/accountmanager/dirk/service.go | 2 +- .../accountmanager/dirk/service_internal_test.go | 2 +- services/accountmanager/dirk/service_test.go | 2 +- services/accountmanager/mock/service.go | 2 +- services/accountmanager/service.go | 2 +- services/accountmanager/utils/utils.go | 12 ++++++++++++ services/accountmanager/wallet/parameters.go | 2 +- services/accountmanager/wallet/service.go | 2 +- services/attestationaggregator/mock/service.go | 2 +- services/attestationaggregator/service.go | 2 +- .../attestationaggregator/standard/parameters.go | 2 +- services/attestationaggregator/standard/service.go | 2 +- services/attester/helpers.go | 2 +- services/attester/mock/service.go | 2 +- services/attester/service.go | 2 +- services/attester/standard/attest.go | 2 +- services/attester/standard/parameters.go | 2 +- services/attester/standard/service.go | 2 +- services/beaconblockproposer/mock/service.go | 2 +- services/beaconblockproposer/proposerconfig.go | 2 +- services/beaconblockproposer/relayconfig.go | 2 +- services/beaconblockproposer/service.go | 2 +- services/beaconblockproposer/standard/metrics.go | 2 +- services/beaconblockproposer/standard/parameters.go | 2 +- .../beaconblockproposer/standard/prepare_test.go | 2 +- services/beaconblockproposer/standard/propose.go | 2 +- .../standard/propose_internal_test.go | 2 +- .../beaconblockproposer/standard/propose_test.go | 2 +- services/beaconblockproposer/standard/service.go | 2 +- .../beaconblockproposer/standard/service_test.go | 2 +- services/beaconcommitteesubscriber/mock/service.go | 2 +- services/beaconcommitteesubscriber/service.go | 2 +- .../beaconcommitteesubscriber/standard/parameters.go | 2 +- .../beaconcommitteesubscriber/standard/service.go | 2 +- .../standard/service_test.go | 2 +- .../beaconcommitteesubscriber/standard/subscribe.go | 2 +- services/blockrelay/configversion.go | 2 +- services/blockrelay/executionconfig.go | 2 +- services/blockrelay/executionconfigurator.go | 2 +- services/blockrelay/mock/service.go | 2 +- services/blockrelay/service.go | 2 +- services/blockrelay/standard/auctionblock.go | 2 +- services/blockrelay/standard/builderbid.go | 2 +- services/blockrelay/standard/executionconfig.go | 2 +- services/blockrelay/standard/metrics.go | 2 +- services/blockrelay/standard/parameters.go | 2 +- services/blockrelay/standard/proposerconfig.go | 2 +- services/blockrelay/standard/proposerconfig_test.go | 2 +- services/blockrelay/standard/service.go | 2 +- services/blockrelay/standard/service_test.go | 2 +- .../standard/submitvalidatorregistrations.go | 2 +- .../blockrelay/standard/validatorregistrations.go | 2 +- services/blockrelay/v1/builderconfig.go | 2 +- services/blockrelay/v1/builderconfig_test.go | 2 +- services/blockrelay/v1/executionconfig.go | 2 +- services/blockrelay/v1/executionconfig_test.go | 2 +- services/blockrelay/v1/proposerconfig.go | 2 +- services/blockrelay/v1/proposerconfig_test.go | 2 +- services/blockrelay/v2/baserelayconfig.go | 2 +- services/blockrelay/v2/baserelayconfig_test.go | 2 +- services/blockrelay/v2/executionconfig.go | 2 +- services/blockrelay/v2/executionconfig_test.go | 2 +- services/blockrelay/v2/proposerconfig.go | 2 +- services/blockrelay/v2/proposerconfig_test.go | 2 +- services/blockrelay/v2/proposerrelayconfig.go | 2 +- services/blockrelay/v2/proposerrelayconfig_test.go | 2 +- services/cache/mock/service.go | 2 +- services/cache/service.go | 2 +- services/cache/standard/blockroottoslot.go | 2 +- services/cache/standard/events.go | 2 +- services/cache/standard/executionhead.go | 2 +- services/cache/standard/metrics.go | 2 +- services/cache/standard/parameters.go | 2 +- services/cache/standard/service.go | 2 +- services/chaintime/service.go | 2 +- services/chaintime/standard/parameters.go | 2 +- services/chaintime/standard/service.go | 2 +- services/chaintime/standard/service_test.go | 2 +- services/controller/standard/accountsrefresher.go | 2 +- services/controller/standard/attester.go | 2 +- services/controller/standard/events.go | 2 +- services/controller/standard/events_test.go | 2 +- services/controller/standard/parameters.go | 2 +- services/controller/standard/proposalspreparer.go | 2 +- services/controller/standard/proposer.go | 2 +- services/controller/standard/service.go | 2 +- services/controller/standard/service_test.go | 2 +- .../controller/standard/synccommitteemessenger.go | 2 +- services/graffitiprovider/dynamic/parameters.go | 2 +- services/graffitiprovider/dynamic/service.go | 2 +- services/graffitiprovider/dynamic/service_test.go | 2 +- services/graffitiprovider/service.go | 2 +- services/graffitiprovider/static/parameters.go | 2 +- services/graffitiprovider/static/service.go | 2 +- services/graffitiprovider/static/service_test.go | 2 +- services/metrics/null/service.go | 2 +- services/metrics/prometheus/client.go | 2 +- services/metrics/prometheus/parameters.go | 2 +- services/metrics/prometheus/service.go | 2 +- services/metrics/prometheus/service_test.go | 2 +- services/metrics/service.go | 2 +- services/proposalpreparer/mock/service.go | 2 +- services/proposalpreparer/service.go | 2 +- services/proposalpreparer/standard/metrics.go | 2 +- services/proposalpreparer/standard/parameters.go | 2 +- services/proposalpreparer/standard/service.go | 2 +- services/proposalpreparer/standard/service_test.go | 2 +- .../proposalpreparer/standard/updatepreparations.go | 2 +- .../standard/updatepreparations_test.go | 2 +- services/scheduler/advanced/parameters.go | 2 +- services/scheduler/advanced/service.go | 2 +- services/scheduler/advanced/service_test.go | 2 +- services/scheduler/mock/service.go | 2 +- services/scheduler/service.go | 2 +- services/signer/service.go | 2 +- services/signer/standard/helpers.go | 2 +- services/signer/standard/parameters.go | 2 +- services/signer/standard/service.go | 2 +- services/signer/standard/service_test.go | 2 +- services/signer/standard/signaggregateandproof.go | 2 +- services/signer/standard/signbeaconattestation.go | 2 +- services/signer/standard/signbeaconattestations.go | 2 +- services/signer/standard/signbeaconblockproposal.go | 2 +- services/signer/standard/signblobsidecar.go | 2 +- services/signer/standard/signcontributonandproof.go | 2 +- services/signer/standard/signrandaoreveal.go | 2 +- services/signer/standard/signslotselection.go | 2 +- services/signer/standard/signsynccommitteeroot.go | 2 +- .../signer/standard/signsynccommitteeselection.go | 2 +- .../signer/standard/signvalidatorregistration.go | 2 +- services/submitter/immediate/parameters.go | 2 +- services/submitter/immediate/service.go | 2 +- services/submitter/immediate/service_test.go | 2 +- services/submitter/multinode/helpers.go | 2 +- services/submitter/multinode/parameters.go | 2 +- services/submitter/multinode/service.go | 2 +- services/submitter/multinode/service_test.go | 2 +- .../multinode/submitaggregateattestations.go | 2 +- .../multinode/submitaggregateattestations_test.go | 2 +- services/submitter/multinode/submitattestations.go | 2 +- .../submitter/multinode/submitattestations_test.go | 2 +- .../multinode/submitbeaconcommitteesubscriptions.go | 2 +- .../submitbeaconcommitteesubscriptions_test.go | 2 +- services/submitter/multinode/submitproposal.go | 2 +- services/submitter/multinode/submitproposal_test.go | 2 +- .../multinode/submitproposalpreparations.go | 2 +- .../multinode/submitproposalpreparations_test.go | 2 +- .../multinode/submitsynccommitteecontributions.go | 2 +- .../submitsynccommitteecontributions_test.go | 2 +- .../multinode/submitsynccommitteemessages.go | 2 +- .../multinode/submitsynccommitteemessages_test.go | 2 +- .../multinode/submitsynccommitteesubscriptions.go | 2 +- .../submitsynccommitteesubscriptions_test.go | 2 +- services/submitter/null/parameters.go | 2 +- services/submitter/null/service.go | 2 +- services/submitter/null/service_test.go | 2 +- services/submitter/service.go | 2 +- services/synccommitteeaggregator/mock/service.go | 2 +- services/synccommitteeaggregator/service.go | 2 +- .../synccommitteeaggregator/standard/parameters.go | 2 +- services/synccommitteeaggregator/standard/service.go | 2 +- .../synccommitteeaggregator/standard/service_test.go | 2 +- services/synccommitteemessenger/mock/service.go | 2 +- services/synccommitteemessenger/service.go | 2 +- .../synccommitteemessenger/standard/parameters.go | 2 +- services/synccommitteemessenger/standard/service.go | 2 +- .../synccommitteemessenger/standard/service_test.go | 2 +- services/synccommitteesubscriber/mock/service.go | 2 +- services/synccommitteesubscriber/service.go | 2 +- .../synccommitteesubscriber/standard/parameters.go | 2 +- services/synccommitteesubscriber/standard/service.go | 2 +- services/validatorsmanager/service.go | 2 +- services/validatorsmanager/standard/parameters.go | 2 +- .../standard/refreshvalidatorsfrombeaconnode.go | 2 +- .../standard/refreshvalidatorsfrombeaconnode_test.go | 2 +- services/validatorsmanager/standard/service.go | 2 +- services/validatorsmanager/standard/service_test.go | 2 +- .../validatorsmanager/standard/validatorsbyindex.go | 2 +- .../standard/validatorsbyindex_test.go | 2 +- .../validatorsmanager/standard/validatorsbypubkey.go | 2 +- .../standard/validatorsbypubkey_test.go | 2 +- .../standard/validatorstateatepoch.go | 2 +- .../standard/validatorstateatepoch_test.go | 2 +- .../best/aggregateattestation.go | 2 +- .../best/aggregateattestation_test.go | 2 +- strategies/aggregateattestation/best/parameters.go | 2 +- strategies/aggregateattestation/best/score.go | 2 +- .../aggregateattestation/best/score_internal_test.go | 2 +- strategies/aggregateattestation/best/service.go | 2 +- strategies/aggregateattestation/best/service_test.go | 2 +- .../first/aggregateattestation.go | 2 +- .../first/aggregateattestation_test.go | 2 +- strategies/aggregateattestation/first/parameters.go | 2 +- strategies/aggregateattestation/first/service.go | 2 +- .../aggregateattestation/first/service_test.go | 2 +- strategies/attestationdata/best/attestationdata.go | 2 +- .../attestationdata/best/attestationdata_test.go | 2 +- strategies/attestationdata/best/parameters.go | 2 +- strategies/attestationdata/best/score.go | 2 +- strategies/attestationdata/best/service.go | 2 +- strategies/attestationdata/best/service_test.go | 2 +- strategies/attestationdata/first/attestationdata.go | 2 +- .../attestationdata/first/attestationdata_test.go | 2 +- strategies/attestationdata/first/parameters.go | 2 +- strategies/attestationdata/first/service.go | 2 +- strategies/attestationdata/first/service_test.go | 2 +- .../attestationdata/majority/attestationdata.go | 2 +- .../attestationdata/majority/attestationdata_test.go | 2 +- strategies/attestationdata/majority/parameters.go | 2 +- strategies/attestationdata/majority/service.go | 2 +- strategies/attestationdata/majority/service_test.go | 2 +- .../beaconblockproposal/best/beaconblockproposal.go | 2 +- .../best/beaconblockproposal_test.go | 2 +- strategies/beaconblockproposal/best/events.go | 2 +- .../beaconblockproposal/best/events_internal_test.go | 2 +- strategies/beaconblockproposal/best/parameters.go | 2 +- strategies/beaconblockproposal/best/score.go | 2 +- strategies/beaconblockproposal/best/service.go | 2 +- strategies/beaconblockproposal/best/service_test.go | 2 +- strategies/beaconblockproposal/first/parameters.go | 2 +- strategies/beaconblockproposal/first/service.go | 2 +- strategies/beaconblockroot/first/beaconblockroot.go | 2 +- .../beaconblockroot/first/beaconblockroot_test.go | 2 +- strategies/beaconblockroot/first/parameters.go | 2 +- strategies/beaconblockroot/first/service.go | 2 +- strategies/beaconblockroot/first/service_test.go | 2 +- strategies/beaconblockroot/latest/beaconblockroot.go | 2 +- .../beaconblockroot/latest/beaconblockroot_test.go | 2 +- strategies/beaconblockroot/latest/parameters.go | 2 +- strategies/beaconblockroot/latest/service.go | 2 +- strategies/beaconblockroot/latest/service_test.go | 2 +- .../beaconblockroot/majority/beaconblockroot.go | 2 +- .../beaconblockroot/majority/beaconblockroot_test.go | 2 +- strategies/beaconblockroot/majority/parameters.go | 2 +- strategies/beaconblockroot/majority/service.go | 2 +- strategies/beaconblockroot/majority/service_test.go | 2 +- strategies/builderbid/best/builderbid.go | 2 +- .../builderbid/best/builderbid_internal_test.go | 2 +- strategies/builderbid/best/metrics.go | 2 +- strategies/builderbid/best/parameters.go | 2 +- strategies/builderbid/best/service.go | 2 +- strategies/builderbid/service.go | 2 +- .../synccommitteecontribution/best/parameters.go | 2 +- strategies/synccommitteecontribution/best/score.go | 2 +- .../best/score_internal_test.go | 2 +- strategies/synccommitteecontribution/best/service.go | 2 +- .../synccommitteecontribution/best/service_test.go | 2 +- .../best/synccommitteecontribution.go | 2 +- .../best/synccommitteecontribution_test.go | 2 +- .../synccommitteecontribution/first/parameters.go | 2 +- .../synccommitteecontribution/first/service.go | 2 +- .../synccommitteecontribution/first/service_test.go | 2 +- .../first/synccommitteecontribution.go | 2 +- .../first/synccommitteecontribution_test.go | 2 +- testing/logger/capture.go | 2 +- testing/resources/certs.go | 2 +- testutil/accounts.go | 2 +- testutil/bytes.go | 2 +- testutil/committees.go | 4 ++-- tracing.go | 2 +- util/beaconnodeaddresses.go | 2 +- util/beaconnodeaddresses_test.go | 2 +- util/builders.go | 2 +- util/commit.go | 2 +- util/concurrency.go | 2 +- util/concurrency_test.go | 2 +- util/id.go | 2 +- util/logging.go | 2 +- util/logging_test.go | 2 +- util/scatter.go | 2 +- util/scatter_benchmark_test.go | 2 +- util/scatter_internal_test.go | 2 +- util/scatter_test.go | 2 +- util/timeout.go | 2 +- util/timeout_test.go | 2 +- 284 files changed, 296 insertions(+), 284 deletions(-) diff --git a/loggers/jaeger.go b/loggers/jaeger.go index 8813658a..03339a56 100644 --- a/loggers/jaeger.go +++ b/loggers/jaeger.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/logging.go b/logging.go index 4f89dd3b..6fc0bab6 100644 --- a/logging.go +++ b/logging.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/main.go b/main.go index 82e76e76..63713f63 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/metrics.go b/metrics.go index 8707a39c..5f93e90e 100644 --- a/metrics.go +++ b/metrics.go @@ -1,4 +1,4 @@ -// Copyright © 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/mock/builderbidprovider.go b/mock/builderbidprovider.go index 8bb01eec..cf6114db 100644 --- a/mock/builderbidprovider.go +++ b/mock/builderbidprovider.go @@ -1,4 +1,4 @@ -// Copyright © 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/mock/builderclient.go b/mock/builderclient.go index dc469a4c..d3902678 100644 --- a/mock/builderclient.go +++ b/mock/builderclient.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/mock/eth2client.go b/mock/eth2client.go index f815c192..ae705928 100644 --- a/mock/eth2client.go +++ b/mock/eth2client.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/mock/validatorsmanager.go b/mock/validatorsmanager.go index fe7203f5..79d1bc33 100644 --- a/mock/validatorsmanager.go +++ b/mock/validatorsmanager.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/accountmanager/dirk/parameters.go b/services/accountmanager/dirk/parameters.go index 76b6462f..361bcca3 100644 --- a/services/accountmanager/dirk/parameters.go +++ b/services/accountmanager/dirk/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/accountmanager/dirk/service.go b/services/accountmanager/dirk/service.go index b96ab21a..e8c8983f 100644 --- a/services/accountmanager/dirk/service.go +++ b/services/accountmanager/dirk/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/accountmanager/dirk/service_internal_test.go b/services/accountmanager/dirk/service_internal_test.go index b6322ffe..3cae91ca 100644 --- a/services/accountmanager/dirk/service_internal_test.go +++ b/services/accountmanager/dirk/service_internal_test.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/accountmanager/dirk/service_test.go b/services/accountmanager/dirk/service_test.go index ba08f953..1719bae9 100644 --- a/services/accountmanager/dirk/service_test.go +++ b/services/accountmanager/dirk/service_test.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/accountmanager/mock/service.go b/services/accountmanager/mock/service.go index 5078b56f..f2130e7b 100644 --- a/services/accountmanager/mock/service.go +++ b/services/accountmanager/mock/service.go @@ -1,4 +1,4 @@ -// Copyright © 2021, 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/accountmanager/service.go b/services/accountmanager/service.go index 04a57875..9853ddce 100644 --- a/services/accountmanager/service.go +++ b/services/accountmanager/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/accountmanager/utils/utils.go b/services/accountmanager/utils/utils.go index 1338380a..830988d1 100644 --- a/services/accountmanager/utils/utils.go +++ b/services/accountmanager/utils/utils.go @@ -1,3 +1,15 @@ +// Copyright © 2024 Attestant Limited. +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. package utils import apiv1 "github.com/attestantio/go-eth2-client/api/v1" diff --git a/services/accountmanager/wallet/parameters.go b/services/accountmanager/wallet/parameters.go index bf872cf4..68d6101d 100644 --- a/services/accountmanager/wallet/parameters.go +++ b/services/accountmanager/wallet/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/accountmanager/wallet/service.go b/services/accountmanager/wallet/service.go index 349b23a0..2b0cdad3 100644 --- a/services/accountmanager/wallet/service.go +++ b/services/accountmanager/wallet/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/attestationaggregator/mock/service.go b/services/attestationaggregator/mock/service.go index bd7b79fc..1828b6c9 100644 --- a/services/attestationaggregator/mock/service.go +++ b/services/attestationaggregator/mock/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/attestationaggregator/service.go b/services/attestationaggregator/service.go index b40749ce..3ad379ad 100644 --- a/services/attestationaggregator/service.go +++ b/services/attestationaggregator/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/attestationaggregator/standard/parameters.go b/services/attestationaggregator/standard/parameters.go index 7da45cb2..674a3da5 100644 --- a/services/attestationaggregator/standard/parameters.go +++ b/services/attestationaggregator/standard/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/attestationaggregator/standard/service.go b/services/attestationaggregator/standard/service.go index 814cb732..c5edde7c 100644 --- a/services/attestationaggregator/standard/service.go +++ b/services/attestationaggregator/standard/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/attester/helpers.go b/services/attester/helpers.go index 60465195..a7496228 100644 --- a/services/attester/helpers.go +++ b/services/attester/helpers.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/attester/mock/service.go b/services/attester/mock/service.go index 2bb1320d..70e28383 100644 --- a/services/attester/mock/service.go +++ b/services/attester/mock/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/attester/service.go b/services/attester/service.go index 4247a3d9..3cee848b 100644 --- a/services/attester/service.go +++ b/services/attester/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/attester/standard/attest.go b/services/attester/standard/attest.go index 597081bd..12e51a56 100644 --- a/services/attester/standard/attest.go +++ b/services/attester/standard/attest.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/attester/standard/parameters.go b/services/attester/standard/parameters.go index 71aaaaf9..9a0c9118 100644 --- a/services/attester/standard/parameters.go +++ b/services/attester/standard/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/attester/standard/service.go b/services/attester/standard/service.go index f1c023fb..ce833467 100644 --- a/services/attester/standard/service.go +++ b/services/attester/standard/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/beaconblockproposer/mock/service.go b/services/beaconblockproposer/mock/service.go index 8e45f076..020f346c 100644 --- a/services/beaconblockproposer/mock/service.go +++ b/services/beaconblockproposer/mock/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/beaconblockproposer/proposerconfig.go b/services/beaconblockproposer/proposerconfig.go index bd1ac346..dc3c14cf 100644 --- a/services/beaconblockproposer/proposerconfig.go +++ b/services/beaconblockproposer/proposerconfig.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/beaconblockproposer/relayconfig.go b/services/beaconblockproposer/relayconfig.go index f148661d..5ee41d0b 100644 --- a/services/beaconblockproposer/relayconfig.go +++ b/services/beaconblockproposer/relayconfig.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/beaconblockproposer/service.go b/services/beaconblockproposer/service.go index 17479839..26170ba6 100644 --- a/services/beaconblockproposer/service.go +++ b/services/beaconblockproposer/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/beaconblockproposer/standard/metrics.go b/services/beaconblockproposer/standard/metrics.go index dbaca075..bb560393 100644 --- a/services/beaconblockproposer/standard/metrics.go +++ b/services/beaconblockproposer/standard/metrics.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/beaconblockproposer/standard/parameters.go b/services/beaconblockproposer/standard/parameters.go index deb3d066..af66176e 100644 --- a/services/beaconblockproposer/standard/parameters.go +++ b/services/beaconblockproposer/standard/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/beaconblockproposer/standard/prepare_test.go b/services/beaconblockproposer/standard/prepare_test.go index 2f224551..1ea6596f 100644 --- a/services/beaconblockproposer/standard/prepare_test.go +++ b/services/beaconblockproposer/standard/prepare_test.go @@ -1,4 +1,4 @@ -// Copyright © 2021, 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/beaconblockproposer/standard/propose.go b/services/beaconblockproposer/standard/propose.go index 7cb871a1..819809ce 100644 --- a/services/beaconblockproposer/standard/propose.go +++ b/services/beaconblockproposer/standard/propose.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/beaconblockproposer/standard/propose_internal_test.go b/services/beaconblockproposer/standard/propose_internal_test.go index e9e26337..1704c352 100644 --- a/services/beaconblockproposer/standard/propose_internal_test.go +++ b/services/beaconblockproposer/standard/propose_internal_test.go @@ -1,4 +1,4 @@ -// Copyright © 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/beaconblockproposer/standard/propose_test.go b/services/beaconblockproposer/standard/propose_test.go index efcb3270..07892624 100644 --- a/services/beaconblockproposer/standard/propose_test.go +++ b/services/beaconblockproposer/standard/propose_test.go @@ -1,4 +1,4 @@ -// Copyright © 2021 - 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/beaconblockproposer/standard/service.go b/services/beaconblockproposer/standard/service.go index 959fbd6a..9e9f55cb 100644 --- a/services/beaconblockproposer/standard/service.go +++ b/services/beaconblockproposer/standard/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/beaconblockproposer/standard/service_test.go b/services/beaconblockproposer/standard/service_test.go index 5f9e5a71..81b2cd95 100644 --- a/services/beaconblockproposer/standard/service_test.go +++ b/services/beaconblockproposer/standard/service_test.go @@ -1,4 +1,4 @@ -// Copyright © 2021, 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/beaconcommitteesubscriber/mock/service.go b/services/beaconcommitteesubscriber/mock/service.go index b6361c2a..692fbf6a 100644 --- a/services/beaconcommitteesubscriber/mock/service.go +++ b/services/beaconcommitteesubscriber/mock/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/beaconcommitteesubscriber/service.go b/services/beaconcommitteesubscriber/service.go index cf9eba73..62504bd3 100644 --- a/services/beaconcommitteesubscriber/service.go +++ b/services/beaconcommitteesubscriber/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/beaconcommitteesubscriber/standard/parameters.go b/services/beaconcommitteesubscriber/standard/parameters.go index 5cdcb3c0..19d27fcd 100644 --- a/services/beaconcommitteesubscriber/standard/parameters.go +++ b/services/beaconcommitteesubscriber/standard/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/beaconcommitteesubscriber/standard/service.go b/services/beaconcommitteesubscriber/standard/service.go index c0b42fad..95b719c4 100644 --- a/services/beaconcommitteesubscriber/standard/service.go +++ b/services/beaconcommitteesubscriber/standard/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/beaconcommitteesubscriber/standard/service_test.go b/services/beaconcommitteesubscriber/standard/service_test.go index 26b6941a..51e5bc7b 100644 --- a/services/beaconcommitteesubscriber/standard/service_test.go +++ b/services/beaconcommitteesubscriber/standard/service_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/beaconcommitteesubscriber/standard/subscribe.go b/services/beaconcommitteesubscriber/standard/subscribe.go index 57a6075f..dcc2cde5 100644 --- a/services/beaconcommitteesubscriber/standard/subscribe.go +++ b/services/beaconcommitteesubscriber/standard/subscribe.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/blockrelay/configversion.go b/services/blockrelay/configversion.go index af62bc22..71843eb2 100644 --- a/services/blockrelay/configversion.go +++ b/services/blockrelay/configversion.go @@ -1,4 +1,4 @@ -// Copyright © 2021, 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/blockrelay/executionconfig.go b/services/blockrelay/executionconfig.go index 77b0178e..e03600f0 100644 --- a/services/blockrelay/executionconfig.go +++ b/services/blockrelay/executionconfig.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/blockrelay/executionconfigurator.go b/services/blockrelay/executionconfigurator.go index 212927ec..bbe9b4b8 100644 --- a/services/blockrelay/executionconfigurator.go +++ b/services/blockrelay/executionconfigurator.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/blockrelay/mock/service.go b/services/blockrelay/mock/service.go index 5ef85ae2..a2cff7dd 100644 --- a/services/blockrelay/mock/service.go +++ b/services/blockrelay/mock/service.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/blockrelay/service.go b/services/blockrelay/service.go index 3f9fe608..51d7a9d4 100644 --- a/services/blockrelay/service.go +++ b/services/blockrelay/service.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/blockrelay/standard/auctionblock.go b/services/blockrelay/standard/auctionblock.go index 34d41380..9edd91d2 100644 --- a/services/blockrelay/standard/auctionblock.go +++ b/services/blockrelay/standard/auctionblock.go @@ -1,4 +1,4 @@ -// Copyright © 2022 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/blockrelay/standard/builderbid.go b/services/blockrelay/standard/builderbid.go index edeaaabb..207e8148 100644 --- a/services/blockrelay/standard/builderbid.go +++ b/services/blockrelay/standard/builderbid.go @@ -1,4 +1,4 @@ -// Copyright © 2022, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/blockrelay/standard/executionconfig.go b/services/blockrelay/standard/executionconfig.go index caefbf4b..9ab26a4a 100644 --- a/services/blockrelay/standard/executionconfig.go +++ b/services/blockrelay/standard/executionconfig.go @@ -1,4 +1,4 @@ -// Copyright © 2022 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/blockrelay/standard/metrics.go b/services/blockrelay/standard/metrics.go index 585dcb0a..b60ed459 100644 --- a/services/blockrelay/standard/metrics.go +++ b/services/blockrelay/standard/metrics.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/blockrelay/standard/parameters.go b/services/blockrelay/standard/parameters.go index c8aa478d..ef54c47e 100644 --- a/services/blockrelay/standard/parameters.go +++ b/services/blockrelay/standard/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2022, 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/blockrelay/standard/proposerconfig.go b/services/blockrelay/standard/proposerconfig.go index 72195cad..f3b3831f 100644 --- a/services/blockrelay/standard/proposerconfig.go +++ b/services/blockrelay/standard/proposerconfig.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/blockrelay/standard/proposerconfig_test.go b/services/blockrelay/standard/proposerconfig_test.go index 57196295..26a70646 100644 --- a/services/blockrelay/standard/proposerconfig_test.go +++ b/services/blockrelay/standard/proposerconfig_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/blockrelay/standard/service.go b/services/blockrelay/standard/service.go index 375ed399..4a859655 100644 --- a/services/blockrelay/standard/service.go +++ b/services/blockrelay/standard/service.go @@ -1,4 +1,4 @@ -// Copyright © 2022 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/blockrelay/standard/service_test.go b/services/blockrelay/standard/service_test.go index d14f5da2..85266005 100644 --- a/services/blockrelay/standard/service_test.go +++ b/services/blockrelay/standard/service_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022, 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/blockrelay/standard/submitvalidatorregistrations.go b/services/blockrelay/standard/submitvalidatorregistrations.go index 9bca3bed..f064b8c4 100644 --- a/services/blockrelay/standard/submitvalidatorregistrations.go +++ b/services/blockrelay/standard/submitvalidatorregistrations.go @@ -1,4 +1,4 @@ -// Copyright © 2022 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/blockrelay/standard/validatorregistrations.go b/services/blockrelay/standard/validatorregistrations.go index afd8d254..32311da7 100644 --- a/services/blockrelay/standard/validatorregistrations.go +++ b/services/blockrelay/standard/validatorregistrations.go @@ -1,4 +1,4 @@ -// Copyright © 2022, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/blockrelay/v1/builderconfig.go b/services/blockrelay/v1/builderconfig.go index c2cf9341..b04a7b06 100644 --- a/services/blockrelay/v1/builderconfig.go +++ b/services/blockrelay/v1/builderconfig.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/blockrelay/v1/builderconfig_test.go b/services/blockrelay/v1/builderconfig_test.go index e141f444..8ec359dc 100644 --- a/services/blockrelay/v1/builderconfig_test.go +++ b/services/blockrelay/v1/builderconfig_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/blockrelay/v1/executionconfig.go b/services/blockrelay/v1/executionconfig.go index 04b446a2..c93956d8 100644 --- a/services/blockrelay/v1/executionconfig.go +++ b/services/blockrelay/v1/executionconfig.go @@ -1,4 +1,4 @@ -// Copyright © 2022, 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/blockrelay/v1/executionconfig_test.go b/services/blockrelay/v1/executionconfig_test.go index c79ed7bc..b516209b 100644 --- a/services/blockrelay/v1/executionconfig_test.go +++ b/services/blockrelay/v1/executionconfig_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/blockrelay/v1/proposerconfig.go b/services/blockrelay/v1/proposerconfig.go index bf01956f..ec3c9cb8 100644 --- a/services/blockrelay/v1/proposerconfig.go +++ b/services/blockrelay/v1/proposerconfig.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/blockrelay/v1/proposerconfig_test.go b/services/blockrelay/v1/proposerconfig_test.go index 1ac6570f..28bd8bf1 100644 --- a/services/blockrelay/v1/proposerconfig_test.go +++ b/services/blockrelay/v1/proposerconfig_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/blockrelay/v2/baserelayconfig.go b/services/blockrelay/v2/baserelayconfig.go index e7f2fa3d..31538fdd 100644 --- a/services/blockrelay/v2/baserelayconfig.go +++ b/services/blockrelay/v2/baserelayconfig.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Atestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/blockrelay/v2/baserelayconfig_test.go b/services/blockrelay/v2/baserelayconfig_test.go index 7408a2b0..9804c051 100644 --- a/services/blockrelay/v2/baserelayconfig_test.go +++ b/services/blockrelay/v2/baserelayconfig_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/blockrelay/v2/executionconfig.go b/services/blockrelay/v2/executionconfig.go index fc877c58..85d0f5f8 100644 --- a/services/blockrelay/v2/executionconfig.go +++ b/services/blockrelay/v2/executionconfig.go @@ -1,4 +1,4 @@ -// Copyright © 2022, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/blockrelay/v2/executionconfig_test.go b/services/blockrelay/v2/executionconfig_test.go index 9cf72a09..12e39aad 100644 --- a/services/blockrelay/v2/executionconfig_test.go +++ b/services/blockrelay/v2/executionconfig_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/blockrelay/v2/proposerconfig.go b/services/blockrelay/v2/proposerconfig.go index a9555218..849c97af 100644 --- a/services/blockrelay/v2/proposerconfig.go +++ b/services/blockrelay/v2/proposerconfig.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/blockrelay/v2/proposerconfig_test.go b/services/blockrelay/v2/proposerconfig_test.go index 4fde5baa..e853dc28 100644 --- a/services/blockrelay/v2/proposerconfig_test.go +++ b/services/blockrelay/v2/proposerconfig_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/blockrelay/v2/proposerrelayconfig.go b/services/blockrelay/v2/proposerrelayconfig.go index e3c80eda..613bd7df 100644 --- a/services/blockrelay/v2/proposerrelayconfig.go +++ b/services/blockrelay/v2/proposerrelayconfig.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Atestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/blockrelay/v2/proposerrelayconfig_test.go b/services/blockrelay/v2/proposerrelayconfig_test.go index 0e1ebbb8..74f06441 100644 --- a/services/blockrelay/v2/proposerrelayconfig_test.go +++ b/services/blockrelay/v2/proposerrelayconfig_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/cache/mock/service.go b/services/cache/mock/service.go index d803a7d6..5928e22e 100644 --- a/services/cache/mock/service.go +++ b/services/cache/mock/service.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/cache/service.go b/services/cache/service.go index bf4b6e65..ec86d72f 100644 --- a/services/cache/service.go +++ b/services/cache/service.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/cache/standard/blockroottoslot.go b/services/cache/standard/blockroottoslot.go index 333579c8..ea772209 100644 --- a/services/cache/standard/blockroottoslot.go +++ b/services/cache/standard/blockroottoslot.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/cache/standard/events.go b/services/cache/standard/events.go index 4e4f4e55..1e8a0728 100644 --- a/services/cache/standard/events.go +++ b/services/cache/standard/events.go @@ -1,4 +1,4 @@ -// Copyright © 2022, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/cache/standard/executionhead.go b/services/cache/standard/executionhead.go index 5e3e7eb7..c30ee6ab 100644 --- a/services/cache/standard/executionhead.go +++ b/services/cache/standard/executionhead.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/cache/standard/metrics.go b/services/cache/standard/metrics.go index 5ad7e01a..6f15a62d 100644 --- a/services/cache/standard/metrics.go +++ b/services/cache/standard/metrics.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/cache/standard/parameters.go b/services/cache/standard/parameters.go index fa9d3b49..842b410e 100644 --- a/services/cache/standard/parameters.go +++ b/services/cache/standard/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2022, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/cache/standard/service.go b/services/cache/standard/service.go index 3f1b29e5..59f9decf 100644 --- a/services/cache/standard/service.go +++ b/services/cache/standard/service.go @@ -1,4 +1,4 @@ -// Copyright © 2022, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/chaintime/service.go b/services/chaintime/service.go index 261c2238..63b73589 100644 --- a/services/chaintime/service.go +++ b/services/chaintime/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/chaintime/standard/parameters.go b/services/chaintime/standard/parameters.go index f6897a91..f5656146 100644 --- a/services/chaintime/standard/parameters.go +++ b/services/chaintime/standard/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/chaintime/standard/service.go b/services/chaintime/standard/service.go index dc36d5dc..e1c5f948 100644 --- a/services/chaintime/standard/service.go +++ b/services/chaintime/standard/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/chaintime/standard/service_test.go b/services/chaintime/standard/service_test.go index d03d4c6d..7c56e897 100644 --- a/services/chaintime/standard/service_test.go +++ b/services/chaintime/standard/service_test.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/controller/standard/accountsrefresher.go b/services/controller/standard/accountsrefresher.go index d4eafe6c..c72e51ff 100644 --- a/services/controller/standard/accountsrefresher.go +++ b/services/controller/standard/accountsrefresher.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/controller/standard/attester.go b/services/controller/standard/attester.go index 90e41f9f..d9f820ea 100644 --- a/services/controller/standard/attester.go +++ b/services/controller/standard/attester.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/controller/standard/events.go b/services/controller/standard/events.go index c098b7ac..9ca6252a 100644 --- a/services/controller/standard/events.go +++ b/services/controller/standard/events.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/controller/standard/events_test.go b/services/controller/standard/events_test.go index c554a3f8..4ecde29a 100644 --- a/services/controller/standard/events_test.go +++ b/services/controller/standard/events_test.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/controller/standard/parameters.go b/services/controller/standard/parameters.go index 1507822e..9e8ae5a2 100644 --- a/services/controller/standard/parameters.go +++ b/services/controller/standard/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/controller/standard/proposalspreparer.go b/services/controller/standard/proposalspreparer.go index 78400e91..f8eb9163 100644 --- a/services/controller/standard/proposalspreparer.go +++ b/services/controller/standard/proposalspreparer.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/controller/standard/proposer.go b/services/controller/standard/proposer.go index 115900b1..4038486e 100644 --- a/services/controller/standard/proposer.go +++ b/services/controller/standard/proposer.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/controller/standard/service.go b/services/controller/standard/service.go index 1b0a17c3..299b11fd 100644 --- a/services/controller/standard/service.go +++ b/services/controller/standard/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/controller/standard/service_test.go b/services/controller/standard/service_test.go index 0d4e3f82..5b8265cc 100644 --- a/services/controller/standard/service_test.go +++ b/services/controller/standard/service_test.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/controller/standard/synccommitteemessenger.go b/services/controller/standard/synccommitteemessenger.go index a6d59d52..01ce3efd 100644 --- a/services/controller/standard/synccommitteemessenger.go +++ b/services/controller/standard/synccommitteemessenger.go @@ -1,4 +1,4 @@ -// Copyright © 2021, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/graffitiprovider/dynamic/parameters.go b/services/graffitiprovider/dynamic/parameters.go index 7ed3a96b..82a1b9ce 100644 --- a/services/graffitiprovider/dynamic/parameters.go +++ b/services/graffitiprovider/dynamic/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/graffitiprovider/dynamic/service.go b/services/graffitiprovider/dynamic/service.go index 7ce959a2..0d14f33c 100644 --- a/services/graffitiprovider/dynamic/service.go +++ b/services/graffitiprovider/dynamic/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/graffitiprovider/dynamic/service_test.go b/services/graffitiprovider/dynamic/service_test.go index e64a35ac..7c2bdcf5 100644 --- a/services/graffitiprovider/dynamic/service_test.go +++ b/services/graffitiprovider/dynamic/service_test.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/graffitiprovider/service.go b/services/graffitiprovider/service.go index 8a622523..ceed1019 100644 --- a/services/graffitiprovider/service.go +++ b/services/graffitiprovider/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/graffitiprovider/static/parameters.go b/services/graffitiprovider/static/parameters.go index 596d56d3..3766698e 100644 --- a/services/graffitiprovider/static/parameters.go +++ b/services/graffitiprovider/static/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/graffitiprovider/static/service.go b/services/graffitiprovider/static/service.go index fde1d2be..4a2655c5 100644 --- a/services/graffitiprovider/static/service.go +++ b/services/graffitiprovider/static/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/graffitiprovider/static/service_test.go b/services/graffitiprovider/static/service_test.go index dbac2642..af7318ff 100644 --- a/services/graffitiprovider/static/service_test.go +++ b/services/graffitiprovider/static/service_test.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/metrics/null/service.go b/services/metrics/null/service.go index 52c03f83..4808a168 100644 --- a/services/metrics/null/service.go +++ b/services/metrics/null/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/metrics/prometheus/client.go b/services/metrics/prometheus/client.go index 4a61c123..e213dee2 100644 --- a/services/metrics/prometheus/client.go +++ b/services/metrics/prometheus/client.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/metrics/prometheus/parameters.go b/services/metrics/prometheus/parameters.go index 9cc89854..25414fd7 100644 --- a/services/metrics/prometheus/parameters.go +++ b/services/metrics/prometheus/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/metrics/prometheus/service.go b/services/metrics/prometheus/service.go index 4064902f..d5380116 100644 --- a/services/metrics/prometheus/service.go +++ b/services/metrics/prometheus/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/metrics/prometheus/service_test.go b/services/metrics/prometheus/service_test.go index 6015cafc..f539098d 100644 --- a/services/metrics/prometheus/service_test.go +++ b/services/metrics/prometheus/service_test.go @@ -1,4 +1,4 @@ -// Copyright © 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/metrics/service.go b/services/metrics/service.go index cebd7252..8bfeb864 100644 --- a/services/metrics/service.go +++ b/services/metrics/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/proposalpreparer/mock/service.go b/services/proposalpreparer/mock/service.go index 25d957bd..e3f53449 100644 --- a/services/proposalpreparer/mock/service.go +++ b/services/proposalpreparer/mock/service.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/proposalpreparer/service.go b/services/proposalpreparer/service.go index 1d270a1b..0474c849 100644 --- a/services/proposalpreparer/service.go +++ b/services/proposalpreparer/service.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/proposalpreparer/standard/metrics.go b/services/proposalpreparer/standard/metrics.go index 6a701872..b70415a2 100644 --- a/services/proposalpreparer/standard/metrics.go +++ b/services/proposalpreparer/standard/metrics.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/proposalpreparer/standard/parameters.go b/services/proposalpreparer/standard/parameters.go index 6e0959c1..b7e2ebfb 100644 --- a/services/proposalpreparer/standard/parameters.go +++ b/services/proposalpreparer/standard/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2022, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/proposalpreparer/standard/service.go b/services/proposalpreparer/standard/service.go index 30e4541e..a255bd18 100644 --- a/services/proposalpreparer/standard/service.go +++ b/services/proposalpreparer/standard/service.go @@ -1,4 +1,4 @@ -// Copyright © 2022, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/proposalpreparer/standard/service_test.go b/services/proposalpreparer/standard/service_test.go index 9da04cb9..9c754e43 100644 --- a/services/proposalpreparer/standard/service_test.go +++ b/services/proposalpreparer/standard/service_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/proposalpreparer/standard/updatepreparations.go b/services/proposalpreparer/standard/updatepreparations.go index ab56ae0e..222849d4 100644 --- a/services/proposalpreparer/standard/updatepreparations.go +++ b/services/proposalpreparer/standard/updatepreparations.go @@ -1,4 +1,4 @@ -// Copyright © 2022, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/proposalpreparer/standard/updatepreparations_test.go b/services/proposalpreparer/standard/updatepreparations_test.go index 13b324d5..c0540190 100644 --- a/services/proposalpreparer/standard/updatepreparations_test.go +++ b/services/proposalpreparer/standard/updatepreparations_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/scheduler/advanced/parameters.go b/services/scheduler/advanced/parameters.go index be06bd9f..7becbbd9 100644 --- a/services/scheduler/advanced/parameters.go +++ b/services/scheduler/advanced/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/scheduler/advanced/service.go b/services/scheduler/advanced/service.go index adb5c85b..5c396891 100644 --- a/services/scheduler/advanced/service.go +++ b/services/scheduler/advanced/service.go @@ -1,4 +1,4 @@ -// Copyright © 2021, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/scheduler/advanced/service_test.go b/services/scheduler/advanced/service_test.go index 24cc2aef..1530250d 100644 --- a/services/scheduler/advanced/service_test.go +++ b/services/scheduler/advanced/service_test.go @@ -1,4 +1,4 @@ -// Copyright © 2021 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/scheduler/mock/service.go b/services/scheduler/mock/service.go index aa3ccf00..302f8e93 100644 --- a/services/scheduler/mock/service.go +++ b/services/scheduler/mock/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/scheduler/service.go b/services/scheduler/service.go index f76ac64f..cd68f32c 100644 --- a/services/scheduler/service.go +++ b/services/scheduler/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/signer/service.go b/services/signer/service.go index 2638c7db..1d8be322 100644 --- a/services/signer/service.go +++ b/services/signer/service.go @@ -1,4 +1,4 @@ -// Copyright © 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/signer/standard/helpers.go b/services/signer/standard/helpers.go index c0ff8acf..3d9e489c 100644 --- a/services/signer/standard/helpers.go +++ b/services/signer/standard/helpers.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/signer/standard/parameters.go b/services/signer/standard/parameters.go index 9bf8959f..3cf479c2 100644 --- a/services/signer/standard/parameters.go +++ b/services/signer/standard/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/signer/standard/service.go b/services/signer/standard/service.go index fa8d4d10..82adea5f 100644 --- a/services/signer/standard/service.go +++ b/services/signer/standard/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/signer/standard/service_test.go b/services/signer/standard/service_test.go index f5cb6df3..f20f955d 100644 --- a/services/signer/standard/service_test.go +++ b/services/signer/standard/service_test.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/signer/standard/signaggregateandproof.go b/services/signer/standard/signaggregateandproof.go index bb5042be..d4c4a166 100644 --- a/services/signer/standard/signaggregateandproof.go +++ b/services/signer/standard/signaggregateandproof.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/signer/standard/signbeaconattestation.go b/services/signer/standard/signbeaconattestation.go index f66de3cb..f63e38c8 100644 --- a/services/signer/standard/signbeaconattestation.go +++ b/services/signer/standard/signbeaconattestation.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/signer/standard/signbeaconattestations.go b/services/signer/standard/signbeaconattestations.go index 7a5ffab0..9bfdd31e 100644 --- a/services/signer/standard/signbeaconattestations.go +++ b/services/signer/standard/signbeaconattestations.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/signer/standard/signbeaconblockproposal.go b/services/signer/standard/signbeaconblockproposal.go index 695017e6..05b9be83 100644 --- a/services/signer/standard/signbeaconblockproposal.go +++ b/services/signer/standard/signbeaconblockproposal.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/signer/standard/signblobsidecar.go b/services/signer/standard/signblobsidecar.go index b1d74552..28dbbf2f 100644 --- a/services/signer/standard/signblobsidecar.go +++ b/services/signer/standard/signblobsidecar.go @@ -1,4 +1,4 @@ -// Copyright © 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/signer/standard/signcontributonandproof.go b/services/signer/standard/signcontributonandproof.go index 27d710d9..40006d5a 100644 --- a/services/signer/standard/signcontributonandproof.go +++ b/services/signer/standard/signcontributonandproof.go @@ -1,4 +1,4 @@ -// Copyright © 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/signer/standard/signrandaoreveal.go b/services/signer/standard/signrandaoreveal.go index 4a5a29f6..12de5202 100644 --- a/services/signer/standard/signrandaoreveal.go +++ b/services/signer/standard/signrandaoreveal.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/signer/standard/signslotselection.go b/services/signer/standard/signslotselection.go index 84d16e75..db5e75f5 100644 --- a/services/signer/standard/signslotselection.go +++ b/services/signer/standard/signslotselection.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/signer/standard/signsynccommitteeroot.go b/services/signer/standard/signsynccommitteeroot.go index 2cb86a8f..6f55a100 100644 --- a/services/signer/standard/signsynccommitteeroot.go +++ b/services/signer/standard/signsynccommitteeroot.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/signer/standard/signsynccommitteeselection.go b/services/signer/standard/signsynccommitteeselection.go index e5613ba0..a92d0120 100644 --- a/services/signer/standard/signsynccommitteeselection.go +++ b/services/signer/standard/signsynccommitteeselection.go @@ -1,4 +1,4 @@ -// Copyright © 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/signer/standard/signvalidatorregistration.go b/services/signer/standard/signvalidatorregistration.go index 79b12d30..e92c2313 100644 --- a/services/signer/standard/signvalidatorregistration.go +++ b/services/signer/standard/signvalidatorregistration.go @@ -1,4 +1,4 @@ -// Copyright © 2022, 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/submitter/immediate/parameters.go b/services/submitter/immediate/parameters.go index 94773a1c..317fdd98 100644 --- a/services/submitter/immediate/parameters.go +++ b/services/submitter/immediate/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/submitter/immediate/service.go b/services/submitter/immediate/service.go index 58740c1e..de9efd6a 100644 --- a/services/submitter/immediate/service.go +++ b/services/submitter/immediate/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/submitter/immediate/service_test.go b/services/submitter/immediate/service_test.go index 0ba3096e..32aaadf1 100644 --- a/services/submitter/immediate/service_test.go +++ b/services/submitter/immediate/service_test.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/submitter/multinode/helpers.go b/services/submitter/multinode/helpers.go index facabeaf..6049245a 100644 --- a/services/submitter/multinode/helpers.go +++ b/services/submitter/multinode/helpers.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/submitter/multinode/parameters.go b/services/submitter/multinode/parameters.go index a28fbfa3..29ad0f80 100644 --- a/services/submitter/multinode/parameters.go +++ b/services/submitter/multinode/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/submitter/multinode/service.go b/services/submitter/multinode/service.go index f546bb87..49412889 100644 --- a/services/submitter/multinode/service.go +++ b/services/submitter/multinode/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/submitter/multinode/service_test.go b/services/submitter/multinode/service_test.go index e639e646..67a01d15 100644 --- a/services/submitter/multinode/service_test.go +++ b/services/submitter/multinode/service_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/submitter/multinode/submitaggregateattestations.go b/services/submitter/multinode/submitaggregateattestations.go index 9bb7b059..1056d7e1 100644 --- a/services/submitter/multinode/submitaggregateattestations.go +++ b/services/submitter/multinode/submitaggregateattestations.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/submitter/multinode/submitaggregateattestations_test.go b/services/submitter/multinode/submitaggregateattestations_test.go index 6a0c97eb..31e16711 100644 --- a/services/submitter/multinode/submitaggregateattestations_test.go +++ b/services/submitter/multinode/submitaggregateattestations_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/submitter/multinode/submitattestations.go b/services/submitter/multinode/submitattestations.go index 0802b14c..faebd803 100644 --- a/services/submitter/multinode/submitattestations.go +++ b/services/submitter/multinode/submitattestations.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/submitter/multinode/submitattestations_test.go b/services/submitter/multinode/submitattestations_test.go index 64060b68..b7442a04 100644 --- a/services/submitter/multinode/submitattestations_test.go +++ b/services/submitter/multinode/submitattestations_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/submitter/multinode/submitbeaconcommitteesubscriptions.go b/services/submitter/multinode/submitbeaconcommitteesubscriptions.go index ee534ebf..936b8a3e 100644 --- a/services/submitter/multinode/submitbeaconcommitteesubscriptions.go +++ b/services/submitter/multinode/submitbeaconcommitteesubscriptions.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/submitter/multinode/submitbeaconcommitteesubscriptions_test.go b/services/submitter/multinode/submitbeaconcommitteesubscriptions_test.go index 4e8c1d0d..227bc0af 100644 --- a/services/submitter/multinode/submitbeaconcommitteesubscriptions_test.go +++ b/services/submitter/multinode/submitbeaconcommitteesubscriptions_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/submitter/multinode/submitproposal.go b/services/submitter/multinode/submitproposal.go index 42abbd08..e6b55730 100644 --- a/services/submitter/multinode/submitproposal.go +++ b/services/submitter/multinode/submitproposal.go @@ -1,4 +1,4 @@ -// Copyright © 2023, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/submitter/multinode/submitproposal_test.go b/services/submitter/multinode/submitproposal_test.go index c14b8043..379f86ca 100644 --- a/services/submitter/multinode/submitproposal_test.go +++ b/services/submitter/multinode/submitproposal_test.go @@ -1,4 +1,4 @@ -// Copyright © 2023, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/submitter/multinode/submitproposalpreparations.go b/services/submitter/multinode/submitproposalpreparations.go index cef53177..4ebdc5d8 100644 --- a/services/submitter/multinode/submitproposalpreparations.go +++ b/services/submitter/multinode/submitproposalpreparations.go @@ -1,4 +1,4 @@ -// Copyright © 2022, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/submitter/multinode/submitproposalpreparations_test.go b/services/submitter/multinode/submitproposalpreparations_test.go index 0900ac4b..a3bc9159 100644 --- a/services/submitter/multinode/submitproposalpreparations_test.go +++ b/services/submitter/multinode/submitproposalpreparations_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/submitter/multinode/submitsynccommitteecontributions.go b/services/submitter/multinode/submitsynccommitteecontributions.go index 081d051b..bfe5b54c 100644 --- a/services/submitter/multinode/submitsynccommitteecontributions.go +++ b/services/submitter/multinode/submitsynccommitteecontributions.go @@ -1,4 +1,4 @@ -// Copyright © 2021 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/submitter/multinode/submitsynccommitteecontributions_test.go b/services/submitter/multinode/submitsynccommitteecontributions_test.go index b9bbd149..ce01ab50 100644 --- a/services/submitter/multinode/submitsynccommitteecontributions_test.go +++ b/services/submitter/multinode/submitsynccommitteecontributions_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/submitter/multinode/submitsynccommitteemessages.go b/services/submitter/multinode/submitsynccommitteemessages.go index 5b374c7a..c0839af7 100644 --- a/services/submitter/multinode/submitsynccommitteemessages.go +++ b/services/submitter/multinode/submitsynccommitteemessages.go @@ -1,4 +1,4 @@ -// Copyright © 2021 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/submitter/multinode/submitsynccommitteemessages_test.go b/services/submitter/multinode/submitsynccommitteemessages_test.go index d2984bda..b25a5844 100644 --- a/services/submitter/multinode/submitsynccommitteemessages_test.go +++ b/services/submitter/multinode/submitsynccommitteemessages_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/submitter/multinode/submitsynccommitteesubscriptions.go b/services/submitter/multinode/submitsynccommitteesubscriptions.go index be64b7d3..d377a25b 100644 --- a/services/submitter/multinode/submitsynccommitteesubscriptions.go +++ b/services/submitter/multinode/submitsynccommitteesubscriptions.go @@ -1,4 +1,4 @@ -// Copyright © 2021 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/submitter/multinode/submitsynccommitteesubscriptions_test.go b/services/submitter/multinode/submitsynccommitteesubscriptions_test.go index 721b1e42..295f7e29 100644 --- a/services/submitter/multinode/submitsynccommitteesubscriptions_test.go +++ b/services/submitter/multinode/submitsynccommitteesubscriptions_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/submitter/null/parameters.go b/services/submitter/null/parameters.go index 3c16c4a1..75d51058 100644 --- a/services/submitter/null/parameters.go +++ b/services/submitter/null/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/submitter/null/service.go b/services/submitter/null/service.go index 21885b8d..56fb8b48 100644 --- a/services/submitter/null/service.go +++ b/services/submitter/null/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/submitter/null/service_test.go b/services/submitter/null/service_test.go index 75fcd62d..0e9146eb 100644 --- a/services/submitter/null/service_test.go +++ b/services/submitter/null/service_test.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/submitter/service.go b/services/submitter/service.go index ee869bb6..a46e9f45 100644 --- a/services/submitter/service.go +++ b/services/submitter/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/synccommitteeaggregator/mock/service.go b/services/synccommitteeaggregator/mock/service.go index 99c6110e..fca4deb5 100644 --- a/services/synccommitteeaggregator/mock/service.go +++ b/services/synccommitteeaggregator/mock/service.go @@ -1,4 +1,4 @@ -// Copyright © 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/synccommitteeaggregator/service.go b/services/synccommitteeaggregator/service.go index fa267a16..cf56c606 100644 --- a/services/synccommitteeaggregator/service.go +++ b/services/synccommitteeaggregator/service.go @@ -1,4 +1,4 @@ -// Copyright © 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/synccommitteeaggregator/standard/parameters.go b/services/synccommitteeaggregator/standard/parameters.go index 82a6e7d0..4757a503 100644 --- a/services/synccommitteeaggregator/standard/parameters.go +++ b/services/synccommitteeaggregator/standard/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/synccommitteeaggregator/standard/service.go b/services/synccommitteeaggregator/standard/service.go index bb8ae9ec..2ad220d6 100644 --- a/services/synccommitteeaggregator/standard/service.go +++ b/services/synccommitteeaggregator/standard/service.go @@ -1,4 +1,4 @@ -// Copyright © 2021, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/synccommitteeaggregator/standard/service_test.go b/services/synccommitteeaggregator/standard/service_test.go index 7de5b826..4905c394 100644 --- a/services/synccommitteeaggregator/standard/service_test.go +++ b/services/synccommitteeaggregator/standard/service_test.go @@ -1,4 +1,4 @@ -// Copyright © 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/synccommitteemessenger/mock/service.go b/services/synccommitteemessenger/mock/service.go index 096c26ba..67ba8400 100644 --- a/services/synccommitteemessenger/mock/service.go +++ b/services/synccommitteemessenger/mock/service.go @@ -1,4 +1,4 @@ -// Copyright © 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/synccommitteemessenger/service.go b/services/synccommitteemessenger/service.go index f506efc8..c8c3d441 100644 --- a/services/synccommitteemessenger/service.go +++ b/services/synccommitteemessenger/service.go @@ -1,4 +1,4 @@ -// Copyright © 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/synccommitteemessenger/standard/parameters.go b/services/synccommitteemessenger/standard/parameters.go index 9388b5db..eb8caf05 100644 --- a/services/synccommitteemessenger/standard/parameters.go +++ b/services/synccommitteemessenger/standard/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/synccommitteemessenger/standard/service.go b/services/synccommitteemessenger/standard/service.go index e7850233..e5bf982e 100644 --- a/services/synccommitteemessenger/standard/service.go +++ b/services/synccommitteemessenger/standard/service.go @@ -1,4 +1,4 @@ -// Copyright © 2021, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/synccommitteemessenger/standard/service_test.go b/services/synccommitteemessenger/standard/service_test.go index 400c66dd..2ac9713b 100644 --- a/services/synccommitteemessenger/standard/service_test.go +++ b/services/synccommitteemessenger/standard/service_test.go @@ -1,4 +1,4 @@ -// Copyright © 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/synccommitteesubscriber/mock/service.go b/services/synccommitteesubscriber/mock/service.go index 7313b992..39c61532 100644 --- a/services/synccommitteesubscriber/mock/service.go +++ b/services/synccommitteesubscriber/mock/service.go @@ -1,4 +1,4 @@ -// Copyright © 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/synccommitteesubscriber/service.go b/services/synccommitteesubscriber/service.go index 6fea3748..8ec7c2d5 100644 --- a/services/synccommitteesubscriber/service.go +++ b/services/synccommitteesubscriber/service.go @@ -1,4 +1,4 @@ -// Copyright © 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/synccommitteesubscriber/standard/parameters.go b/services/synccommitteesubscriber/standard/parameters.go index 19684e88..991fbb4c 100644 --- a/services/synccommitteesubscriber/standard/parameters.go +++ b/services/synccommitteesubscriber/standard/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/synccommitteesubscriber/standard/service.go b/services/synccommitteesubscriber/standard/service.go index a6f05c7c..b283dfc1 100644 --- a/services/synccommitteesubscriber/standard/service.go +++ b/services/synccommitteesubscriber/standard/service.go @@ -1,4 +1,4 @@ -// Copyright © 2021, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/validatorsmanager/service.go b/services/validatorsmanager/service.go index ae64d214..8480cda5 100644 --- a/services/validatorsmanager/service.go +++ b/services/validatorsmanager/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/validatorsmanager/standard/parameters.go b/services/validatorsmanager/standard/parameters.go index 019bd418..ad25594e 100644 --- a/services/validatorsmanager/standard/parameters.go +++ b/services/validatorsmanager/standard/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/validatorsmanager/standard/refreshvalidatorsfrombeaconnode.go b/services/validatorsmanager/standard/refreshvalidatorsfrombeaconnode.go index 4566d121..7925a315 100644 --- a/services/validatorsmanager/standard/refreshvalidatorsfrombeaconnode.go +++ b/services/validatorsmanager/standard/refreshvalidatorsfrombeaconnode.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/validatorsmanager/standard/refreshvalidatorsfrombeaconnode_test.go b/services/validatorsmanager/standard/refreshvalidatorsfrombeaconnode_test.go index 20f897f0..0db9650c 100644 --- a/services/validatorsmanager/standard/refreshvalidatorsfrombeaconnode_test.go +++ b/services/validatorsmanager/standard/refreshvalidatorsfrombeaconnode_test.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/validatorsmanager/standard/service.go b/services/validatorsmanager/standard/service.go index b4d91870..2b79313c 100644 --- a/services/validatorsmanager/standard/service.go +++ b/services/validatorsmanager/standard/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/validatorsmanager/standard/service_test.go b/services/validatorsmanager/standard/service_test.go index 97cadeba..2d9513e6 100644 --- a/services/validatorsmanager/standard/service_test.go +++ b/services/validatorsmanager/standard/service_test.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/validatorsmanager/standard/validatorsbyindex.go b/services/validatorsmanager/standard/validatorsbyindex.go index da1933a5..fc1776af 100644 --- a/services/validatorsmanager/standard/validatorsbyindex.go +++ b/services/validatorsmanager/standard/validatorsbyindex.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/validatorsmanager/standard/validatorsbyindex_test.go b/services/validatorsmanager/standard/validatorsbyindex_test.go index afcd0c2b..b9573185 100644 --- a/services/validatorsmanager/standard/validatorsbyindex_test.go +++ b/services/validatorsmanager/standard/validatorsbyindex_test.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/validatorsmanager/standard/validatorsbypubkey.go b/services/validatorsmanager/standard/validatorsbypubkey.go index 171db5a8..37fcca06 100644 --- a/services/validatorsmanager/standard/validatorsbypubkey.go +++ b/services/validatorsmanager/standard/validatorsbypubkey.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/validatorsmanager/standard/validatorsbypubkey_test.go b/services/validatorsmanager/standard/validatorsbypubkey_test.go index 21616165..93757f1d 100644 --- a/services/validatorsmanager/standard/validatorsbypubkey_test.go +++ b/services/validatorsmanager/standard/validatorsbypubkey_test.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/validatorsmanager/standard/validatorstateatepoch.go b/services/validatorsmanager/standard/validatorstateatepoch.go index 374d79ce..c9a33123 100644 --- a/services/validatorsmanager/standard/validatorstateatepoch.go +++ b/services/validatorsmanager/standard/validatorstateatepoch.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/services/validatorsmanager/standard/validatorstateatepoch_test.go b/services/validatorsmanager/standard/validatorstateatepoch_test.go index a2844fc1..9051e3f2 100644 --- a/services/validatorsmanager/standard/validatorstateatepoch_test.go +++ b/services/validatorsmanager/standard/validatorstateatepoch_test.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/aggregateattestation/best/aggregateattestation.go b/strategies/aggregateattestation/best/aggregateattestation.go index e644da3e..3f94c837 100644 --- a/strategies/aggregateattestation/best/aggregateattestation.go +++ b/strategies/aggregateattestation/best/aggregateattestation.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/aggregateattestation/best/aggregateattestation_test.go b/strategies/aggregateattestation/best/aggregateattestation_test.go index 89c84a31..a71f1355 100644 --- a/strategies/aggregateattestation/best/aggregateattestation_test.go +++ b/strategies/aggregateattestation/best/aggregateattestation_test.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/aggregateattestation/best/parameters.go b/strategies/aggregateattestation/best/parameters.go index 3b549158..5f6a239c 100644 --- a/strategies/aggregateattestation/best/parameters.go +++ b/strategies/aggregateattestation/best/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/aggregateattestation/best/score.go b/strategies/aggregateattestation/best/score.go index 85101a7b..faa1bacf 100644 --- a/strategies/aggregateattestation/best/score.go +++ b/strategies/aggregateattestation/best/score.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/aggregateattestation/best/score_internal_test.go b/strategies/aggregateattestation/best/score_internal_test.go index b419859b..062133e4 100644 --- a/strategies/aggregateattestation/best/score_internal_test.go +++ b/strategies/aggregateattestation/best/score_internal_test.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/aggregateattestation/best/service.go b/strategies/aggregateattestation/best/service.go index 9b9c263d..81ac7c84 100644 --- a/strategies/aggregateattestation/best/service.go +++ b/strategies/aggregateattestation/best/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/aggregateattestation/best/service_test.go b/strategies/aggregateattestation/best/service_test.go index 3c6a17e5..3d21a589 100644 --- a/strategies/aggregateattestation/best/service_test.go +++ b/strategies/aggregateattestation/best/service_test.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/aggregateattestation/first/aggregateattestation.go b/strategies/aggregateattestation/first/aggregateattestation.go index 65f3bd6d..907dc806 100644 --- a/strategies/aggregateattestation/first/aggregateattestation.go +++ b/strategies/aggregateattestation/first/aggregateattestation.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/aggregateattestation/first/aggregateattestation_test.go b/strategies/aggregateattestation/first/aggregateattestation_test.go index cc096832..4dd14e81 100644 --- a/strategies/aggregateattestation/first/aggregateattestation_test.go +++ b/strategies/aggregateattestation/first/aggregateattestation_test.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/aggregateattestation/first/parameters.go b/strategies/aggregateattestation/first/parameters.go index b93cad4f..5b3e811a 100644 --- a/strategies/aggregateattestation/first/parameters.go +++ b/strategies/aggregateattestation/first/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/aggregateattestation/first/service.go b/strategies/aggregateattestation/first/service.go index 6b9005a5..92ac5d62 100644 --- a/strategies/aggregateattestation/first/service.go +++ b/strategies/aggregateattestation/first/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/aggregateattestation/first/service_test.go b/strategies/aggregateattestation/first/service_test.go index a3e9a448..765d7480 100644 --- a/strategies/aggregateattestation/first/service_test.go +++ b/strategies/aggregateattestation/first/service_test.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/attestationdata/best/attestationdata.go b/strategies/attestationdata/best/attestationdata.go index f856c59c..bac83d24 100644 --- a/strategies/attestationdata/best/attestationdata.go +++ b/strategies/attestationdata/best/attestationdata.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/attestationdata/best/attestationdata_test.go b/strategies/attestationdata/best/attestationdata_test.go index 3559a980..b61a271e 100644 --- a/strategies/attestationdata/best/attestationdata_test.go +++ b/strategies/attestationdata/best/attestationdata_test.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/attestationdata/best/parameters.go b/strategies/attestationdata/best/parameters.go index 22e3dbde..6c4039df 100644 --- a/strategies/attestationdata/best/parameters.go +++ b/strategies/attestationdata/best/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/attestationdata/best/score.go b/strategies/attestationdata/best/score.go index 564b27d0..7015f381 100644 --- a/strategies/attestationdata/best/score.go +++ b/strategies/attestationdata/best/score.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/attestationdata/best/service.go b/strategies/attestationdata/best/service.go index f8b02e47..679f1ad7 100644 --- a/strategies/attestationdata/best/service.go +++ b/strategies/attestationdata/best/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/attestationdata/best/service_test.go b/strategies/attestationdata/best/service_test.go index d7e7ddb0..5873c061 100644 --- a/strategies/attestationdata/best/service_test.go +++ b/strategies/attestationdata/best/service_test.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/attestationdata/first/attestationdata.go b/strategies/attestationdata/first/attestationdata.go index eb995e65..f81a2fa4 100644 --- a/strategies/attestationdata/first/attestationdata.go +++ b/strategies/attestationdata/first/attestationdata.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/attestationdata/first/attestationdata_test.go b/strategies/attestationdata/first/attestationdata_test.go index 254df1f3..ea5e4306 100644 --- a/strategies/attestationdata/first/attestationdata_test.go +++ b/strategies/attestationdata/first/attestationdata_test.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/attestationdata/first/parameters.go b/strategies/attestationdata/first/parameters.go index fdebd3eb..00e20a17 100644 --- a/strategies/attestationdata/first/parameters.go +++ b/strategies/attestationdata/first/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/attestationdata/first/service.go b/strategies/attestationdata/first/service.go index 407b6550..b6653bfc 100644 --- a/strategies/attestationdata/first/service.go +++ b/strategies/attestationdata/first/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/attestationdata/first/service_test.go b/strategies/attestationdata/first/service_test.go index 24a094d9..3f9baa0d 100644 --- a/strategies/attestationdata/first/service_test.go +++ b/strategies/attestationdata/first/service_test.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/attestationdata/majority/attestationdata.go b/strategies/attestationdata/majority/attestationdata.go index 2de1c0c4..2730db97 100644 --- a/strategies/attestationdata/majority/attestationdata.go +++ b/strategies/attestationdata/majority/attestationdata.go @@ -1,4 +1,4 @@ -// Copyright © 2023, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/attestationdata/majority/attestationdata_test.go b/strategies/attestationdata/majority/attestationdata_test.go index 820f9720..38f5d994 100644 --- a/strategies/attestationdata/majority/attestationdata_test.go +++ b/strategies/attestationdata/majority/attestationdata_test.go @@ -1,4 +1,4 @@ -// Copyright © 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/attestationdata/majority/parameters.go b/strategies/attestationdata/majority/parameters.go index c6f0ec51..55715338 100644 --- a/strategies/attestationdata/majority/parameters.go +++ b/strategies/attestationdata/majority/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/attestationdata/majority/service.go b/strategies/attestationdata/majority/service.go index d6394933..c4089920 100644 --- a/strategies/attestationdata/majority/service.go +++ b/strategies/attestationdata/majority/service.go @@ -1,4 +1,4 @@ -// Copyright © 2023, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/attestationdata/majority/service_test.go b/strategies/attestationdata/majority/service_test.go index 993d0d34..b60eee12 100644 --- a/strategies/attestationdata/majority/service_test.go +++ b/strategies/attestationdata/majority/service_test.go @@ -1,4 +1,4 @@ -// Copyright © 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/beaconblockproposal/best/beaconblockproposal.go b/strategies/beaconblockproposal/best/beaconblockproposal.go index 83066dd7..d5416c8d 100644 --- a/strategies/beaconblockproposal/best/beaconblockproposal.go +++ b/strategies/beaconblockproposal/best/beaconblockproposal.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/beaconblockproposal/best/beaconblockproposal_test.go b/strategies/beaconblockproposal/best/beaconblockproposal_test.go index 00450f72..262902f6 100644 --- a/strategies/beaconblockproposal/best/beaconblockproposal_test.go +++ b/strategies/beaconblockproposal/best/beaconblockproposal_test.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/beaconblockproposal/best/events.go b/strategies/beaconblockproposal/best/events.go index 4f736986..85f6773b 100644 --- a/strategies/beaconblockproposal/best/events.go +++ b/strategies/beaconblockproposal/best/events.go @@ -1,4 +1,4 @@ -// Copyright © 2022, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/beaconblockproposal/best/events_internal_test.go b/strategies/beaconblockproposal/best/events_internal_test.go index 67660a79..362ae8fb 100644 --- a/strategies/beaconblockproposal/best/events_internal_test.go +++ b/strategies/beaconblockproposal/best/events_internal_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/beaconblockproposal/best/parameters.go b/strategies/beaconblockproposal/best/parameters.go index 54a95a1e..fe9f636a 100644 --- a/strategies/beaconblockproposal/best/parameters.go +++ b/strategies/beaconblockproposal/best/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/beaconblockproposal/best/score.go b/strategies/beaconblockproposal/best/score.go index 938bad76..b88cfc92 100644 --- a/strategies/beaconblockproposal/best/score.go +++ b/strategies/beaconblockproposal/best/score.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/beaconblockproposal/best/service.go b/strategies/beaconblockproposal/best/service.go index 495cc4cc..848140cb 100644 --- a/strategies/beaconblockproposal/best/service.go +++ b/strategies/beaconblockproposal/best/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/beaconblockproposal/best/service_test.go b/strategies/beaconblockproposal/best/service_test.go index f5666238..301465c7 100644 --- a/strategies/beaconblockproposal/best/service_test.go +++ b/strategies/beaconblockproposal/best/service_test.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/beaconblockproposal/first/parameters.go b/strategies/beaconblockproposal/first/parameters.go index 9a65f1a4..805c2740 100644 --- a/strategies/beaconblockproposal/first/parameters.go +++ b/strategies/beaconblockproposal/first/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/beaconblockproposal/first/service.go b/strategies/beaconblockproposal/first/service.go index 6e5657ab..c0fd48d3 100644 --- a/strategies/beaconblockproposal/first/service.go +++ b/strategies/beaconblockproposal/first/service.go @@ -1,4 +1,4 @@ -// Copyright © 2020, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/beaconblockroot/first/beaconblockroot.go b/strategies/beaconblockroot/first/beaconblockroot.go index 6dabdcdb..733d6ac6 100644 --- a/strategies/beaconblockroot/first/beaconblockroot.go +++ b/strategies/beaconblockroot/first/beaconblockroot.go @@ -1,4 +1,4 @@ -// Copyright © 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/beaconblockroot/first/beaconblockroot_test.go b/strategies/beaconblockroot/first/beaconblockroot_test.go index 2c8e65a6..91d86516 100644 --- a/strategies/beaconblockroot/first/beaconblockroot_test.go +++ b/strategies/beaconblockroot/first/beaconblockroot_test.go @@ -1,4 +1,4 @@ -// Copyright © 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/beaconblockroot/first/parameters.go b/strategies/beaconblockroot/first/parameters.go index 893353b8..a8b788c3 100644 --- a/strategies/beaconblockroot/first/parameters.go +++ b/strategies/beaconblockroot/first/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/beaconblockroot/first/service.go b/strategies/beaconblockroot/first/service.go index 60b76aa4..611f9793 100644 --- a/strategies/beaconblockroot/first/service.go +++ b/strategies/beaconblockroot/first/service.go @@ -1,4 +1,4 @@ -// Copyright © 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/beaconblockroot/first/service_test.go b/strategies/beaconblockroot/first/service_test.go index 30d8155b..d505ed44 100644 --- a/strategies/beaconblockroot/first/service_test.go +++ b/strategies/beaconblockroot/first/service_test.go @@ -1,4 +1,4 @@ -// Copyright © 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/beaconblockroot/latest/beaconblockroot.go b/strategies/beaconblockroot/latest/beaconblockroot.go index 184a0f3a..8122d69f 100644 --- a/strategies/beaconblockroot/latest/beaconblockroot.go +++ b/strategies/beaconblockroot/latest/beaconblockroot.go @@ -1,4 +1,4 @@ -// Copyright © 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/beaconblockroot/latest/beaconblockroot_test.go b/strategies/beaconblockroot/latest/beaconblockroot_test.go index 737691b4..d2733a7e 100644 --- a/strategies/beaconblockroot/latest/beaconblockroot_test.go +++ b/strategies/beaconblockroot/latest/beaconblockroot_test.go @@ -1,4 +1,4 @@ -// Copyright © 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/beaconblockroot/latest/parameters.go b/strategies/beaconblockroot/latest/parameters.go index 0abd443a..ddd1c7a0 100644 --- a/strategies/beaconblockroot/latest/parameters.go +++ b/strategies/beaconblockroot/latest/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/beaconblockroot/latest/service.go b/strategies/beaconblockroot/latest/service.go index 1cf4646f..3ecae345 100644 --- a/strategies/beaconblockroot/latest/service.go +++ b/strategies/beaconblockroot/latest/service.go @@ -1,4 +1,4 @@ -// Copyright © 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/beaconblockroot/latest/service_test.go b/strategies/beaconblockroot/latest/service_test.go index cd0e8333..5066d995 100644 --- a/strategies/beaconblockroot/latest/service_test.go +++ b/strategies/beaconblockroot/latest/service_test.go @@ -1,4 +1,4 @@ -// Copyright © 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/beaconblockroot/majority/beaconblockroot.go b/strategies/beaconblockroot/majority/beaconblockroot.go index 5064e8fb..3c926b9c 100644 --- a/strategies/beaconblockroot/majority/beaconblockroot.go +++ b/strategies/beaconblockroot/majority/beaconblockroot.go @@ -1,4 +1,4 @@ -// Copyright © 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/beaconblockroot/majority/beaconblockroot_test.go b/strategies/beaconblockroot/majority/beaconblockroot_test.go index c854a2cd..bba6f22a 100644 --- a/strategies/beaconblockroot/majority/beaconblockroot_test.go +++ b/strategies/beaconblockroot/majority/beaconblockroot_test.go @@ -1,4 +1,4 @@ -// Copyright © 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/beaconblockroot/majority/parameters.go b/strategies/beaconblockroot/majority/parameters.go index 084bc2f2..7c37cdc4 100644 --- a/strategies/beaconblockroot/majority/parameters.go +++ b/strategies/beaconblockroot/majority/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/beaconblockroot/majority/service.go b/strategies/beaconblockroot/majority/service.go index b4ec81be..a1e76a65 100644 --- a/strategies/beaconblockroot/majority/service.go +++ b/strategies/beaconblockroot/majority/service.go @@ -1,4 +1,4 @@ -// Copyright © 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/beaconblockroot/majority/service_test.go b/strategies/beaconblockroot/majority/service_test.go index 6ef55afa..2e5086f3 100644 --- a/strategies/beaconblockroot/majority/service_test.go +++ b/strategies/beaconblockroot/majority/service_test.go @@ -1,4 +1,4 @@ -// Copyright © 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/builderbid/best/builderbid.go b/strategies/builderbid/best/builderbid.go index fa8addd2..0b81bb65 100644 --- a/strategies/builderbid/best/builderbid.go +++ b/strategies/builderbid/best/builderbid.go @@ -1,4 +1,4 @@ -// Copyright © 2023, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/builderbid/best/builderbid_internal_test.go b/strategies/builderbid/best/builderbid_internal_test.go index e9cd2a86..2da65f8c 100644 --- a/strategies/builderbid/best/builderbid_internal_test.go +++ b/strategies/builderbid/best/builderbid_internal_test.go @@ -1,4 +1,4 @@ -// Copyright © 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/builderbid/best/metrics.go b/strategies/builderbid/best/metrics.go index ade66df6..f6561363 100644 --- a/strategies/builderbid/best/metrics.go +++ b/strategies/builderbid/best/metrics.go @@ -1,4 +1,4 @@ -// Copyright © 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/builderbid/best/parameters.go b/strategies/builderbid/best/parameters.go index 1409eb20..30db91cc 100644 --- a/strategies/builderbid/best/parameters.go +++ b/strategies/builderbid/best/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/builderbid/best/service.go b/strategies/builderbid/best/service.go index 5ae50af5..1745ccfd 100644 --- a/strategies/builderbid/best/service.go +++ b/strategies/builderbid/best/service.go @@ -1,4 +1,4 @@ -// Copyright © 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/builderbid/service.go b/strategies/builderbid/service.go index 0eab30bc..5d95f18b 100644 --- a/strategies/builderbid/service.go +++ b/strategies/builderbid/service.go @@ -1,4 +1,4 @@ -// Copyright © 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/synccommitteecontribution/best/parameters.go b/strategies/synccommitteecontribution/best/parameters.go index f96cdf2c..cd147f8f 100644 --- a/strategies/synccommitteecontribution/best/parameters.go +++ b/strategies/synccommitteecontribution/best/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/synccommitteecontribution/best/score.go b/strategies/synccommitteecontribution/best/score.go index 130d57de..346e97aa 100644 --- a/strategies/synccommitteecontribution/best/score.go +++ b/strategies/synccommitteecontribution/best/score.go @@ -1,4 +1,4 @@ -// Copyright © 2021, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/synccommitteecontribution/best/score_internal_test.go b/strategies/synccommitteecontribution/best/score_internal_test.go index e7df92a6..62d92e63 100644 --- a/strategies/synccommitteecontribution/best/score_internal_test.go +++ b/strategies/synccommitteecontribution/best/score_internal_test.go @@ -1,4 +1,4 @@ -// Copyright © 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/synccommitteecontribution/best/service.go b/strategies/synccommitteecontribution/best/service.go index 25ab4a7d..25261a5d 100644 --- a/strategies/synccommitteecontribution/best/service.go +++ b/strategies/synccommitteecontribution/best/service.go @@ -1,4 +1,4 @@ -// Copyright © 2021, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/synccommitteecontribution/best/service_test.go b/strategies/synccommitteecontribution/best/service_test.go index ce547376..a8f0b44f 100644 --- a/strategies/synccommitteecontribution/best/service_test.go +++ b/strategies/synccommitteecontribution/best/service_test.go @@ -1,4 +1,4 @@ -// Copyright © 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/synccommitteecontribution/best/synccommitteecontribution.go b/strategies/synccommitteecontribution/best/synccommitteecontribution.go index 95d35e11..48e72f3a 100644 --- a/strategies/synccommitteecontribution/best/synccommitteecontribution.go +++ b/strategies/synccommitteecontribution/best/synccommitteecontribution.go @@ -1,4 +1,4 @@ -// Copyright © 2021, 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/synccommitteecontribution/best/synccommitteecontribution_test.go b/strategies/synccommitteecontribution/best/synccommitteecontribution_test.go index a3047971..81729569 100644 --- a/strategies/synccommitteecontribution/best/synccommitteecontribution_test.go +++ b/strategies/synccommitteecontribution/best/synccommitteecontribution_test.go @@ -1,4 +1,4 @@ -// Copyright © 2021 - 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/synccommitteecontribution/first/parameters.go b/strategies/synccommitteecontribution/first/parameters.go index 009c187f..42d6031f 100644 --- a/strategies/synccommitteecontribution/first/parameters.go +++ b/strategies/synccommitteecontribution/first/parameters.go @@ -1,4 +1,4 @@ -// Copyright © 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/synccommitteecontribution/first/service.go b/strategies/synccommitteecontribution/first/service.go index 3d3e0094..332d239a 100644 --- a/strategies/synccommitteecontribution/first/service.go +++ b/strategies/synccommitteecontribution/first/service.go @@ -1,4 +1,4 @@ -// Copyright © 2021, 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/synccommitteecontribution/first/service_test.go b/strategies/synccommitteecontribution/first/service_test.go index c3a76a52..f656cea1 100644 --- a/strategies/synccommitteecontribution/first/service_test.go +++ b/strategies/synccommitteecontribution/first/service_test.go @@ -1,4 +1,4 @@ -// Copyright © 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/synccommitteecontribution/first/synccommitteecontribution.go b/strategies/synccommitteecontribution/first/synccommitteecontribution.go index fc73ee3e..5491024d 100644 --- a/strategies/synccommitteecontribution/first/synccommitteecontribution.go +++ b/strategies/synccommitteecontribution/first/synccommitteecontribution.go @@ -1,4 +1,4 @@ -// Copyright © 2021 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/strategies/synccommitteecontribution/first/synccommitteecontribution_test.go b/strategies/synccommitteecontribution/first/synccommitteecontribution_test.go index 07cb34d1..73302399 100644 --- a/strategies/synccommitteecontribution/first/synccommitteecontribution_test.go +++ b/strategies/synccommitteecontribution/first/synccommitteecontribution_test.go @@ -1,4 +1,4 @@ -// Copyright © 2021, 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/testing/logger/capture.go b/testing/logger/capture.go index 87cb0c9e..547b2cff 100644 --- a/testing/logger/capture.go +++ b/testing/logger/capture.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/testing/resources/certs.go b/testing/resources/certs.go index 6067a349..ffe2270e 100644 --- a/testing/resources/certs.go +++ b/testing/resources/certs.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/testutil/accounts.go b/testutil/accounts.go index 1b1275da..57bd6246 100644 --- a/testutil/accounts.go +++ b/testutil/accounts.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/testutil/bytes.go b/testutil/bytes.go index d46a25e3..18de332a 100644 --- a/testutil/bytes.go +++ b/testutil/bytes.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/testutil/committees.go b/testutil/committees.go index 927b8f7f..5bc7f463 100644 --- a/testutil/committees.go +++ b/testutil/committees.go @@ -1,4 +1,4 @@ -// Copyright © 2020 - 2024 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at @@ -9,7 +9,7 @@ // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and -// limitations under the License +// limitations under the License. package testutil diff --git a/tracing.go b/tracing.go index 3a4bd744..dd8e61f4 100644 --- a/tracing.go +++ b/tracing.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/util/beaconnodeaddresses.go b/util/beaconnodeaddresses.go index a17512f1..cc7b8845 100644 --- a/util/beaconnodeaddresses.go +++ b/util/beaconnodeaddresses.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/util/beaconnodeaddresses_test.go b/util/beaconnodeaddresses_test.go index 3d2b8bcb..1447bf25 100644 --- a/util/beaconnodeaddresses_test.go +++ b/util/beaconnodeaddresses_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/util/builders.go b/util/builders.go index 2114e36a..1f834f99 100644 --- a/util/builders.go +++ b/util/builders.go @@ -1,4 +1,4 @@ -// Copyright © 2022, 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/util/commit.go b/util/commit.go index 6f100fa1..f07e847a 100644 --- a/util/commit.go +++ b/util/commit.go @@ -1,4 +1,4 @@ -// Copyright © 2023 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/util/concurrency.go b/util/concurrency.go index b580a0e3..0bda55d4 100644 --- a/util/concurrency.go +++ b/util/concurrency.go @@ -1,4 +1,4 @@ -// Copyright © 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/util/concurrency_test.go b/util/concurrency_test.go index f735a051..3d35260d 100644 --- a/util/concurrency_test.go +++ b/util/concurrency_test.go @@ -1,4 +1,4 @@ -// Copyright © 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/util/id.go b/util/id.go index 7b773ae3..b2c28240 100644 --- a/util/id.go +++ b/util/id.go @@ -1,4 +1,4 @@ -// Copyright © 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/util/logging.go b/util/logging.go index bbc07876..9a0326c6 100644 --- a/util/logging.go +++ b/util/logging.go @@ -1,4 +1,4 @@ -// Copyright © 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/util/logging_test.go b/util/logging_test.go index cfe5ae69..7fcb1d5e 100644 --- a/util/logging_test.go +++ b/util/logging_test.go @@ -1,4 +1,4 @@ -// Copyright © 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/util/scatter.go b/util/scatter.go index bcb141ca..776fa085 100644 --- a/util/scatter.go +++ b/util/scatter.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/util/scatter_benchmark_test.go b/util/scatter_benchmark_test.go index 44ed3c37..403643ba 100644 --- a/util/scatter_benchmark_test.go +++ b/util/scatter_benchmark_test.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/util/scatter_internal_test.go b/util/scatter_internal_test.go index 816be8e8..48c912c3 100644 --- a/util/scatter_internal_test.go +++ b/util/scatter_internal_test.go @@ -1,4 +1,4 @@ -// Copyright © 2022 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/util/scatter_test.go b/util/scatter_test.go index bce90eca..83db03fe 100644 --- a/util/scatter_test.go +++ b/util/scatter_test.go @@ -1,4 +1,4 @@ -// Copyright © 2020 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/util/timeout.go b/util/timeout.go index 183de70a..b169b52e 100644 --- a/util/timeout.go +++ b/util/timeout.go @@ -1,4 +1,4 @@ -// Copyright © 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/util/timeout_test.go b/util/timeout_test.go index a20cf708..62878c92 100644 --- a/util/timeout_test.go +++ b/util/timeout_test.go @@ -1,4 +1,4 @@ -// Copyright © 2021 Attestant Limited. +// Copyright © 2024 Attestant Limited. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at