summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2011-02-10 21:09:22 -0500
committerJason A. Donenfeld <Jason@zx2c4.com>2011-02-10 21:09:22 -0500
commit820ea0c4445a1a02af52b6d075744d6abe30115e (patch)
tree5f0d6146106f0d05f7514568cb4fe81935125419
parentAlso tokenize on new line. (diff)
downloadlastlog-820ea0c4445a1a02af52b6d075744d6abe30115e.tar.xz
lastlog-820ea0c4445a1a02af52b6d075744d6abe30115e.zip
Add copyrights to version string.
-rw-r--r--utmpr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/utmpr.c b/utmpr.c
index f60419f..244a6b3 100644
--- a/utmpr.c
+++ b/utmpr.c
@@ -205,6 +205,8 @@ void text_to_binary(FILE *fp)
void version()
{
printf("utmpr "VERSION"\n");
+ printf("Copyright (C) 2011 Jason A. Donenfeld <Jason@zx2c4.com>\n");
+ printf("Copyright (C) 2011 Adam Weiss <Adam@signal11.com>\n");
exit(EXIT_SUCCESS);
}