diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 32f9ccb..6ab2e52 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -32,7 +32,7 @@ jobs: run: pip install continuous-delivery-scripts && pip list - name: Dependabot metadata id: dependabot-metadata - uses: dependabot/fetch-metadata@v2.4.0 + uses: dependabot/fetch-metadata@v2.5.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Add a label 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/changes/20260105184020.bugfix b/changes/20260105184020.bugfix new file mode 100644 index 0000000..93b8211 --- /dev/null +++ b/changes/20260105184020.bugfix @@ -0,0 +1 @@ +Dependency upgrade: fetch-metadata-2.5.0 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