From 9af5d72e217a0c1bc39a4c188bac6a956df25a05 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Sun, 25 Mar 2012 16:28:32 +0200 Subject: [PATCH] all: minor: updated copyright year Updated copyright year. Signed-off-by: Daniel Borkmann --- src/ashunt.c | 4 ++-- src/bpfc.c | 4 ++-- src/curvetun.c | 5 +++-- src/flowtop.c | 6 ++++-- src/ifpps.c | 8 +++----- src/trafgen.c | 4 ++-- 6 files changed, 16 insertions(+), 15 deletions(-) diff --git a/src/ashunt.c b/src/ashunt.c index b829c449..8723a0e7 100644 --- a/src/ashunt.c +++ b/src/ashunt.c @@ -425,7 +425,7 @@ static void help(void) printf(" http://bgp.he.net/AS!\n"); printf("\n"); printf("Please report bugs to \n"); - printf("Copyright (C) 2011 Daniel Borkmann ,\n"); + printf("Copyright (C) 2011-2012 Daniel Borkmann ,\n"); printf("Swiss federal institute of technology (ETH Zurich)\n"); printf("License: GNU GPL version 2\n"); printf("This is free software: you are free to change and redistribute it.\n"); @@ -439,7 +439,7 @@ static void version(void) VERSION_STRING); printf("http://www.netsniff-ng.org\n\n"); printf("Please report bugs to \n"); - printf("Copyright (C) 2011 Daniel Borkmann ,\n"); + printf("Copyright (C) 2011-2012 Daniel Borkmann ,\n"); printf("Swiss federal institute of technology (ETH Zurich)\n"); printf("License: GNU GPL version 2\n"); printf("This is free software: you are free to change and redistribute it.\n"); diff --git a/src/bpfc.c b/src/bpfc.c index a0eccd10..bebef1f0 100644 --- a/src/bpfc.c +++ b/src/bpfc.c @@ -117,7 +117,7 @@ static void help(void) printf("Examples:\n"); printf(" bpfc -i fubar.bpf\n\n"); printf("Please report bugs to \n"); - printf("Copyright (C) 2011 Daniel Borkmann ,\n"); + printf("Copyright (C) 2011-2012 Daniel Borkmann ,\n"); printf("Swiss federal institute of technology (ETH Zurich)\n"); printf("License: GNU GPL version 2\n"); printf("This is free software: you are free to change and redistribute it.\n"); @@ -130,7 +130,7 @@ static void version(void) printf("\nbpfc %s, a tiny BPF compiler\n", VERSION_STRING); printf("http://www.netsniff-ng.org\n\n"); printf("Please report bugs to \n"); - printf("Copyright (C) 2011 Daniel Borkmann ,\n"); + printf("Copyright (C) 2011-2012 Daniel Borkmann ,\n"); printf("Swiss federal institute of technology (ETH Zurich)\n"); printf("License: GNU GPL version 2\n"); printf("This is free software: you are free to change and redistribute it.\n"); diff --git a/src/curvetun.c b/src/curvetun.c index 3caf5205..59359fe7 100644 --- a/src/curvetun.c +++ b/src/curvetun.c @@ -281,11 +281,12 @@ static void help(void) printf("Note:\n"); printf(" There is no default port specified, so that you are forced\n"); printf(" to select your own! For client/server status messages see syslog!\n"); + printf(" This software is an experimental prototype intended for researchers.\n"); printf("\n"); printf("Secret ingredient: 7647-14-5\n"); printf("\n"); printf("Please report bugs to \n"); - printf("Copyright (C) 2011 Daniel Borkmann ,\n"); + printf("Copyright (C) 2011-2012 Daniel Borkmann ,\n"); printf("License: GNU GPL version 2\n"); printf("This is free software: you are free to change and redistribute it.\n"); printf("There is NO WARRANTY, to the extent permitted by law.\n\n"); @@ -299,7 +300,7 @@ static void version(void) printf("Build: %s\n", BUILD_STRING); printf("http://www.netsniff-ng.org\n\n"); printf("Please report bugs to \n"); - printf("Copyright (C) 2011 Daniel Borkmann ,\n"); + printf("Copyright (C) 2011-2012 Daniel Borkmann ,\n"); printf("License: GNU GPL version 2\n"); printf("This is free software: you are free to change and redistribute it.\n"); printf("There is NO WARRANTY, to the extent permitted by law.\n\n"); diff --git a/src/flowtop.c b/src/flowtop.c index 2af6890e..ea448026 100644 --- a/src/flowtop.c +++ b/src/flowtop.c @@ -295,7 +295,8 @@ static void help(void) printf(" iptables -A OUTPUT -p tcp -m state --state NEW,ESTABLISHED -j ACCEPT\n"); printf("\n"); printf("Please report bugs to \n"); - printf("Copyright (C) 2011 Daniel Borkmann \n"); + printf("Copyright (C) 2011-2012 Daniel Borkmann \n"); + printf("Copyright (C) 2011-2012 Emmanuel Roullit \n"); printf("License: GNU GPL version 2\n"); printf("This is free software: you are free to change and redistribute it.\n"); printf("There is NO WARRANTY, to the extent permitted by law.\n\n"); @@ -308,7 +309,8 @@ static void version(void) VERSION_STRING); printf("http://www.netsniff-ng.org\n\n"); printf("Please report bugs to \n"); - printf("Copyright (C) 2011 Daniel Borkmann\n"); + printf("Copyright (C) 2011-2012 Daniel Borkmann \n"); + printf("Copyright (C) 2011-2012 Emmanuel Roullit \n"); printf("License: GNU GPL version 2\n"); printf("This is free software: you are free to change and redistribute it.\n"); printf("There is NO WARRANTY, to the extent permitted by law.\n\n"); diff --git a/src/ifpps.c b/src/ifpps.c index d357a67c..98afcb79 100644 --- a/src/ifpps.c +++ b/src/ifpps.c @@ -790,11 +790,10 @@ static void help(void) printf(" ifpps --dev eth0\n"); printf(" ifpps --dev eth0 --interval 60 --csv\n\n"); printf("Please report bugs to \n"); - printf("Copyright (C) 2009-2011 Daniel Borkmann \n"); + printf("Copyright (C) 2009-2012 Daniel Borkmann \n"); printf("License: GNU GPL version 2\n"); printf("This is free software: you are free to change and redistribute it.\n"); printf("There is NO WARRANTY, to the extent permitted by law.\n\n"); - die(); } @@ -804,12 +803,11 @@ static void version(void) VERSION_STRING); printf("http://www.netsniff-ng.org\n\n"); printf("Please report bugs to \n"); - printf("Copyright (C) 2009, 2010 Daniel Borkmann\n"); + printf("Copyright (C) 2009-2012 Daniel Borkmann \n"); printf("License: GNU GPL version 2\n"); printf("This is free software: you are free to change and redistribute it.\n"); printf("There is NO WARRANTY, to the extent permitted by law.\n\n"); - - exit(EXIT_SUCCESS); + die(); } int main(int argc, char **argv) diff --git a/src/trafgen.c b/src/trafgen.c index a667782c..4d6fb57e 100644 --- a/src/trafgen.c +++ b/src/trafgen.c @@ -326,7 +326,7 @@ static void help(void) printf(" mean! Only use this tool in an isolated LAN that you own!\n"); printf("\n"); printf("Please report bugs to \n"); - printf("Copyright (C) 2011 Daniel Borkmann ,\n"); + printf("Copyright (C) 2011-2012 Daniel Borkmann ,\n"); printf("Swiss federal institute of technology (ETH Zurich)\n"); printf("License: GNU GPL version 2\n"); printf("This is free software: you are free to change and redistribute it.\n"); @@ -340,7 +340,7 @@ static void version(void) VERSION_STRING); printf("http://www.netsniff-ng.org\n\n"); printf("Please report bugs to \n"); - printf("Copyright (C) 2011 Daniel Borkmann ,\n"); + printf("Copyright (C) 2011-2012 Daniel Borkmann ,\n"); printf("Swiss federal institute of technology (ETH Zurich)\n"); printf("License: GNU GPL version 2\n"); printf("This is free software: you are free to change and redistribute it.\n"); -- 2.11.4.GIT