diff options
author | Darell Tan <darell.tan@gmail.com> | 2011-09-21 00:34:32 +0800 |
---|---|---|
committer | Darell Tan <darell.tan@gmail.com> | 2011-09-21 00:34:32 +0800 |
commit | 9b3e6beee416d7c493e18e6daa930178a8026a9a (patch) | |
tree | 3738e3627ef21ff6ce5b6dc3a9e191f8e2bbc242 | |
parent | 8d69550aaab3eee400a490de02b1ee81e4955be3 (diff) | |
download | mdns-repeater-9b3e6beee416d7c493e18e6daa930178a8026a9a.tar.gz mdns-repeater-9b3e6beee416d7c493e18e6daa930178a8026a9a.zip |
Fixed copyright year - should have been 2011.
-rw-r--r-- | README.txt | 2 | ||||
-rw-r--r-- | mdns-repeater.c | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -31,7 +31,7 @@ long as you abide by the software license. LICENSE -------- -Copyright (C) 2010 Darell Tan +Copyright (C) 2011 Darell Tan This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/mdns-repeater.c b/mdns-repeater.c index 7922b94..72ba37b 100644 --- a/mdns-repeater.c +++ b/mdns-repeater.c @@ -1,6 +1,6 @@ /* * mdns-repeater.c - mDNS repeater daemon - * Copyright (C) 2010 Darell Tan + * Copyright (C) 2011 Darell Tan * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -290,6 +290,8 @@ static void daemonize() { static void show_help(const char *progname) { fprintf(stderr, "mDNS repeater (version " HGVERSION ")\n"); + fprintf(stderr, "Copyright (C) 2011 Darell Tan\n\n"); + fprintf(stderr, "usage: %s [ -f ] <ifdev> ...\n", progname); fprintf(stderr, "\n" "<ifdev> specifies an interface like \"eth0\"\n" |