diff options
-rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 " |