X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Ftincd.c;h=77794303e54cbe6803c9142bb46451a02c623661;hb=40d91ff619a6ea24a2a35c9d934bcc6bace27e24;hp=034c226a2d14101a90bce8ac60db72688a4ceeba;hpb=4c85542894f7fca823b119b05e07179deb24229a;p=tinc diff --git a/src/tincd.c b/src/tincd.c index 034c226a..77794303 100644 --- a/src/tincd.c +++ b/src/tincd.c @@ -1,7 +1,8 @@ /* tincd.c -- the main file for tincd Copyright (C) 1998-2005 Ivo Timmermans - 2000-2009 Guus Sliepen + 2000-2010 Guus Sliepen + 2008 Max Rijevski 2009 Michael Tokarev This program is free software; you can redistribute it and/or modify @@ -499,7 +500,7 @@ int main(int argc, char **argv) { if(show_version) { printf("%s version %s (built %s %s, protocol %d)\n", PACKAGE, VERSION, __DATE__, __TIME__, PROT_CURRENT); - printf("Copyright (C) 1998-2009 Ivo Timmermans, Guus Sliepen and others.\n" + printf("Copyright (C) 1998-2010 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"