X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Ftests%2Ftest_main.c;fp=webcit%2Ftests%2Ftest_main.c;h=6d4eabceb31db4dc7cdbd982a3fedc9321a053f9;hb=56d69e5d8434e98835a2582c59b771ba69475431;hp=577a1dd3d574c05855ce5f8acc8ca78a287a8917;hpb=ea36c3b92b59412eb3d74ab248f2c371d254dc06;p=citadel.git diff --git a/webcit/tests/test_main.c b/webcit/tests/test_main.c index 577a1dd3d..6d4eabceb 100644 --- a/webcit/tests/test_main.c +++ b/webcit/tests/test_main.c @@ -1,13 +1,10 @@ /* - * $Id: webserver.c 7847 2009-10-03 17:57:14Z dothebart $ - * * This contains a simple multithreaded TCP server manager. It sits around * waiting on the specified port for incoming HTTP connections. When a * connection is established, it calls context_loop() from context_loop.c. * - * Copyright (c) 1996-2009 by the citadel.org developers. + * Copyright (c) 1996-2010 by the citadel.org developers. * This program is released under the terms of the GNU General Public License v3. - * */ #include "../webcit.h"