From 896f1401a478fa2137b485d82f5667549443305e Mon Sep 17 00:00:00 2001 From: Alexander Tsyplikhin Date: Fri, 21 Aug 2026 14:02:49 -0700 Subject: [PATCH] Correct copyright start year: 2025, not 2024 Device Connect development began in April 2025 (first commit in its private predecessor repository, 2025-04-25). The 2024 in the license and file headers was header-template boilerplate, not a statement about the work. One sweep: LICENSE plus every source header, 2024-2026 -> 2025-2026. --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- LICENSE | 2 +- .../device_connect_agent_tools/__init__.py | 2 +- .../device_connect_agent_tools/_normalize.py | 2 +- .../device_connect_agent_tools/adapters/__init__.py | 2 +- .../device_connect_agent_tools/adapters/claude.py | 2 +- .../device_connect_agent_tools/adapters/langchain.py | 2 +- .../device_connect_agent_tools/adapters/strands.py | 2 +- .../device_connect_agent_tools/adapters/strands_agent.py | 2 +- .../device_connect_agent_tools/agent.py | 2 +- .../device_connect_agent_tools/connection.py | 2 +- .../device_connect_agent_tools/mcp/__init__.py | 2 +- .../device_connect_agent_tools/mcp/__main__.py | 2 +- .../device_connect_agent_tools/mcp/bridge.py | 2 +- .../device_connect_agent_tools/mcp/config.py | 2 +- .../device_connect_agent_tools/mcp/device_connect_mcp.py | 2 +- .../device_connect_agent_tools/mcp/device_tools.py | 2 +- .../device_connect_agent_tools/mcp/event_subscriptions.py | 2 +- .../device_connect_agent_tools/mcp/router.py | 2 +- .../device_connect_agent_tools/mcp/schema.py | 2 +- .../device_connect_agent_tools/tools.py | 2 +- packages/device-connect-agent-tools/pyproject.toml | 2 +- packages/device-connect-agent-tools/tests/__init__.py | 2 +- packages/device-connect-agent-tools/tests/conftest.py | 2 +- packages/device-connect-agent-tools/tests/fuzz/conftest.py | 2 +- .../tests/fuzz/fuzz_jsonrpc_parsing.py | 2 +- packages/device-connect-agent-tools/tests/fuzz/fuzz_schema.py | 2 +- .../tests/fuzz/test_fuzz_jsonrpc_parsing.py | 2 +- .../device-connect-agent-tools/tests/fuzz/test_fuzz_schema.py | 2 +- packages/device-connect-agent-tools/tests/test_broadcast.py | 2 +- .../device-connect-agent-tools/tests/test_claude_adapter.py | 2 +- .../device-connect-agent-tools/tests/test_connection_unit.py | 2 +- .../tests/test_device_connect_mcp_capabilities.py | 2 +- packages/device-connect-agent-tools/tests/test_discover.py | 2 +- packages/device-connect-agent-tools/tests/test_integration.py | 2 +- packages/device-connect-agent-tools/tests/test_invoke.py | 2 +- .../device-connect-agent-tools/tests/test_langchain_adapter.py | 2 +- .../tests/test_mcp_bridge_subscriptions.py | 2 +- packages/device-connect-agent-tools/tests/test_normalize.py | 2 +- .../device-connect-agent-tools/tests/test_strands_adapter.py | 2 +- packages/device-connect-agent-tools/tests/test_subscribe.py | 2 +- packages/device-connect-agent-tools/tests/test_tools_unit.py | 2 +- packages/device-connect-edge/LICENSE | 2 +- packages/device-connect-edge/device_connect_edge/__init__.py | 2 +- packages/device-connect-edge/device_connect_edge/device.py | 2 +- packages/device-connect-edge/device_connect_edge/discovery.py | 2 +- .../device_connect_edge/discovery_provider.py | 2 +- .../device-connect-edge/device_connect_edge/drivers/__init__.py | 2 +- .../device-connect-edge/device_connect_edge/drivers/base.py | 2 +- .../device_connect_edge/drivers/capability_loader.py | 2 +- .../device_connect_edge/drivers/decorators.py | 2 +- .../device_connect_edge/drivers/transport.py | 2 +- packages/device-connect-edge/device_connect_edge/errors.py | 2 +- .../device_connect_edge/messaging/__init__.py | 2 +- .../device-connect-edge/device_connect_edge/messaging/base.py | 2 +- .../device-connect-edge/device_connect_edge/messaging/config.py | 2 +- .../device_connect_edge/messaging/exceptions.py | 2 +- .../device_connect_edge/messaging/mqtt_adapter.py | 2 +- .../device_connect_edge/messaging/nats_adapter.py | 2 +- .../device_connect_edge/messaging/zenoh_adapter.py | 2 +- packages/device-connect-edge/device_connect_edge/predicate.py | 2 +- .../device-connect-edge/device_connect_edge/registry_client.py | 2 +- packages/device-connect-edge/device_connect_edge/selector.py | 2 +- .../device_connect_edge/telemetry/__init__.py | 2 +- .../device-connect-edge/device_connect_edge/telemetry/config.py | 2 +- .../device_connect_edge/telemetry/file_buffer_exporter.py | 2 +- .../device_connect_edge/telemetry/metrics.py | 2 +- .../device_connect_edge/telemetry/propagation.py | 2 +- .../device-connect-edge/device_connect_edge/telemetry/tracer.py | 2 +- packages/device-connect-edge/device_connect_edge/types.py | 2 +- .../device-connect-edge/examples/dht22_sensor/device_driver.py | 2 +- .../examples/number_generator/device_simulator.py | 2 +- .../examples/string_generator/device_simulator.py | 2 +- packages/device-connect-edge/pyproject.toml | 2 +- packages/device-connect-edge/tests/__init__.py | 2 +- packages/device-connect-edge/tests/fuzz/conftest.py | 2 +- .../device-connect-edge/tests/fuzz/fuzz_credentials_json.py | 2 +- packages/device-connect-edge/tests/fuzz/fuzz_jsonrpc_cmd.py | 2 +- packages/device-connect-edge/tests/fuzz/fuzz_nats_creds.py | 2 +- packages/device-connect-edge/tests/fuzz/fuzz_pydantic_models.py | 2 +- packages/device-connect-edge/tests/fuzz/report_hypothesis.py | 2 +- packages/device-connect-edge/tests/fuzz/run_atheris.py | 2 +- .../tests/fuzz/test_fuzz_credentials_json.py | 2 +- .../device-connect-edge/tests/fuzz/test_fuzz_jsonrpc_cmd.py | 2 +- packages/device-connect-edge/tests/fuzz/test_fuzz_nats_creds.py | 2 +- .../device-connect-edge/tests/fuzz/test_fuzz_pydantic_models.py | 2 +- packages/device-connect-edge/tests/test_capability_loader.py | 2 +- packages/device-connect-edge/tests/test_device.py | 2 +- packages/device-connect-edge/tests/test_device_where.py | 2 +- packages/device-connect-edge/tests/test_discovery.py | 2 +- packages/device-connect-edge/tests/test_driver_transport.py | 2 +- packages/device-connect-edge/tests/test_drivers.py | 2 +- packages/device-connect-edge/tests/test_errors.py | 2 +- packages/device-connect-edge/tests/test_file_buffer_exporter.py | 2 +- packages/device-connect-edge/tests/test_messaging_base.py | 2 +- packages/device-connect-edge/tests/test_messaging_config.py | 2 +- packages/device-connect-edge/tests/test_messaging_exceptions.py | 2 +- packages/device-connect-edge/tests/test_mqtt_adapter.py | 2 +- packages/device-connect-edge/tests/test_nats_adapter.py | 2 +- packages/device-connect-edge/tests/test_predicate.py | 2 +- packages/device-connect-edge/tests/test_registry_client.py | 2 +- packages/device-connect-edge/tests/test_rpc_source_device.py | 2 +- packages/device-connect-edge/tests/test_selector.py | 2 +- packages/device-connect-edge/tests/test_telemetry.py | 2 +- packages/device-connect-edge/tests/test_types.py | 2 +- packages/device-connect-edge/tests/test_wait_for_device.py | 2 +- packages/device-connect-edge/tests/test_zenoh_adapter.py | 2 +- packages/device-connect-edge/tests/test_zenoh_reconnect.py | 2 +- packages/device-connect-server/LICENSE | 2 +- .../device-connect-server/device_connect_server/__init__.py | 2 +- .../device_connect_server/devctl/__init__.py | 2 +- .../device_connect_server/devctl/__main__.py | 2 +- .../device-connect-server/device_connect_server/devctl/cli.py | 2 +- .../device_connect_server/devctl/selector_cli.py | 2 +- .../device_connect_server/logging/__init__.py | 2 +- .../device-connect-server/device_connect_server/logging/base.py | 2 +- .../device_connect_server/logging/mongo.py | 2 +- .../device_connect_server/portal/__init__.py | 2 +- .../device_connect_server/portal/__main__.py | 2 +- .../device-connect-server/device_connect_server/portal/app.py | 2 +- .../device_connect_server/portal/config.py | 2 +- .../device_connect_server/portal/services/__init__.py | 2 +- .../device_connect_server/portal/services/backend.py | 2 +- .../device_connect_server/portal/services/bundles.py | 2 +- .../device_connect_server/portal/services/cli_auth.py | 2 +- .../device_connect_server/portal/services/credentials.py | 2 +- .../device_connect_server/portal/services/mqtt_acl.py | 2 +- .../device_connect_server/portal/services/mqtt_admin.py | 2 +- .../device_connect_server/portal/services/mqtt_backend.py | 2 +- .../device_connect_server/portal/services/mqtt_rpc.py | 2 +- .../device_connect_server/portal/services/nats_admin.py | 2 +- .../device_connect_server/portal/services/nats_backend.py | 2 +- .../device_connect_server/portal/services/nats_rpc.py | 2 +- .../device_connect_server/portal/services/nsc.py | 2 +- .../device_connect_server/portal/services/registry_client.py | 2 +- .../device_connect_server/portal/services/tokens.py | 2 +- .../device_connect_server/portal/services/users.py | 2 +- .../device_connect_server/portal/services/verification.py | 2 +- .../device_connect_server/portal/services/zenoh_acl.py | 2 +- .../device_connect_server/portal/services/zenoh_admin.py | 2 +- .../device_connect_server/portal/services/zenoh_backend.py | 2 +- .../device_connect_server/portal/services/zenoh_pki.py | 2 +- .../device_connect_server/portal/services/zenoh_rpc.py | 2 +- .../device_connect_server/portal/views/__init__.py | 2 +- .../device_connect_server/portal/views/admin.py | 2 +- .../device_connect_server/portal/views/agent_api.py | 2 +- .../device_connect_server/portal/views/auth.py | 2 +- .../device_connect_server/portal/views/cli_auth.py | 2 +- .../device_connect_server/portal/views/coding_agents.py | 2 +- .../device_connect_server/portal/views/dashboard.py | 2 +- .../device_connect_server/portal/views/devices.py | 2 +- .../device_connect_server/portalctl/__init__.py | 2 +- .../device_connect_server/portalctl/__main__.py | 2 +- .../device_connect_server/portalctl/admin_tokens.py | 2 +- .../device_connect_server/portalctl/cli.py | 2 +- .../device_connect_server/portalctl/streaming.py | 2 +- .../device_connect_server/registry/__init__.py | 2 +- .../device_connect_server/registry/client.py | 2 +- .../device_connect_server/registry/service/__init__.py | 2 +- .../device_connect_server/registry/service/main.py | 2 +- .../device_connect_server/registry/service/registry.py | 2 +- .../device_connect_server/security/__init__.py | 2 +- .../device-connect-server/device_connect_server/security/acl.py | 2 +- .../device_connect_server/security/commissioning.py | 2 +- .../device_connect_server/security/credentials.py | 2 +- .../device_connect_server/state/__init__.py | 2 +- .../device-connect-server/device_connect_server/state/base.py | 2 +- .../device_connect_server/state/etcd_store.py | 2 +- .../device_connect_server/statectl/__init__.py | 2 +- .../device_connect_server/statectl/__main__.py | 2 +- .../device-connect-server/device_connect_server/statectl/cli.py | 2 +- .../device_connect_server/statectl/operations_cli.py | 2 +- packages/device-connect-server/docker-compose-dev.yml | 2 +- packages/device-connect-server/docker-compose.dev.yml | 2 +- packages/device-connect-server/docker-compose.yml | 2 +- packages/device-connect-server/infra/docker-compose-dev.yml | 2 +- .../infra/docker-compose-multitenant-mqtt.yml | 2 +- .../infra/docker-compose-multitenant-nats.yml | 2 +- .../infra/docker-compose-multitenant-zenoh.yml | 2 +- .../device-connect-server/infra/docker-compose-nats-dev.yml | 2 +- .../infra/docker-compose-nats-websocket.yml | 2 +- packages/device-connect-server/infra/docker-compose-nats.yml | 2 +- packages/device-connect-server/infra/docker-compose.yml | 2 +- packages/device-connect-server/pyproject.toml | 2 +- packages/device-connect-server/security_infra/gen_creds.sh | 2 +- .../device-connect-server/security_infra/generate_tls_certs.sh | 2 +- packages/device-connect-server/security_infra/manage_tenants.sh | 2 +- .../device-connect-server/security_infra/setup_deployment.sh | 2 +- packages/device-connect-server/security_infra/setup_jwt_auth.sh | 2 +- packages/device-connect-server/security_infra/verify_tenants.sh | 2 +- packages/device-connect-server/tests/__init__.py | 2 +- .../tests/device_connect_server/__init__.py | 2 +- .../tests/device_connect_server/test_agentic_driver.py | 2 +- .../tests/device_connect_server/test_devctl_cli.py | 2 +- .../tests/device_connect_server/test_drivers.py | 2 +- .../tests/device_connect_server/test_etcd_state_store.py | 2 +- .../tests/device_connect_server/test_logging.py | 2 +- .../tests/device_connect_server/test_nats_rpc.py | 2 +- .../tests/device_connect_server/test_portal_agent_api.py | 2 +- .../tests/device_connect_server/test_portal_auth_redirect.py | 2 +- .../device_connect_server/test_portal_config_admin_pass.py | 2 +- .../tests/device_connect_server/test_portal_inline_tls.py | 2 +- .../device_connect_server/test_portal_revoke_credential.py | 2 +- .../tests/device_connect_server/test_portal_tokens.py | 2 +- .../tests/device_connect_server/test_portalctl_cli.py | 2 +- .../tests/device_connect_server/test_registry_client.py | 2 +- .../tests/device_connect_server/test_registry_service.py | 2 +- .../device_connect_server/test_registry_tenant_extraction.py | 2 +- .../tests/device_connect_server/test_rpc_handlers.py | 2 +- .../tests/device_connect_server/test_security_acl.py | 2 +- .../tests/device_connect_server/test_security_commissioning.py | 2 +- .../tests/device_connect_server/test_security_credentials.py | 2 +- .../tests/device_connect_server/test_selector_cli.py | 2 +- .../tests/device_connect_server/test_statectl_cli.py | 2 +- .../tests/device_connect_server/test_zenoh_pki.py | 2 +- .../tests/device_connect_server/test_zenoh_portal_fixes.py | 2 +- .../tests/device_connect_server/test_zenoh_reload_gate.py | 2 +- .../tests/device_connect_server/test_zenoh_revocation.py | 2 +- packages/device-connect-server/tests/fuzz/conftest.py | 2 +- packages/device-connect-server/tests/fuzz/fuzz_commissioning.py | 2 +- packages/device-connect-server/tests/fuzz/fuzz_credentials.py | 2 +- .../device-connect-server/tests/fuzz/test_fuzz_commissioning.py | 2 +- .../device-connect-server/tests/fuzz/test_fuzz_credentials.py | 2 +- ruff.toml | 2 +- tests/LICENSE | 2 +- tests/conftest.py | 2 +- tests/docker-compose-itest.yml | 2 +- tests/drivers/__init__.py | 2 +- tests/drivers/camera.py | 2 +- tests/drivers/robot.py | 2 +- tests/drivers/sensor.py | 2 +- tests/fixtures/__init__.py | 2 +- tests/fixtures/devices.py | 2 +- tests/fixtures/events.py | 2 +- tests/fixtures/infrastructure.py | 2 +- tests/fixtures/inject.py | 2 +- tests/fixtures/orchestrator.py | 2 +- tests/fixtures/scale.py | 2 +- tests/tests/__init__.py | 2 +- tests/tests/test_d2d_discovery.py | 2 +- tests/tests/test_d2d_events.py | 2 +- tests/tests/test_d2d_rpc.py | 2 +- tests/tests/test_d2o_events.py | 2 +- tests/tests/test_d2o_rpc.py | 2 +- tests/tests/test_device_lifecycle.py | 2 +- tests/tests/test_messaging_conformance.py | 2 +- tests/tests/test_multi_device_scenario.py | 2 +- tests/tests/test_sensor_device.py | 2 +- tests/tests/test_strands_agent.py | 2 +- tests/tests/test_tools_broadcast.py | 2 +- tests/tests/test_tools_discover.py | 2 +- tests/tests/test_tools_hierarchical.py | 2 +- tests/tests/test_tools_invoke.py | 2 +- tests/tests/test_tools_large_fleet_broadcast.py | 2 +- tests/tests/test_tools_large_fleet_discovery.py | 2 +- tests/tests/test_tools_large_fleet_heterogeneous.py | 2 +- tests/tests/test_tools_large_fleet_invoke.py | 2 +- tests/tests/test_tools_selector.py | 2 +- tests/tests/test_zenoh_streaming.py | 2 +- 260 files changed, 260 insertions(+), 260 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a835c40..bf66366 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3487965..017c57e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/LICENSE b/LICENSE index 4d49912..7d24fb7 100644 --- a/LICENSE +++ b/LICENSE @@ -176,7 +176,7 @@ END OF TERMS AND CONDITIONS - Copyright 2024-2026 Arm Limited + Copyright 2025-2026 Arm Limited Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/packages/device-connect-agent-tools/device_connect_agent_tools/__init__.py b/packages/device-connect-agent-tools/device_connect_agent_tools/__init__.py index 1a7c1e0..b4bfbb6 100644 --- a/packages/device-connect-agent-tools/device_connect_agent_tools/__init__.py +++ b/packages/device-connect-agent-tools/device_connect_agent_tools/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/device_connect_agent_tools/_normalize.py b/packages/device-connect-agent-tools/device_connect_agent_tools/_normalize.py index 1dd38d1..7d31895 100644 --- a/packages/device-connect-agent-tools/device_connect_agent_tools/_normalize.py +++ b/packages/device-connect-agent-tools/device_connect_agent_tools/_normalize.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/device_connect_agent_tools/adapters/__init__.py b/packages/device-connect-agent-tools/device_connect_agent_tools/adapters/__init__.py index d54403e..9951b26 100644 --- a/packages/device-connect-agent-tools/device_connect_agent_tools/adapters/__init__.py +++ b/packages/device-connect-agent-tools/device_connect_agent_tools/adapters/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/device_connect_agent_tools/adapters/claude.py b/packages/device-connect-agent-tools/device_connect_agent_tools/adapters/claude.py index f4a2883..c69a887 100644 --- a/packages/device-connect-agent-tools/device_connect_agent_tools/adapters/claude.py +++ b/packages/device-connect-agent-tools/device_connect_agent_tools/adapters/claude.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/device_connect_agent_tools/adapters/langchain.py b/packages/device-connect-agent-tools/device_connect_agent_tools/adapters/langchain.py index c18ed7e..56ae208 100644 --- a/packages/device-connect-agent-tools/device_connect_agent_tools/adapters/langchain.py +++ b/packages/device-connect-agent-tools/device_connect_agent_tools/adapters/langchain.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/device_connect_agent_tools/adapters/strands.py b/packages/device-connect-agent-tools/device_connect_agent_tools/adapters/strands.py index b68c16b..81efe33 100644 --- a/packages/device-connect-agent-tools/device_connect_agent_tools/adapters/strands.py +++ b/packages/device-connect-agent-tools/device_connect_agent_tools/adapters/strands.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/device_connect_agent_tools/adapters/strands_agent.py b/packages/device-connect-agent-tools/device_connect_agent_tools/adapters/strands_agent.py index c5f5e67..462e27a 100644 --- a/packages/device-connect-agent-tools/device_connect_agent_tools/adapters/strands_agent.py +++ b/packages/device-connect-agent-tools/device_connect_agent_tools/adapters/strands_agent.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/device_connect_agent_tools/agent.py b/packages/device-connect-agent-tools/device_connect_agent_tools/agent.py index 5e7a50b..909faf6 100644 --- a/packages/device-connect-agent-tools/device_connect_agent_tools/agent.py +++ b/packages/device-connect-agent-tools/device_connect_agent_tools/agent.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/device_connect_agent_tools/connection.py b/packages/device-connect-agent-tools/device_connect_agent_tools/connection.py index ad9148c..df403bf 100644 --- a/packages/device-connect-agent-tools/device_connect_agent_tools/connection.py +++ b/packages/device-connect-agent-tools/device_connect_agent_tools/connection.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/__init__.py b/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/__init__.py index 8c56337..8a45504 100644 --- a/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/__init__.py +++ b/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/__main__.py b/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/__main__.py index 4f91bfd..cebe3b8 100644 --- a/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/__main__.py +++ b/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/__main__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/bridge.py b/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/bridge.py index 7fa9225..16e26d7 100644 --- a/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/bridge.py +++ b/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/bridge.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/config.py b/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/config.py index b110367..12ca7da 100644 --- a/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/config.py +++ b/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/device_connect_mcp.py b/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/device_connect_mcp.py index a1100d4..61d7e95 100644 --- a/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/device_connect_mcp.py +++ b/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/device_connect_mcp.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/device_tools.py b/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/device_tools.py index a0d927c..adb046a 100644 --- a/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/device_tools.py +++ b/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/device_tools.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/event_subscriptions.py b/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/event_subscriptions.py index b1abcb5..24752e7 100644 --- a/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/event_subscriptions.py +++ b/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/event_subscriptions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/router.py b/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/router.py index 040b610..aa8198a 100644 --- a/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/router.py +++ b/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/router.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/schema.py b/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/schema.py index b7b8960..5eddfd3 100644 --- a/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/schema.py +++ b/packages/device-connect-agent-tools/device_connect_agent_tools/mcp/schema.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/device_connect_agent_tools/tools.py b/packages/device-connect-agent-tools/device_connect_agent_tools/tools.py index 4b9e87e..d44641c 100644 --- a/packages/device-connect-agent-tools/device_connect_agent_tools/tools.py +++ b/packages/device-connect-agent-tools/device_connect_agent_tools/tools.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/pyproject.toml b/packages/device-connect-agent-tools/pyproject.toml index c5a81e4..59ab76d 100644 --- a/packages/device-connect-agent-tools/pyproject.toml +++ b/packages/device-connect-agent-tools/pyproject.toml @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/tests/__init__.py b/packages/device-connect-agent-tools/tests/__init__.py index 4ffe92e..8b7e8ab 100644 --- a/packages/device-connect-agent-tools/tests/__init__.py +++ b/packages/device-connect-agent-tools/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/tests/conftest.py b/packages/device-connect-agent-tools/tests/conftest.py index 3c44110..9a1f86d 100644 --- a/packages/device-connect-agent-tools/tests/conftest.py +++ b/packages/device-connect-agent-tools/tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/tests/fuzz/conftest.py b/packages/device-connect-agent-tools/tests/fuzz/conftest.py index 2f765ce..a02d4b8 100644 --- a/packages/device-connect-agent-tools/tests/fuzz/conftest.py +++ b/packages/device-connect-agent-tools/tests/fuzz/conftest.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/tests/fuzz/fuzz_jsonrpc_parsing.py b/packages/device-connect-agent-tools/tests/fuzz/fuzz_jsonrpc_parsing.py index a55e407..06de40b 100644 --- a/packages/device-connect-agent-tools/tests/fuzz/fuzz_jsonrpc_parsing.py +++ b/packages/device-connect-agent-tools/tests/fuzz/fuzz_jsonrpc_parsing.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/tests/fuzz/fuzz_schema.py b/packages/device-connect-agent-tools/tests/fuzz/fuzz_schema.py index d949bae..9f4bea6 100644 --- a/packages/device-connect-agent-tools/tests/fuzz/fuzz_schema.py +++ b/packages/device-connect-agent-tools/tests/fuzz/fuzz_schema.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/tests/fuzz/test_fuzz_jsonrpc_parsing.py b/packages/device-connect-agent-tools/tests/fuzz/test_fuzz_jsonrpc_parsing.py index b094150..02a145c 100644 --- a/packages/device-connect-agent-tools/tests/fuzz/test_fuzz_jsonrpc_parsing.py +++ b/packages/device-connect-agent-tools/tests/fuzz/test_fuzz_jsonrpc_parsing.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/tests/fuzz/test_fuzz_schema.py b/packages/device-connect-agent-tools/tests/fuzz/test_fuzz_schema.py index 76a30cc..5dc1656 100644 --- a/packages/device-connect-agent-tools/tests/fuzz/test_fuzz_schema.py +++ b/packages/device-connect-agent-tools/tests/fuzz/test_fuzz_schema.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/tests/test_broadcast.py b/packages/device-connect-agent-tools/tests/test_broadcast.py index 92d04ae..f66eb66 100644 --- a/packages/device-connect-agent-tools/tests/test_broadcast.py +++ b/packages/device-connect-agent-tools/tests/test_broadcast.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/tests/test_claude_adapter.py b/packages/device-connect-agent-tools/tests/test_claude_adapter.py index 4960a49..99b311d 100644 --- a/packages/device-connect-agent-tools/tests/test_claude_adapter.py +++ b/packages/device-connect-agent-tools/tests/test_claude_adapter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/tests/test_connection_unit.py b/packages/device-connect-agent-tools/tests/test_connection_unit.py index fdee16f..e5f1d49 100644 --- a/packages/device-connect-agent-tools/tests/test_connection_unit.py +++ b/packages/device-connect-agent-tools/tests/test_connection_unit.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/tests/test_device_connect_mcp_capabilities.py b/packages/device-connect-agent-tools/tests/test_device_connect_mcp_capabilities.py index e5b022b..3adcef7 100644 --- a/packages/device-connect-agent-tools/tests/test_device_connect_mcp_capabilities.py +++ b/packages/device-connect-agent-tools/tests/test_device_connect_mcp_capabilities.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/tests/test_discover.py b/packages/device-connect-agent-tools/tests/test_discover.py index 3a5702c..6372ed7 100644 --- a/packages/device-connect-agent-tools/tests/test_discover.py +++ b/packages/device-connect-agent-tools/tests/test_discover.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/tests/test_integration.py b/packages/device-connect-agent-tools/tests/test_integration.py index f232cf5..f805a98 100644 --- a/packages/device-connect-agent-tools/tests/test_integration.py +++ b/packages/device-connect-agent-tools/tests/test_integration.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/tests/test_invoke.py b/packages/device-connect-agent-tools/tests/test_invoke.py index 16ab8b4..5e855dc 100644 --- a/packages/device-connect-agent-tools/tests/test_invoke.py +++ b/packages/device-connect-agent-tools/tests/test_invoke.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/tests/test_langchain_adapter.py b/packages/device-connect-agent-tools/tests/test_langchain_adapter.py index 9aae070..b95380b 100644 --- a/packages/device-connect-agent-tools/tests/test_langchain_adapter.py +++ b/packages/device-connect-agent-tools/tests/test_langchain_adapter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/tests/test_mcp_bridge_subscriptions.py b/packages/device-connect-agent-tools/tests/test_mcp_bridge_subscriptions.py index 97c44ca..0528de6 100644 --- a/packages/device-connect-agent-tools/tests/test_mcp_bridge_subscriptions.py +++ b/packages/device-connect-agent-tools/tests/test_mcp_bridge_subscriptions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/tests/test_normalize.py b/packages/device-connect-agent-tools/tests/test_normalize.py index 6c25a1d..50bd20b 100644 --- a/packages/device-connect-agent-tools/tests/test_normalize.py +++ b/packages/device-connect-agent-tools/tests/test_normalize.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/tests/test_strands_adapter.py b/packages/device-connect-agent-tools/tests/test_strands_adapter.py index 4e46ceb..979aafb 100644 --- a/packages/device-connect-agent-tools/tests/test_strands_adapter.py +++ b/packages/device-connect-agent-tools/tests/test_strands_adapter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/tests/test_subscribe.py b/packages/device-connect-agent-tools/tests/test_subscribe.py index 8b24e45..ada45ca 100644 --- a/packages/device-connect-agent-tools/tests/test_subscribe.py +++ b/packages/device-connect-agent-tools/tests/test_subscribe.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-agent-tools/tests/test_tools_unit.py b/packages/device-connect-agent-tools/tests/test_tools_unit.py index 311bfeb..4a71cb9 100644 --- a/packages/device-connect-agent-tools/tests/test_tools_unit.py +++ b/packages/device-connect-agent-tools/tests/test_tools_unit.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/LICENSE b/packages/device-connect-edge/LICENSE index 63b6ca0..9b7c9ed 100644 --- a/packages/device-connect-edge/LICENSE +++ b/packages/device-connect-edge/LICENSE @@ -1,4 +1,4 @@ -Copyright 2024-2026 Arm Limited +Copyright 2025-2026 Arm Limited PROPRIETARY AND CONFIDENTIAL All Rights Reserved. diff --git a/packages/device-connect-edge/device_connect_edge/__init__.py b/packages/device-connect-edge/device_connect_edge/__init__.py index 4812c51..6a6bdc7 100644 --- a/packages/device-connect-edge/device_connect_edge/__init__.py +++ b/packages/device-connect-edge/device_connect_edge/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/device_connect_edge/device.py b/packages/device-connect-edge/device_connect_edge/device.py index c3e2f51..411dd4f 100644 --- a/packages/device-connect-edge/device_connect_edge/device.py +++ b/packages/device-connect-edge/device_connect_edge/device.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/device_connect_edge/discovery.py b/packages/device-connect-edge/device_connect_edge/discovery.py index 801d42a..b55f6c7 100644 --- a/packages/device-connect-edge/device_connect_edge/discovery.py +++ b/packages/device-connect-edge/device_connect_edge/discovery.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/device_connect_edge/discovery_provider.py b/packages/device-connect-edge/device_connect_edge/discovery_provider.py index 8a5b772..0dd0d37 100644 --- a/packages/device-connect-edge/device_connect_edge/discovery_provider.py +++ b/packages/device-connect-edge/device_connect_edge/discovery_provider.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/device_connect_edge/drivers/__init__.py b/packages/device-connect-edge/device_connect_edge/drivers/__init__.py index 8a95e7e..f7ff00c 100644 --- a/packages/device-connect-edge/device_connect_edge/drivers/__init__.py +++ b/packages/device-connect-edge/device_connect_edge/drivers/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/device_connect_edge/drivers/base.py b/packages/device-connect-edge/device_connect_edge/drivers/base.py index 93d2a00..a43af45 100644 --- a/packages/device-connect-edge/device_connect_edge/drivers/base.py +++ b/packages/device-connect-edge/device_connect_edge/drivers/base.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/device_connect_edge/drivers/capability_loader.py b/packages/device-connect-edge/device_connect_edge/drivers/capability_loader.py index 824add6..5fe052e 100644 --- a/packages/device-connect-edge/device_connect_edge/drivers/capability_loader.py +++ b/packages/device-connect-edge/device_connect_edge/drivers/capability_loader.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/device_connect_edge/drivers/decorators.py b/packages/device-connect-edge/device_connect_edge/drivers/decorators.py index dfa6935..8a4c3b1 100644 --- a/packages/device-connect-edge/device_connect_edge/drivers/decorators.py +++ b/packages/device-connect-edge/device_connect_edge/drivers/decorators.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/device_connect_edge/drivers/transport.py b/packages/device-connect-edge/device_connect_edge/drivers/transport.py index e4a6243..1824d93 100644 --- a/packages/device-connect-edge/device_connect_edge/drivers/transport.py +++ b/packages/device-connect-edge/device_connect_edge/drivers/transport.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/device_connect_edge/errors.py b/packages/device-connect-edge/device_connect_edge/errors.py index 85d5a00..0748bf0 100644 --- a/packages/device-connect-edge/device_connect_edge/errors.py +++ b/packages/device-connect-edge/device_connect_edge/errors.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/device_connect_edge/messaging/__init__.py b/packages/device-connect-edge/device_connect_edge/messaging/__init__.py index 99bf7af..03bc37a 100644 --- a/packages/device-connect-edge/device_connect_edge/messaging/__init__.py +++ b/packages/device-connect-edge/device_connect_edge/messaging/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/device_connect_edge/messaging/base.py b/packages/device-connect-edge/device_connect_edge/messaging/base.py index dcaa380..895cc01 100644 --- a/packages/device-connect-edge/device_connect_edge/messaging/base.py +++ b/packages/device-connect-edge/device_connect_edge/messaging/base.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/device_connect_edge/messaging/config.py b/packages/device-connect-edge/device_connect_edge/messaging/config.py index 615cb8c..110f5d1 100644 --- a/packages/device-connect-edge/device_connect_edge/messaging/config.py +++ b/packages/device-connect-edge/device_connect_edge/messaging/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/device_connect_edge/messaging/exceptions.py b/packages/device-connect-edge/device_connect_edge/messaging/exceptions.py index bb3de71..d3d1688 100644 --- a/packages/device-connect-edge/device_connect_edge/messaging/exceptions.py +++ b/packages/device-connect-edge/device_connect_edge/messaging/exceptions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/device_connect_edge/messaging/mqtt_adapter.py b/packages/device-connect-edge/device_connect_edge/messaging/mqtt_adapter.py index 29e629d..3949ec2 100644 --- a/packages/device-connect-edge/device_connect_edge/messaging/mqtt_adapter.py +++ b/packages/device-connect-edge/device_connect_edge/messaging/mqtt_adapter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/device_connect_edge/messaging/nats_adapter.py b/packages/device-connect-edge/device_connect_edge/messaging/nats_adapter.py index 308290f..4b2ec04 100644 --- a/packages/device-connect-edge/device_connect_edge/messaging/nats_adapter.py +++ b/packages/device-connect-edge/device_connect_edge/messaging/nats_adapter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/device_connect_edge/messaging/zenoh_adapter.py b/packages/device-connect-edge/device_connect_edge/messaging/zenoh_adapter.py index a4e6025..317b541 100644 --- a/packages/device-connect-edge/device_connect_edge/messaging/zenoh_adapter.py +++ b/packages/device-connect-edge/device_connect_edge/messaging/zenoh_adapter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/device_connect_edge/predicate.py b/packages/device-connect-edge/device_connect_edge/predicate.py index 5bf5ff6..a6cdbfb 100644 --- a/packages/device-connect-edge/device_connect_edge/predicate.py +++ b/packages/device-connect-edge/device_connect_edge/predicate.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/device_connect_edge/registry_client.py b/packages/device-connect-edge/device_connect_edge/registry_client.py index aa4ec0f..f6dd0df 100644 --- a/packages/device-connect-edge/device_connect_edge/registry_client.py +++ b/packages/device-connect-edge/device_connect_edge/registry_client.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/device_connect_edge/selector.py b/packages/device-connect-edge/device_connect_edge/selector.py index 61d0132..3604701 100644 --- a/packages/device-connect-edge/device_connect_edge/selector.py +++ b/packages/device-connect-edge/device_connect_edge/selector.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/device_connect_edge/telemetry/__init__.py b/packages/device-connect-edge/device_connect_edge/telemetry/__init__.py index 5e4f698..12a62b8 100644 --- a/packages/device-connect-edge/device_connect_edge/telemetry/__init__.py +++ b/packages/device-connect-edge/device_connect_edge/telemetry/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/device_connect_edge/telemetry/config.py b/packages/device-connect-edge/device_connect_edge/telemetry/config.py index f8edb0a..1c5150a 100644 --- a/packages/device-connect-edge/device_connect_edge/telemetry/config.py +++ b/packages/device-connect-edge/device_connect_edge/telemetry/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/device_connect_edge/telemetry/file_buffer_exporter.py b/packages/device-connect-edge/device_connect_edge/telemetry/file_buffer_exporter.py index 8489358..d510f00 100644 --- a/packages/device-connect-edge/device_connect_edge/telemetry/file_buffer_exporter.py +++ b/packages/device-connect-edge/device_connect_edge/telemetry/file_buffer_exporter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/device_connect_edge/telemetry/metrics.py b/packages/device-connect-edge/device_connect_edge/telemetry/metrics.py index 9a948f3..22f63fb 100644 --- a/packages/device-connect-edge/device_connect_edge/telemetry/metrics.py +++ b/packages/device-connect-edge/device_connect_edge/telemetry/metrics.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/device_connect_edge/telemetry/propagation.py b/packages/device-connect-edge/device_connect_edge/telemetry/propagation.py index 973adf1..0b7c022 100644 --- a/packages/device-connect-edge/device_connect_edge/telemetry/propagation.py +++ b/packages/device-connect-edge/device_connect_edge/telemetry/propagation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/device_connect_edge/telemetry/tracer.py b/packages/device-connect-edge/device_connect_edge/telemetry/tracer.py index b58dba6..cf5aa50 100644 --- a/packages/device-connect-edge/device_connect_edge/telemetry/tracer.py +++ b/packages/device-connect-edge/device_connect_edge/telemetry/tracer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/device_connect_edge/types.py b/packages/device-connect-edge/device_connect_edge/types.py index 9d3d621..3bc50b5 100644 --- a/packages/device-connect-edge/device_connect_edge/types.py +++ b/packages/device-connect-edge/device_connect_edge/types.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/examples/dht22_sensor/device_driver.py b/packages/device-connect-edge/examples/dht22_sensor/device_driver.py index d2ef31e..84d7724 100644 --- a/packages/device-connect-edge/examples/dht22_sensor/device_driver.py +++ b/packages/device-connect-edge/examples/dht22_sensor/device_driver.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/examples/number_generator/device_simulator.py b/packages/device-connect-edge/examples/number_generator/device_simulator.py index dcf4b87..b3bfb30 100644 --- a/packages/device-connect-edge/examples/number_generator/device_simulator.py +++ b/packages/device-connect-edge/examples/number_generator/device_simulator.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/examples/string_generator/device_simulator.py b/packages/device-connect-edge/examples/string_generator/device_simulator.py index 6c3b60b..9fed38f 100644 --- a/packages/device-connect-edge/examples/string_generator/device_simulator.py +++ b/packages/device-connect-edge/examples/string_generator/device_simulator.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/pyproject.toml b/packages/device-connect-edge/pyproject.toml index 9cf44a3..5737f89 100644 --- a/packages/device-connect-edge/pyproject.toml +++ b/packages/device-connect-edge/pyproject.toml @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/tests/__init__.py b/packages/device-connect-edge/tests/__init__.py index 4ffe92e..8b7e8ab 100644 --- a/packages/device-connect-edge/tests/__init__.py +++ b/packages/device-connect-edge/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/tests/fuzz/conftest.py b/packages/device-connect-edge/tests/fuzz/conftest.py index 1d02f5f..06ba7f7 100644 --- a/packages/device-connect-edge/tests/fuzz/conftest.py +++ b/packages/device-connect-edge/tests/fuzz/conftest.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/tests/fuzz/fuzz_credentials_json.py b/packages/device-connect-edge/tests/fuzz/fuzz_credentials_json.py index e81de2d..fb375d2 100644 --- a/packages/device-connect-edge/tests/fuzz/fuzz_credentials_json.py +++ b/packages/device-connect-edge/tests/fuzz/fuzz_credentials_json.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/tests/fuzz/fuzz_jsonrpc_cmd.py b/packages/device-connect-edge/tests/fuzz/fuzz_jsonrpc_cmd.py index 010ef68..edd0313 100644 --- a/packages/device-connect-edge/tests/fuzz/fuzz_jsonrpc_cmd.py +++ b/packages/device-connect-edge/tests/fuzz/fuzz_jsonrpc_cmd.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/tests/fuzz/fuzz_nats_creds.py b/packages/device-connect-edge/tests/fuzz/fuzz_nats_creds.py index 02d43c0..32c7553 100644 --- a/packages/device-connect-edge/tests/fuzz/fuzz_nats_creds.py +++ b/packages/device-connect-edge/tests/fuzz/fuzz_nats_creds.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/tests/fuzz/fuzz_pydantic_models.py b/packages/device-connect-edge/tests/fuzz/fuzz_pydantic_models.py index f8ba109..d26ba7d 100644 --- a/packages/device-connect-edge/tests/fuzz/fuzz_pydantic_models.py +++ b/packages/device-connect-edge/tests/fuzz/fuzz_pydantic_models.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/tests/fuzz/report_hypothesis.py b/packages/device-connect-edge/tests/fuzz/report_hypothesis.py index b7c9ed2..51e3b6d 100644 --- a/packages/device-connect-edge/tests/fuzz/report_hypothesis.py +++ b/packages/device-connect-edge/tests/fuzz/report_hypothesis.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/tests/fuzz/run_atheris.py b/packages/device-connect-edge/tests/fuzz/run_atheris.py index b9fc2e9..18d0197 100644 --- a/packages/device-connect-edge/tests/fuzz/run_atheris.py +++ b/packages/device-connect-edge/tests/fuzz/run_atheris.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/tests/fuzz/test_fuzz_credentials_json.py b/packages/device-connect-edge/tests/fuzz/test_fuzz_credentials_json.py index 4bdc475..2feb707 100644 --- a/packages/device-connect-edge/tests/fuzz/test_fuzz_credentials_json.py +++ b/packages/device-connect-edge/tests/fuzz/test_fuzz_credentials_json.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/tests/fuzz/test_fuzz_jsonrpc_cmd.py b/packages/device-connect-edge/tests/fuzz/test_fuzz_jsonrpc_cmd.py index 137f08a..f148c1b 100644 --- a/packages/device-connect-edge/tests/fuzz/test_fuzz_jsonrpc_cmd.py +++ b/packages/device-connect-edge/tests/fuzz/test_fuzz_jsonrpc_cmd.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/tests/fuzz/test_fuzz_nats_creds.py b/packages/device-connect-edge/tests/fuzz/test_fuzz_nats_creds.py index 9e6a008..0733e0d 100644 --- a/packages/device-connect-edge/tests/fuzz/test_fuzz_nats_creds.py +++ b/packages/device-connect-edge/tests/fuzz/test_fuzz_nats_creds.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/tests/fuzz/test_fuzz_pydantic_models.py b/packages/device-connect-edge/tests/fuzz/test_fuzz_pydantic_models.py index c518f5f..d376a15 100644 --- a/packages/device-connect-edge/tests/fuzz/test_fuzz_pydantic_models.py +++ b/packages/device-connect-edge/tests/fuzz/test_fuzz_pydantic_models.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/tests/test_capability_loader.py b/packages/device-connect-edge/tests/test_capability_loader.py index 0f7d22c..3977bad 100644 --- a/packages/device-connect-edge/tests/test_capability_loader.py +++ b/packages/device-connect-edge/tests/test_capability_loader.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/tests/test_device.py b/packages/device-connect-edge/tests/test_device.py index 8047e80..d808285 100644 --- a/packages/device-connect-edge/tests/test_device.py +++ b/packages/device-connect-edge/tests/test_device.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/tests/test_device_where.py b/packages/device-connect-edge/tests/test_device_where.py index e58c242..f74f9c3 100644 --- a/packages/device-connect-edge/tests/test_device_where.py +++ b/packages/device-connect-edge/tests/test_device_where.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/tests/test_discovery.py b/packages/device-connect-edge/tests/test_discovery.py index 8a8f36f..2e7f366 100644 --- a/packages/device-connect-edge/tests/test_discovery.py +++ b/packages/device-connect-edge/tests/test_discovery.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/tests/test_driver_transport.py b/packages/device-connect-edge/tests/test_driver_transport.py index 83384c4..43169b5 100644 --- a/packages/device-connect-edge/tests/test_driver_transport.py +++ b/packages/device-connect-edge/tests/test_driver_transport.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/tests/test_drivers.py b/packages/device-connect-edge/tests/test_drivers.py index b17b4df..bee655c 100644 --- a/packages/device-connect-edge/tests/test_drivers.py +++ b/packages/device-connect-edge/tests/test_drivers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/tests/test_errors.py b/packages/device-connect-edge/tests/test_errors.py index 20f4edd..4af6ef1 100644 --- a/packages/device-connect-edge/tests/test_errors.py +++ b/packages/device-connect-edge/tests/test_errors.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/tests/test_file_buffer_exporter.py b/packages/device-connect-edge/tests/test_file_buffer_exporter.py index 07c1cf5..619f020 100644 --- a/packages/device-connect-edge/tests/test_file_buffer_exporter.py +++ b/packages/device-connect-edge/tests/test_file_buffer_exporter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/tests/test_messaging_base.py b/packages/device-connect-edge/tests/test_messaging_base.py index e1f82b0..9c36d57 100644 --- a/packages/device-connect-edge/tests/test_messaging_base.py +++ b/packages/device-connect-edge/tests/test_messaging_base.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/tests/test_messaging_config.py b/packages/device-connect-edge/tests/test_messaging_config.py index e7483f1..3aefb51 100644 --- a/packages/device-connect-edge/tests/test_messaging_config.py +++ b/packages/device-connect-edge/tests/test_messaging_config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/tests/test_messaging_exceptions.py b/packages/device-connect-edge/tests/test_messaging_exceptions.py index c13fecd..ec497a4 100644 --- a/packages/device-connect-edge/tests/test_messaging_exceptions.py +++ b/packages/device-connect-edge/tests/test_messaging_exceptions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/tests/test_mqtt_adapter.py b/packages/device-connect-edge/tests/test_mqtt_adapter.py index 7c5d04d..92d5e15 100644 --- a/packages/device-connect-edge/tests/test_mqtt_adapter.py +++ b/packages/device-connect-edge/tests/test_mqtt_adapter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/tests/test_nats_adapter.py b/packages/device-connect-edge/tests/test_nats_adapter.py index 65c92a9..786e8fe 100644 --- a/packages/device-connect-edge/tests/test_nats_adapter.py +++ b/packages/device-connect-edge/tests/test_nats_adapter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/tests/test_predicate.py b/packages/device-connect-edge/tests/test_predicate.py index 4b03778..86cdd50 100644 --- a/packages/device-connect-edge/tests/test_predicate.py +++ b/packages/device-connect-edge/tests/test_predicate.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/tests/test_registry_client.py b/packages/device-connect-edge/tests/test_registry_client.py index 5817e64..2cb9b2b 100644 --- a/packages/device-connect-edge/tests/test_registry_client.py +++ b/packages/device-connect-edge/tests/test_registry_client.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/tests/test_rpc_source_device.py b/packages/device-connect-edge/tests/test_rpc_source_device.py index 39681eb..3e2d13a 100644 --- a/packages/device-connect-edge/tests/test_rpc_source_device.py +++ b/packages/device-connect-edge/tests/test_rpc_source_device.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/tests/test_selector.py b/packages/device-connect-edge/tests/test_selector.py index 872c69c..955dab9 100644 --- a/packages/device-connect-edge/tests/test_selector.py +++ b/packages/device-connect-edge/tests/test_selector.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/tests/test_telemetry.py b/packages/device-connect-edge/tests/test_telemetry.py index 5e58d41..b067fe9 100644 --- a/packages/device-connect-edge/tests/test_telemetry.py +++ b/packages/device-connect-edge/tests/test_telemetry.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/tests/test_types.py b/packages/device-connect-edge/tests/test_types.py index a0b09a5..4b4675b 100644 --- a/packages/device-connect-edge/tests/test_types.py +++ b/packages/device-connect-edge/tests/test_types.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/tests/test_wait_for_device.py b/packages/device-connect-edge/tests/test_wait_for_device.py index 4fda912..a7394ce 100644 --- a/packages/device-connect-edge/tests/test_wait_for_device.py +++ b/packages/device-connect-edge/tests/test_wait_for_device.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/tests/test_zenoh_adapter.py b/packages/device-connect-edge/tests/test_zenoh_adapter.py index c4c85c1..7d505f8 100644 --- a/packages/device-connect-edge/tests/test_zenoh_adapter.py +++ b/packages/device-connect-edge/tests/test_zenoh_adapter.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-edge/tests/test_zenoh_reconnect.py b/packages/device-connect-edge/tests/test_zenoh_reconnect.py index 19766d8..71d5884 100644 --- a/packages/device-connect-edge/tests/test_zenoh_reconnect.py +++ b/packages/device-connect-edge/tests/test_zenoh_reconnect.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/LICENSE b/packages/device-connect-server/LICENSE index 63b6ca0..9b7c9ed 100644 --- a/packages/device-connect-server/LICENSE +++ b/packages/device-connect-server/LICENSE @@ -1,4 +1,4 @@ -Copyright 2024-2026 Arm Limited +Copyright 2025-2026 Arm Limited PROPRIETARY AND CONFIDENTIAL All Rights Reserved. diff --git a/packages/device-connect-server/device_connect_server/__init__.py b/packages/device-connect-server/device_connect_server/__init__.py index c46d019..601b54d 100644 --- a/packages/device-connect-server/device_connect_server/__init__.py +++ b/packages/device-connect-server/device_connect_server/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/devctl/__init__.py b/packages/device-connect-server/device_connect_server/devctl/__init__.py index 2f91e33..94aeabc 100644 --- a/packages/device-connect-server/device_connect_server/devctl/__init__.py +++ b/packages/device-connect-server/device_connect_server/devctl/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/devctl/__main__.py b/packages/device-connect-server/device_connect_server/devctl/__main__.py index 898cc9b..35d98f5 100644 --- a/packages/device-connect-server/device_connect_server/devctl/__main__.py +++ b/packages/device-connect-server/device_connect_server/devctl/__main__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/devctl/cli.py b/packages/device-connect-server/device_connect_server/devctl/cli.py index f73ec6a..dbae8d6 100644 --- a/packages/device-connect-server/device_connect_server/devctl/cli.py +++ b/packages/device-connect-server/device_connect_server/devctl/cli.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/devctl/selector_cli.py b/packages/device-connect-server/device_connect_server/devctl/selector_cli.py index 68a6637..e18dbed 100644 --- a/packages/device-connect-server/device_connect_server/devctl/selector_cli.py +++ b/packages/device-connect-server/device_connect_server/devctl/selector_cli.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/logging/__init__.py b/packages/device-connect-server/device_connect_server/logging/__init__.py index 62810a1..a527673 100644 --- a/packages/device-connect-server/device_connect_server/logging/__init__.py +++ b/packages/device-connect-server/device_connect_server/logging/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/logging/base.py b/packages/device-connect-server/device_connect_server/logging/base.py index b18e113..75a3852 100644 --- a/packages/device-connect-server/device_connect_server/logging/base.py +++ b/packages/device-connect-server/device_connect_server/logging/base.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/logging/mongo.py b/packages/device-connect-server/device_connect_server/logging/mongo.py index 61808f2..a18d9d3 100644 --- a/packages/device-connect-server/device_connect_server/logging/mongo.py +++ b/packages/device-connect-server/device_connect_server/logging/mongo.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portal/__init__.py b/packages/device-connect-server/device_connect_server/portal/__init__.py index 86b50db..ed2dd3b 100644 --- a/packages/device-connect-server/device_connect_server/portal/__init__.py +++ b/packages/device-connect-server/device_connect_server/portal/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portal/__main__.py b/packages/device-connect-server/device_connect_server/portal/__main__.py index 208dbc6..ae13c57 100644 --- a/packages/device-connect-server/device_connect_server/portal/__main__.py +++ b/packages/device-connect-server/device_connect_server/portal/__main__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portal/app.py b/packages/device-connect-server/device_connect_server/portal/app.py index 87d7acb..60e5cd8 100644 --- a/packages/device-connect-server/device_connect_server/portal/app.py +++ b/packages/device-connect-server/device_connect_server/portal/app.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portal/config.py b/packages/device-connect-server/device_connect_server/portal/config.py index c2a8cc4..4bd7c65 100644 --- a/packages/device-connect-server/device_connect_server/portal/config.py +++ b/packages/device-connect-server/device_connect_server/portal/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portal/services/__init__.py b/packages/device-connect-server/device_connect_server/portal/services/__init__.py index 4ffe92e..8b7e8ab 100644 --- a/packages/device-connect-server/device_connect_server/portal/services/__init__.py +++ b/packages/device-connect-server/device_connect_server/portal/services/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portal/services/backend.py b/packages/device-connect-server/device_connect_server/portal/services/backend.py index f69e71b..ec66a2c 100644 --- a/packages/device-connect-server/device_connect_server/portal/services/backend.py +++ b/packages/device-connect-server/device_connect_server/portal/services/backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portal/services/bundles.py b/packages/device-connect-server/device_connect_server/portal/services/bundles.py index a4f4d9d..e3aa314 100644 --- a/packages/device-connect-server/device_connect_server/portal/services/bundles.py +++ b/packages/device-connect-server/device_connect_server/portal/services/bundles.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portal/services/cli_auth.py b/packages/device-connect-server/device_connect_server/portal/services/cli_auth.py index 37ee5b4..61edf15 100644 --- a/packages/device-connect-server/device_connect_server/portal/services/cli_auth.py +++ b/packages/device-connect-server/device_connect_server/portal/services/cli_auth.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portal/services/credentials.py b/packages/device-connect-server/device_connect_server/portal/services/credentials.py index d1e041c..7d2164d 100644 --- a/packages/device-connect-server/device_connect_server/portal/services/credentials.py +++ b/packages/device-connect-server/device_connect_server/portal/services/credentials.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portal/services/mqtt_acl.py b/packages/device-connect-server/device_connect_server/portal/services/mqtt_acl.py index cfb6410..038c32e 100644 --- a/packages/device-connect-server/device_connect_server/portal/services/mqtt_acl.py +++ b/packages/device-connect-server/device_connect_server/portal/services/mqtt_acl.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portal/services/mqtt_admin.py b/packages/device-connect-server/device_connect_server/portal/services/mqtt_admin.py index d5793eb..3e9d80a 100644 --- a/packages/device-connect-server/device_connect_server/portal/services/mqtt_admin.py +++ b/packages/device-connect-server/device_connect_server/portal/services/mqtt_admin.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portal/services/mqtt_backend.py b/packages/device-connect-server/device_connect_server/portal/services/mqtt_backend.py index 143570a..2499bd0 100644 --- a/packages/device-connect-server/device_connect_server/portal/services/mqtt_backend.py +++ b/packages/device-connect-server/device_connect_server/portal/services/mqtt_backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portal/services/mqtt_rpc.py b/packages/device-connect-server/device_connect_server/portal/services/mqtt_rpc.py index 583a45f..d9f701c 100644 --- a/packages/device-connect-server/device_connect_server/portal/services/mqtt_rpc.py +++ b/packages/device-connect-server/device_connect_server/portal/services/mqtt_rpc.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portal/services/nats_admin.py b/packages/device-connect-server/device_connect_server/portal/services/nats_admin.py index 120e426..f9036d5 100644 --- a/packages/device-connect-server/device_connect_server/portal/services/nats_admin.py +++ b/packages/device-connect-server/device_connect_server/portal/services/nats_admin.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portal/services/nats_backend.py b/packages/device-connect-server/device_connect_server/portal/services/nats_backend.py index 7213ed6..696dce7 100644 --- a/packages/device-connect-server/device_connect_server/portal/services/nats_backend.py +++ b/packages/device-connect-server/device_connect_server/portal/services/nats_backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portal/services/nats_rpc.py b/packages/device-connect-server/device_connect_server/portal/services/nats_rpc.py index 82a61b3..de243f9 100644 --- a/packages/device-connect-server/device_connect_server/portal/services/nats_rpc.py +++ b/packages/device-connect-server/device_connect_server/portal/services/nats_rpc.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portal/services/nsc.py b/packages/device-connect-server/device_connect_server/portal/services/nsc.py index 1c4fcc8..c60a183 100644 --- a/packages/device-connect-server/device_connect_server/portal/services/nsc.py +++ b/packages/device-connect-server/device_connect_server/portal/services/nsc.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portal/services/registry_client.py b/packages/device-connect-server/device_connect_server/portal/services/registry_client.py index 2789567..7b03d73 100644 --- a/packages/device-connect-server/device_connect_server/portal/services/registry_client.py +++ b/packages/device-connect-server/device_connect_server/portal/services/registry_client.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portal/services/tokens.py b/packages/device-connect-server/device_connect_server/portal/services/tokens.py index 62f8d4e..ab087db 100644 --- a/packages/device-connect-server/device_connect_server/portal/services/tokens.py +++ b/packages/device-connect-server/device_connect_server/portal/services/tokens.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portal/services/users.py b/packages/device-connect-server/device_connect_server/portal/services/users.py index da025c1..8978503 100644 --- a/packages/device-connect-server/device_connect_server/portal/services/users.py +++ b/packages/device-connect-server/device_connect_server/portal/services/users.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portal/services/verification.py b/packages/device-connect-server/device_connect_server/portal/services/verification.py index e0b0d46..eecd27c 100644 --- a/packages/device-connect-server/device_connect_server/portal/services/verification.py +++ b/packages/device-connect-server/device_connect_server/portal/services/verification.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portal/services/zenoh_acl.py b/packages/device-connect-server/device_connect_server/portal/services/zenoh_acl.py index 31da515..e366f7f 100644 --- a/packages/device-connect-server/device_connect_server/portal/services/zenoh_acl.py +++ b/packages/device-connect-server/device_connect_server/portal/services/zenoh_acl.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portal/services/zenoh_admin.py b/packages/device-connect-server/device_connect_server/portal/services/zenoh_admin.py index 6835494..2b5bd08 100644 --- a/packages/device-connect-server/device_connect_server/portal/services/zenoh_admin.py +++ b/packages/device-connect-server/device_connect_server/portal/services/zenoh_admin.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portal/services/zenoh_backend.py b/packages/device-connect-server/device_connect_server/portal/services/zenoh_backend.py index cf2ebfb..e6b75b8 100644 --- a/packages/device-connect-server/device_connect_server/portal/services/zenoh_backend.py +++ b/packages/device-connect-server/device_connect_server/portal/services/zenoh_backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portal/services/zenoh_pki.py b/packages/device-connect-server/device_connect_server/portal/services/zenoh_pki.py index eed5493..361f753 100644 --- a/packages/device-connect-server/device_connect_server/portal/services/zenoh_pki.py +++ b/packages/device-connect-server/device_connect_server/portal/services/zenoh_pki.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portal/services/zenoh_rpc.py b/packages/device-connect-server/device_connect_server/portal/services/zenoh_rpc.py index 1f5d294..4f3de74 100644 --- a/packages/device-connect-server/device_connect_server/portal/services/zenoh_rpc.py +++ b/packages/device-connect-server/device_connect_server/portal/services/zenoh_rpc.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portal/views/__init__.py b/packages/device-connect-server/device_connect_server/portal/views/__init__.py index 4ffe92e..8b7e8ab 100644 --- a/packages/device-connect-server/device_connect_server/portal/views/__init__.py +++ b/packages/device-connect-server/device_connect_server/portal/views/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portal/views/admin.py b/packages/device-connect-server/device_connect_server/portal/views/admin.py index 01c9d32..0c18643 100644 --- a/packages/device-connect-server/device_connect_server/portal/views/admin.py +++ b/packages/device-connect-server/device_connect_server/portal/views/admin.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portal/views/agent_api.py b/packages/device-connect-server/device_connect_server/portal/views/agent_api.py index 1354e3c..212f840 100644 --- a/packages/device-connect-server/device_connect_server/portal/views/agent_api.py +++ b/packages/device-connect-server/device_connect_server/portal/views/agent_api.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portal/views/auth.py b/packages/device-connect-server/device_connect_server/portal/views/auth.py index 08ad513..be9fd8d 100644 --- a/packages/device-connect-server/device_connect_server/portal/views/auth.py +++ b/packages/device-connect-server/device_connect_server/portal/views/auth.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portal/views/cli_auth.py b/packages/device-connect-server/device_connect_server/portal/views/cli_auth.py index 3a13b1f..ca6d1f0 100644 --- a/packages/device-connect-server/device_connect_server/portal/views/cli_auth.py +++ b/packages/device-connect-server/device_connect_server/portal/views/cli_auth.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portal/views/coding_agents.py b/packages/device-connect-server/device_connect_server/portal/views/coding_agents.py index 857c50b..6da6f1f 100644 --- a/packages/device-connect-server/device_connect_server/portal/views/coding_agents.py +++ b/packages/device-connect-server/device_connect_server/portal/views/coding_agents.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portal/views/dashboard.py b/packages/device-connect-server/device_connect_server/portal/views/dashboard.py index c5133d1..afb43fe 100644 --- a/packages/device-connect-server/device_connect_server/portal/views/dashboard.py +++ b/packages/device-connect-server/device_connect_server/portal/views/dashboard.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portal/views/devices.py b/packages/device-connect-server/device_connect_server/portal/views/devices.py index c03a00d..1e1deab 100644 --- a/packages/device-connect-server/device_connect_server/portal/views/devices.py +++ b/packages/device-connect-server/device_connect_server/portal/views/devices.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portalctl/__init__.py b/packages/device-connect-server/device_connect_server/portalctl/__init__.py index 9c9a161..0708a88 100644 --- a/packages/device-connect-server/device_connect_server/portalctl/__init__.py +++ b/packages/device-connect-server/device_connect_server/portalctl/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portalctl/__main__.py b/packages/device-connect-server/device_connect_server/portalctl/__main__.py index 74da811..60159c6 100644 --- a/packages/device-connect-server/device_connect_server/portalctl/__main__.py +++ b/packages/device-connect-server/device_connect_server/portalctl/__main__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portalctl/admin_tokens.py b/packages/device-connect-server/device_connect_server/portalctl/admin_tokens.py index 4ab847b..2e6b356 100644 --- a/packages/device-connect-server/device_connect_server/portalctl/admin_tokens.py +++ b/packages/device-connect-server/device_connect_server/portalctl/admin_tokens.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portalctl/cli.py b/packages/device-connect-server/device_connect_server/portalctl/cli.py index 00906f3..978fd67 100644 --- a/packages/device-connect-server/device_connect_server/portalctl/cli.py +++ b/packages/device-connect-server/device_connect_server/portalctl/cli.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/portalctl/streaming.py b/packages/device-connect-server/device_connect_server/portalctl/streaming.py index 0e8814e..800059a 100644 --- a/packages/device-connect-server/device_connect_server/portalctl/streaming.py +++ b/packages/device-connect-server/device_connect_server/portalctl/streaming.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/registry/__init__.py b/packages/device-connect-server/device_connect_server/registry/__init__.py index 790053f..42ea21d 100644 --- a/packages/device-connect-server/device_connect_server/registry/__init__.py +++ b/packages/device-connect-server/device_connect_server/registry/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/registry/client.py b/packages/device-connect-server/device_connect_server/registry/client.py index 23f84b6..6ac989d 100644 --- a/packages/device-connect-server/device_connect_server/registry/client.py +++ b/packages/device-connect-server/device_connect_server/registry/client.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/registry/service/__init__.py b/packages/device-connect-server/device_connect_server/registry/service/__init__.py index 38bcac5..a73c8df 100644 --- a/packages/device-connect-server/device_connect_server/registry/service/__init__.py +++ b/packages/device-connect-server/device_connect_server/registry/service/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/registry/service/main.py b/packages/device-connect-server/device_connect_server/registry/service/main.py index a2c60c6..6121f18 100644 --- a/packages/device-connect-server/device_connect_server/registry/service/main.py +++ b/packages/device-connect-server/device_connect_server/registry/service/main.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/registry/service/registry.py b/packages/device-connect-server/device_connect_server/registry/service/registry.py index 4655562..88de74a 100644 --- a/packages/device-connect-server/device_connect_server/registry/service/registry.py +++ b/packages/device-connect-server/device_connect_server/registry/service/registry.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/security/__init__.py b/packages/device-connect-server/device_connect_server/security/__init__.py index b22d383..8bd75fc 100644 --- a/packages/device-connect-server/device_connect_server/security/__init__.py +++ b/packages/device-connect-server/device_connect_server/security/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/security/acl.py b/packages/device-connect-server/device_connect_server/security/acl.py index 7b2c74c..ff645a4 100644 --- a/packages/device-connect-server/device_connect_server/security/acl.py +++ b/packages/device-connect-server/device_connect_server/security/acl.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/security/commissioning.py b/packages/device-connect-server/device_connect_server/security/commissioning.py index d60bbea..21b3c8c 100644 --- a/packages/device-connect-server/device_connect_server/security/commissioning.py +++ b/packages/device-connect-server/device_connect_server/security/commissioning.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/security/credentials.py b/packages/device-connect-server/device_connect_server/security/credentials.py index 6a38f8c..fa41bdc 100644 --- a/packages/device-connect-server/device_connect_server/security/credentials.py +++ b/packages/device-connect-server/device_connect_server/security/credentials.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/state/__init__.py b/packages/device-connect-server/device_connect_server/state/__init__.py index 35de9c2..4a8fff7 100644 --- a/packages/device-connect-server/device_connect_server/state/__init__.py +++ b/packages/device-connect-server/device_connect_server/state/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/state/base.py b/packages/device-connect-server/device_connect_server/state/base.py index 6ff2874..bae9633 100644 --- a/packages/device-connect-server/device_connect_server/state/base.py +++ b/packages/device-connect-server/device_connect_server/state/base.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/state/etcd_store.py b/packages/device-connect-server/device_connect_server/state/etcd_store.py index acfb43a..f361c65 100644 --- a/packages/device-connect-server/device_connect_server/state/etcd_store.py +++ b/packages/device-connect-server/device_connect_server/state/etcd_store.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/statectl/__init__.py b/packages/device-connect-server/device_connect_server/statectl/__init__.py index 48e3464..f2c749e 100644 --- a/packages/device-connect-server/device_connect_server/statectl/__init__.py +++ b/packages/device-connect-server/device_connect_server/statectl/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/statectl/__main__.py b/packages/device-connect-server/device_connect_server/statectl/__main__.py index 16923f0..10ca6f1 100644 --- a/packages/device-connect-server/device_connect_server/statectl/__main__.py +++ b/packages/device-connect-server/device_connect_server/statectl/__main__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/statectl/cli.py b/packages/device-connect-server/device_connect_server/statectl/cli.py index 161afdd..58e5efc 100644 --- a/packages/device-connect-server/device_connect_server/statectl/cli.py +++ b/packages/device-connect-server/device_connect_server/statectl/cli.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/device_connect_server/statectl/operations_cli.py b/packages/device-connect-server/device_connect_server/statectl/operations_cli.py index 7ddc9ef..491bb80 100644 --- a/packages/device-connect-server/device_connect_server/statectl/operations_cli.py +++ b/packages/device-connect-server/device_connect_server/statectl/operations_cli.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/docker-compose-dev.yml b/packages/device-connect-server/docker-compose-dev.yml index fd3f9b7..ea617d0 100644 --- a/packages/device-connect-server/docker-compose-dev.yml +++ b/packages/device-connect-server/docker-compose-dev.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/docker-compose.dev.yml b/packages/device-connect-server/docker-compose.dev.yml index d6fd042..e003c49 100644 --- a/packages/device-connect-server/docker-compose.dev.yml +++ b/packages/device-connect-server/docker-compose.dev.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/docker-compose.yml b/packages/device-connect-server/docker-compose.yml index 332f0b1..7e04a25 100644 --- a/packages/device-connect-server/docker-compose.yml +++ b/packages/device-connect-server/docker-compose.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/infra/docker-compose-dev.yml b/packages/device-connect-server/infra/docker-compose-dev.yml index a19b51b..91e43c1 100644 --- a/packages/device-connect-server/infra/docker-compose-dev.yml +++ b/packages/device-connect-server/infra/docker-compose-dev.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/infra/docker-compose-multitenant-mqtt.yml b/packages/device-connect-server/infra/docker-compose-multitenant-mqtt.yml index 421f08f..429f800 100644 --- a/packages/device-connect-server/infra/docker-compose-multitenant-mqtt.yml +++ b/packages/device-connect-server/infra/docker-compose-multitenant-mqtt.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/infra/docker-compose-multitenant-nats.yml b/packages/device-connect-server/infra/docker-compose-multitenant-nats.yml index 2e9c364..9e0c466 100644 --- a/packages/device-connect-server/infra/docker-compose-multitenant-nats.yml +++ b/packages/device-connect-server/infra/docker-compose-multitenant-nats.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/infra/docker-compose-multitenant-zenoh.yml b/packages/device-connect-server/infra/docker-compose-multitenant-zenoh.yml index 31c589a..9edeb0b 100644 --- a/packages/device-connect-server/infra/docker-compose-multitenant-zenoh.yml +++ b/packages/device-connect-server/infra/docker-compose-multitenant-zenoh.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/infra/docker-compose-nats-dev.yml b/packages/device-connect-server/infra/docker-compose-nats-dev.yml index 687b5d4..203de04 100644 --- a/packages/device-connect-server/infra/docker-compose-nats-dev.yml +++ b/packages/device-connect-server/infra/docker-compose-nats-dev.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/infra/docker-compose-nats-websocket.yml b/packages/device-connect-server/infra/docker-compose-nats-websocket.yml index 46dba3c..80259ad 100644 --- a/packages/device-connect-server/infra/docker-compose-nats-websocket.yml +++ b/packages/device-connect-server/infra/docker-compose-nats-websocket.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/infra/docker-compose-nats.yml b/packages/device-connect-server/infra/docker-compose-nats.yml index 6339d55..985af3b 100644 --- a/packages/device-connect-server/infra/docker-compose-nats.yml +++ b/packages/device-connect-server/infra/docker-compose-nats.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/infra/docker-compose.yml b/packages/device-connect-server/infra/docker-compose.yml index b121132..10c02d2 100644 --- a/packages/device-connect-server/infra/docker-compose.yml +++ b/packages/device-connect-server/infra/docker-compose.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/pyproject.toml b/packages/device-connect-server/pyproject.toml index 479df0c..8d59fd4 100644 --- a/packages/device-connect-server/pyproject.toml +++ b/packages/device-connect-server/pyproject.toml @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/security_infra/gen_creds.sh b/packages/device-connect-server/security_infra/gen_creds.sh index 6433ac0..4f9c73f 100755 --- a/packages/device-connect-server/security_infra/gen_creds.sh +++ b/packages/device-connect-server/security_infra/gen_creds.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/security_infra/generate_tls_certs.sh b/packages/device-connect-server/security_infra/generate_tls_certs.sh index be06065..3b50846 100755 --- a/packages/device-connect-server/security_infra/generate_tls_certs.sh +++ b/packages/device-connect-server/security_infra/generate_tls_certs.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/security_infra/manage_tenants.sh b/packages/device-connect-server/security_infra/manage_tenants.sh index 73346af..4178bfb 100755 --- a/packages/device-connect-server/security_infra/manage_tenants.sh +++ b/packages/device-connect-server/security_infra/manage_tenants.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/security_infra/setup_deployment.sh b/packages/device-connect-server/security_infra/setup_deployment.sh index 81e1652..e451066 100755 --- a/packages/device-connect-server/security_infra/setup_deployment.sh +++ b/packages/device-connect-server/security_infra/setup_deployment.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/security_infra/setup_jwt_auth.sh b/packages/device-connect-server/security_infra/setup_jwt_auth.sh index ed4711a..b268b28 100755 --- a/packages/device-connect-server/security_infra/setup_jwt_auth.sh +++ b/packages/device-connect-server/security_infra/setup_jwt_auth.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/security_infra/verify_tenants.sh b/packages/device-connect-server/security_infra/verify_tenants.sh index 8d863f8..53bc912 100755 --- a/packages/device-connect-server/security_infra/verify_tenants.sh +++ b/packages/device-connect-server/security_infra/verify_tenants.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/tests/__init__.py b/packages/device-connect-server/tests/__init__.py index 4ffe92e..8b7e8ab 100644 --- a/packages/device-connect-server/tests/__init__.py +++ b/packages/device-connect-server/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/tests/device_connect_server/__init__.py b/packages/device-connect-server/tests/device_connect_server/__init__.py index 6774503..47ea521 100644 --- a/packages/device-connect-server/tests/device_connect_server/__init__.py +++ b/packages/device-connect-server/tests/device_connect_server/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/tests/device_connect_server/test_agentic_driver.py b/packages/device-connect-server/tests/device_connect_server/test_agentic_driver.py index c7d419d..896de5d 100644 --- a/packages/device-connect-server/tests/device_connect_server/test_agentic_driver.py +++ b/packages/device-connect-server/tests/device_connect_server/test_agentic_driver.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/tests/device_connect_server/test_devctl_cli.py b/packages/device-connect-server/tests/device_connect_server/test_devctl_cli.py index 5c11dea..56adeb3 100644 --- a/packages/device-connect-server/tests/device_connect_server/test_devctl_cli.py +++ b/packages/device-connect-server/tests/device_connect_server/test_devctl_cli.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/tests/device_connect_server/test_drivers.py b/packages/device-connect-server/tests/device_connect_server/test_drivers.py index 9d887f9..70a0564 100644 --- a/packages/device-connect-server/tests/device_connect_server/test_drivers.py +++ b/packages/device-connect-server/tests/device_connect_server/test_drivers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/tests/device_connect_server/test_etcd_state_store.py b/packages/device-connect-server/tests/device_connect_server/test_etcd_state_store.py index 14cff80..b05cc43 100644 --- a/packages/device-connect-server/tests/device_connect_server/test_etcd_state_store.py +++ b/packages/device-connect-server/tests/device_connect_server/test_etcd_state_store.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/tests/device_connect_server/test_logging.py b/packages/device-connect-server/tests/device_connect_server/test_logging.py index 95aa3e1..5978ec3 100644 --- a/packages/device-connect-server/tests/device_connect_server/test_logging.py +++ b/packages/device-connect-server/tests/device_connect_server/test_logging.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/tests/device_connect_server/test_nats_rpc.py b/packages/device-connect-server/tests/device_connect_server/test_nats_rpc.py index 3013454..7a3c143 100644 --- a/packages/device-connect-server/tests/device_connect_server/test_nats_rpc.py +++ b/packages/device-connect-server/tests/device_connect_server/test_nats_rpc.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/tests/device_connect_server/test_portal_agent_api.py b/packages/device-connect-server/tests/device_connect_server/test_portal_agent_api.py index e230f57..e477e04 100644 --- a/packages/device-connect-server/tests/device_connect_server/test_portal_agent_api.py +++ b/packages/device-connect-server/tests/device_connect_server/test_portal_agent_api.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/tests/device_connect_server/test_portal_auth_redirect.py b/packages/device-connect-server/tests/device_connect_server/test_portal_auth_redirect.py index 1ae30df..f1e5834 100644 --- a/packages/device-connect-server/tests/device_connect_server/test_portal_auth_redirect.py +++ b/packages/device-connect-server/tests/device_connect_server/test_portal_auth_redirect.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/tests/device_connect_server/test_portal_config_admin_pass.py b/packages/device-connect-server/tests/device_connect_server/test_portal_config_admin_pass.py index 75ffda6..3495216 100644 --- a/packages/device-connect-server/tests/device_connect_server/test_portal_config_admin_pass.py +++ b/packages/device-connect-server/tests/device_connect_server/test_portal_config_admin_pass.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/tests/device_connect_server/test_portal_inline_tls.py b/packages/device-connect-server/tests/device_connect_server/test_portal_inline_tls.py index 8dc0c10..d793314 100644 --- a/packages/device-connect-server/tests/device_connect_server/test_portal_inline_tls.py +++ b/packages/device-connect-server/tests/device_connect_server/test_portal_inline_tls.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/tests/device_connect_server/test_portal_revoke_credential.py b/packages/device-connect-server/tests/device_connect_server/test_portal_revoke_credential.py index d1e9615..060cc3e 100644 --- a/packages/device-connect-server/tests/device_connect_server/test_portal_revoke_credential.py +++ b/packages/device-connect-server/tests/device_connect_server/test_portal_revoke_credential.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/tests/device_connect_server/test_portal_tokens.py b/packages/device-connect-server/tests/device_connect_server/test_portal_tokens.py index ecf81f4..04da211 100644 --- a/packages/device-connect-server/tests/device_connect_server/test_portal_tokens.py +++ b/packages/device-connect-server/tests/device_connect_server/test_portal_tokens.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/tests/device_connect_server/test_portalctl_cli.py b/packages/device-connect-server/tests/device_connect_server/test_portalctl_cli.py index 922c22d..e227eb6 100644 --- a/packages/device-connect-server/tests/device_connect_server/test_portalctl_cli.py +++ b/packages/device-connect-server/tests/device_connect_server/test_portalctl_cli.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/tests/device_connect_server/test_registry_client.py b/packages/device-connect-server/tests/device_connect_server/test_registry_client.py index 151bd3f..b41bdd6 100644 --- a/packages/device-connect-server/tests/device_connect_server/test_registry_client.py +++ b/packages/device-connect-server/tests/device_connect_server/test_registry_client.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/tests/device_connect_server/test_registry_service.py b/packages/device-connect-server/tests/device_connect_server/test_registry_service.py index 2bc492e..6f7557f 100644 --- a/packages/device-connect-server/tests/device_connect_server/test_registry_service.py +++ b/packages/device-connect-server/tests/device_connect_server/test_registry_service.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/tests/device_connect_server/test_registry_tenant_extraction.py b/packages/device-connect-server/tests/device_connect_server/test_registry_tenant_extraction.py index a754afa..e3712e2 100644 --- a/packages/device-connect-server/tests/device_connect_server/test_registry_tenant_extraction.py +++ b/packages/device-connect-server/tests/device_connect_server/test_registry_tenant_extraction.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/tests/device_connect_server/test_rpc_handlers.py b/packages/device-connect-server/tests/device_connect_server/test_rpc_handlers.py index 2976dc1..8c672a9 100644 --- a/packages/device-connect-server/tests/device_connect_server/test_rpc_handlers.py +++ b/packages/device-connect-server/tests/device_connect_server/test_rpc_handlers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/tests/device_connect_server/test_security_acl.py b/packages/device-connect-server/tests/device_connect_server/test_security_acl.py index 0bcb8e1..30ef358 100644 --- a/packages/device-connect-server/tests/device_connect_server/test_security_acl.py +++ b/packages/device-connect-server/tests/device_connect_server/test_security_acl.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/tests/device_connect_server/test_security_commissioning.py b/packages/device-connect-server/tests/device_connect_server/test_security_commissioning.py index 822e515..d917ee3 100644 --- a/packages/device-connect-server/tests/device_connect_server/test_security_commissioning.py +++ b/packages/device-connect-server/tests/device_connect_server/test_security_commissioning.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/tests/device_connect_server/test_security_credentials.py b/packages/device-connect-server/tests/device_connect_server/test_security_credentials.py index a565c5f..e735190 100644 --- a/packages/device-connect-server/tests/device_connect_server/test_security_credentials.py +++ b/packages/device-connect-server/tests/device_connect_server/test_security_credentials.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/tests/device_connect_server/test_selector_cli.py b/packages/device-connect-server/tests/device_connect_server/test_selector_cli.py index fd6b520..cd282c7 100644 --- a/packages/device-connect-server/tests/device_connect_server/test_selector_cli.py +++ b/packages/device-connect-server/tests/device_connect_server/test_selector_cli.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/tests/device_connect_server/test_statectl_cli.py b/packages/device-connect-server/tests/device_connect_server/test_statectl_cli.py index 496fd84..22efd36 100644 --- a/packages/device-connect-server/tests/device_connect_server/test_statectl_cli.py +++ b/packages/device-connect-server/tests/device_connect_server/test_statectl_cli.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/tests/device_connect_server/test_zenoh_pki.py b/packages/device-connect-server/tests/device_connect_server/test_zenoh_pki.py index bf2ce6d..bdd4067 100644 --- a/packages/device-connect-server/tests/device_connect_server/test_zenoh_pki.py +++ b/packages/device-connect-server/tests/device_connect_server/test_zenoh_pki.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/tests/device_connect_server/test_zenoh_portal_fixes.py b/packages/device-connect-server/tests/device_connect_server/test_zenoh_portal_fixes.py index c14973d..8d1df88 100644 --- a/packages/device-connect-server/tests/device_connect_server/test_zenoh_portal_fixes.py +++ b/packages/device-connect-server/tests/device_connect_server/test_zenoh_portal_fixes.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/tests/device_connect_server/test_zenoh_reload_gate.py b/packages/device-connect-server/tests/device_connect_server/test_zenoh_reload_gate.py index 15d52f6..9de580e 100644 --- a/packages/device-connect-server/tests/device_connect_server/test_zenoh_reload_gate.py +++ b/packages/device-connect-server/tests/device_connect_server/test_zenoh_reload_gate.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/tests/device_connect_server/test_zenoh_revocation.py b/packages/device-connect-server/tests/device_connect_server/test_zenoh_revocation.py index 9d625a6..a722e19 100644 --- a/packages/device-connect-server/tests/device_connect_server/test_zenoh_revocation.py +++ b/packages/device-connect-server/tests/device_connect_server/test_zenoh_revocation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/tests/fuzz/conftest.py b/packages/device-connect-server/tests/fuzz/conftest.py index f98cf14..8ce2826 100644 --- a/packages/device-connect-server/tests/fuzz/conftest.py +++ b/packages/device-connect-server/tests/fuzz/conftest.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/tests/fuzz/fuzz_commissioning.py b/packages/device-connect-server/tests/fuzz/fuzz_commissioning.py index 0dec405..3117310 100644 --- a/packages/device-connect-server/tests/fuzz/fuzz_commissioning.py +++ b/packages/device-connect-server/tests/fuzz/fuzz_commissioning.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/tests/fuzz/fuzz_credentials.py b/packages/device-connect-server/tests/fuzz/fuzz_credentials.py index 60e0929..383b041 100644 --- a/packages/device-connect-server/tests/fuzz/fuzz_credentials.py +++ b/packages/device-connect-server/tests/fuzz/fuzz_credentials.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/tests/fuzz/test_fuzz_commissioning.py b/packages/device-connect-server/tests/fuzz/test_fuzz_commissioning.py index 5e6f2cf..6bb1602 100644 --- a/packages/device-connect-server/tests/fuzz/test_fuzz_commissioning.py +++ b/packages/device-connect-server/tests/fuzz/test_fuzz_commissioning.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/packages/device-connect-server/tests/fuzz/test_fuzz_credentials.py b/packages/device-connect-server/tests/fuzz/test_fuzz_credentials.py index 4f26216..ca50a31 100644 --- a/packages/device-connect-server/tests/fuzz/test_fuzz_credentials.py +++ b/packages/device-connect-server/tests/fuzz/test_fuzz_credentials.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/ruff.toml b/ruff.toml index bf6e2b0..9a1f0e3 100644 --- a/ruff.toml +++ b/ruff.toml @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/LICENSE b/tests/LICENSE index 63b6ca0..9b7c9ed 100644 --- a/tests/LICENSE +++ b/tests/LICENSE @@ -1,4 +1,4 @@ -Copyright 2024-2026 Arm Limited +Copyright 2025-2026 Arm Limited PROPRIETARY AND CONFIDENTIAL All Rights Reserved. diff --git a/tests/conftest.py b/tests/conftest.py index 0ea2f6f..ad1a1ae 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/docker-compose-itest.yml b/tests/docker-compose-itest.yml index d098a63..bec6cf8 100644 --- a/tests/docker-compose-itest.yml +++ b/tests/docker-compose-itest.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/drivers/__init__.py b/tests/drivers/__init__.py index 4ffe92e..8b7e8ab 100644 --- a/tests/drivers/__init__.py +++ b/tests/drivers/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/drivers/camera.py b/tests/drivers/camera.py index a2b659f..5a1967b 100644 --- a/tests/drivers/camera.py +++ b/tests/drivers/camera.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/drivers/robot.py b/tests/drivers/robot.py index 5641a79..c3a7b2f 100644 --- a/tests/drivers/robot.py +++ b/tests/drivers/robot.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/drivers/sensor.py b/tests/drivers/sensor.py index 5632ce8..97a5a94 100644 --- a/tests/drivers/sensor.py +++ b/tests/drivers/sensor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/fixtures/__init__.py b/tests/fixtures/__init__.py index 4ffe92e..8b7e8ab 100644 --- a/tests/fixtures/__init__.py +++ b/tests/fixtures/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/fixtures/devices.py b/tests/fixtures/devices.py index dd0a4e9..5830ca5 100644 --- a/tests/fixtures/devices.py +++ b/tests/fixtures/devices.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/fixtures/events.py b/tests/fixtures/events.py index 18fc8c4..b24a400 100644 --- a/tests/fixtures/events.py +++ b/tests/fixtures/events.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/fixtures/infrastructure.py b/tests/fixtures/infrastructure.py index b32aadd..2e34d64 100644 --- a/tests/fixtures/infrastructure.py +++ b/tests/fixtures/infrastructure.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/fixtures/inject.py b/tests/fixtures/inject.py index 0c65f10..ec2116a 100644 --- a/tests/fixtures/inject.py +++ b/tests/fixtures/inject.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/fixtures/orchestrator.py b/tests/fixtures/orchestrator.py index bb78798..39931ac 100644 --- a/tests/fixtures/orchestrator.py +++ b/tests/fixtures/orchestrator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/fixtures/scale.py b/tests/fixtures/scale.py index 8541247..cf43f91 100644 --- a/tests/fixtures/scale.py +++ b/tests/fixtures/scale.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/tests/__init__.py b/tests/tests/__init__.py index 4ffe92e..8b7e8ab 100644 --- a/tests/tests/__init__.py +++ b/tests/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/tests/test_d2d_discovery.py b/tests/tests/test_d2d_discovery.py index 27fd18f..fae75c6 100644 --- a/tests/tests/test_d2d_discovery.py +++ b/tests/tests/test_d2d_discovery.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/tests/test_d2d_events.py b/tests/tests/test_d2d_events.py index e04630d..07e1230 100644 --- a/tests/tests/test_d2d_events.py +++ b/tests/tests/test_d2d_events.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/tests/test_d2d_rpc.py b/tests/tests/test_d2d_rpc.py index af4c06d..3c517cc 100644 --- a/tests/tests/test_d2d_rpc.py +++ b/tests/tests/test_d2d_rpc.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/tests/test_d2o_events.py b/tests/tests/test_d2o_events.py index 984c29e..00f5f1e 100644 --- a/tests/tests/test_d2o_events.py +++ b/tests/tests/test_d2o_events.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/tests/test_d2o_rpc.py b/tests/tests/test_d2o_rpc.py index e1128dc..96d3f38 100644 --- a/tests/tests/test_d2o_rpc.py +++ b/tests/tests/test_d2o_rpc.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/tests/test_device_lifecycle.py b/tests/tests/test_device_lifecycle.py index 3e106e6..e52d0b1 100644 --- a/tests/tests/test_device_lifecycle.py +++ b/tests/tests/test_device_lifecycle.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/tests/test_messaging_conformance.py b/tests/tests/test_messaging_conformance.py index 8f04886..18a0279 100644 --- a/tests/tests/test_messaging_conformance.py +++ b/tests/tests/test_messaging_conformance.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/tests/test_multi_device_scenario.py b/tests/tests/test_multi_device_scenario.py index 7cbaca7..3e0b9c3 100644 --- a/tests/tests/test_multi_device_scenario.py +++ b/tests/tests/test_multi_device_scenario.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/tests/test_sensor_device.py b/tests/tests/test_sensor_device.py index 00a3c64..79b0b82 100644 --- a/tests/tests/test_sensor_device.py +++ b/tests/tests/test_sensor_device.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/tests/test_strands_agent.py b/tests/tests/test_strands_agent.py index 7766858..7fa7edd 100644 --- a/tests/tests/test_strands_agent.py +++ b/tests/tests/test_strands_agent.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/tests/test_tools_broadcast.py b/tests/tests/test_tools_broadcast.py index c92bcde..2ed8b30 100644 --- a/tests/tests/test_tools_broadcast.py +++ b/tests/tests/test_tools_broadcast.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/tests/test_tools_discover.py b/tests/tests/test_tools_discover.py index b7c8942..2a4530c 100644 --- a/tests/tests/test_tools_discover.py +++ b/tests/tests/test_tools_discover.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/tests/test_tools_hierarchical.py b/tests/tests/test_tools_hierarchical.py index 4333172..d3fddb5 100644 --- a/tests/tests/test_tools_hierarchical.py +++ b/tests/tests/test_tools_hierarchical.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/tests/test_tools_invoke.py b/tests/tests/test_tools_invoke.py index 7f386d2..c930318 100644 --- a/tests/tests/test_tools_invoke.py +++ b/tests/tests/test_tools_invoke.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/tests/test_tools_large_fleet_broadcast.py b/tests/tests/test_tools_large_fleet_broadcast.py index 99124fb..8e8af6c 100644 --- a/tests/tests/test_tools_large_fleet_broadcast.py +++ b/tests/tests/test_tools_large_fleet_broadcast.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/tests/test_tools_large_fleet_discovery.py b/tests/tests/test_tools_large_fleet_discovery.py index d6b039b..5e4b30e 100644 --- a/tests/tests/test_tools_large_fleet_discovery.py +++ b/tests/tests/test_tools_large_fleet_discovery.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/tests/test_tools_large_fleet_heterogeneous.py b/tests/tests/test_tools_large_fleet_heterogeneous.py index 7457184..18b0dae 100644 --- a/tests/tests/test_tools_large_fleet_heterogeneous.py +++ b/tests/tests/test_tools_large_fleet_heterogeneous.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/tests/test_tools_large_fleet_invoke.py b/tests/tests/test_tools_large_fleet_invoke.py index bc8f732..6ea7512 100644 --- a/tests/tests/test_tools_large_fleet_invoke.py +++ b/tests/tests/test_tools_large_fleet_invoke.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/tests/test_tools_selector.py b/tests/tests/test_tools_selector.py index dcc79d1..158b798 100644 --- a/tests/tests/test_tools_selector.py +++ b/tests/tests/test_tools_selector.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 diff --git a/tests/tests/test_zenoh_streaming.py b/tests/tests/test_zenoh_streaming.py index 0e4a0d7..b6d5170 100644 --- a/tests/tests/test_zenoh_streaming.py +++ b/tests/tests/test_zenoh_streaming.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024-2026, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0