Skip to content

Commit

Permalink
[ darkhttpd 1.13 release ]
Browse files Browse the repository at this point in the history
And bump copyright year.
  • Loading branch information
emikulic committed Jan 17, 2021
1 parent 1845a4a commit afeb474
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions darkhttpd.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* darkhttpd - a simple, single-threaded, static content webserver.
* https://unix4lyfe.org/darkhttpd/
* Copyright (c) 2003-2018 Emil Mikulic <[email protected]>
* Copyright (c) 2003-2021 Emil Mikulic <[email protected]>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the
Expand All @@ -18,8 +18,8 @@
*/

static const char
pkgname[] = "darkhttpd/1.12.from.git",
copyright[] = "copyright (c) 2003-2018 Emil Mikulic";
pkgname[] = "darkhttpd/1.13",
copyright[] = "copyright (c) 2003-2021 Emil Mikulic";

/* Possible build options: -DDEBUG -DNO_IPV6 */

Expand Down

0 comments on commit afeb474

Please sign in to comment.