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

plugins: move description of weechat-plugin.h below the copyright and license

This commit is contained in:
Sébastien Helleu
2025-11-09 13:02:08 +01:00
parent 5433d25889
commit 93c0ee57c8
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* weechat-plugin.h - header to compile WeeChat plugins
*
* SPDX-FileCopyrightText: 2003-2025 Sébastien Helleu <flashcode@flashtux.org>
*
* SPDX-License-Identifier: GPL-3.0-or-later
@@ -21,6 +19,8 @@
* along with WeeChat. If not, see <https://www.gnu.org/licenses/>.
*/
/* The single header used to compile WeeChat plugins */
#ifndef WEECHAT_WEECHAT_PLUGIN_H
#define WEECHAT_WEECHAT_PLUGIN_H