diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2017-02-28 11:23:20 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2017-02-28 11:23:20 +0100 |
commit | 13ecd9d233c2db8add312c3d578c9cbd5e70f0a4 (patch) | |
tree | b65f5b561c771e301f1212c2bb78400ae2dcd006 | |
parent | bba51a20374648eec948113cfe1f0cd298bbe771 (diff) |
llmnrd: Update copyright in version information
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
-rw-r--r-- | llmnrd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,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-2016 Tobias Klauser <tklauser@distanz.ch>\n" + "Copyright (C) 2014-2017 Tobias Klauser <tklauser@distanz.ch>\n" "Licensed under the GNU General Public License, version 2\n", VERSION_STRING, GIT_VERSION); exit(EXIT_SUCCESS); |