about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common.c2
-rw-r--r--src/config/color.c2
-rw-r--r--src/config/preferences.c2
-rw-r--r--src/config/preferences.h2
-rw-r--r--src/config/theme.c2
-rw-r--r--src/event/client_events.c2
-rw-r--r--src/event/common.c2
-rw-r--r--src/event/common.h2
-rw-r--r--src/event/server_events.c2
-rw-r--r--src/main.c4
-rw-r--r--src/omemo/omemo.c2
-rw-r--r--src/profanity.c2
-rw-r--r--src/profanity.h2
-rw-r--r--src/tools/clipboard.c2
-rw-r--r--src/tools/clipboard.h2
-rw-r--r--src/ui/buffer.c2
-rw-r--r--src/ui/buffer.h2
-rw-r--r--src/ui/chatwin.c2
-rw-r--r--src/ui/console.c4
-rw-r--r--src/ui/mucwin.c2
-rw-r--r--src/ui/occupantswin.c2
-rw-r--r--src/ui/rosterwin.c2
-rw-r--r--src/ui/statusbar.c2
-rw-r--r--src/ui/titlebar.c2
-rw-r--r--src/ui/ui.h2
-rw-r--r--src/ui/window.c2
-rw-r--r--src/ui/window.h2
-rw-r--r--src/ui/window_list.c2
-rw-r--r--src/xmpp/avatar.c2
-rw-r--r--src/xmpp/avatar.h2
-rw-r--r--src/xmpp/message.c2
-rw-r--r--src/xmpp/stanza.h2
-rw-r--r--src/xmpp/xmpp.h2
33 files changed, 35 insertions, 35 deletions
diff --git a/src/common.c b/src/common.c
index 658a3a4e..75139676 100644
--- a/src/common.c
+++ b/src/common.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 - 2020 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/config/color.c b/src/config/color.c
index 7fca0d1a..5f5a89e8 100644
--- a/src/config/color.c
+++ b/src/config/color.c
@@ -3,7 +3,7 @@
  * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2019 Aurelien Aptel <aurelien.aptel@gmail.com>
- * Copyright (C) 2019 - 2020 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/config/preferences.c b/src/config/preferences.c
index d350eccb..c2411507 100644
--- a/src/config/preferences.c
+++ b/src/config/preferences.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 - 2020 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/config/preferences.h b/src/config/preferences.h
index bfad7d6b..51d9ca12 100644
--- a/src/config/preferences.h
+++ b/src/config/preferences.h
@@ -3,7 +3,7 @@
  * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
- * Copyright (C) 2019 - 2020 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/config/theme.c b/src/config/theme.c
index 1869286d..2c653988 100644
--- a/src/config/theme.c
+++ b/src/config/theme.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 - 2020 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/event/client_events.c b/src/event/client_events.c
index 046c6607..6db19463 100644
--- a/src/event/client_events.c
+++ b/src/event/client_events.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 - 2020 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/event/common.c b/src/event/common.c
index 259f43dc..d7b13c19 100644
--- a/src/event/common.c
+++ b/src/event/common.c
@@ -2,7 +2,7 @@
  * common.c
  * vim: expandtab:ts=4:sts=4:sw=4
  *
- * Copyright (C) 2019 - 2020 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/event/common.h b/src/event/common.h
index 829a738f..75e141fa 100644
--- a/src/event/common.h
+++ b/src/event/common.h
@@ -2,7 +2,7 @@
  * common.h
  * vim: expandtab:ts=4:sts=4:sw=4
  *
- * Copyright (C) 2019 - 2020 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/event/server_events.c b/src/event/server_events.c
index 0d9d9523..7cafd4df 100644
--- a/src/event/server_events.c
+++ b/src/event/server_events.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 - 2020 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/main.c b/src/main.c
index e35a2a1e..71e990f4 100644
--- a/src/main.c
+++ b/src/main.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 - 2020 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
@@ -116,7 +116,7 @@ main(int argc, char** argv)
 
         // lets use fixed email instead of PACKAGE_BUGREPORT
         g_print("Copyright (C) 2012 - 2019 James Booth <boothj5web@gmail.com>.\n");
-        g_print("Copyright (C) 2019 - 2020 Michael Vetter <jubalh@iodoru.org>.\n");
+        g_print("Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>.\n");
         g_print("License GPLv3+: GNU GPL version 3 or later <https://www.gnu.org/licenses/gpl.html>\n");
         g_print("\n");
         g_print("This is free software; you are free to change and redistribute it.\n");
diff --git a/src/omemo/omemo.c b/src/omemo/omemo.c
index 22ada3a8..1c6a1c8b 100644
--- a/src/omemo/omemo.c
+++ b/src/omemo/omemo.c
@@ -3,7 +3,7 @@
  * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2019 Paul Fariello <paul@fariello.eu>
- * Copyright (C) 2019 - 2020 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/profanity.c b/src/profanity.c
index 7b3da306..c15146b4 100644
--- a/src/profanity.c
+++ b/src/profanity.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 - 2020 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/profanity.h b/src/profanity.h
index 87be90b8..23bc213f 100644
--- a/src/profanity.h
+++ b/src/profanity.h
@@ -3,7 +3,7 @@
  * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
- * Copyright (C) 2019 - 2020 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/tools/clipboard.c b/src/tools/clipboard.c
index 95b76465..b2ea1bf3 100644
--- a/src/tools/clipboard.c
+++ b/src/tools/clipboard.c
@@ -2,7 +2,7 @@
  * clipboard.c
  * vim: expandtab:ts=4:sts=4:sw=4
  *
- * Copyright (C) 2019 - 2020 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/tools/clipboard.h b/src/tools/clipboard.h
index addb60e0..125c8169 100644
--- a/src/tools/clipboard.h
+++ b/src/tools/clipboard.h
@@ -2,7 +2,7 @@
  * clipboard.h
  * vim: expandtab:ts=4:sts=4:sw=4
  *
- * Copyright (C) 2019 - 2020 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/ui/buffer.c b/src/ui/buffer.c
index 58399a69..96829e68 100644
--- a/src/ui/buffer.c
+++ b/src/ui/buffer.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 - 2020 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/ui/buffer.h b/src/ui/buffer.h
index 02e04d4a..94800eec 100644
--- a/src/ui/buffer.h
+++ b/src/ui/buffer.h
@@ -3,7 +3,7 @@
  * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
- * Copyright (C) 2019 - 2020 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/ui/chatwin.c b/src/ui/chatwin.c
index d1f6e356..a52af306 100644
--- a/src/ui/chatwin.c
+++ b/src/ui/chatwin.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 - 2020 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/ui/console.c b/src/ui/console.c
index e35e4350..1bfd1cc1 100644
--- a/src/ui/console.c
+++ b/src/ui/console.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 - 2020 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
@@ -422,7 +422,7 @@ cons_about(void)
     }
 
     win_println(console, THEME_DEFAULT, "-", "Copyright (C) 2012 - 2019 James Booth <boothj5web@gmail.com>.");
-    win_println(console, THEME_DEFAULT, "-", "Copyright (C) 2019 - 2020 Michael Vetter <jubalh@iodoru.org>.");
+    win_println(console, THEME_DEFAULT, "-", "Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>.");
     win_println(console, THEME_DEFAULT, "-", "License GPLv3+: GNU GPL version 3 or later <https://www.gnu.org/licenses/gpl.html>");
     win_println(console, THEME_DEFAULT, "-", "");
     win_println(console, THEME_DEFAULT, "-", "This is free software; you are free to change and redistribute it.");
diff --git a/src/ui/mucwin.c b/src/ui/mucwin.c
index 104d0564..808567f4 100644
--- a/src/ui/mucwin.c
+++ b/src/ui/mucwin.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 - 2020 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/ui/occupantswin.c b/src/ui/occupantswin.c
index 1834e47c..3bb95485 100644
--- a/src/ui/occupantswin.c
+++ b/src/ui/occupantswin.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 - 2020 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/ui/rosterwin.c b/src/ui/rosterwin.c
index 7c4468d8..67e3db9b 100644
--- a/src/ui/rosterwin.c
+++ b/src/ui/rosterwin.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 - 2020 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/ui/statusbar.c b/src/ui/statusbar.c
index 9997755b..2b9960be 100644
--- a/src/ui/statusbar.c
+++ b/src/ui/statusbar.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 - 2020 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/ui/titlebar.c b/src/ui/titlebar.c
index a22abaeb..dee6a7e2 100644
--- a/src/ui/titlebar.c
+++ b/src/ui/titlebar.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 - 2020 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/ui/ui.h b/src/ui/ui.h
index f9fe3cf3..f26eaa10 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -3,7 +3,7 @@
  * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
- * Copyright (C) 2019 - 2020 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/ui/window.c b/src/ui/window.c
index 9e355653..cca6d902 100644
--- a/src/ui/window.c
+++ b/src/ui/window.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 - 2020 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/ui/window.h b/src/ui/window.h
index 7ff25a87..22a1db51 100644
--- a/src/ui/window.h
+++ b/src/ui/window.h
@@ -3,7 +3,7 @@
  * vim: expandtab:ts=4:sts=4:sw=4
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
- * Copyright (C) 2019 - 2020 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/ui/window_list.c b/src/ui/window_list.c
index 475a8867..a90c7141 100644
--- a/src/ui/window_list.c
+++ b/src/ui/window_list.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 - 2020 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/xmpp/avatar.c b/src/xmpp/avatar.c
index 6f30be7c..bf937872 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 - 2020 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/xmpp/avatar.h b/src/xmpp/avatar.h
index 49c03750..aa1a5ee1 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 - 2020 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/xmpp/message.c b/src/xmpp/message.c
index 4bbddc72..aceb5a70 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 - 2020 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/xmpp/stanza.h b/src/xmpp/stanza.h
index 2058f9a2..95cdc29b 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 - 2020 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
diff --git a/src/xmpp/xmpp.h b/src/xmpp/xmpp.h
index e368b683..cc93c51a 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 - 2020 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2021 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *