Repository : ssh://git@open-mesh.org/batctl
On branch : next
commit 76fbaec2bdc2bd10088b6fb5899838807384112a Author: Marek Lindner lindner_marek@yahoo.de Date: Sat Jan 5 12:25:31 2013 +0800
batctl: update copyright years
Signed-off-by: Marek Lindner lindner_marek@yahoo.de
76fbaec2bdc2bd10088b6fb5899838807384112a Makefile | 2 +- allocate.h | 2 +- bat-hosts.c | 2 +- bat-hosts.h | 2 +- bisect_iv.c | 2 +- bisect_iv.h | 2 +- debug.c | 2 +- debug.h | 2 +- functions.c | 2 +- functions.h | 2 +- hash.c | 2 +- hash.h | 2 +- ioctl.c | 2 +- ioctl.h | 2 +- list-batman.c | 2 +- list-batman.h | 2 +- main.c | 2 +- main.h | 2 +- packet.h | 2 +- ping.c | 2 +- ping.h | 2 +- sys.c | 2 +- sys.h | 2 +- tcpdump.c | 2 +- tcpdump.h | 2 +- traceroute.c | 2 +- traceroute.h | 2 +- translate.c | 2 +- translate.h | 2 +- vis.c | 2 +- vis.h | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-)
diff --git a/Makefile b/Makefile index 699a3ea..311e70e 100755 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ #!/usr/bin/make -f # -*- makefile -*- # -# Copyright (C) 2006-2012 B.A.T.M.A.N. contributors +# Copyright (C) 2006-2013 B.A.T.M.A.N. contributors # # This program is free software; you can redistribute it and/or # modify it under the terms of version 2 of the GNU General Public diff --git a/allocate.h b/allocate.h index 751380f..72a41f7 100644 --- a/allocate.h +++ b/allocate.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 B.A.T.M.A.N. contributors: + * Copyright (C) 2009-2013 B.A.T.M.A.N. contributors: * * Marek Lindner lindner_marek@yahoo.de * diff --git a/bat-hosts.c b/bat-hosts.c index ad49618..04e7a9b 100644 --- a/bat-hosts.c +++ b/bat-hosts.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors: + * Copyright (C) 2007-2013 B.A.T.M.A.N. contributors: * * Andreas Langer an.langer@gmx.de, Marek Lindner lindner_marek@yahoo.de * diff --git a/bat-hosts.h b/bat-hosts.h index 519862f..0439a46 100644 --- a/bat-hosts.h +++ b/bat-hosts.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 B.A.T.M.A.N. contributors: + * Copyright (C) 2009-2013 B.A.T.M.A.N. contributors: * * Marek Lindner lindner_marek@yahoo.de * diff --git a/bisect_iv.c b/bisect_iv.c index dab00c5..812ef21 100644 --- a/bisect_iv.c +++ b/bisect_iv.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 B.A.T.M.A.N. contributors: + * Copyright (C) 2009-2013 B.A.T.M.A.N. contributors: * * Marek Lindner lindner_marek@yahoo.de * diff --git a/bisect_iv.h b/bisect_iv.h index d6f2bc9..b2e14f6 100644 --- a/bisect_iv.h +++ b/bisect_iv.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 B.A.T.M.A.N. contributors: + * Copyright (C) 2009-2013 B.A.T.M.A.N. contributors: * * Marek Lindner lindner_marek@yahoo.de * diff --git a/debug.c b/debug.c index cdcbd39..9b9e385 100644 --- a/debug.c +++ b/debug.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 B.A.T.M.A.N. contributors: + * Copyright (C) 2009-2013 B.A.T.M.A.N. contributors: * * Marek Lindner lindner_marek@yahoo.de * diff --git a/debug.h b/debug.h index 3fa2830..60dd9a8 100644 --- a/debug.h +++ b/debug.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 B.A.T.M.A.N. contributors: + * Copyright (C) 2009-2013 B.A.T.M.A.N. contributors: * * Marek Lindner lindner_marek@yahoo.de * diff --git a/functions.c b/functions.c index 516d29f..16acbb5 100644 --- a/functions.c +++ b/functions.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors: + * Copyright (C) 2007-2013 B.A.T.M.A.N. contributors: * * Andreas Langer an.langer@gmx.de, Marek Lindner lindner_marek@yahoo.de * diff --git a/functions.h b/functions.h index 6e427f4..d88c494 100644 --- a/functions.h +++ b/functions.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors: + * Copyright (C) 2007-2013 B.A.T.M.A.N. contributors: * * Andreas Langer an.langer@gmx.de, Marek Lindner lindner_marek@yahoo.de * diff --git a/hash.c b/hash.c index 2a9f557..d4f3e09 100644 --- a/hash.c +++ b/hash.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors: + * Copyright (C) 2006-2013 B.A.T.M.A.N. contributors: * * Simon Wunderlich, Marek Lindner * diff --git a/hash.h b/hash.h index 91ee7d8..9253b73 100644 --- a/hash.h +++ b/hash.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors: + * Copyright (C) 2006-2013 B.A.T.M.A.N. contributors: * * Simon Wunderlich, Marek Lindner * diff --git a/ioctl.c b/ioctl.c index 4347c20..26bb482 100644 --- a/ioctl.c +++ b/ioctl.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 B.A.T.M.A.N. contributors: + * Copyright (C) 2012-2013 B.A.T.M.A.N. contributors: * * Marek Lindner lindner_marek@yahoo.de * diff --git a/ioctl.h b/ioctl.h index 0a6a7d6..3bc20d7 100644 --- a/ioctl.h +++ b/ioctl.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 B.A.T.M.A.N. contributors: + * Copyright (C) 2012-2013 B.A.T.M.A.N. contributors: * * Marek Lindner lindner_marek@yahoo.de * diff --git a/list-batman.c b/list-batman.c index a0c2ad8..4fa71a3 100644 --- a/list-batman.c +++ b/list-batman.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors: + * Copyright (C) 2006-2013 B.A.T.M.A.N. contributors: * * Marek Lindner * diff --git a/list-batman.h b/list-batman.h index ebff97c..7de5943 100644 --- a/list-batman.h +++ b/list-batman.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors: + * Copyright (C) 2006-2013 B.A.T.M.A.N. contributors: * * Marek Lindner * diff --git a/main.c b/main.c index ea83bbf..7d667d3 100644 --- a/main.c +++ b/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors: + * Copyright (C) 2007-2013 B.A.T.M.A.N. contributors: * * Andreas Langer an.langer@gmx.de, Marek Lindner lindner_marek@yahoo.de * diff --git a/main.h b/main.h index 14fa1cb..af96e2b 100644 --- a/main.h +++ b/main.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors: + * Copyright (C) 2007-2013 B.A.T.M.A.N. contributors: * * Andreas Langer an.langer@gmx.de, Marek Lindner lindner_marek@yahoo.de * diff --git a/packet.h b/packet.h index cb6405b..ed0aa89 100644 --- a/packet.h +++ b/packet.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2012 B.A.T.M.A.N. contributors: +/* Copyright (C) 2007-2013 B.A.T.M.A.N. contributors: * * Marek Lindner, Simon Wunderlich * diff --git a/ping.c b/ping.c index 4f52c66..5d6b7e9 100644 --- a/ping.c +++ b/ping.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors: + * Copyright (C) 2007-2013 B.A.T.M.A.N. contributors: * * Andreas Langer an.langer@gmx.de, Marek Lindner lindner_marek@yahoo.de * diff --git a/ping.h b/ping.h index e3f47fc..abe7da4 100644 --- a/ping.h +++ b/ping.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 B.A.T.M.A.N. contributors: + * Copyright (C) 2009-2013 B.A.T.M.A.N. contributors: * * Marek Lindner lindner_marek@yahoo.de * diff --git a/sys.c b/sys.c index d7cc1c0..c143595 100644 --- a/sys.c +++ b/sys.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 B.A.T.M.A.N. contributors: + * Copyright (C) 2009-2013 B.A.T.M.A.N. contributors: * * Marek Lindner lindner_marek@yahoo.de * diff --git a/sys.h b/sys.h index 40b64b1..5ab4135 100644 --- a/sys.h +++ b/sys.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 B.A.T.M.A.N. contributors: + * Copyright (C) 2009-2013 B.A.T.M.A.N. contributors: * * Marek Lindner lindner_marek@yahoo.de * diff --git a/tcpdump.c b/tcpdump.c index d9aa6a8..f357c6d 100644 --- a/tcpdump.c +++ b/tcpdump.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors: + * Copyright (C) 2007-2013 B.A.T.M.A.N. contributors: * * Andreas Langer an.langer@gmx.de * diff --git a/tcpdump.h b/tcpdump.h index 96989b4..719f998 100644 --- a/tcpdump.h +++ b/tcpdump.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors: + * Copyright (C) 2007-2013 B.A.T.M.A.N. contributors: * * Andreas Langer an.langer@gmx.de, Marek Lindner lindner_marek@yahoo.de * diff --git a/traceroute.c b/traceroute.c index 9da9bf6..38d3796 100644 --- a/traceroute.c +++ b/traceroute.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors: + * Copyright (C) 2007-2013 B.A.T.M.A.N. contributors: * * Andreas Langer an.langer@gmx.de, Marek Lindner lindner_marek@yahoo.de * diff --git a/traceroute.h b/traceroute.h index e78609f..8aae468 100644 --- a/traceroute.h +++ b/traceroute.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 B.A.T.M.A.N. contributors: + * Copyright (C) 2009-2013 B.A.T.M.A.N. contributors: * * Marek Lindner lindner_marek@yahoo.de * diff --git a/translate.c b/translate.c index bf33e90..0b4fbc6 100644 --- a/translate.c +++ b/translate.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors: + * Copyright (C) 2007-2013 B.A.T.M.A.N. contributors: * * Andreas Langer an.langer@gmx.de, Marek Lindner lindner_marek@yahoo.de * diff --git a/translate.h b/translate.h index eb0ef65..1220a20 100644 --- a/translate.h +++ b/translate.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 B.A.T.M.A.N. contributors: + * Copyright (C) 2009-2013 B.A.T.M.A.N. contributors: * * Marek Lindner lindner_marek@yahoo.de * diff --git a/vis.c b/vis.c index f42d85a..33c7a7f 100644 --- a/vis.c +++ b/vis.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 B.A.T.M.A.N. contributors: + * Copyright (C) 2009-2013 B.A.T.M.A.N. contributors: * * Andrew Lunn andrew@lunn.ch * diff --git a/vis.h b/vis.h index 77c6669..3a68363 100644 --- a/vis.h +++ b/vis.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 B.A.T.M.A.N. contributors: + * Copyright (C) 2009-2013 B.A.T.M.A.N. contributors: * * Andrew Lunn andrew@lunn.ch *