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/tcl | |
parent | 01a13168160282ffb79b3ad3826df3b777305227 (diff) | |
download | weechat-f97598b4aa420c19bc86c3640f689014e9813dcc.zip |
core: update copyright dates
Diffstat (limited to 'src/plugins/tcl')
-rw-r--r-- | src/plugins/tcl/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/plugins/tcl/Makefile.am | 2 | ||||
-rw-r--r-- | src/plugins/tcl/weechat-tcl-api.c | 2 | ||||
-rw-r--r-- | src/plugins/tcl/weechat-tcl-api.h | 2 | ||||
-rw-r--r-- | src/plugins/tcl/weechat-tcl.c | 2 | ||||
-rw-r--r-- | src/plugins/tcl/weechat-tcl.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/plugins/tcl/CMakeLists.txt b/src/plugins/tcl/CMakeLists.txt index a33487c7c..21a5bfad1 100644 --- a/src/plugins/tcl/CMakeLists.txt +++ b/src/plugins/tcl/CMakeLists.txt @@ -1,7 +1,7 @@ # # Copyright (C) 2008-2010 Dmitry Kobylin <fnfal@academ.tsc.ru> # Copyright (C) 2008 Julien Louis <ptitlouis@sysif.net> -# Copyright (C) 2008-2012 Sebastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2008-2013 Sebastien Helleu <flashcode@flashtux.org> # # This file is part of WeeChat, the extensible chat client. # diff --git a/src/plugins/tcl/Makefile.am b/src/plugins/tcl/Makefile.am index 65d43b917..3031fd0dc 100644 --- a/src/plugins/tcl/Makefile.am +++ b/src/plugins/tcl/Makefile.am @@ -1,6 +1,6 @@ # # Copyright (C) 2008-2010 Dmitry Kobylin <fnfal@academ.tsc.ru> -# Copyright (C) 2008-2012 Sebastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2008-2013 Sebastien Helleu <flashcode@flashtux.org> # # This file is part of WeeChat, the extensible chat client. # diff --git a/src/plugins/tcl/weechat-tcl-api.c b/src/plugins/tcl/weechat-tcl-api.c index 5cf92319e..ab6613fd6 100644 --- a/src/plugins/tcl/weechat-tcl-api.c +++ b/src/plugins/tcl/weechat-tcl-api.c @@ -3,7 +3,7 @@ * * Copyright (C) 2008-2010 Dmitry Kobylin <fnfal@academ.tsc.ru> * Copyright (C) 2008 Julien Louis <ptitlouis@sysif.net> - * Copyright (C) 2008-2012 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2008-2013 Sebastien Helleu <flashcode@flashtux.org> * Copyright (C) 2012 Simon Arlott * * This file is part of WeeChat, the extensible chat client. diff --git a/src/plugins/tcl/weechat-tcl-api.h b/src/plugins/tcl/weechat-tcl-api.h index 8c1f60392..beb458d45 100644 --- a/src/plugins/tcl/weechat-tcl-api.h +++ b/src/plugins/tcl/weechat-tcl-api.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2008-2010 Dmitry Kobylin <fnfal@academ.tsc.ru> - * Copyright (C) 2008-2012 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2008-2013 Sebastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/plugins/tcl/weechat-tcl.c b/src/plugins/tcl/weechat-tcl.c index bdac598b5..d379c0133 100644 --- a/src/plugins/tcl/weechat-tcl.c +++ b/src/plugins/tcl/weechat-tcl.c @@ -2,7 +2,7 @@ * weechat-tcl.c - tcl plugin for WeeChat * * Copyright (C) 2008-2010 Dmitry Kobylin <fnfal@academ.tsc.ru> - * Copyright (C) 2008-2012 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2008-2013 Sebastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/plugins/tcl/weechat-tcl.h b/src/plugins/tcl/weechat-tcl.h index 65453fc83..73084804c 100644 --- a/src/plugins/tcl/weechat-tcl.h +++ b/src/plugins/tcl/weechat-tcl.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2008-2010 Dmitry Kobylin <fnfal@academ.tsc.ru> - * Copyright (C) 2008-2012 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2008-2013 Sebastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * |