Skip to content

Commit 6df9b0e

Browse files
Chore: Bump copyright (#99)
1 parent 1cc9ead commit 6df9b0e

28 files changed

+28
-28
lines changed

dir_content_diff/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""
55

66
# LICENSE HEADER MANAGED BY add-license-header
7-
# Copyright (c) 2023-2025 Blue Brain Project, EPFL.
7+
# Copyright (c) 2023-2026 Blue Brain Project, EPFL.
88
#
99
# This file is part of dir-content-diff.
1010
# See https://github.com/BlueBrain/dir-content-diff for further info.

dir_content_diff/base_comparators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Module containing the base comparators."""
22

33
# LICENSE HEADER MANAGED BY add-license-header
4-
# Copyright (c) 2023-2025 Blue Brain Project, EPFL.
4+
# Copyright (c) 2023-2026 Blue Brain Project, EPFL.
55
#
66
# This file is part of dir-content-diff.
77
# See https://github.com/BlueBrain/dir-content-diff for further info.

dir_content_diff/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Main entry point of the Command Line Interface for the dir-content-diff package."""
22

33
# LICENSE HEADER MANAGED BY add-license-header
4-
# Copyright (c) 2023-2025 Blue Brain Project, EPFL.
4+
# Copyright (c) 2023-2026 Blue Brain Project, EPFL.
55
#
66
# This file is part of dir-content-diff.
77
# See https://github.com/BlueBrain/dir-content-diff for further info.

dir_content_diff/comparators/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Sub-package of dir-content-diff for specific comparators."""
22

33
# LICENSE HEADER MANAGED BY add-license-header
4-
# Copyright (c) 2023-2025 Blue Brain Project, EPFL.
4+
# Copyright (c) 2023-2026 Blue Brain Project, EPFL.
55
#
66
# This file is part of dir-content-diff.
77
# See https://github.com/BlueBrain/dir-content-diff for further info.

dir_content_diff/comparators/morphio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Extension module to process morphology files with MorphIO and morph-tool."""
22

33
# LICENSE HEADER MANAGED BY add-license-header
4-
# Copyright (c) 2023-2025 Blue Brain Project, EPFL.
4+
# Copyright (c) 2023-2026 Blue Brain Project, EPFL.
55
#
66
# This file is part of dir-content-diff.
77
# See https://github.com/BlueBrain/dir-content-diff for further info.

dir_content_diff/comparators/pandas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Extension module to process files with Pandas."""
22

33
# LICENSE HEADER MANAGED BY add-license-header
4-
# Copyright (c) 2023-2025 Blue Brain Project, EPFL.
4+
# Copyright (c) 2023-2026 Blue Brain Project, EPFL.
55
#
66
# This file is part of dir-content-diff.
77
# See https://github.com/BlueBrain/dir-content-diff for further info.

dir_content_diff/comparators/voxcell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Extension module to process files with Voxcell."""
22

33
# LICENSE HEADER MANAGED BY add-license-header
4-
# Copyright (c) 2023-2025 Blue Brain Project, EPFL.
4+
# Copyright (c) 2023-2026 Blue Brain Project, EPFL.
55
#
66
# This file is part of dir-content-diff.
77
# See https://github.com/BlueBrain/dir-content-diff for further info.

dir_content_diff/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""
55

66
# LICENSE HEADER MANAGED BY add-license-header
7-
# Copyright (c) 2023-2025 Blue Brain Project, EPFL.
7+
# Copyright (c) 2023-2026 Blue Brain Project, EPFL.
88
#
99
# This file is part of dir-content-diff.
1010
# See https://github.com/BlueBrain/dir-content-diff for further info.

dir_content_diff/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""
55

66
# LICENSE HEADER MANAGED BY add-license-header
7-
# Copyright (c) 2023-2025 Blue Brain Project, EPFL.
7+
# Copyright (c) 2023-2026 Blue Brain Project, EPFL.
88
#
99
# This file is part of dir-content-diff.
1010
# See https://github.com/BlueBrain/dir-content-diff for further info.

dir_content_diff/parallel_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77
# LICENSE HEADER MANAGED BY add-license-header
8-
# Copyright (c) 2023-2025 Blue Brain Project, EPFL.
8+
# Copyright (c) 2023-2026 Blue Brain Project, EPFL.
99
#
1010
# This file is part of dir-content-diff.
1111
# See https://github.com/BlueBrain/dir-content-diff for further info.

0 commit comments

Comments
 (0)