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 @@
/*
* gui-curses-bar-window.c - bar window functions for Curses GUI
*
* 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/>.
*/
/* Bar window functions for Curses GUI */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* gui-curses-chat.c - chat display functions for Curses GUI
*
* 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/>.
*/
/* Chat display functions for Curses GUI */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* gui-curses-color.c - color functions for Curses GUI
*
* 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/>.
*/
/* Color functions for Curses GUI */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* gui-curses-key.c - keyboard functions for Curses GUI
*
* 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/>.
*/
/* Keyboard functions for Curses GUI */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* gui-curses-main.c - main loop for Curses GUI
*
* 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/>.
*/
/* Main loop for Curses GUI */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* gui-curses-mouse.c - mouse functions for Curses GUI
*
* SPDX-FileCopyrightText: 2011-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 functions for Curses GUI */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* gui-curses-term.c - terminal functions for Curses GUI
*
* SPDX-FileCopyrightText: 2011-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/>.
*/
/* Terminal functions for Curses GUI */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* gui-curses-window.c - window display functions for Curses GUI
*
* 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/>.
*/
/* Window display functions for Curses GUI */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* main.c - entry point for headless mode (no GUI)
*
* 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/>.
*/
/* Entry point for headless mode (no GUI) */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* ncurses-fake.c - fake ncurses lib (for headless mode and tests)
*
* SPDX-FileCopyrightText: 2014-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/>.
*/
/* Fake ncurses lib (for headless mode and tests) */
#include "ncurses-fake.h"
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* main.c - entry point for Curses GUI
*
* 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/>.
*/
/* Entry point for Curses GUI */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* gui-bar-item-custom.c - custom bar item functions (used by all GUI)
*
* SPDX-FileCopyrightText: 2022-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/>.
*/
/* Custom bar item functions (used by all GUI) */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* gui-bar-item.c - bar item functions (used by all GUI)
*
* 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/>.
*/
/* Bar item functions (used by all GUI) */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* gui-bar-window.c - bar window functions (used by all GUI)
*
* 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/>.
*/
/* Bar window functions (used by all GUI) */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* gui-bar.c - bar functions (used by all GUI)
*
* 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/>.
*/
/* Bar functions (used by all GUI) */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* gui-buffer.c - buffer functions (used by all GUI)
*
* 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/>.
*/
/* Buffer functions (used by all GUI) */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* gui-chat.c - chat functions (used by all GUI)
*
* 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/>.
*/
/* Chat functions (used by all GUI) */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* gui-color.c - color functions (used by all GUI)
*
* 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/>.
*/
/* Color functions (used by all GUI) */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* gui-completion.c - word completion according to context (used by all GUI)
*
* 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/>.
*/
/* Word completion according to context (used by all GUI) */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* gui-cursor.c - functions for free movement of cursor (used by all GUI)
*
* SPDX-FileCopyrightText: 2011-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/>.
*/
/* Functions for free movement of cursor (used by all GUI) */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* gui-filter.c - filter functions (used by all GUI)
*
* 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/>.
*/
/* Filter functions (used by all GUI) */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* gui-focus.c - functions about focus (cursor mode and mouse) (used by all GUI)
*
* SPDX-FileCopyrightText: 2011-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/>.
*/
/* Functions about focus (cursor mode and mouse) (used by all GUI) */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* gui-history.c - memorize commands or text for buffers (used by all GUI)
*
* SPDX-FileCopyrightText: 2003-2025 Sébastien Helleu <flashcode@flashtux.org>
* SPDX-FileCopyrightText: 2005 Emmanuel Bouthenot <kolter@openics.org>
*
@@ -22,6 +20,8 @@
* along with WeeChat. If not, see <https://www.gnu.org/licenses/>.
*/
/* Memorize commands or text for buffers (used by all GUI) */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* gui-hotlist.c - hotlist management (used by all GUI)
*
* 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/>.
*/
/* Hotlist management (used by all GUI) */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* gui-input.c - input functions (used by all GUI)
*
* 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/>.
*/
/* Input functions (used by all GUI) */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* gui-key.c - keyboard functions (used by all GUI)
*
* 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/>.
*/
/* Keyboard functions (used by all GUI) */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* gui-layout.c - layout functions (used by all GUI)
*
* 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/>.
*/
/* Layout functions (used by all GUI) */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* gui-line.c - line functions (used by all GUI)
*
* 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/>.
*/
/* Line functions (used by all GUI) */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* gui-mouse.c - functions for mouse (used by all GUI)
*
* SPDX-FileCopyrightText: 2011-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/>.
*/
/* Functions for mouse (used by all GUI) */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* gui-nick.c - nick functions (used by all GUI)
*
* 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/>.
*/
/* Nick functions (used by all GUI) */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* gui-nicklist.c - nicklist functions (used by all GUI)
*
* 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/>.
*/
/* Nicklist functions (used by all GUI) */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+2 -2
View File
@@ -1,6 +1,4 @@
/*
* gui-window.c - window functions (used by all GUI)
*
* 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/>.
*/
/* Window functions (used by all GUI) */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif