Skip to content

Commit fa9904a

Browse files
committed
Update copyright dates
1 parent 09069e7 commit fa9904a

17 files changed

Lines changed: 18 additions & 18 deletions

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2020-2025 Sébastien Helleu <flashcode@flashtux.org>
1+
# SPDX-FileCopyrightText: 2020-2026 Sébastien Helleu <flashcode@flashtux.org>
22
#
33
# SPDX-License-Identifier: GPL-3.0-or-later
44

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2022-2025 Sébastien Helleu <flashcode@flashtux.org>
1+
# SPDX-FileCopyrightText: 2022-2026 Sébastien Helleu <flashcode@flashtux.org>
22
#
33
# SPDX-License-Identifier: GPL-3.0-or-later
44

.github/workflows/reuse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2025 Sébastien Helleu <flashcode@flashtux.org>
1+
# SPDX-FileCopyrightText: 2025-2026 Sébastien Helleu <flashcode@flashtux.org>
22
#
33
# SPDX-License-Identifier: GPL-3.0-or-later
44

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2025 Sébastien Helleu <flashcode@flashtux.org>
1+
# SPDX-FileCopyrightText: 2025-2026 Sébastien Helleu <flashcode@flashtux.org>
22
#
33
# SPDX-License-Identifier: GPL-3.0-or-later
44

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2025 Sébastien Helleu <flashcode@flashtux.org>
1+
# SPDX-FileCopyrightText: 2025-2026 Sébastien Helleu <flashcode@flashtux.org>
22
#
33
# SPDX-License-Identifier: GPL-3.0-or-later
44

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# SPDX-FileCopyrightText: 2021-2025 Sébastien Helleu <flashcode@flashtux.org>
2+
# SPDX-FileCopyrightText: 2021-2026 Sébastien Helleu <flashcode@flashtux.org>
33
#
44
# SPDX-License-Identifier: GPL-3.0-or-later
55
#

REUSE.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ path = [
1010
"tests/pwl*.txt",
1111
]
1212
precedence = "override"
13-
SPDX-FileCopyrightText = "2009-2025 Sébastien Helleu <flashcode@flashtux.org>"
13+
SPDX-FileCopyrightText = "2009-2026 Sébastien Helleu <flashcode@flashtux.org>"
1414
SPDX-License-Identifier = "GPL-3.0-or-later"
1515

1616
[[annotations]]
@@ -22,5 +22,5 @@ SPDX-License-Identifier = "GPL-3.0-or-later"
2222
[[annotations]]
2323
path = "tests/fr_invalid_utf8.po"
2424
precedence = "override"
25-
SPDX-FileCopyrightText = "2024-2025 Sébastien Helleu <flashcode@flashtux.org>"
25+
SPDX-FileCopyrightText = "2024-2026 Sébastien Helleu <flashcode@flashtux.org>"
2626
SPDX-License-Identifier = "GPL-3.0-or-later"

src/msgcheck/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# SPDX-FileCopyrightText: 2009-2025 Sébastien Helleu <flashcode@flashtux.org>
2+
# SPDX-FileCopyrightText: 2009-2026 Sébastien Helleu <flashcode@flashtux.org>
33
#
44
# SPDX-License-Identifier: GPL-3.0-or-later
55
#

src/msgcheck/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# SPDX-FileCopyrightText: 2009-2025 Sébastien Helleu <flashcode@flashtux.org>
2+
# SPDX-FileCopyrightText: 2009-2026 Sébastien Helleu <flashcode@flashtux.org>
33
#
44
# SPDX-License-Identifier: GPL-3.0-or-later
55
#

tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# SPDX-FileCopyrightText: 2009-2025 Sébastien Helleu <flashcode@flashtux.org>
2+
# SPDX-FileCopyrightText: 2009-2026 Sébastien Helleu <flashcode@flashtux.org>
33
#
44
# SPDX-License-Identifier: GPL-3.0-or-later
55
#

0 commit comments

Comments
 (0)