1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 16:53:14 +02:00

core: update copyright dates

This commit is contained in:
Sébastien Helleu
2026-03-08 10:37:15 +01:00
parent 630f2e2e7c
commit 106fe6ca7c
763 changed files with 779 additions and 779 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
#