summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2017-01-06 11:47:50 +0100
committerTobias Klauser <tklauser@distanz.ch>2017-01-06 11:47:50 +0100
commit95c6c530a3094f520faaea685b51f23e7257b633 (patch)
tree8fd93663aff2dad96fce032813ef49c5c42bb2f7
parent25985d60c2f5f2dec658a714b6db5170f113de50 (diff)
llmnr-query: Update copyright
Also change the description slightly and mention the LLMNR RFC number. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
-rw-r--r--llmnr-query.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/llmnr-query.c b/llmnr-query.c
index cb2a65e..9aaeee6 100644
--- a/llmnr-query.c
+++ b/llmnr-query.c
@@ -1,7 +1,7 @@
/*
- * Simple LLMNR query command.
+ * Simple LLMNR (RFC 4795) query tool.
*
- * Copyright (C) 2015-2016 Tobias Klauser <tklauser@distanz.ch>
+ * Copyright (C) 2015-2017 Tobias Klauser <tklauser@distanz.ch>
*
* This file is part of llmnrd.
*
@@ -69,7 +69,7 @@ static void __noreturn usage_and_exit(int status)
static void __noreturn version_and_exit(void)
{
fprintf(stdout, "llmnr-query %s %s\n"
- "Copyright (C) 2015-2016 Tobias Klauser <tklauser@distanz.ch>\n"
+ "Copyright (C) 2015-2017 Tobias Klauser <tklauser@distanz.ch>\n"
"Licensed under the GNU General Public License, version 2\n",
VERSION_STRING, GIT_VERSION);
exit(EXIT_SUCCESS);