about summary refs log tree commit diff stats
path: root/src/xmpp
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2023-01-10 10:37:25 +0100
committerMichael Vetter <jubalh@iodoru.org>2023-01-10 10:37:25 +0100
commit3adc399da0416b5eff5bd126ab60afe831de39b3 (patch)
tree6e299f62e6cabdc36bcbfeb8ab96ba7081e9ca69 /src/xmpp
parent0bae2987463d15ef3ca64d5cdb0f17778280cd1f (diff)
downloadprofani-tty-3adc399da0416b5eff5bd126ab60afe831de39b3.tar.gz
Update copyright year
Diffstat (limited to 'src/xmpp')
-rw-r--r--src/xmpp/avatar.c2
-rw-r--r--src/xmpp/avatar.h2
-rw-r--r--src/xmpp/connection.c2
-rw-r--r--src/xmpp/message.c2
-rw-r--r--src/xmpp/stanza.h2
-rw-r--r--src/xmpp/xmpp.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/xmpp/avatar.c b/src/xmpp/avatar.c
index 5ba2cb3b..74f2caf1 100644
--- a/src/xmpp/avatar.c
+++ b/src/xmpp/avatar.c
@@ -2,7 +2,7 @@
  * avatar.c
  * vim: expandtab:ts=4:sts=4:sw=4
  *
- * Copyright (C) 2019 - 2022 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2023 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/xmpp/avatar.h b/src/xmpp/avatar.h
index c65328ad..cb746e57 100644
--- a/src/xmpp/avatar.h
+++ b/src/xmpp/avatar.h
@@ -2,7 +2,7 @@
  * avatar.h
  * vim: expandtab:ts=4:sts=4:sw=4
  *
- * Copyright (C) 2019 - 2022 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2023 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/xmpp/connection.c b/src/xmpp/connection.c
index 71b31c9d..2de4a842 100644
--- a/src/xmpp/connection.c
+++ b/src/xmpp/connection.c
@@ -3,7 +3,7 @@
  * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
- * Copyright (C) 2018 - 2022 Michael Vetter <jubalh@idoru.org>
+ * Copyright (C) 2018 - 2023 Michael Vetter <jubalh@idoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/xmpp/message.c b/src/xmpp/message.c
index 3eca25d0..306b9be7 100644
--- a/src/xmpp/message.c
+++ b/src/xmpp/message.c
@@ -3,7 +3,7 @@
  * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
- * Copyright (C) 2019 - 2022 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2023 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/xmpp/stanza.h b/src/xmpp/stanza.h
index 87258196..7bf9f3da 100644
--- a/src/xmpp/stanza.h
+++ b/src/xmpp/stanza.h
@@ -2,7 +2,7 @@
  * stanza.h
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
- * Copyright (C) 2019 - 2022 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2023 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/xmpp/xmpp.h b/src/xmpp/xmpp.h
index dc14285a..3cbb5227 100644
--- a/src/xmpp/xmpp.h
+++ b/src/xmpp/xmpp.h
@@ -2,7 +2,7 @@
  * xmpp.h
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
- * Copyright (C) 2019 - 2022 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2023 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *