1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 19:23:13 +02:00

all: move description of C files below the copyright and license

This commit is contained in:
Sébastien Helleu
2025-03-30 21:16:11 +02:00
parent 3a6ac9ee76
commit 2475f20cb7
345 changed files with 690 additions and 690 deletions
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* weechat-perl-api.c - perl API functions
*
* SPDX-FileCopyrightText: 2003-2025 Sébastien Helleu <flashcode@flashtux.org>
* SPDX-FileCopyrightText: 2005-2008 Emmanuel Bouthenot <kolter@openics.org>
* SPDX-FileCopyrightText: 2012 Simon Arlott
@@ -23,6 +21,8 @@
* along with WeeChat. If not, see <https://www.gnu.org/licenses/>.
*/
/* Perl API functions */
#undef _
#include <EXTERN.h>
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* weechat-perl.c - perl plugin for WeeChat
*
* SPDX-FileCopyrightText: 2003-2025 Sébastien Helleu <flashcode@flashtux.org>
* SPDX-FileCopyrightText: 2005-2008 Emmanuel Bouthenot <kolter@openics.org>
*
@@ -22,6 +20,8 @@
* along with WeeChat. If not, see <https://www.gnu.org/licenses/>.
*/
/* Perl plugin for WeeChat */
#undef _
#include <stdlib.h>