mirror of
https://github.com/fabianonline/telegram_backup.git
synced 2025-06-28 19:36:25 +00:00
Updated the year in the version string.
This commit is contained in:
@ -153,7 +153,7 @@ public class CommandLineController {
|
||||
}
|
||||
|
||||
private void printHeader() {
|
||||
System.out.println("Telegram_Backup version " + Config.APP_APPVER + ", Copyright (C) 2016 Fabian Schlenz");
|
||||
System.out.println("Telegram_Backup version " + Config.APP_APPVER + ", Copyright (C) 2016, 2017 Fabian Schlenz");
|
||||
System.out.println();
|
||||
System.out.println("Telegram_Backup comes with ABSOLUTELY NO WARRANTY. This is free software, and you are");
|
||||
System.out.println("welcome to redistribute it under certain conditions; run it with '--license' for details.");
|
||||
|
Reference in New Issue
Block a user