X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fsilcd.c;h=3732bb14524281f30e3912d1b86aeb5019ce0f21;hb=48d89bc2868ec49c2ab9aa74efe9ac703eee8f29;hp=1abc46ddd0702063c40fd8cea14d19daea8a35fb;hpb=10ec50cff8ad9d6a77080821037c1234dc066b47;p=silc.git diff --git a/apps/silcd/silcd.c b/apps/silcd/silcd.c index 1abc46dd..3732bb14 100644 --- a/apps/silcd/silcd.c +++ b/apps/silcd/silcd.c @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 1997 - 2000 Pekka Riikonen + Copyright (C) 1997 - 2001 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -23,22 +23,7 @@ * This is the main program for the SILC daemon. This parses command * line arguments and creates the server object. */ -/* - * $Id$ - * $Log$ - * Revision 1.3 2000/09/29 07:13:05 priikone - * Added support for notify type sending in notify payload. - * Removed Log headers from the file. - * Enabled debug messages by default for server. - * - * Revision 1.2 2000/07/05 06:14:01 priikone - * Global costemic changes. - * - * Revision 1.1.1.1 2000/06/27 11:36:56 priikone - * Imported from internal CVS/Added Log headers. - * - * - */ +/* $Id$ */ #include "serverincludes.h" #include "server_internal.h"