1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

python: add SPDX copyright tag in Python stub file

This commit is contained in:
Sébastien Helleu
2025-03-30 10:08:24 +02:00
parent cf3e24cda8
commit f4b29093ca
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -3,6 +3,8 @@
# DO NOT EDIT BY HAND!
#
# SPDX-FileCopyrightText: 2019-2025 Sébastien Helleu <flashcode@flashtux.org>
from typing import Dict, Union
WEECHAT_RC_OK: int = 0
+2
View File
@@ -37,6 +37,8 @@ STUB_HEADER = """\
# DO NOT EDIT BY HAND!
#
# SPDX-FileCopyrightText: 2019-2025 Sébastien Helleu <flashcode@flashtux.org>
from typing import Dict, Union
"""