mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 12:56:37 +02:00
all: add SPDX license tag
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#
|
||||
# SPDX-FileCopyrightText: 2003-2025 Sébastien Helleu <flashcode@flashtux.org>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
#
|
||||
# This file is part of WeeChat, the extensible chat client.
|
||||
#
|
||||
# WeeChat is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
* SPDX-FileCopyrightText: 2005-2007 Emmanuel Bouthenot <kolter@openics.org>
|
||||
* SPDX-FileCopyrightText: 2012 Simon Arlott
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*
|
||||
* This file is part of WeeChat, the extensible chat client.
|
||||
*
|
||||
* WeeChat is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
* SPDX-FileCopyrightText: 2003-2025 Sébastien Helleu <flashcode@flashtux.org>
|
||||
* SPDX-FileCopyrightText: 2005-2007 Emmanuel Bouthenot <kolter@openics.org>
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*
|
||||
* This file is part of WeeChat, the extensible chat client.
|
||||
*
|
||||
* WeeChat is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
* SPDX-FileCopyrightText: 2005-2007 Emmanuel Bouthenot <kolter@openics.org>
|
||||
* SPDX-FileCopyrightText: 2012 Simon Arlott
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*
|
||||
* This file is part of WeeChat, the extensible chat client.
|
||||
*
|
||||
* WeeChat is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
* SPDX-FileCopyrightText: 2003-2025 Sébastien Helleu <flashcode@flashtux.org>
|
||||
* SPDX-FileCopyrightText: 2005-2007 Emmanuel Bouthenot <kolter@openics.org>
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*
|
||||
* This file is part of WeeChat, the extensible chat client.
|
||||
*
|
||||
* WeeChat is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user