diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-01-01 13:12:49 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-01-01 13:12:49 +0100 |
commit | f97598b4aa420c19bc86c3640f689014e9813dcc (patch) | |
tree | 767f9540f093b2fcf8fa455c37e4302c3030bbc9 /src/plugins/perl | |
parent | 01a13168160282ffb79b3ad3826df3b777305227 (diff) | |
download | weechat-f97598b4aa420c19bc86c3640f689014e9813dcc.zip |
core: update copyright dates
Diffstat (limited to 'src/plugins/perl')
-rw-r--r-- | src/plugins/perl/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/plugins/perl/Makefile.am | 2 | ||||
-rw-r--r-- | src/plugins/perl/weechat-perl-api.c | 2 | ||||
-rw-r--r-- | src/plugins/perl/weechat-perl-api.h | 2 | ||||
-rw-r--r-- | src/plugins/perl/weechat-perl.c | 2 | ||||
-rw-r--r-- | src/plugins/perl/weechat-perl.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/plugins/perl/CMakeLists.txt b/src/plugins/perl/CMakeLists.txt index 6bb7c2fc7..c0aed6201 100644 --- a/src/plugins/perl/CMakeLists.txt +++ b/src/plugins/perl/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> # # This file is part of WeeChat, the extensible chat client. # diff --git a/src/plugins/perl/Makefile.am b/src/plugins/perl/Makefile.am index ab7184f69..433343dab 100644 --- a/src/plugins/perl/Makefile.am +++ b/src/plugins/perl/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> # # This file is part of WeeChat, the extensible chat client. # diff --git a/src/plugins/perl/weechat-perl-api.c b/src/plugins/perl/weechat-perl-api.c index 2c063dbca..a1fcbfa55 100644 --- a/src/plugins/perl/weechat-perl-api.c +++ b/src/plugins/perl/weechat-perl-api.c @@ -1,7 +1,7 @@ /* * weechat-perl-api.c - perl API functions * - * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> * Copyright (C) 2005-2008 Emmanuel Bouthenot <kolter@openics.org> * Copyright (C) 2012 Simon Arlott * diff --git a/src/plugins/perl/weechat-perl-api.h b/src/plugins/perl/weechat-perl-api.h index 662dd002a..2b12b601d 100644 --- a/src/plugins/perl/weechat-perl-api.h +++ b/src/plugins/perl/weechat-perl-api.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/plugins/perl/weechat-perl.c b/src/plugins/perl/weechat-perl.c index 1e4790c5e..b89a4f164 100644 --- a/src/plugins/perl/weechat-perl.c +++ b/src/plugins/perl/weechat-perl.c @@ -1,7 +1,7 @@ /* * weechat-perl.c - perl plugin for WeeChat * - * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> * Copyright (C) 2005-2008 Emmanuel Bouthenot <kolter@openics.org> * * This file is part of WeeChat, the extensible chat client. diff --git a/src/plugins/perl/weechat-perl.h b/src/plugins/perl/weechat-perl.h index 5e1eabe48..36db8aa58 100644 --- a/src/plugins/perl/weechat-perl.h +++ b/src/plugins/perl/weechat-perl.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * |