1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 23:36:37 +02:00

core: update copyright dates

This commit is contained in:
Sébastien Helleu
2026-03-08 10:44:23 +01:00
parent 8c422a199e
commit 9b389b5736
762 changed files with 778 additions and 778 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
#
# SPDX-FileCopyrightText: 2019 Simmo Saan <simmo.saan@gmail.com>
# SPDX-FileCopyrightText: 2021-2025 Sébastien Helleu <flashcode@flashtux.org>
# SPDX-FileCopyrightText: 2021-2026 Sébastien Helleu <flashcode@flashtux.org>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
@@ -35,7 +35,7 @@ SRC_DIR = Path(__file__).resolve().parent.parent / "src"
STUB_HEADER = """\
#
# SPDX-FileCopyrightText: 2019-2025 Sébastien Helleu <flashcode@flashtux.org>
# SPDX-FileCopyrightText: 2019-2026 Sébastien Helleu <flashcode@flashtux.org>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#