about summary refs log tree commit diff stats
path: root/src/xmpp
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2022-05-09 15:43:33 +0200
committerMichael Vetter <jubalh@iodoru.org>2022-05-09 15:43:33 +0200
commit1330ad4e1e53cdd74ef1706fe95ad8390142edd7 (patch)
tree4fe3b22c3f61a3131bed207cc61ef77e330bde18 /src/xmpp
parent6807f0775c686fd89aeb8bc2de4d3a038ea79f8b (diff)
downloadprofani-tty-1330ad4e1e53cdd74ef1706fe95ad8390142edd7.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 346e85ba..b962fcef 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 - 2021 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2022 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/xmpp/avatar.h b/src/xmpp/avatar.h
index aa1a5ee1..98532917 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 - 2021 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2022 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/xmpp/connection.c b/src/xmpp/connection.c
index 9505622a..b2dc9587 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 - 2019 Michael Vetter <jubalh@idoru.org>
+ * Copyright (C) 2018 - 2022 Michael Vetter <jubalh@idoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/xmpp/message.c b/src/xmpp/message.c
index 115bf3da..dc3bc14f 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 - 2021 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2022 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/xmpp/stanza.h b/src/xmpp/stanza.h
index 07d1f395..6e201497 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 - 2021 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2022 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/xmpp/xmpp.h b/src/xmpp/xmpp.h
index 6aaa0cb9..2cc22e55 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 - 2021 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2022 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *