about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-01-08 16:36:30 +0100
committerMichael Vetter <jubalh@iodoru.org>2021-01-08 16:36:30 +0100
commit8c08e64f377c9faee1abe9c663e9b2d73e7a7a45 (patch)
treeba907fdbbe3163177c5f445e3075bed914089e1b /src/main.c
parentc39dc62e369efe861ca000891bb20306ac7870ef (diff)
downloadprofani-tty-8c08e64f377c9faee1abe9c663e9b2d73e7a7a45.tar.gz
Update copyright
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
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");