From 64ef366f0aae1f711938f6a13043e1904d25fe46 Mon Sep 17 00:00:00 2001 From: vysheng Date: Fri, 25 Oct 2013 13:32:10 +0400 Subject: [PATCH] Small fix to header --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index e2b70f3..1a2997d 100644 --- a/main.c +++ b/main.c @@ -245,7 +245,7 @@ int main (int argc, char **argv) { running_for_first_time (); printf ( - "Telegram-client version " TG_VERSION ", Copyright (C) year name of author\n" + "Telegram-client version " TG_VERSION ", Copyright (C) 2013 Vitaly Valtman\n" "Telegram-client comes with ABSOLUTELY NO WARRANTY; for details type `show_license'.\n" "This is free software, and you are welcome to redistribute it\n" "under certain conditions; type `show_license' for details.\n"