]> mj.ucw.cz Git - libucw.git/blobdiff - lib/alloc_str.c
Fix escaping of "+" characters in outgoing parameters. (BTW: when Galeon
[libucw.git] / lib / alloc_str.c
index 7c9f92decdd999db49583c782ae8c240953f0d2d..2b03eb2cdc952ee1daf3061f1bc6e9e99be72957 100644 (file)
@@ -1,13 +1,15 @@
 /*
  *     Sherlock Library -- String Allocation
  *
 /*
  *     Sherlock Library -- String Allocation
  *
- *     (c) 1997 Martin Mares, <mj@atrey.karlin.mff.cuni.cz>
+ *     (c) 1997 Martin Mares <mj@ucw.cz>
+ *
+ *     This software may be freely distributed and used according to the terms
+ *     of the GNU Lesser General Public License.
  */
 
  */
 
-#include <stdio.h>
-#include <string.h>
+#include "lib/lib.h"
 
 
-#include "lib.h"
+#include <string.h>
 
 byte *
 stralloc(byte *s)
 
 byte *
 stralloc(byte *s)