summaryrefslogtreecommitdiff
path: root/ifpps.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-05-27 13:58:03 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-05-27 13:58:03 +0200
commit435b88f3079da00f6b186b261a6c16c7918527cd (patch)
treeb177fdc936cc928909948fe477ce5b0ef319ccf4 /ifpps.c
parent0e47d1d5011fe87c34764311ccabb4a1ef761121 (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>
Diffstat (limited to 'ifpps.c')
-rw-r--r--ifpps.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ifpps.c b/ifpps.c
index b1576e2..11760a3 100644
--- a/ifpps.c
+++ b/ifpps.c
@@ -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");