Skip to content

Commit 356fe82

Browse files
committed
Fix copyright headers
1 parent 93cf1ee commit 356fe82

41 files changed

Lines changed: 41 additions & 41 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.pre-commit-hooks/check_changelog_entries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright 2021-2025 Broadcom.
2+
# Copyright 2021-2026 Broadcom.
33
# SPDX-License-Identifier: Apache-2.0
44
#
55
# pylint: skip-file

.pre-commit-hooks/copyright_headers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright 2025 Broadcom.
2+
# Copyright 2025-2026 Broadcom.
33
# SPDX-License-Identifier: Apache-2.0
44
#
55
# pylint: disable=invalid-name,missing-module-docstring,missing-function-docstring

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022-2025 Broadcom.
1+
# Copyright 2022-2026 Broadcom.
22
# SPDX-License-Identifier: Apache-2
33

44
# Configuration file for the Sphinx documentation builder.

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022-2025 Broadcom.
1+
# Copyright 2022-2026 Broadcom.
22
# SPDX-License-Identifier: Apache-2
33
"""
44
Nox session definitions.

relenv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022-2025 Broadcom.
1+
# Copyright 2022-2026 Broadcom.
22
# SPDX-License-Identifier: Apache-2.0
33
from __future__ import annotations
44

relenv/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022-2025 Broadcom.
1+
# Copyright 2022-2026 Broadcom.
22
# SPDX-License-Identifier: Apache-2.0
33
"""
44
The entrypoint into relenv.

relenv/build/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022-2025 Broadcom.
1+
# Copyright 2022-2026 Broadcom.
22
# SPDX-License-Identifier: Apache-2.0
33
# mypy: ignore-errors
44
"""

relenv/build/common/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022-2025 Broadcom.
1+
# Copyright 2022-2026 Broadcom.
22
# SPDX-License-Identifier: Apache-2.0
33
"""
44
Build process common methods.

relenv/build/common/_sysconfigdata_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022-2025 Broadcom.
1+
# Copyright 2022-2026 Broadcom.
22
# SPDX-License-Identifier: Apache-2.0
33
# mypy: ignore-errors
44
# flake8: noqa

relenv/build/common/builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022-2025 Broadcom.
1+
# Copyright 2022-2026 Broadcom.
22
# SPDX-License-Identifier: Apache-2.0
33
"""
44
Builder and Builds classes for managing the build process.

0 commit comments

Comments
 (0)