summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2016-08-02 14:09:59 +0200
committerTobias Klauser <tklauser@distanz.ch>2016-08-02 14:09:59 +0200
commitc078e9d28ce12180a65bc3802e63cdaeb0ac7652 (patch)
treed7ca6d1ba84b9db754e5fffc9af4a0b1d0087ecb
parenta52e1267020bdf9816219b44d1cf1ba717821f64 (diff)
llmnrd: Update copyright
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
-rw-r--r--llmnrd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/llmnrd.c b/llmnrd.c
index ab1a512..663d524 100644
--- a/llmnrd.c
+++ b/llmnrd.c
@@ -1,7 +1,7 @@
/*
* llmnrd -- LLMNR (RFC 4705) responder daemon.
*
- * Copyright (C) 2014-2015 Tobias Klauser <tklauser@distanz.ch>
+ * Copyright (C) 2014-2016 Tobias Klauser <tklauser@distanz.ch>
*
* This file is part of llmnrd.
*
@@ -66,7 +66,7 @@ static void __noreturn usage_and_exit(int status)
static void __noreturn version_and_exit(void)
{
fprintf(stdout, "llmnrd %s %s\n"
- "Copyright (C) 2014-2015 Tobias Klauser <tklauser@distanz.ch>\n"
+ "Copyright (C) 2014-2016 Tobias Klauser <tklauser@distanz.ch>\n"
"Licensed under the GNU General Public License, version 2\n",
VERSION_STRING, GIT_VERSION);
exit(EXIT_SUCCESS);