mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
[ darkhttpd-1.6 release ]
Update copyright years.
This commit is contained in:
parent
b70dcdfab6
commit
3e2e53a33e
@ -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`
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user