X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.c;h=507f6a36537c45dd254735d6e198fc9421064580;hb=9183c5507f88e525ff8c9f33e77aa791bcecae25;hp=16c533b973d238b2872f5903d84f10225e595cb4;hpb=45ba5fe490f4221ea01b6ff8b3e97258bb9e0502;p=citadel.git diff --git a/webcit/webcit.c b/webcit/webcit.c index 16c533b97..507f6a365 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -2,24 +2,7 @@ * This is the main transaction loop of the web service. It maintains a * persistent session to the Citadel server, handling HTTP WebCit requests as * they arrive and presenting a user interface. - * - * Copyright (c) 1996-2010 by the citadel.org team - * - * 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 - * the Free Software Foundation; either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ - #define SHOW_ME_VAPPEND_PRINTF #include #include