aboutsummaryrefslogtreecommitdiff
path: root/ttt.c
diff options
context:
space:
mode:
Diffstat (limited to 'ttt.c')
-rw-r--r--ttt.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/ttt.c b/ttt.c
index e25ec60..9c4e210 100644
--- a/ttt.c
+++ b/ttt.c
@@ -1360,7 +1360,11 @@ int main(int argc, char *argv[]) {
}
if (is_equal_to_any(argv[idx], "--version", "-v")) {
- fprintf(stdout, "Task Time Tracker version " VERSION "\n");
+ fprintf(stdout,
+ "Task Time Tracker version " VERSION "\n"
+ "Copyright 2022 Daniel Martins\n"
+ "License GPL-3.0-or-later\n"
+ );
free_memory();
return EXIT_SUCCESS;
}