tinywebd

diff libtinyweb/src/http.c @ 12:86f703031228

Attribution headers
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 19 Apr 2015 00:01:01 +0300
parents 0dd50a23f3dd
children
line diff
     1.1 --- a/libtinyweb/src/http.c	Sat Apr 18 23:55:34 2015 +0300
     1.2 +++ b/libtinyweb/src/http.c	Sun Apr 19 00:01:01 2015 +0300
     1.3 @@ -1,3 +1,10 @@
     1.4 +/* tinyweb - tiny web server library and daemon
     1.5 + * Author: John Tsiombikas <nuclear@member.fsf.org>
     1.6 + *
     1.7 + * This program is placed in the public domain. Feel free to use it any
     1.8 + * way you like. Mentions and retaining this attribution header will be
     1.9 + * appreciated, but not required.
    1.10 + */
    1.11  #include <stdio.h>
    1.12  #include <stdlib.h>
    1.13  #include <string.h>