From 93c0ee57c81b77b4e28cbc37f35bcff165803810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 9 Nov 2025 13:02:08 +0100 Subject: [PATCH] plugins: move description of weechat-plugin.h below the copyright and license --- src/plugins/weechat-plugin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/weechat-plugin.h b/src/plugins/weechat-plugin.h index 576fc1774..548dc2705 100644 --- a/src/plugins/weechat-plugin.h +++ b/src/plugins/weechat-plugin.h @@ -1,6 +1,4 @@ /* - * weechat-plugin.h - header to compile WeeChat plugins - * * SPDX-FileCopyrightText: 2003-2025 Sébastien Helleu * * SPDX-License-Identifier: GPL-3.0-or-later @@ -21,6 +19,8 @@ * along with WeeChat. If not, see . */ +/* The single header used to compile WeeChat plugins */ + #ifndef WEECHAT_WEECHAT_PLUGIN_H #define WEECHAT_WEECHAT_PLUGIN_H