X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.c;h=16c533b973d238b2872f5903d84f10225e595cb4;hb=593d0c23d2422a6a1fc9ceb7de9bda66335e0836;hp=507f6a36537c45dd254735d6e198fc9421064580;hpb=16fedf63658a6b786d563357f64da818c85944f6;p=citadel.git diff --git a/webcit/webcit.c b/webcit/webcit.c index 507f6a365..16c533b97 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -2,7 +2,24 @@ * 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