X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fgroupdav_options.c;h=c6cde79e3e0ec3750468781c4c2c0166f129fe97;hb=f5c1330914acc193f96892efc191a32ee537dfb5;hp=1b1f3b904c5ab7a25146e12c62d0dda16a90a31d;hpb=a3ba94ad306d781296c53012f732f3a910015263;p=citadel.git diff --git a/webcit/groupdav_options.c b/webcit/groupdav_options.c index 1b1f3b904..c6cde79e3 100644 --- a/webcit/groupdav_options.c +++ b/webcit/groupdav_options.c @@ -1,8 +1,21 @@ /* - * $Id$ - * * Handles DAV OPTIONS requests (experimental -- not required by GroupDAV) * + * Copyright (c) 2005-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 */ #include "webcit.h"