diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2013-05-27 13:58:03 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2013-05-27 13:58:03 +0200 |
commit | 435b88f3079da00f6b186b261a6c16c7918527cd (patch) | |
tree | b177fdc936cc928909948fe477ce5b0ef319ccf4 | |
parent | 0e47d1d5011fe87c34764311ccabb4a1ef761121 (diff) |
ifpps: Add myself to the copyright holders in --version/--help
Add my name to the ouput of --version and --help.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
-rw-r--r-- | ifpps.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -133,6 +133,7 @@ static void __noreturn help(void) "Please report bugs to <bugs@netsniff-ng.org>\n" "Copyright (C) 2009-2013 Daniel Borkmann <dborkma@tik.ee.ethz.ch>\n" "Swiss federal institute of technology (ETH Zurich)\n" + "Copyright (C) 2013 Tobias Klauser <tklauser@distanz.ch>\n" "License: GNU GPL version 2.0\n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n"); @@ -147,6 +148,7 @@ static void __noreturn version(void) "Please report bugs to <bugs@netsniff-ng.org>\n" "Copyright (C) 2009-2013 Daniel Borkmann <dborkma@tik.ee.ethz.ch>\n" "Swiss federal institute of technology (ETH Zurich)\n" + "Copyright (C) 2013 Tobias Klauser <tklauser@distanz.ch>\n" "License: GNU GPL version 2.0\n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n"); |