Put project page and contact address into comments.

This commit is contained in:
Emil Mikulic 2013-04-28 21:03:29 +10:00
parent d26a2956bf
commit c7db17bcec
2 changed files with 4 additions and 5 deletions

View File

@ -1,2 +0,0 @@
Emil Mikulic <emikulic@gmail.com>
http://unix4lyfe.org/

View File

@ -1,5 +1,6 @@
/* darkhttpd
* copyright (c) 2003-2011 Emil Mikulic.
/* darkhttpd - a simple, single-threaded, static content webserver.
* http://unix4lyfe.org/darkhttpd/
* Copyright (c) 2003-2013 Emil Mikulic <emikulic@gmail.com>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the
@ -18,7 +19,7 @@
static const char
pkgname[] = "darkhttpd/1.8",
copyright[] = "copyright (c) 2003-2011 Emil Mikulic";
copyright[] = "copyright (c) 2003-2013 Emil Mikulic";
#ifndef DEBUG
#define NDEBUG