quark

quark web server
git clone git://git.suckless.org/quark
Log | Files | Refs | LICENSE

commit d480539e3e33f602206efe8e32861dc780492704
parent 5defa985db4ffb5c78642e1d8d361c13468ba5c7
Author: Laslo Hunhold <dev@frign.de>
Date:   Wed, 30 Aug 2017 23:33:11 +0200

Homogenize license statement

Diffstat:
Mquark.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/quark.c b/quark.c @@ -1,4 +1,4 @@ -/* See LICENSE file for license details. */ +/* See LICENSE file for copyright and license details. */ #include <netinet/in.h> #include <sys/resource.h> #include <sys/socket.h>