Skip to content

Commit 736ecb5

Browse files
committed
Update copyright range bound to 2026
1 parent 208c7ae commit 736ecb5

38 files changed

Lines changed: 38 additions & 38 deletions

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2023 - 2025, Appose developers.
1+
Copyright (c) 2023 - 2026, Appose developers.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,

src/appose/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Appose: multi-language interprocess cooperation with shared memory.
2-
# Copyright (C) 2023 - 2025 Appose developers.
2+
# Copyright (C) 2023 - 2026 Appose developers.
33
# SPDX-License-Identifier: BSD-2-Clause
44

55
'''

src/appose/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Appose: multi-language interprocess cooperation with shared memory.
2-
# Copyright (C) 2023 - 2025 Appose developers.
2+
# Copyright (C) 2023 - 2026 Appose developers.
33
# SPDX-License-Identifier: BSD-2-Clause
44

55
"""Version information for Appose."""

src/appose/builder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Appose: multi-language interprocess cooperation with shared memory.
2-
# Copyright (C) 2023 - 2025 Appose developers.
2+
# Copyright (C) 2023 - 2026 Appose developers.
33
# SPDX-License-Identifier: BSD-2-Clause
44

55
"""

src/appose/builder/mamba.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Appose: multi-language interprocess cooperation with shared memory.
2-
# Copyright (C) 2023 - 2025 Appose developers.
2+
# Copyright (C) 2023 - 2026 Appose developers.
33
# SPDX-License-Identifier: BSD-2-Clause
44

55
"""

src/appose/builder/pixi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Appose: multi-language interprocess cooperation with shared memory.
2-
# Copyright (C) 2023 - 2025 Appose developers.
2+
# Copyright (C) 2023 - 2026 Appose developers.
33
# SPDX-License-Identifier: BSD-2-Clause
44

55
"""

src/appose/builder/uv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Appose: multi-language interprocess cooperation with shared memory.
2-
# Copyright (C) 2023 - 2025 Appose developers.
2+
# Copyright (C) 2023 - 2026 Appose developers.
33
# SPDX-License-Identifier: BSD-2-Clause
44

55
"""

src/appose/environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Appose: multi-language interprocess cooperation with shared memory.
2-
# Copyright (C) 2023 - 2025 Appose developers.
2+
# Copyright (C) 2023 - 2026 Appose developers.
33
# SPDX-License-Identifier: BSD-2-Clause
44

55
"""

src/appose/python_worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Appose: multi-language interprocess cooperation with shared memory.
2-
# Copyright (C) 2023 - 2025 Appose developers.
2+
# Copyright (C) 2023 - 2026 Appose developers.
33
# SPDX-License-Identifier: BSD-2-Clause
44

55
"""

src/appose/scheme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Appose: multi-language interprocess cooperation with shared memory.
2-
# Copyright (C) 2023 - 2025 Appose developers.
2+
# Copyright (C) 2023 - 2026 Appose developers.
33
# SPDX-License-Identifier: BSD-2-Clause
44

55
"""

0 commit comments

Comments
 (0)