Skip to content

Commit 8902fc2

Browse files
committed
Updated copyright header
1 parent 77882c6 commit 8902fc2

File tree

313 files changed

+314
-314
lines changed

Some content is hidden

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

313 files changed

+314
-314
lines changed

.scripts/import_sam_policies_template.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-2021 John Mille <[email protected]>
2+
# Copyright 2020-2025 John Mille <[email protected]>
33

44
import json
55
import os

docs/conf.py

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

4949
# General information about the project.
5050
project = "ECS Compose-X"
51-
copyright = "2020-2021, John Mille"
51+
copyright = "2020-2025, John Mille"
5252
author = "John Preston"
5353

5454
version = ecs_composex.__version__

ecs_composex/__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-2025 John Mille <[email protected]>
33

44
"""Top-level package for ECS ComposeX."""
55

ecs_composex/acm/__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-2025 John Mille <[email protected]>
33

44
"""
55
Root module for ACM

ecs_composex/acm/acm_module.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-2025 John Mille <[email protected]>
33

44
from os import path
55
from pathlib import Path

ecs_composex/acm/acm_params.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-2025 John Mille <[email protected]>
33

44
"""
55
Parameters specific to AWS ACM

ecs_composex/acm/acm_stack.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-2025 John Mille <[email protected]>
33

44
"""
55
Main module for ACM

ecs_composex/acm/acm_stack_helpers.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-2025 John Mille <[email protected]>
33

44
from __future__ import annotations
55

ecs_composex/alarms/__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-2025 John Mille <[email protected]>
33

44
from os import path
55
from pathlib import Path

ecs_composex/alarms/alarms_ecs.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-2025 John Mille <[email protected]>
33

44
"""
55
Module to define CloudWatch alarms in x-alarms and match these to services

0 commit comments

Comments
 (0)