We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356fe82 commit 526a908Copy full SHA for 526a908
1 file changed
tests/test_common.py
@@ -529,7 +529,7 @@ def test_toolchain_uses_cache_without_relenv_data(
529
def test_copyright_headers() -> None:
530
"""Verify all Python source files have the correct copyright header."""
531
expected_header = (
532
- "# Copyright 2022-2025 Broadcom.\n" "# SPDX-License-Identifier: Apache-2.0\n"
+ "# Copyright 2022-2026 Broadcom.\n" "# SPDX-License-Identifier: Apache-2.0\n"
533
)
534
535
# Find all Python files in relenv/ and tests/
0 commit comments