Adjusted paramhandling to accept parameters with empty values (which is legal)
[citadel.git] / webcit / dav.h
index a2963f0fb7b30dfa158d98083f89d76e34cbca33..3426c81cde61d30dfc652a4d0eac5a04b70c40d6 100644 (file)
@@ -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];