mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 12:56:37 +02:00
core: update copyright dates
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2010-2013 Sebastien Helleu <flashcode@flashtux.org>
|
||||
# Copyright (C) 2010-2014 Sébastien Helleu <flashcode@flashtux.org>
|
||||
#
|
||||
# This file is part of WeeChat, the extensible chat client.
|
||||
#
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2010-2013 Sebastien Helleu <flashcode@flashtux.org>
|
||||
# Copyright (C) 2010-2014 Sébastien Helleu <flashcode@flashtux.org>
|
||||
#
|
||||
# This file is part of WeeChat, the extensible chat client.
|
||||
#
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* rmodifier-command.c - rmodifier command
|
||||
*
|
||||
* Copyright (C) 2010-2013 Sebastien Helleu <flashcode@flashtux.org>
|
||||
* Copyright (C) 2010-2014 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
* This file is part of WeeChat, the extensible chat client.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2010-2013 Sebastien Helleu <flashcode@flashtux.org>
|
||||
* Copyright (C) 2010-2014 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
* This file is part of WeeChat, the extensible chat client.
|
||||
*
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* rmodifier-completion.c - completion for rmodifier command
|
||||
*
|
||||
* Copyright (C) 2010-2013 Sebastien Helleu <flashcode@flashtux.org>
|
||||
* Copyright (C) 2010-2014 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
* This file is part of WeeChat, the extensible chat client.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2010-2013 Sebastien Helleu <flashcode@flashtux.org>
|
||||
* Copyright (C) 2010-2014 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
* This file is part of WeeChat, the extensible chat client.
|
||||
*
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* rmodifier-config.c - rmodifier configuration options (file rmodifier.conf)
|
||||
*
|
||||
* Copyright (C) 2010-2013 Sebastien Helleu <flashcode@flashtux.org>
|
||||
* Copyright (C) 2010-2014 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
* This file is part of WeeChat, the extensible chat client.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2010-2013 Sebastien Helleu <flashcode@flashtux.org>
|
||||
* Copyright (C) 2010-2014 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
* This file is part of WeeChat, the extensible chat client.
|
||||
*
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* rmodifier-debug.c - debug functions for rmodifier plugin
|
||||
*
|
||||
* Copyright (C) 2010-2013 Sebastien Helleu <flashcode@flashtux.org>
|
||||
* Copyright (C) 2010-2014 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
* This file is part of WeeChat, the extensible chat client.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2010-2013 Sebastien Helleu <flashcode@flashtux.org>
|
||||
* Copyright (C) 2010-2014 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
* This file is part of WeeChat, the extensible chat client.
|
||||
*
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* rmodifier-info.c - info and infolist hooks for rmodifier plugin
|
||||
*
|
||||
* Copyright (C) 2010-2013 Sebastien Helleu <flashcode@flashtux.org>
|
||||
* Copyright (C) 2010-2014 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
* This file is part of WeeChat, the extensible chat client.
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2010-2013 Sebastien Helleu <flashcode@flashtux.org>
|
||||
* Copyright (C) 2010-2014 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
* This file is part of WeeChat, the extensible chat client.
|
||||
*
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* rmodifier.c - alter modifier strings with regular expressions
|
||||
*
|
||||
* Copyright (C) 2010-2013 Sebastien Helleu <flashcode@flashtux.org>
|
||||
* Copyright (C) 2010-2014 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
* This file is part of WeeChat, the extensible chat client.
|
||||
*
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
WEECHAT_PLUGIN_NAME(RMODIFIER_PLUGIN_NAME);
|
||||
WEECHAT_PLUGIN_DESCRIPTION(N_("String modifier with regular expressions"));
|
||||
WEECHAT_PLUGIN_AUTHOR("Sebastien Helleu <flashcode@flashtux.org>");
|
||||
WEECHAT_PLUGIN_AUTHOR("Sébastien Helleu <flashcode@flashtux.org>");
|
||||
WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION);
|
||||
WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE);
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2010-2013 Sebastien Helleu <flashcode@flashtux.org>
|
||||
* Copyright (C) 2010-2014 Sébastien Helleu <flashcode@flashtux.org>
|
||||
*
|
||||
* This file is part of WeeChat, the extensible chat client.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user