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 /doc/fr | |
parent | 1fb6d52984800ae9ce06d5a7a919431ce5a2eef0 (diff) | |
download | weechat-33bba784c3c54715de6d68c7559890d5f1ca181c.zip |
core: update copyright dates
Diffstat (limited to 'doc/fr')
-rw-r--r-- | doc/fr/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/fr/Makefile.am | 2 | ||||
-rw-r--r-- | doc/fr/includes/man.fr.adoc | 2 | ||||
-rw-r--r-- | doc/fr/weechat_dev.fr.adoc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/fr/CMakeLists.txt b/doc/fr/CMakeLists.txt index 7c746731f..78652e435 100644 --- a/doc/fr/CMakeLists.txt +++ b/doc/fr/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org> # # This file is part of WeeChat, the extensible chat client. # diff --git a/doc/fr/Makefile.am b/doc/fr/Makefile.am index b3205f2b9..76ae8da48 100644 --- a/doc/fr/Makefile.am +++ b/doc/fr/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org> # Copyright (C) 2006 Julien Louis <ptitlouis@sysif.net> # # This file is part of WeeChat, the extensible chat client. diff --git a/doc/fr/includes/man.fr.adoc b/doc/fr/includes/man.fr.adoc index a36920899..53b663275 100644 --- a/doc/fr/includes/man.fr.adoc +++ b/doc/fr/includes/man.fr.adoc @@ -102,7 +102,7 @@ $HOME/.local/share/weechat/weechat.log:: WeeChat est écrit par Sébastien Helleu et des contributeurs (la liste complète est dans le fichier AUTHORS.adoc). -Copyright (C) 2003-2022 {author} +Copyright (C) 2003-2023 {author} WeeChat est un logiciel libre ; vous pouvez le redistribuer et/ou le modifier sous les termes de la GNU General Public License telle que publiée par la diff --git a/doc/fr/weechat_dev.fr.adoc b/doc/fr/weechat_dev.fr.adoc index 453dc83af..d0cf873c7 100644 --- a/doc/fr/weechat_dev.fr.adoc +++ b/doc/fr/weechat_dev.fr.adoc @@ -532,7 +532,7 @@ Exemple en C : /* * weechat.c - core functions for WeeChat * - * Copyright (C) 2022 Your Name <your@email.com> + * Copyright (C) 2023 Your Name <your@email.com> * * This file is part of WeeChat, the extensible chat client. * |