Skip to content

Commit 893d8a4

Browse files
committed
Updating Copyright header
1 parent 8d6be24 commit 893d8a4

37 files changed

+37
-37
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
# General information about the project.
2828
project = "Compose-X Commons Lib"
29-
copyright = f"2021-2022, @{compose_x_common.__author__}"
29+
copyright = f"2020-2023, @{compose_x_common.__author__}"
3030
author = compose_x_common.__author__
3131

3232
version = compose_x_common.__version__

src/compose_x_common/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: MPL-2.0
2-
# Copyright 2020-2022 John Mille <[email protected]>
2+
# Copyright 2020-2023 John Mille <[email protected]>
33

44

55
"""Top-level package for Compose-X Commons Lib."""

src/compose_x_common/aws/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: MPL-2.0
2-
# Copyright 2020-2022 John Mille <[email protected]>
2+
# Copyright 2020-2023 John Mille <[email protected]>
33

44
from __future__ import annotations
55

src/compose_x_common/aws/acm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: MPL-2.0
2-
# Copyright 2020-2022 John Mille <[email protected]>
2+
# Copyright 2020-2023 John Mille <[email protected]>
33

44
import re
55

src/compose_x_common/aws/application_autoscaling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: MPL-2.0
2-
# Copyright 2020-2022 John Mille <[email protected]>
2+
# Copyright 2020-2023 John Mille <[email protected]>
33

44

55
from copy import deepcopy

src/compose_x_common/aws/aps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: MPL-2.0
2-
# Copyright 2020-2022 John Mille <[email protected]>
2+
# Copyright 2020-2023 John Mille <[email protected]>
33

44

55
"""AWS Managed Prometheus Service"""

src/compose_x_common/aws/arns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: MPL-2.0
2-
# Copyright 2020-2022 John Mille <[email protected]>
2+
# Copyright 2020-2023 John Mille <[email protected]>
33

44
from compose_x_common.aws.acm import ACM_ARN_RE
55
from compose_x_common.aws.aps import APS_WORKSPACE_ARN_RE

src/compose_x_common/aws/cloudmap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: MPL-2.0
2-
# Copyright 2020-2022 John Mille <[email protected]>
2+
# Copyright 2020-2023 John Mille <[email protected]>
33

44
import re
55

src/compose_x_common/aws/codeguru_profiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: MPL-2.0
2-
# Copyright 2020-2022 John Mille <[email protected]>
2+
# Copyright 2020-2023 John Mille <[email protected]>
33

44

55
import re

src/compose_x_common/aws/cognito_userpool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: MPL-2.0
2-
# Copyright 2020-2022 John Mille <[email protected]>
2+
# Copyright 2020-2023 John Mille <[email protected]>
33

44

55
from __future__ import annotations

0 commit comments

Comments
 (0)