diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2016-08-02 14:09:59 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2016-08-02 14:09:59 +0200 |
commit | c078e9d28ce12180a65bc3802e63cdaeb0ac7652 (patch) | |
tree | d7ca6d1ba84b9db754e5fffc9af4a0b1d0087ecb | |
parent | a52e1267020bdf9816219b44d1cf1ba717821f64 (diff) |
llmnrd: Update copyright
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
-rw-r--r-- | llmnrd.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |