From ee65a340d9ee445d005a0039bcfa7a2ad83445a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 22:42:01 +0000 Subject: [PATCH 1/3] :arrow_up: Bump github/codeql-action from 4.31.9 to 4.31.10 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.9 to 4.31.10. - [Release notes](https://github.com/github/codeql-action/releases) - [Commits](https://github.com/github/codeql-action/compare/v4.31.9...v4.31.10) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 4 ++-- .github/workflows/scorecard.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index dd893cd..43a6847 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -61,7 +61,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.31.9 + uses: github/codeql-action/init@v4.31.10 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -89,6 +89,6 @@ jobs: exit 1 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4.31.9 + uses: github/codeql-action/analyze@v4.31.10 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index a7b96d6..9bda618 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -68,6 +68,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard (optional). # Commenting out will disable upload of results to your repo's Code Scanning dashboard - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@f67ec12472e1b361f5e1e2085f5e6f85a57e3cd6 # v3.30.7 + uses: github/codeql-action/upload-sarif@a2d9de63c2916881d0621fdb7e65abe32141606d # v3.30.7 with: sarif_file: results.sarif From 1a86a069c753bc4e0c964a30d6ce6ea2b4633a96 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Mon, 12 Jan 2026 22:42:28 +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/20260112224228.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20260112224228.bugfix diff --git a/changes/20260112224228.bugfix b/changes/20260112224228.bugfix new file mode 100644 index 0000000..b8598fb --- /dev/null +++ b/changes/20260112224228.bugfix @@ -0,0 +1 @@ +Dependency upgrade: codeql-action-4.31.10 From 3f24066172d46cac1504b6beb2e82981525bd724 Mon Sep 17 00:00:00 2001 From: monty-bot Date: Mon, 12 Jan 2026 22:43:19 +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