X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fdav.h;h=3426c81cde61d30dfc652a4d0eac5a04b70c40d6;hb=c610deab77612b51cb238f62acc87fb17726cbff;hp=a2963f0fb7b30dfa158d98083f89d76e34cbca33;hpb=efccdcf4db04e63bfa3512c80215357ee9ffd98f;p=citadel.git diff --git a/webcit/dav.h b/webcit/dav.h index a2963f0fb..3426c81cd 100644 --- a/webcit/dav.h +++ b/webcit/dav.h @@ -1,6 +1,18 @@ /* - * Data passed back and forth between dav_get() and its - * callback functions called by the MIME parser + * Copyright (c) 1996-2013 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, version 3. + * + * 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. + */ + + +/* + * Data passed back and forth between dav_get() and its callback functions called by the MIME parser */ struct epdata { char desired_content_type_1[128];