X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Ftincctl.c;h=c9d8c67c98e3ed6a91ad8c48008ace6af1119f4d;hb=537a9366718b39278fd4eb33b2ac568011e374cc;hp=bbc5c026022c7f7f4bfb0a3f7e23238bf92949de;hpb=0a786ffbb9d293d7704b8e264f3943a616ed25cc;p=tinc diff --git a/src/tincctl.c b/src/tincctl.c index bbc5c026..c9d8c67c 100644 --- a/src/tincctl.c +++ b/src/tincctl.c @@ -89,7 +89,7 @@ static struct option const long_options[] = { static void version(void) { printf("%s version %s (built %s %s, protocol %d.%d)\n", PACKAGE, BUILD_VERSION, BUILD_DATE, BUILD_TIME, PROT_MAJOR, PROT_MINOR); - printf("Copyright (C) 1998-2014 Ivo Timmermans, Guus Sliepen and others.\n" + printf("Copyright (C) 1998-2015 Ivo Timmermans, Guus Sliepen and others.\n" "See the AUTHORS file for a complete list.\n\n" "tinc comes with ABSOLUTELY NO WARRANTY. This is free software,\n" "and you are welcome to redistribute it under certain conditions;\n"