mirror of
https://github.com/weechat/weechat.git
synced 2026-07-10 03:33:12 +02:00
all: move description of C files below the copyright and license
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
/*
|
||||
* weechat-tcl-api.c - tcl API functions
|
||||
*
|
||||
* SPDX-FileCopyrightText: 2008-2010 Dmitry Kobylin <fnfal@academ.tsc.ru>
|
||||
* SPDX-FileCopyrightText: 2008 Julien Louis <ptitlouis@sysif.net>
|
||||
* SPDX-FileCopyrightText: 2008-2025 Sébastien Helleu <flashcode@flashtux.org>
|
||||
@@ -24,6 +22,8 @@
|
||||
* along with WeeChat. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/* Tcl API functions */
|
||||
|
||||
#undef _
|
||||
|
||||
#include <tcl.h>
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
/*
|
||||
* weechat-tcl.c - tcl plugin for WeeChat
|
||||
*
|
||||
* SPDX-FileCopyrightText: 2008-2010 Dmitry Kobylin <fnfal@academ.tsc.ru>
|
||||
* SPDX-FileCopyrightText: 2008-2025 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
@@ -22,6 +20,8 @@
|
||||
* along with WeeChat. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/* Tcl plugin for WeeChat */
|
||||
|
||||
#undef _
|
||||
|
||||
#include <tcl.h>
|
||||
|
||||
Reference in New Issue
Block a user