From ef70ef2ad0bb0fc6184376dce0afb95a3a04d188 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 18:33:23 +0000 Subject: [PATCH 1/3] :arrow_up: Bump actions/checkout from 6.0.1 to 6.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-test.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/codeql.yml | 2 +- .github/workflows/dependabot.yml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/scorecard.yml | 2 +- .github/workflows/update-utils.yml | 4 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 4fe39fb..58d6ee5 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -31,7 +31,7 @@ jobs: steps: # we want the head of the branch that triggered this, not the reference of the commit, this is so we get updated go versions etc. - name: Check out [${{ inputs.branch || github.ref }}] - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: ref: ${{ inputs.branch || github.ref }} - name: Update Go env version diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd162a7..7440d3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: # Checkout with full history for to allow compare with base branch - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 with: fetch-depth: 0 - uses: actions/setup-python@v6 @@ -50,7 +50,7 @@ jobs: - uses: actions/setup-python@v6 - name: Install tools run: pip install detect-secrets==1.0.3 && pip list - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 with: fetch-depth: 0 # FIXME: GitLeaks requires a licence now diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index dd893cd..4711d86 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -57,7 +57,7 @@ jobs: # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages steps: - name: Checkout repository - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 32f9ccb..e48567e 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -21,7 +21,7 @@ jobs: needs: update-utils steps: # Checkout with full history for to allow compare with base branch - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 with: fetch-depth: 0 - uses: actions/setup-python@v6 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e237e58..a2729f6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: outputs: changes: ${{ steps.check.outputs.changes }} steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - name: Check if changes directory contains files id: check run: | @@ -33,7 +33,7 @@ jobs: needs: [ check-for-changes ] if: needs.check-for-changes.outputs.changes steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 with: # Get the full history as this is required by goreleaser fetch-depth: 0 diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index a7b96d6..f599730 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -32,7 +32,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5.0.1 + uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v5.0.1 with: persist-credentials: false diff --git a/.github/workflows/update-utils.yml b/.github/workflows/update-utils.yml index 78994bf..42461ad 100644 --- a/.github/workflows/update-utils.yml +++ b/.github/workflows/update-utils.yml @@ -19,7 +19,7 @@ jobs: name: Update Go runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 with: # So that we have correct GIT_TOKEN to push back to branch as we need workflow permissions token: ${{ secrets.GIT_SECRET }} @@ -35,7 +35,7 @@ jobs: run: | cd-license-files - name: Checkout Update Go action - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: repository: Arm-Debug/update-go-action ref: refs/tags/latest From 520980b5469056a4528a544cc5aa1011b97ee6d6 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Thu, 22 Jan 2026 18:33:57 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20260122183357.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20260122183357.bugfix diff --git a/changes/20260122183357.bugfix b/changes/20260122183357.bugfix new file mode 100644 index 0000000..a2b8946 --- /dev/null +++ b/changes/20260122183357.bugfix @@ -0,0 +1 @@ +Dependency upgrade: checkout-6.0.2 From 92cced9033fd3ef7935db8842dd6176b2285c760 Mon Sep 17 00:00:00 2001 From: monty-bot Date: Thu, 22 Jan 2026 18:35:11 +0000 Subject: [PATCH 3/3] =?UTF-8?q?:sparkles:=20Automatic=20changes=20->=20?= =?UTF-8?q?=F0=9F=91=B7=20Golang=20version=20updates=20[ci=20skip]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- utils/api/api.go | 2 +- utils/api/api_test.go | 2 +- utils/artefacts/artefacts.go | 2 +- utils/artefacts/artefacts_test.go | 2 +- utils/artefacts/interface.go | 2 +- utils/artefacts/options.go | 2 +- utils/cache/cache.go | 2 +- utils/cache/cache_test.go | 2 +- utils/cache/interfaces.go | 2 +- utils/client/client.go | 2 +- utils/client/client_test.go | 2 +- utils/errors/errors.go | 2 +- utils/errors/errors_test.go | 2 +- utils/errors/mapping.go | 2 +- utils/job/interfaces.go | 2 +- utils/job/job_test.go | 2 +- utils/job/jobtest/testing.go | 2 +- utils/job/manager.go | 2 +- utils/job/manager_test.go | 2 +- utils/links/link.go | 2 +- utils/links/link_test.go | 2 +- utils/links/linkstest/testing.go | 2 +- utils/links/linkstest/testing_test.go | 2 +- utils/logging/interfaces.go | 2 +- utils/logging/logger.go | 2 +- utils/logging/logger_test.go | 2 +- utils/messages/format.go | 2 +- utils/messages/format_test.go | 2 +- utils/messages/interfaces.go | 2 +- utils/messages/logger.go | 2 +- utils/messages/logger_test.go | 2 +- utils/messages/mapping.go | 2 +- utils/messages/mapping_test.go | 2 +- utils/messages/pagination.go | 2 +- utils/messages/testing.go | 2 +- utils/messages/testing_test.go | 2 +- utils/mocks/mock_artefacts.go | 2 +- utils/mocks/mock_cache.go | 2 +- utils/mocks/mock_job.go | 2 +- utils/mocks/mock_messages.go | 2 +- utils/mocks/mock_resource.go | 2 +- utils/mocks/mock_store.go | 2 +- utils/pagination/iterator.go | 2 +- utils/pagination/iterator_test.go | 2 +- utils/pagination/page.go | 2 +- utils/pagination/page_test.go | 2 +- utils/pagination/stream.go | 2 +- utils/pagination/stream_test.go | 2 +- utils/resource/interfaces.go | 2 +- utils/resource/resourcetests/testing.go | 2 +- utils/resource/resourcetests/testing_test.go | 2 +- utils/store/interfaces.go | 2 +- utils/store/local.go | 2 +- utils/store/local_test.go | 2 +- 55 files changed, 55 insertions(+), 55 deletions(-) diff --git a/README.md b/README.md index c1d8116..4c49c31 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Embedded development services HTTP client utilities diff --git a/utils/api/api.go b/utils/api/api.go index e975bb8..855d247 100644 --- a/utils/api/api.go +++ b/utils/api/api.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/api/api_test.go b/utils/api/api_test.go index f58165f..b66199a 100644 --- a/utils/api/api_test.go +++ b/utils/api/api_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/artefacts/artefacts.go b/utils/artefacts/artefacts.go index d3621d6..e0ada9a 100644 --- a/utils/artefacts/artefacts.go +++ b/utils/artefacts/artefacts.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/artefacts/artefacts_test.go b/utils/artefacts/artefacts_test.go index f630769..be6b01a 100644 --- a/utils/artefacts/artefacts_test.go +++ b/utils/artefacts/artefacts_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ package artefacts diff --git a/utils/artefacts/interface.go b/utils/artefacts/interface.go index 2919223..9d5785e 100644 --- a/utils/artefacts/interface.go +++ b/utils/artefacts/interface.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/artefacts/options.go b/utils/artefacts/options.go index c07c6fa..4cd922d 100644 --- a/utils/artefacts/options.go +++ b/utils/artefacts/options.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ package artefacts diff --git a/utils/cache/cache.go b/utils/cache/cache.go index ce2351e..45a3b03 100644 --- a/utils/cache/cache.go +++ b/utils/cache/cache.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/cache/cache_test.go b/utils/cache/cache_test.go index a6bca5a..4630996 100644 --- a/utils/cache/cache_test.go +++ b/utils/cache/cache_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ package cache diff --git a/utils/cache/interfaces.go b/utils/cache/interfaces.go index bebebe2..6fe5c17 100644 --- a/utils/cache/interfaces.go +++ b/utils/cache/interfaces.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/client/client.go b/utils/client/client.go index 29a53ef..83667ee 100644 --- a/utils/client/client.go +++ b/utils/client/client.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ package client diff --git a/utils/client/client_test.go b/utils/client/client_test.go index f1015ae..d675c3e 100644 --- a/utils/client/client_test.go +++ b/utils/client/client_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ package client diff --git a/utils/errors/errors.go b/utils/errors/errors.go index 0afb12b..79caa25 100644 --- a/utils/errors/errors.go +++ b/utils/errors/errors.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/errors/errors_test.go b/utils/errors/errors_test.go index 05a5e8f..1e3c5a8 100644 --- a/utils/errors/errors_test.go +++ b/utils/errors/errors_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ package errors diff --git a/utils/errors/mapping.go b/utils/errors/mapping.go index 9704f75..5b39806 100644 --- a/utils/errors/mapping.go +++ b/utils/errors/mapping.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ package errors diff --git a/utils/job/interfaces.go b/utils/job/interfaces.go index eeadf62..660a462 100644 --- a/utils/job/interfaces.go +++ b/utils/job/interfaces.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/job/job_test.go b/utils/job/job_test.go index 5f3b8e6..760e824 100644 --- a/utils/job/job_test.go +++ b/utils/job/job_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ package job diff --git a/utils/job/jobtest/testing.go b/utils/job/jobtest/testing.go index 12f80bf..d40e619 100644 --- a/utils/job/jobtest/testing.go +++ b/utils/job/jobtest/testing.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/job/manager.go b/utils/job/manager.go index 53aed70..1998ad7 100644 --- a/utils/job/manager.go +++ b/utils/job/manager.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/job/manager_test.go b/utils/job/manager_test.go index 640f893..2cd062f 100644 --- a/utils/job/manager_test.go +++ b/utils/job/manager_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/links/link.go b/utils/links/link.go index 2e3529a..10bf9de 100644 --- a/utils/links/link.go +++ b/utils/links/link.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/links/link_test.go b/utils/links/link_test.go index b98fd89..aab0bbf 100644 --- a/utils/links/link_test.go +++ b/utils/links/link_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/links/linkstest/testing.go b/utils/links/linkstest/testing.go index 67312b0..beef9c5 100644 --- a/utils/links/linkstest/testing.go +++ b/utils/links/linkstest/testing.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/links/linkstest/testing_test.go b/utils/links/linkstest/testing_test.go index e027b49..5d0dfa7 100644 --- a/utils/links/linkstest/testing_test.go +++ b/utils/links/linkstest/testing_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ package linkstest diff --git a/utils/logging/interfaces.go b/utils/logging/interfaces.go index c7f78f8..20c6c93 100644 --- a/utils/logging/interfaces.go +++ b/utils/logging/interfaces.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/logging/logger.go b/utils/logging/logger.go index c2f1304..dc04e62 100644 --- a/utils/logging/logger.go +++ b/utils/logging/logger.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/logging/logger_test.go b/utils/logging/logger_test.go index ad5921f..7cea6ff 100644 --- a/utils/logging/logger_test.go +++ b/utils/logging/logger_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ package logging diff --git a/utils/messages/format.go b/utils/messages/format.go index 17f0da6..177d6fd 100644 --- a/utils/messages/format.go +++ b/utils/messages/format.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/messages/format_test.go b/utils/messages/format_test.go index abf4fac..be49348 100644 --- a/utils/messages/format_test.go +++ b/utils/messages/format_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ package messages diff --git a/utils/messages/interfaces.go b/utils/messages/interfaces.go index de7ecc4..1c84733 100644 --- a/utils/messages/interfaces.go +++ b/utils/messages/interfaces.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/messages/logger.go b/utils/messages/logger.go index 33ef95c..20588a7 100644 --- a/utils/messages/logger.go +++ b/utils/messages/logger.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/messages/logger_test.go b/utils/messages/logger_test.go index a2f6ccf..25b8ed6 100644 --- a/utils/messages/logger_test.go +++ b/utils/messages/logger_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ package messages diff --git a/utils/messages/mapping.go b/utils/messages/mapping.go index 7f4485b..c680d14 100644 --- a/utils/messages/mapping.go +++ b/utils/messages/mapping.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/messages/mapping_test.go b/utils/messages/mapping_test.go index 8e4ad42..34f6e57 100644 --- a/utils/messages/mapping_test.go +++ b/utils/messages/mapping_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ package messages diff --git a/utils/messages/pagination.go b/utils/messages/pagination.go index f479c00..cf1e21f 100644 --- a/utils/messages/pagination.go +++ b/utils/messages/pagination.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/messages/testing.go b/utils/messages/testing.go index f301fea..ea7c453 100644 --- a/utils/messages/testing.go +++ b/utils/messages/testing.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/messages/testing_test.go b/utils/messages/testing_test.go index a3de816..fdce037 100644 --- a/utils/messages/testing_test.go +++ b/utils/messages/testing_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ package messages diff --git a/utils/mocks/mock_artefacts.go b/utils/mocks/mock_artefacts.go index 16dd124..184c4c8 100644 --- a/utils/mocks/mock_artefacts.go +++ b/utils/mocks/mock_artefacts.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/mocks/mock_cache.go b/utils/mocks/mock_cache.go index 54f6408..645948a 100644 --- a/utils/mocks/mock_cache.go +++ b/utils/mocks/mock_cache.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/mocks/mock_job.go b/utils/mocks/mock_job.go index 52b1815..377c557 100644 --- a/utils/mocks/mock_job.go +++ b/utils/mocks/mock_job.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/mocks/mock_messages.go b/utils/mocks/mock_messages.go index 42de9e5..55e94bd 100644 --- a/utils/mocks/mock_messages.go +++ b/utils/mocks/mock_messages.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/mocks/mock_resource.go b/utils/mocks/mock_resource.go index 92810c2..8d9b9ac 100644 --- a/utils/mocks/mock_resource.go +++ b/utils/mocks/mock_resource.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/mocks/mock_store.go b/utils/mocks/mock_store.go index b77bf1d..6250956 100644 --- a/utils/mocks/mock_store.go +++ b/utils/mocks/mock_store.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/pagination/iterator.go b/utils/pagination/iterator.go index 4d78bb2..4f37896 100644 --- a/utils/pagination/iterator.go +++ b/utils/pagination/iterator.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/pagination/iterator_test.go b/utils/pagination/iterator_test.go index 21c548b..81e1cae 100644 --- a/utils/pagination/iterator_test.go +++ b/utils/pagination/iterator_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ package pagination diff --git a/utils/pagination/page.go b/utils/pagination/page.go index be7f9d4..3dd1310 100644 --- a/utils/pagination/page.go +++ b/utils/pagination/page.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/pagination/page_test.go b/utils/pagination/page_test.go index 95811d2..46ca9b3 100644 --- a/utils/pagination/page_test.go +++ b/utils/pagination/page_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/pagination/stream.go b/utils/pagination/stream.go index c8436f4..61049ba 100644 --- a/utils/pagination/stream.go +++ b/utils/pagination/stream.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/pagination/stream_test.go b/utils/pagination/stream_test.go index 2cb29c8..5f22899 100644 --- a/utils/pagination/stream_test.go +++ b/utils/pagination/stream_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ package pagination diff --git a/utils/resource/interfaces.go b/utils/resource/interfaces.go index 71dff05..c926773 100644 --- a/utils/resource/interfaces.go +++ b/utils/resource/interfaces.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/resource/resourcetests/testing.go b/utils/resource/resourcetests/testing.go index 560f423..a9e6caf 100644 --- a/utils/resource/resourcetests/testing.go +++ b/utils/resource/resourcetests/testing.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/resource/resourcetests/testing_test.go b/utils/resource/resourcetests/testing_test.go index 9ceec36..85629ec 100644 --- a/utils/resource/resourcetests/testing_test.go +++ b/utils/resource/resourcetests/testing_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ package resourcetests diff --git a/utils/store/interfaces.go b/utils/store/interfaces.go index e238de6..dad21e8 100644 --- a/utils/store/interfaces.go +++ b/utils/store/interfaces.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/store/local.go b/utils/store/local.go index 6c2aeb3..1ed4efb 100644 --- a/utils/store/local.go +++ b/utils/store/local.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/utils/store/local_test.go b/utils/store/local_test.go index 1902bbb..1e36f1e 100644 --- a/utils/store/local_test.go +++ b/utils/store/local_test.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. + * Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved. * SPDX-License-Identifier: Apache-2.0 */ package store