diff options
Diffstat (limited to 'src/plugins/scripts')
44 files changed, 44 insertions, 44 deletions
diff --git a/src/plugins/scripts/CMakeLists.txt b/src/plugins/scripts/CMakeLists.txt index f00b5172c..cd97d6bb1 100644 --- a/src/plugins/scripts/CMakeLists.txt +++ b/src/plugins/scripts/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2003-2011 Sebastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> # # This file is part of WeeChat, the extensible chat client. # diff --git a/src/plugins/scripts/Makefile.am b/src/plugins/scripts/Makefile.am index 8692e499c..a30bbf8ce 100644 --- a/src/plugins/scripts/Makefile.am +++ b/src/plugins/scripts/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) 2003-2011 Sebastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> # # This file is part of WeeChat, the extensible chat client. # diff --git a/src/plugins/scripts/guile/CMakeLists.txt b/src/plugins/scripts/guile/CMakeLists.txt index f4549fec2..7200ab090 100644 --- a/src/plugins/scripts/guile/CMakeLists.txt +++ b/src/plugins/scripts/guile/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 Sebastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org> # # This file is part of WeeChat, the extensible chat client. # diff --git a/src/plugins/scripts/guile/Makefile.am b/src/plugins/scripts/guile/Makefile.am index 7cf79b4e2..47571527d 100644 --- a/src/plugins/scripts/guile/Makefile.am +++ b/src/plugins/scripts/guile/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 Sebastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org> # # This file is part of WeeChat, the extensible chat client. # diff --git a/src/plugins/scripts/guile/weechat-guile-api.c b/src/plugins/scripts/guile/weechat-guile-api.c index 6b7e4763c..8260b4f39 100644 --- a/src/plugins/scripts/guile/weechat-guile-api.c +++ b/src/plugins/scripts/guile/weechat-guile-api.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/plugins/scripts/guile/weechat-guile-api.h b/src/plugins/scripts/guile/weechat-guile-api.h index 7620a5f0a..aaad60d54 100644 --- a/src/plugins/scripts/guile/weechat-guile-api.h +++ b/src/plugins/scripts/guile/weechat-guile-api.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/plugins/scripts/guile/weechat-guile.c b/src/plugins/scripts/guile/weechat-guile.c index 9323c0919..d073bed04 100644 --- a/src/plugins/scripts/guile/weechat-guile.c +++ b/src/plugins/scripts/guile/weechat-guile.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/plugins/scripts/guile/weechat-guile.h b/src/plugins/scripts/guile/weechat-guile.h index c7df69a1b..b868a4c10 100644 --- a/src/plugins/scripts/guile/weechat-guile.h +++ b/src/plugins/scripts/guile/weechat-guile.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/plugins/scripts/lua/CMakeLists.txt b/src/plugins/scripts/lua/CMakeLists.txt index 4f9ecfabb..7981a8ba0 100644 --- a/src/plugins/scripts/lua/CMakeLists.txt +++ b/src/plugins/scripts/lua/CMakeLists.txt @@ -1,6 +1,6 @@ # # Copyright (C) 2006-2007 Emmanuel Bouthenot <kolter@openics.org> -# Copyright (C) 2006-2011 Sebastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2006-2012 Sebastien Helleu <flashcode@flashtux.org> # # This file is part of WeeChat, the extensible chat client. # diff --git a/src/plugins/scripts/lua/Makefile.am b/src/plugins/scripts/lua/Makefile.am index b76227dc1..336c2c33f 100644 --- a/src/plugins/scripts/lua/Makefile.am +++ b/src/plugins/scripts/lua/Makefile.am @@ -1,6 +1,6 @@ # # Copyright (C) 2006-2007 Emmanuel Bouthenot <kolter@openics.org> -# Copyright (C) 2006-2011 Sebastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2006-2012 Sebastien Helleu <flashcode@flashtux.org> # # This file is part of WeeChat, the extensible chat client. # diff --git a/src/plugins/scripts/lua/weechat-lua-api.c b/src/plugins/scripts/lua/weechat-lua-api.c index e9a3523e1..e38ffbd03 100644 --- a/src/plugins/scripts/lua/weechat-lua-api.c +++ b/src/plugins/scripts/lua/weechat-lua-api.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2006-2007 Emmanuel Bouthenot <kolter@openics.org> - * Copyright (C) 2006-2011 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2006-2012 Sebastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/plugins/scripts/lua/weechat-lua-api.h b/src/plugins/scripts/lua/weechat-lua-api.h index d2b266112..e198a4c04 100644 --- a/src/plugins/scripts/lua/weechat-lua-api.h +++ b/src/plugins/scripts/lua/weechat-lua-api.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2006-2007 Emmanuel Bouthenot <kolter@openics.org> - * Copyright (C) 2006-2011 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2006-2012 Sebastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/plugins/scripts/lua/weechat-lua.c b/src/plugins/scripts/lua/weechat-lua.c index d7d8dec36..9b4d3bdb2 100644 --- a/src/plugins/scripts/lua/weechat-lua.c +++ b/src/plugins/scripts/lua/weechat-lua.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2006-2007 Emmanuel Bouthenot <kolter@openics.org> - * Copyright (C) 2006-2011 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2006-2012 Sebastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/plugins/scripts/lua/weechat-lua.h b/src/plugins/scripts/lua/weechat-lua.h index 262b1f3d0..944a2acbd 100644 --- a/src/plugins/scripts/lua/weechat-lua.h +++ b/src/plugins/scripts/lua/weechat-lua.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2006-2007 Emmanuel Bouthenot <kolter@openics.org> - * Copyright (C) 2006-2011 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2006-2012 Sebastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/plugins/scripts/perl/CMakeLists.txt b/src/plugins/scripts/perl/CMakeLists.txt index a6fc4f3f0..df598b960 100644 --- a/src/plugins/scripts/perl/CMakeLists.txt +++ b/src/plugins/scripts/perl/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2003-2011 Sebastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> # # This file is part of WeeChat, the extensible chat client. # diff --git a/src/plugins/scripts/perl/Makefile.am b/src/plugins/scripts/perl/Makefile.am index cc9f9c96c..ab7184f69 100644 --- a/src/plugins/scripts/perl/Makefile.am +++ b/src/plugins/scripts/perl/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) 2003-2011 Sebastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> # # This file is part of WeeChat, the extensible chat client. # diff --git a/src/plugins/scripts/perl/weechat-perl-api.c b/src/plugins/scripts/perl/weechat-perl-api.c index 24e80f541..aa59d3f78 100644 --- a/src/plugins/scripts/perl/weechat-perl-api.c +++ b/src/plugins/scripts/perl/weechat-perl-api.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2011 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2012 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/scripts/perl/weechat-perl-api.h b/src/plugins/scripts/perl/weechat-perl-api.h index 96547e136..662dd002a 100644 --- a/src/plugins/scripts/perl/weechat-perl-api.h +++ b/src/plugins/scripts/perl/weechat-perl-api.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2011 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/plugins/scripts/perl/weechat-perl.c b/src/plugins/scripts/perl/weechat-perl.c index e7462e825..6a51dd94a 100644 --- a/src/plugins/scripts/perl/weechat-perl.c +++ b/src/plugins/scripts/perl/weechat-perl.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2011 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2012 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/scripts/perl/weechat-perl.h b/src/plugins/scripts/perl/weechat-perl.h index 8b80cb3b1..87a601aac 100644 --- a/src/plugins/scripts/perl/weechat-perl.h +++ b/src/plugins/scripts/perl/weechat-perl.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2011 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/plugins/scripts/python/CMakeLists.txt b/src/plugins/scripts/python/CMakeLists.txt index a236a019d..b39a5f394 100644 --- a/src/plugins/scripts/python/CMakeLists.txt +++ b/src/plugins/scripts/python/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2003-2011 Sebastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> # # This file is part of WeeChat, the extensible chat client. # diff --git a/src/plugins/scripts/python/Makefile.am b/src/plugins/scripts/python/Makefile.am index a4590516b..db37e7095 100644 --- a/src/plugins/scripts/python/Makefile.am +++ b/src/plugins/scripts/python/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) 2003-2011 Sebastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> # # This file is part of WeeChat, the extensible chat client. # diff --git a/src/plugins/scripts/python/weechat-python-api.c b/src/plugins/scripts/python/weechat-python-api.c index 293f04637..33533cbca 100644 --- a/src/plugins/scripts/python/weechat-python-api.c +++ b/src/plugins/scripts/python/weechat-python-api.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2011 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> * Copyright (C) 2005-2007 Emmanuel Bouthenot <kolter@openics.org> * * This file is part of WeeChat, the extensible chat client. diff --git a/src/plugins/scripts/python/weechat-python-api.h b/src/plugins/scripts/python/weechat-python-api.h index 7e9c6020e..4c12f2916 100644 --- a/src/plugins/scripts/python/weechat-python-api.h +++ b/src/plugins/scripts/python/weechat-python-api.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2011 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> * Copyright (C) 2005-2007 Emmanuel Bouthenot <kolter@openics.org> * * This file is part of WeeChat, the extensible chat client. diff --git a/src/plugins/scripts/python/weechat-python.c b/src/plugins/scripts/python/weechat-python.c index 629be635d..3421c9308 100644 --- a/src/plugins/scripts/python/weechat-python.c +++ b/src/plugins/scripts/python/weechat-python.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2011 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> * Copyright (C) 2005-2007 Emmanuel Bouthenot <kolter@openics.org> * * This file is part of WeeChat, the extensible chat client. diff --git a/src/plugins/scripts/python/weechat-python.h b/src/plugins/scripts/python/weechat-python.h index e0612688e..1a522603a 100644 --- a/src/plugins/scripts/python/weechat-python.h +++ b/src/plugins/scripts/python/weechat-python.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2011 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> * Copyright (C) 2005-2007 Emmanuel Bouthenot <kolter@openics.org> * * This file is part of WeeChat, the extensible chat client. diff --git a/src/plugins/scripts/ruby/CMakeLists.txt b/src/plugins/scripts/ruby/CMakeLists.txt index 72977ef4d..ee69844d5 100644 --- a/src/plugins/scripts/ruby/CMakeLists.txt +++ b/src/plugins/scripts/ruby/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2003-2011 Sebastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> # # This file is part of WeeChat, the extensible chat client. # diff --git a/src/plugins/scripts/ruby/Makefile.am b/src/plugins/scripts/ruby/Makefile.am index 326309cf0..dedb40944 100644 --- a/src/plugins/scripts/ruby/Makefile.am +++ b/src/plugins/scripts/ruby/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) 2003-2011 Sebastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> # # This file is part of WeeChat, the extensible chat client. # diff --git a/src/plugins/scripts/ruby/weechat-ruby-api.c b/src/plugins/scripts/ruby/weechat-ruby-api.c index f47bcfb56..8d6317ee8 100644 --- a/src/plugins/scripts/ruby/weechat-ruby-api.c +++ b/src/plugins/scripts/ruby/weechat-ruby-api.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2011 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> * Copyright (C) 2005-2007 Emmanuel Bouthenot <kolter@openics.org> * * This file is part of WeeChat, the extensible chat client. diff --git a/src/plugins/scripts/ruby/weechat-ruby-api.h b/src/plugins/scripts/ruby/weechat-ruby-api.h index fa3e64fd5..708bf518f 100644 --- a/src/plugins/scripts/ruby/weechat-ruby-api.h +++ b/src/plugins/scripts/ruby/weechat-ruby-api.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2011 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> * Copyright (C) 2005-2007 Emmanuel Bouthenot <kolter@openics.org> * * This file is part of WeeChat, the extensible chat client. diff --git a/src/plugins/scripts/ruby/weechat-ruby.c b/src/plugins/scripts/ruby/weechat-ruby.c index a76ea6530..fe3285dca 100644 --- a/src/plugins/scripts/ruby/weechat-ruby.c +++ b/src/plugins/scripts/ruby/weechat-ruby.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2011 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> * Copyright (C) 2005-2007 Emmanuel Bouthenot <kolter@openics.org> * * This file is part of WeeChat, the extensible chat client. diff --git a/src/plugins/scripts/ruby/weechat-ruby.h b/src/plugins/scripts/ruby/weechat-ruby.h index c8fee6773..cf3e7a1b2 100644 --- a/src/plugins/scripts/ruby/weechat-ruby.h +++ b/src/plugins/scripts/ruby/weechat-ruby.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2011 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> * Copyright (C) 2005-2007 Emmanuel Bouthenot <kolter@openics.org> * * This file is part of WeeChat, the extensible chat client. diff --git a/src/plugins/scripts/script-api.c b/src/plugins/scripts/script-api.c index 3c3d3607c..177f3547c 100644 --- a/src/plugins/scripts/script-api.c +++ b/src/plugins/scripts/script-api.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2011 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/plugins/scripts/script-api.h b/src/plugins/scripts/script-api.h index c1c9dbe5b..a19d386b8 100644 --- a/src/plugins/scripts/script-api.h +++ b/src/plugins/scripts/script-api.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2011 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/plugins/scripts/script-callback.c b/src/plugins/scripts/script-callback.c index 28608d040..7a1f0dee0 100644 --- a/src/plugins/scripts/script-callback.c +++ b/src/plugins/scripts/script-callback.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2011 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/plugins/scripts/script-callback.h b/src/plugins/scripts/script-callback.h index badf5d452..4c7826787 100644 --- a/src/plugins/scripts/script-callback.h +++ b/src/plugins/scripts/script-callback.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2011 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/plugins/scripts/script.c b/src/plugins/scripts/script.c index 3a9281203..9216e2c81 100644 --- a/src/plugins/scripts/script.c +++ b/src/plugins/scripts/script.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2011 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/plugins/scripts/script.h b/src/plugins/scripts/script.h index dbfa943ab..86f1eeafa 100644 --- a/src/plugins/scripts/script.h +++ b/src/plugins/scripts/script.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2011 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/plugins/scripts/tcl/CMakeLists.txt b/src/plugins/scripts/tcl/CMakeLists.txt index 68d05e440..9bd6d2b93 100644 --- a/src/plugins/scripts/tcl/CMakeLists.txt +++ b/src/plugins/scripts/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-2011 Sebastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2008-2012 Sebastien Helleu <flashcode@flashtux.org> # # This file is part of WeeChat, the extensible chat client. # diff --git a/src/plugins/scripts/tcl/Makefile.am b/src/plugins/scripts/tcl/Makefile.am index 20c327890..65d43b917 100644 --- a/src/plugins/scripts/tcl/Makefile.am +++ b/src/plugins/scripts/tcl/Makefile.am @@ -1,6 +1,6 @@ # # Copyright (C) 2008-2010 Dmitry Kobylin <fnfal@academ.tsc.ru> -# Copyright (C) 2008-2011 Sebastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2008-2012 Sebastien Helleu <flashcode@flashtux.org> # # This file is part of WeeChat, the extensible chat client. # diff --git a/src/plugins/scripts/tcl/weechat-tcl-api.c b/src/plugins/scripts/tcl/weechat-tcl-api.c index cca006a06..7993471bd 100644 --- a/src/plugins/scripts/tcl/weechat-tcl-api.c +++ b/src/plugins/scripts/tcl/weechat-tcl-api.c @@ -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-2011 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2008-2012 Sebastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/plugins/scripts/tcl/weechat-tcl-api.h b/src/plugins/scripts/tcl/weechat-tcl-api.h index 9a44adbd5..8c1f60392 100644 --- a/src/plugins/scripts/tcl/weechat-tcl-api.h +++ b/src/plugins/scripts/tcl/weechat-tcl-api.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2008-2010 Dmitry Kobylin <fnfal@academ.tsc.ru> - * Copyright (C) 2008-2011 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2008-2012 Sebastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/plugins/scripts/tcl/weechat-tcl.c b/src/plugins/scripts/tcl/weechat-tcl.c index 8adabfc1a..7429188ae 100644 --- a/src/plugins/scripts/tcl/weechat-tcl.c +++ b/src/plugins/scripts/tcl/weechat-tcl.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2008-2010 Dmitry Kobylin <fnfal@academ.tsc.ru> - * Copyright (C) 2008-2011 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2008-2012 Sebastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/plugins/scripts/tcl/weechat-tcl.h b/src/plugins/scripts/tcl/weechat-tcl.h index b55a5ce37..62a258885 100644 --- a/src/plugins/scripts/tcl/weechat-tcl.h +++ b/src/plugins/scripts/tcl/weechat-tcl.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2008-2010 Dmitry Kobylin <fnfal@academ.tsc.ru> - * Copyright (C) 2008-2011 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2008-2012 Sebastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * |