X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwiki.c;h=79ade49e2066fd1ab0be5ba2aef5bdd06b4b9a09;hb=8fa17e06dbbd9a2b4530011797ef7fb382ebb283;hp=ff4a45a27f522d28096e3b1175d498e1f46d9c8c;hpb=70d832bb18cf92ee557ceda1dfb0cc96f7e411dd;p=citadel.git diff --git a/webcit/wiki.c b/webcit/wiki.c index ff4a45a27..79ade49e2 100644 --- a/webcit/wiki.c +++ b/webcit/wiki.c @@ -1,5 +1,21 @@ /* * Functions pertaining to rooms with a wiki view + * + * Copyright (c) 2009-2011 by the citadel.org team + * + * This program is open source 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"