From 04d2a291a77f5e490ff6a7ffbdf89cee3697a24d Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 04:33:07 +0000 Subject: [PATCH] [COMPLIANCE] Add/Update Copyright Headers --- tests/units/test_policy_check.py | 2 ++ tests/units/test_policy_set.py | 2 ++ tests/units/test_run_events.py | 2 ++ tests/units/test_state_version.py | 2 ++ 4 files changed, 8 insertions(+) diff --git a/tests/units/test_policy_check.py b/tests/units/test_policy_check.py index 07642cb5..397322e5 100644 --- a/tests/units/test_policy_check.py +++ b/tests/units/test_policy_check.py @@ -1,3 +1,5 @@ +# Copyright IBM Corp. 2025, 2026 + """Unit tests for the policy_check module.""" from unittest.mock import Mock, patch diff --git a/tests/units/test_policy_set.py b/tests/units/test_policy_set.py index 91229c4c..02a542c2 100644 --- a/tests/units/test_policy_set.py +++ b/tests/units/test_policy_set.py @@ -1,3 +1,5 @@ +# Copyright IBM Corp. 2025, 2026 + """Unit tests for the PolicySets resource.""" from unittest.mock import Mock diff --git a/tests/units/test_run_events.py b/tests/units/test_run_events.py index af82e786..be994528 100644 --- a/tests/units/test_run_events.py +++ b/tests/units/test_run_events.py @@ -1,3 +1,5 @@ +# Copyright IBM Corp. 2025, 2026 + """Unit tests for the run_events module.""" from unittest.mock import Mock, patch diff --git a/tests/units/test_state_version.py b/tests/units/test_state_version.py index 11f67c8f..6289db4c 100644 --- a/tests/units/test_state_version.py +++ b/tests/units/test_state_version.py @@ -1,3 +1,5 @@ +# Copyright IBM Corp. 2025, 2026 + """Unit tests for the state_versions module.""" from unittest.mock import Mock, patch