Adjusted paramhandling to accept parameters with empty values (which is legal)
[citadel.git] / webcit / utils.h
index 57cf13b9f5e8848c840507ceccd6f62d07908bc2..7c322492b351f434a635928ed2b0d615af701491 100644 (file)
@@ -1,3 +1,15 @@
+/*
+ * 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.
+ */
+
 void StrEscPuts(const StrBuf *strbuf);
 void StrEscputs1(const StrBuf *strbuf, int nbsp, int nolinebreaks);