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/sr | |
parent | 1fb6d52984800ae9ce06d5a7a919431ce5a2eef0 (diff) | |
download | weechat-33bba784c3c54715de6d68c7559890d5f1ca181c.zip |
core: update copyright dates
Diffstat (limited to 'doc/sr')
-rw-r--r-- | doc/sr/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/sr/Makefile.am | 2 | ||||
-rw-r--r-- | doc/sr/includes/man.sr.adoc | 2 | ||||
-rw-r--r-- | doc/sr/weechat_dev.sr.adoc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/sr/CMakeLists.txt b/doc/sr/CMakeLists.txt index f85ac61b0..f527b1e39 100644 --- a/doc/sr/CMakeLists.txt +++ b/doc/sr/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/sr/Makefile.am b/doc/sr/Makefile.am index db9192733..73a978368 100644 --- a/doc/sr/Makefile.am +++ b/doc/sr/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/sr/includes/man.sr.adoc b/doc/sr/includes/man.sr.adoc index 4a0982dac..94f1be610 100644 --- a/doc/sr/includes/man.sr.adoc +++ b/doc/sr/includes/man.sr.adoc @@ -97,7 +97,7 @@ $HOME/.config/weechat/weechat.log:: // tag::copyright[] Програм WeeChat је написао Себастијен Елеу и људи који су дали свој допринос (комплетна листа се налази у фајлу AUTHORS.adoc). -Ауторска права (C) 2003-2022 {author} +Ауторска права (C) 2003-2023 {author} WeeChat је слободни софтвер; можете га редистрибуирати и/или изменити под условима ГНУ Опште Јавне Лиценце коју је објавила Free Software Foundation; или верзије 3 Лиценце, или (по вашој жељи) било којој каснијој верзији. diff --git a/doc/sr/weechat_dev.sr.adoc b/doc/sr/weechat_dev.sr.adoc index a06f4ea3f..af3bdf2f5 100644 --- a/doc/sr/weechat_dev.sr.adoc +++ b/doc/sr/weechat_dev.sr.adoc @@ -530,7 +530,7 @@ WeeChat „језгро” се налази у следећим директо /* * 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. * |