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

all: add SPDX license tag

This commit is contained in:
Sébastien Helleu
2025-03-30 19:05:41 +02:00
parent 4ab35ad44a
commit 3a6ac9ee76
763 changed files with 1549 additions and 4 deletions
+4 -2
View File
@@ -1,10 +1,12 @@
#
# SPDX-FileCopyrightText: 2019-2025 Sébastien Helleu <flashcode@flashtux.org>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
# WeeChat Python stub file, auto-generated by generate_python_stub.py.
# 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