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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user