X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebserver.c;h=0fcb030f5ba24b07885939c46ab2917216c4186d;hb=593d0c23d2422a6a1fc9ceb7de9bda66335e0836;hp=87b83afad5b71d5a5e9987f265e28c6e47d3fb01;hpb=16fedf63658a6b786d563357f64da818c85944f6;p=citadel.git diff --git a/webcit/webserver.c b/webcit/webserver.c index 87b83afad..0fcb030f5 100644 --- a/webcit/webserver.c +++ b/webcit/webserver.c @@ -4,8 +4,20 @@ * 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"