diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-01-17 18:41:06 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-01-17 18:41:06 +0100 |
commit | c44b79dce7f2f2dec9e802b001dcf0acdfa049d0 (patch) | |
tree | d3a6e57ec3a636b7651a2e73c16cf515c8f795a4 /doc/ja | |
parent | ab12d384eafd624132c2051519b9d0dafbc6efc2 (diff) | |
download | weechat-c44b79dce7f2f2dec9e802b001dcf0acdfa049d0.zip |
core: update copyright dates
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/ja/Makefile.am | 2 | ||||
-rw-r--r-- | doc/ja/includes/man.ja.adoc | 2 | ||||
-rw-r--r-- | doc/ja/weechat_dev.ja.adoc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/ja/CMakeLists.txt b/doc/ja/CMakeLists.txt index b6ed0184b..94bf0d5e9 100644 --- a/doc/ja/CMakeLists.txt +++ b/doc/ja/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2003-2021 Sébastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org> # # This file is part of WeeChat, the extensible chat client. # diff --git a/doc/ja/Makefile.am b/doc/ja/Makefile.am index 1432506cb..d569414cf 100644 --- a/doc/ja/Makefile.am +++ b/doc/ja/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) 2003-2021 Sébastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2003-2022 Sébastien Helleu <flashcode@flashtux.org> # # This file is part of WeeChat, the extensible chat client. # diff --git a/doc/ja/includes/man.ja.adoc b/doc/ja/includes/man.ja.adoc index 59268ea8e..5246d52c2 100644 --- a/doc/ja/includes/man.ja.adoc +++ b/doc/ja/includes/man.ja.adoc @@ -100,7 +100,7 @@ $HOME/.local/share/weechat/weechat.log:: WeeChat は Sébastien Helleu さんと貢献者によって作成されています (完全なリストは AUTHORS.adoc ファイルを参照してください)。 -著作権 (C) 2003-2021 {author} +著作権 (C) 2003-2022 {author} WeeChat はフリーソフトウェアです。あなたはこれを、フリーソフトウェア財団によって発行された GNU 一般公衆利用許諾契約書 (バージョン 2 か、希望によってはそれ以降のバージョンのうちどれか) diff --git a/doc/ja/weechat_dev.ja.adoc b/doc/ja/weechat_dev.ja.adoc index 98ff34fc8..4a2eca3d1 100644 --- a/doc/ja/weechat_dev.ja.adoc +++ b/doc/ja/weechat_dev.ja.adoc @@ -559,7 +559,7 @@ WeeChat とプラグインの翻訳は gettext で行います、ファイルは /* * weechat.c - core functions for WeeChat * - * Copyright (C) 2021 Your Name <your@email.com> + * Copyright (C) 2022 Your Name <your@email.com> * * This file is part of WeeChat, the extensible chat client. * |