From 435b88f3079da00f6b186b261a6c16c7918527cd Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 27 May 2013 13:58:03 +0200 Subject: [PATCH] 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 --- ifpps.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ifpps.c b/ifpps.c index b1576e27..11760a35 100644 --- a/ifpps.c +++ b/ifpps.c @@ -133,6 +133,7 @@ static void __noreturn help(void) "Please report bugs to \n" "Copyright (C) 2009-2013 Daniel Borkmann \n" "Swiss federal institute of technology (ETH Zurich)\n" + "Copyright (C) 2013 Tobias Klauser \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 \n" "Copyright (C) 2009-2013 Daniel Borkmann \n" "Swiss federal institute of technology (ETH Zurich)\n" + "Copyright (C) 2013 Tobias Klauser \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"); -- 2.11.4.GIT