about summary refs log tree commit diff stats
path: root/src/main.c
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/main.c
parent0bae2987463d15ef3ca64d5cdb0f17778280cd1f (diff)
downloadprofani-tty-3adc399da0416b5eff5bd126ab60afe831de39b3.tar.gz
Update copyright year
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 42629370..6cbca667 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 - 2022 Michael Vetter <jubalh@iodoru.org>
+ * Copyright (C) 2019 - 2023 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 - 2022 Michael Vetter <jubalh@iodoru.org>.\n");
+        g_print("Copyright (C) 2019 - 2023 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");