mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 20:36:38 +02:00
all: move description of C files below the copyright and license
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
/*
|
||||
* weechat-lua-api.c - lua API functions
|
||||
*
|
||||
* SPDX-FileCopyrightText: 2006-2007 Emmanuel Bouthenot <kolter@openics.org>
|
||||
* SPDX-FileCopyrightText: 2006-2025 Sébastien Helleu <flashcode@flashtux.org>
|
||||
* SPDX-FileCopyrightText: 2012 Simon Arlott
|
||||
@@ -23,6 +21,8 @@
|
||||
* along with WeeChat. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/* Lua API functions */
|
||||
|
||||
#undef _
|
||||
|
||||
#include <lua.h>
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
/*
|
||||
* weechat-lua.c - lua plugin for WeeChat
|
||||
*
|
||||
* SPDX-FileCopyrightText: 2006-2007 Emmanuel Bouthenot <kolter@openics.org>
|
||||
* SPDX-FileCopyrightText: 2006-2025 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -22,6 +20,8 @@
|
||||
* along with WeeChat. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/* Lua plugin for WeeChat */
|
||||
|
||||
#undef _
|
||||
|
||||
#include <lua.h>
|
||||
|
||||
Reference in New Issue
Block a user