Bump copyright year.

This commit is contained in:
Emil Mikulic 2016-01-23 19:51:37 +11:00
parent 0ee2971740
commit 79475170b2
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/* darkhttpd - a simple, single-threaded, static content webserver.
* https://unix4lyfe.org/darkhttpd/
* Copyright (c) 2003-2015 Emil Mikulic <emikulic@gmail.com>
* Copyright (c) 2003-2016 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
@ -19,7 +19,7 @@
static const char
pkgname[] = "darkhttpd/1.11.from.git",
copyright[] = "copyright (c) 2003-2015 Emil Mikulic";
copyright[] = "copyright (c) 2003-2016 Emil Mikulic";
#ifndef DEBUG
# define NDEBUG