Skip to content

Commit 04d2a29

Browse files
[COMPLIANCE] Add/Update Copyright Headers
1 parent 9536b62 commit 04d2a29

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

tests/units/test_policy_check.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright IBM Corp. 2025, 2026
2+
13
"""Unit tests for the policy_check module."""
24

35
from unittest.mock import Mock, patch

tests/units/test_policy_set.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright IBM Corp. 2025, 2026
2+
13
"""Unit tests for the PolicySets resource."""
24

35
from unittest.mock import Mock

tests/units/test_run_events.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright IBM Corp. 2025, 2026
2+
13
"""Unit tests for the run_events module."""
24

35
from unittest.mock import Mock, patch

tests/units/test_state_version.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright IBM Corp. 2025, 2026
2+
13
"""Unit tests for the state_versions module."""
24

35
from unittest.mock import Mock, patch

0 commit comments

Comments
 (0)