diff options
Diffstat (limited to 'src/plugins/lua')
-rw-r--r-- | src/plugins/lua/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/plugins/lua/Makefile.am | 2 | ||||
-rw-r--r-- | src/plugins/lua/weechat-lua-api.c | 2 | ||||
-rw-r--r-- | src/plugins/lua/weechat-lua-api.h | 2 | ||||
-rw-r--r-- | src/plugins/lua/weechat-lua.c | 2 | ||||
-rw-r--r-- | src/plugins/lua/weechat-lua.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/plugins/lua/CMakeLists.txt b/src/plugins/lua/CMakeLists.txt index f76167de2..5738e6daa 100644 --- a/src/plugins/lua/CMakeLists.txt +++ b/src/plugins/lua/CMakeLists.txt @@ -1,6 +1,6 @@ # # Copyright (C) 2006-2007 Emmanuel Bouthenot <kolter@openics.org> -# Copyright (C) 2006-2019 Sébastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2006-2020 Sébastien Helleu <flashcode@flashtux.org> # # This file is part of WeeChat, the extensible chat client. # diff --git a/src/plugins/lua/Makefile.am b/src/plugins/lua/Makefile.am index 76839f8bf..463de99cc 100644 --- a/src/plugins/lua/Makefile.am +++ b/src/plugins/lua/Makefile.am @@ -1,6 +1,6 @@ # # Copyright (C) 2006-2007 Emmanuel Bouthenot <kolter@openics.org> -# Copyright (C) 2006-2019 Sébastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2006-2020 Sébastien Helleu <flashcode@flashtux.org> # # This file is part of WeeChat, the extensible chat client. # diff --git a/src/plugins/lua/weechat-lua-api.c b/src/plugins/lua/weechat-lua-api.c index 10c1663d2..f6230a71a 100644 --- a/src/plugins/lua/weechat-lua-api.c +++ b/src/plugins/lua/weechat-lua-api.c @@ -2,7 +2,7 @@ * weechat-lua-api.c - lua API functions * * Copyright (C) 2006-2007 Emmanuel Bouthenot <kolter@openics.org> - * Copyright (C) 2006-2019 Sébastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2006-2020 Sébastien Helleu <flashcode@flashtux.org> * Copyright (C) 2012 Simon Arlott * * This file is part of WeeChat, the extensible chat client. diff --git a/src/plugins/lua/weechat-lua-api.h b/src/plugins/lua/weechat-lua-api.h index 5fc9959b8..899871a31 100644 --- a/src/plugins/lua/weechat-lua-api.h +++ b/src/plugins/lua/weechat-lua-api.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2006-2007 Emmanuel Bouthenot <kolter@openics.org> - * Copyright (C) 2006-2019 Sébastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2006-2020 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/plugins/lua/weechat-lua.c b/src/plugins/lua/weechat-lua.c index 4c9880124..df03dc4e5 100644 --- a/src/plugins/lua/weechat-lua.c +++ b/src/plugins/lua/weechat-lua.c @@ -2,7 +2,7 @@ * weechat-lua.c - lua plugin for WeeChat * * Copyright (C) 2006-2007 Emmanuel Bouthenot <kolter@openics.org> - * Copyright (C) 2006-2019 Sébastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2006-2020 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/plugins/lua/weechat-lua.h b/src/plugins/lua/weechat-lua.h index 3682fdbfe..f58481fdb 100644 --- a/src/plugins/lua/weechat-lua.h +++ b/src/plugins/lua/weechat-lua.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2006-2007 Emmanuel Bouthenot <kolter@openics.org> - * Copyright (C) 2006-2019 Sébastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2006-2020 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * |