From 95c6c530a3094f520faaea685b51f23e7257b633 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 6 Jan 2017 11:47:50 +0100 Subject: llmnr-query: Update copyright Also change the description slightly and mention the LLMNR RFC number. Signed-off-by: Tobias Klauser --- llmnr-query.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'llmnr-query.c') 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 + * Copyright (C) 2015-2017 Tobias Klauser * * 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 \n" + "Copyright (C) 2015-2017 Tobias Klauser \n" "Licensed under the GNU General Public License, version 2\n", VERSION_STRING, GIT_VERSION); exit(EXIT_SUCCESS); -- cgit v1.2.3-54-g00ecf