summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 73d2672..d949d8b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -78,6 +78,8 @@ main(int argc, char *argv[])
if (G_UNLIKELY(opt_version)) {
g_print("%s %s%s\n", PACKAGE_NAME, PACKAGE_VERSION,
PACKAGE_VERSION_GIT);
+ /* TRANSLATORS: The "%s" conversion specifications are the
+ copyright year(s) and copyright holder(s), respectively. */
g_print(_("Copyright (C) %s %s\n"),
"2017", "Patrick McDermott");
g_print(_("License GPLv3+: GNU GPL version 3 or later "