Skip to content

Commit 8a5339c

Browse files
committed
update year, bump to 0.7.1
1 parent e41ddbe commit 8a5339c

236 files changed

Lines changed: 239 additions & 239 deletions

File tree

Some content is hidden

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

.devcontainer/teardown.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: Apache-2.0.
2-
# Copyright (c) 2024 - 2025 Waldiez and contributors.
2+
# Copyright (c) 2024 - 2026 Waldiez and contributors.
33
"""Actions to perform when we exit the devcontainer."""
44

55
import shutil

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,13 +186,13 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2025 Waldiez and contributors
189+
Copyright [yyyy] [name of copyright owner]
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.
193193
You may obtain a copy of the License at
194194

195-
https://www.apache.org/licenses/LICENSE-2.0
195+
http://www.apache.org/licenses/LICENSE-2.0
196196

197197
Unless required by applicable law or agreed to in writing, software
198198
distributed under the License is distributed on an "AS IS" BASIS,

NOTICE.md

Lines changed: 1 addition & 1 deletion

deploy/compose/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-License-Identifier: Apache-2.0.
2-
# Copyright (c) 2024 - 2025 Waldiez and contributors.
2+
# Copyright (c) 2024 - 2026 Waldiez and contributors.
33

44
"""Compose deployment additional python helpers for backup and restore."""

deploy/compose/backup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22

33
# SPDX-License-Identifier: Apache-2.0.
4-
# Copyright (c) 2024 - 2025 Waldiez and contributors.
4+
# Copyright (c) 2024 - 2026 Waldiez and contributors.
55

66
# pylint: disable=broad-exception-caught,inconsistent-quotes
77
# pylint: disable=missing-function-docstring,missing-param-doc

deploy/compose/deps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22

33
# SPDX-License-Identifier: Apache-2.0.
4-
# Copyright (c) 2024 - 2025 Waldiez and contributors.
4+
# Copyright (c) 2024 - 2026 Waldiez and contributors.
55

66
# pylint: disable=broad-exception-caught,too-many-try-statements,
77
# pylint: disable=missing-function-docstring,missing-param-doc

deploy/compose/lib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: Apache-2.0.
2-
# Copyright (c) 2024 - 2025 Waldiez and contributors.
2+
# Copyright (c) 2024 - 2026 Waldiez and contributors.
33

44
"""Compose deployment additional python helpers for backup and restore."""
55

deploy/compose/lib/_archive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: Apache-2.0.
2-
# Copyright (c) 2024 - 2025 Waldiez and contributors.
2+
# Copyright (c) 2024 - 2026 Waldiez and contributors.
33

44
"""Archive related functions."""
55

deploy/compose/lib/_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: Apache-2.0.
2-
# Copyright (c) 2024 - 2025 Waldiez and contributors.
2+
# Copyright (c) 2024 - 2026 Waldiez and contributors.
33

44
# pyright: reportOptionalMemberAccess=false
55

deploy/compose/lib/_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: Apache-2.0.
2-
# Copyright (c) 2024 - 2025 Waldiez and contributors.
2+
# Copyright (c) 2024 - 2026 Waldiez and contributors.
33

44
"""Constants for config sections and default values."""
55

0 commit comments

Comments
 (0)