diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-01-01 14:54:35 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-01-01 14:54:35 +0100 |
commit | 33bba784c3c54715de6d68c7559890d5f1ca181c (patch) | |
tree | 391589d5efde618a6319e9f958037ab4374ab0e6 /src/plugins/lua | |
parent | 1fb6d52984800ae9ce06d5a7a919431ce5a2eef0 (diff) | |
download | weechat-33bba784c3c54715de6d68c7559890d5f1ca181c.zip |
core: update copyright dates
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 198dc0b9f..3e25fb16b 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-2022 Sébastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2006-2023 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 74b855219..fa5c0de5d 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-2022 Sébastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2006-2023 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 95dc99adf..0f5e1a6b8 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-2022 Sébastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2006-2023 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 61a4eb8f4..ce5a6f258 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-2022 Sébastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2006-2023 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 36ff14f3a..5c5826dc9 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-2022 Sébastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2006-2023 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 a8aacee39..0b6ef3aab 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-2022 Sébastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2006-2023 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * |