[ darkhttpd-1.6 release ]

Update copyright years.
This commit is contained in:
Emil Mikulic 2008-08-02 04:00:56 +00:00
parent b70dcdfab6
commit 3e2e53a33e
3 changed files with 5 additions and 10 deletions

View File

@ -1,5 +1,3 @@
# darkhttpd (c) 2003, 2004, 2006 Emil Mikulic.
CC?=cc CC?=cc
CFLAGS?=-O CFLAGS?=-O
LIBS=`[ \`uname\` = "SunOS" ] && echo -lsocket -lnsl` LIBS=`[ \`uname\` = "SunOS" ] && echo -lsocket -lnsl`

View File

@ -1,6 +1,3 @@
darkhttpd Operational Manual
============================
How to build darkhttpd How to build darkhttpd
---------------------- ----------------------
@ -9,8 +6,8 @@ Simply run make:
How to run darkhttpd, with examples How to run darkhttpd
----------------------------------- --------------------
Serve /var/www/htdocs on the default port (port 80): Serve /var/www/htdocs on the default port (port 80):
$ ./darkhttpd /var/www/htdocs $ ./darkhttpd /var/www/htdocs

View File

@ -1,5 +1,5 @@
/* darkhttpd /* darkhttpd
* copyright (c) 2003, 2004, 2006 Emil Mikulic. * copyright (c) 2003-2008 Emil Mikulic.
* *
* Permission to use, copy, modify, and distribute this software for any * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the * purpose with or without fee is hereby granted, provided that the
@ -17,8 +17,8 @@
*/ */
static const char static const char
pkgname[] = "darkhttpd/1.5", pkgname[] = "darkhttpd/1.6",
copyright[] = "copyright (c) 2003, 2004, 2006 Emil Mikulic", copyright[] = "copyright (c) 2003-2008 Emil Mikulic",
rcsid[] = "$Id$"; rcsid[] = "$Id$";
#ifndef DEBUG #ifndef DEBUG