X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebserver.c;h=87b83afad5b71d5a5e9987f265e28c6e47d3fb01;hb=9183c5507f88e525ff8c9f33e77aa791bcecae25;hp=0fcb030f5ba24b07885939c46ab2917216c4186d;hpb=45ba5fe490f4221ea01b6ff8b3e97258bb9e0502;p=citadel.git diff --git a/webcit/webserver.c b/webcit/webserver.c index 0fcb030f5..87b83afad 100644 --- a/webcit/webserver.c +++ b/webcit/webserver.c @@ -4,20 +4,8 @@ * connection is established, it calls context_loop() from context_loop.c. * * Copyright (c) 1996-2010 by the citadel.org developers. + * This program is released under the terms of the GNU General Public License v3. * - * 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 */ #include "webcit.h"