summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-01-17 18:41:06 +0100
committerSébastien Helleu <flashcode@flashtux.org>2022-01-17 18:41:06 +0100
commitc44b79dce7f2f2dec9e802b001dcf0acdfa049d0 (patch)
treed3a6e57ec3a636b7651a2e73c16cf515c8f795a4 /doc/en
parentab12d384eafd624132c2051519b9d0dafbc6efc2 (diff)
downloadweechat-c44b79dce7f2f2dec9e802b001dcf0acdfa049d0.zip
core: update copyright dates
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/CMakeLists.txt2
-rw-r--r--doc/en/Makefile.am2
-rw-r--r--doc/en/includes/man.en.adoc2
-rw-r--r--doc/en/weechat_dev.en.adoc2
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt
index c227679eb..696a58d22 100644
--- a/doc/en/CMakeLists.txt
+++ b/doc/en/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/en/Makefile.am b/doc/en/Makefile.am
index 3fe34c092..4510da1aa 100644
--- a/doc/en/Makefile.am
+++ b/doc/en/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>
# Copyright (C) 2006 Julien Louis <ptitlouis@sysif.net>
#
# This file is part of WeeChat, the extensible chat client.
diff --git a/doc/en/includes/man.en.adoc b/doc/en/includes/man.en.adoc
index 558f3c85e..5280dd05c 100644
--- a/doc/en/includes/man.en.adoc
+++ b/doc/en/includes/man.en.adoc
@@ -100,7 +100,7 @@ $HOME/.local/share/weechat/weechat.log::
WeeChat is written by Sébastien Helleu and contributors (complete list is in
the AUTHORS.adoc file).
-Copyright (C) 2003-2021 {author}
+Copyright (C) 2003-2022 {author}
WeeChat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc
index f2a9dad44..873d9867f 100644
--- a/doc/en/weechat_dev.en.adoc
+++ b/doc/en/weechat_dev.en.adoc
@@ -515,7 +515,7 @@ Example in C:
/*
* 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.
*