1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 21:06:38 +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 @@
/*
* script-action.c - actions on scripts
*
* 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/>.
*/
/* Actions on scripts */
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* script-buffer.c - display scripts on script buffer
*
* 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/>.
*/
/* Display scripts on script buffer */
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* script-command.c - script command
*
* 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/>.
*/
/* Script command */
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* script-completion.c - completions for script command
*
* 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/>.
*/
/* Completions for script command */
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* script-config.c - script configuration options (file script.conf)
*
* 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/>.
*/
/* Script configuration options (file script.conf) */
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* script-info.c - info, infolist and hdata hooks for script plugin
*
* 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/>.
*/
/* Info, infolist and hdata hooks for script plugin */
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* script-mouse.c - mouse actions for script
*
* 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/>.
*/
/* Mouse actions for script */
#include <stdlib.h>
#include <stdio.h>
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* script-repo.c - download and read repository file (plugins.xml.gz)
*
* 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/>.
*/
/* Download and read repository file (plugins.xml.gz) */
/*
* this define is needed for strptime()
* but is not used for OpenBSD, it causes bug with gcrypt (see bug #37373)
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* script.c - script manager for WeeChat
*
* 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/>.
*/
/* Script manager for WeeChat */
#include <stdlib.h>
#include <stdio.h>
#include <string.h>