mirror of
https://github.com/weechat/weechat.git
synced 2026-07-10 03:33:12 +02:00
core: move comments with description of C file to top of files
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
/*
|
||||
* rmodifier.c - alter modifier strings with regular expressions
|
||||
*
|
||||
* Copyright (C) 2010-2012 Sebastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
* This file is part of WeeChat, the extensible chat client.
|
||||
@@ -17,11 +19,6 @@
|
||||
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/*
|
||||
* rmodifier.c: alter modifier strings with regular expressions
|
||||
* (useful for hiding passwords in input or command history)
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
Reference in New Issue
Block a user