about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-06-17 10:44:08 +0200
committerMichael Vetter <jubalh@iodoru.org>2019-06-17 10:44:08 +0200
commit40b72ffe55b236ba1c2c00ac0d896aaf690d3f90 (patch)
treeb69eb4f9a79db96d4a4621b335e0d1bd6cf0f2a6 /src/main.c
parentd66ffde91f39c5564d1b4fe4ed0f0c41b2a6eaaa (diff)
downloadprofani-tty-40b72ffe55b236ba1c2c00ac0d896aaf690d3f90.tar.gz
Add myself to copyright
Like discussed with James.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 212a7b9c..e7259b7b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2,6 +2,7 @@
  * main.c
  *
  * Copyright (C) 2012 - 2019 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2019 Michael Vetter <jubalh@iodoru.org>
  *
  * This file is part of Profanity.
  *
@@ -103,6 +104,7 @@ main(int argc, char **argv)
         }
 
         g_print("Copyright (C) 2012 - 2019 James Booth <%s>.\n", PACKAGE_BUGREPORT);
+        g_print("Copyright (C) 2019 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");