Repository : ssh://git@diktynna/batctl
On branch : master
commit 5cfa894b749935389278ffafc44b664146f00047 Author: Sven Eckelmann sven@narfation.org Date: Sat Feb 6 09:18:43 2021 +0100
batctl: Drop publication years from copyright info
The batman-adv source code was using the year of publication (to net-next) as "last" year for the copyright statement. The whole source code mentioned in the MAINTAINERS "BATMAN ADVANCED" section was handled as a single entity regarding the publishing year. And this was also performed the same way in the related projects alfred + batctl.
This avoided having outdated (in sense of year information - not copyright holder) publishing information inside several files. But since the simple "update copyright year" commit (without other changes) in the file was not well received in the upstream kernel, the option to not have a copyright year (for initial and last publication) in the files are chosen instead. More detailed information about the years can still be retrieved from the SCM system.
Signed-off-by: Sven Eckelmann sven@narfation.org
5cfa894b749935389278ffafc44b664146f00047 Makefile | 2 +- aggregation.c | 2 +- allocate.h | 2 +- ap_isolation.c | 2 +- backbonetable.c | 2 +- bat-hosts.c | 2 +- bat-hosts.h | 2 +- batadv_packet.h | 2 +- batman_adv.h | 2 +- bisect_iv.c | 2 +- bisect_iv.h | 2 +- bonding.c | 2 +- bridge_loop_avoidance.c | 2 +- claimtable.c | 2 +- dat_cache.c | 2 +- debug.c | 2 +- debug.h | 2 +- distributed_arp_table.c | 2 +- elp_interval.c | 2 +- event.c | 2 +- fragmentation.c | 2 +- functions.c | 2 +- functions.h | 2 +- gateways.c | 2 +- genl.h | 2 +- gw_mode.c | 2 +- hash.c | 2 +- hash.h | 2 +- hop_penalty.c | 2 +- icmp_helper.c | 2 +- icmp_helper.h | 2 +- interface.c | 2 +- isolation_mark.c | 2 +- list.h | 2 +- loglevel.c | 2 +- main.c | 2 +- main.h | 2 +- mcast_flags.c | 2 +- multicast_fanout.c | 2 +- multicast_forceflood.c | 2 +- multicast_mode.c | 2 +- neighbors.c | 2 +- netlink.c | 2 +- netlink.h | 2 +- network_coding.c | 2 +- orig_interval.c | 2 +- originators.c | 2 +- ping.c | 2 +- routing_algo.c | 2 +- statistics.c | 2 +- sys.c | 2 +- sys.h | 2 +- tcpdump.c | 2 +- tcpdump.h | 2 +- throughput_override.c | 2 +- throughputmeter.c | 2 +- traceroute.c | 2 +- transglobal.c | 2 +- translate.c | 2 +- translocal.c | 2 +- 60 files changed, 60 insertions(+), 60 deletions(-)
diff --git a/Makefile b/Makefile index 68d8dc8..98bf695 100755 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # SPDX-License-Identifier: GPL-2.0 # -*- makefile -*- # -# Copyright (C) 2006-2021 B.A.T.M.A.N. contributors +# Copyright (C) B.A.T.M.A.N. contributors # # License-Filename: LICENSES/preferred/GPL-2.0
diff --git a/aggregation.c b/aggregation.c index e09b4c7..47802ed 100644 --- a/aggregation.c +++ b/aggregation.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Marek Lindner mareklindner@neomailbox.ch * diff --git a/allocate.h b/allocate.h index bf30c50..1792866 100644 --- a/allocate.h +++ b/allocate.h @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0 */ -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Marek Lindner mareklindner@neomailbox.ch * diff --git a/ap_isolation.c b/ap_isolation.c index dcbefe7..a9a5d24 100644 --- a/ap_isolation.c +++ b/ap_isolation.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Antonio Quartulli a@unstable.cc * diff --git a/backbonetable.c b/backbonetable.c index 0f44323..17fbd1d 100644 --- a/backbonetable.c +++ b/backbonetable.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Simon Wunderlich sw@simonwunderlich.de * diff --git a/bat-hosts.c b/bat-hosts.c index 3ac4288..54fb56f 100644 --- a/bat-hosts.c +++ b/bat-hosts.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2007-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Andreas Langer an.langer@gmx.de, Marek Lindner mareklindner@neomailbox.ch * diff --git a/bat-hosts.h b/bat-hosts.h index 415cd3f..7312ba8 100644 --- a/bat-hosts.h +++ b/bat-hosts.h @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0 */ -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Marek Lindner mareklindner@neomailbox.ch * diff --git a/batadv_packet.h b/batadv_packet.h index 67b773e..ea4692c 100644 --- a/batadv_packet.h +++ b/batadv_packet.h @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: (GPL-2.0 WITH Linux-syscall-note) */ -/* Copyright (C) 2007-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Marek Lindner, Simon Wunderlich */ diff --git a/batman_adv.h b/batman_adv.h index 27d35e7..35dc016 100644 --- a/batman_adv.h +++ b/batman_adv.h @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: MIT */ -/* Copyright (C) 2016-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Matthias Schiffer */ diff --git a/bisect_iv.c b/bisect_iv.c index cecdfd5..fc66367 100644 --- a/bisect_iv.c +++ b/bisect_iv.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Marek Lindner mareklindner@neomailbox.ch * diff --git a/bisect_iv.h b/bisect_iv.h index 11cac66..40424ea 100644 --- a/bisect_iv.h +++ b/bisect_iv.h @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0 */ -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Marek Lindner mareklindner@neomailbox.ch * diff --git a/bonding.c b/bonding.c index d597f57..5407d28 100644 --- a/bonding.c +++ b/bonding.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Marek Lindner mareklindner@neomailbox.ch * diff --git a/bridge_loop_avoidance.c b/bridge_loop_avoidance.c index 5fea1c1..6e883bc 100644 --- a/bridge_loop_avoidance.c +++ b/bridge_loop_avoidance.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Simon Wunderlich sw@simonwunderlich.de * diff --git a/claimtable.c b/claimtable.c index d1df97e..b6bf9f5 100644 --- a/claimtable.c +++ b/claimtable.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Linus L��ssing linus.luessing@c0d3.blue * diff --git a/dat_cache.c b/dat_cache.c index 2c959ff..8d47171 100644 --- a/dat_cache.c +++ b/dat_cache.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Marek Lindner mareklindner@neomailbox.ch * diff --git a/debug.c b/debug.c index 5619eb0..458c137 100644 --- a/debug.c +++ b/debug.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Marek Lindner mareklindner@neomailbox.ch * diff --git a/debug.h b/debug.h index c6b4714..bfc6224 100644 --- a/debug.h +++ b/debug.h @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0 */ -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Marek Lindner mareklindner@neomailbox.ch * diff --git a/distributed_arp_table.c b/distributed_arp_table.c index f90955a..43e9fbc 100644 --- a/distributed_arp_table.c +++ b/distributed_arp_table.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Antonio Quartulli a@unstable.cc * diff --git a/elp_interval.c b/elp_interval.c index a234c75..a951528 100644 --- a/elp_interval.c +++ b/elp_interval.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Marek Lindner mareklindner@neomailbox.ch * diff --git a/event.c b/event.c index a902943..955fe11 100644 --- a/event.c +++ b/event.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Sven Eckelmann sven@narfation.org * diff --git a/fragmentation.c b/fragmentation.c index 92624e6..974345a 100644 --- a/fragmentation.c +++ b/fragmentation.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Marek Lindner mareklindner@neomailbox.ch * diff --git a/functions.c b/functions.c index 7378569..0dbf2ed 100644 --- a/functions.c +++ b/functions.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2007-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Andreas Langer an.langer@gmx.de, Marek Lindner mareklindner@neomailbox.ch * diff --git a/functions.h b/functions.h index 65f9bd6..3bb66f6 100644 --- a/functions.h +++ b/functions.h @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0 */ -/* Copyright (C) 2007-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Andreas Langer an.langer@gmx.de, Marek Lindner mareklindner@neomailbox.ch * diff --git a/gateways.c b/gateways.c index 506fa67..7625bd8 100644 --- a/gateways.c +++ b/gateways.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Linus L��ssing linus.luessing@c0d3.blue * diff --git a/genl.h b/genl.h index 47ed233..cab6ad3 100644 --- a/genl.h +++ b/genl.h @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0 */ -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Marek Lindner mareklindner@neomailbox.ch * diff --git a/gw_mode.c b/gw_mode.c index e555e50..0bc99e2 100644 --- a/gw_mode.c +++ b/gw_mode.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Marek Lindner mareklindner@neomailbox.ch * diff --git a/hash.c b/hash.c index f536327..5262800 100644 --- a/hash.c +++ b/hash.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2006-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Simon Wunderlich, Marek Lindner * diff --git a/hash.h b/hash.h index bda40ac..08628fa 100644 --- a/hash.h +++ b/hash.h @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0 */ -/* Copyright (C) 2006-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Simon Wunderlich, Marek Lindner * diff --git a/hop_penalty.c b/hop_penalty.c index c142ff2..e43595b 100644 --- a/hop_penalty.c +++ b/hop_penalty.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Marek Lindner mareklindner@neomailbox.ch * diff --git a/icmp_helper.c b/icmp_helper.c index 1de5625..3aa49c0 100644 --- a/icmp_helper.c +++ b/icmp_helper.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2007-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Marek Lindner mareklindner@neomailbox.ch, Simon Wunderlich * diff --git a/icmp_helper.h b/icmp_helper.h index 17b478d..6f84d34 100644 --- a/icmp_helper.h +++ b/icmp_helper.h @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0 */ -/* Copyright (C) 2007-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Andreas Langer an.langer@gmx.de, Marek Lindner mareklindner@neomailbox.ch * diff --git a/interface.c b/interface.c index 1050d58..cf9c0c3 100644 --- a/interface.c +++ b/interface.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Marek Lindner mareklindner@neomailbox.ch * diff --git a/isolation_mark.c b/isolation_mark.c index f8cd1a7..10ba243 100644 --- a/isolation_mark.c +++ b/isolation_mark.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Antonio Quartulli a@unstable.cc * diff --git a/list.h b/list.h index ab9c0a3..8bcfd60 100644 --- a/list.h +++ b/list.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: MIT */ /* Minimal Linux-like double-linked list helper functions * - * Copyright (c) 2012-2021, Sven Eckelmann sven@narfation.org + * Copyright (c) Sven Eckelmann sven@narfation.org * * License-Filename: LICENSES/preferred/MIT */ diff --git a/loglevel.c b/loglevel.c index 203eeff..7a88794 100644 --- a/loglevel.c +++ b/loglevel.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Marek Lindner mareklindner@neomailbox.ch * diff --git a/main.c b/main.c index 77bbdfb..d9b63f3 100644 --- a/main.c +++ b/main.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2007-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Andreas Langer an.langer@gmx.de, Marek Lindner mareklindner@neomailbox.ch * diff --git a/main.h b/main.h index 9196156..81b7a27 100644 --- a/main.h +++ b/main.h @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0 */ -/* Copyright (C) 2007-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Andreas Langer an.langer@gmx.de, Marek Lindner mareklindner@neomailbox.ch * diff --git a/mcast_flags.c b/mcast_flags.c index 3a1e013..721f549 100644 --- a/mcast_flags.c +++ b/mcast_flags.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Marek Lindner mareklindner@neomailbox.ch * diff --git a/multicast_fanout.c b/multicast_fanout.c index 3e86c9c..7b8b595 100644 --- a/multicast_fanout.c +++ b/multicast_fanout.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Linus L��ssing linus.luessing@c0d3.blue * diff --git a/multicast_forceflood.c b/multicast_forceflood.c index f47e780..52301a7 100644 --- a/multicast_forceflood.c +++ b/multicast_forceflood.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Linus L��ssing linus.luessing@c0d3.blue * diff --git a/multicast_mode.c b/multicast_mode.c index 9fc4a08..e63b290 100644 --- a/multicast_mode.c +++ b/multicast_mode.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Linus L��ssing linus.luessing@c0d3.blue * diff --git a/neighbors.c b/neighbors.c index 47daee6..af76d0f 100644 --- a/neighbors.c +++ b/neighbors.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Andrew Lunn andrew@lunn.ch * diff --git a/netlink.c b/netlink.c index 160dcbf..31c9b01 100644 --- a/netlink.c +++ b/netlink.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Marek Lindner mareklindner@neomailbox.ch, Andrew Lunn andrew@lunn.ch * diff --git a/netlink.h b/netlink.h index 130478f..4ee2f39 100644 --- a/netlink.h +++ b/netlink.h @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0 */ -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Marek Lindner mareklindner@neomailbox.ch, Andrew Lunn andrew@lunn.ch * diff --git a/network_coding.c b/network_coding.c index f053ee5..18add3c 100644 --- a/network_coding.c +++ b/network_coding.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Martin Hundeb��ll martin@hundeboll.net * diff --git a/orig_interval.c b/orig_interval.c index 7b69e95..0201b15 100644 --- a/orig_interval.c +++ b/orig_interval.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Marek Lindner mareklindner@neomailbox.ch * diff --git a/originators.c b/originators.c index e4d8cc3..8a29dd7 100644 --- a/originators.c +++ b/originators.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Andrew Lunn andrew@lunn.ch * Sven Eckelmann sven@narfation.org diff --git a/ping.c b/ping.c index de5f340..a9f0913 100644 --- a/ping.c +++ b/ping.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2007-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Andreas Langer an.langer@gmx.de, Marek Lindner mareklindner@neomailbox.ch * diff --git a/routing_algo.c b/routing_algo.c index 5b55360..01376bc 100644 --- a/routing_algo.c +++ b/routing_algo.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Marek Lindner mareklindner@neomailbox.ch * diff --git a/statistics.c b/statistics.c index 0f48870..b7b7637 100644 --- a/statistics.c +++ b/statistics.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2012-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Marek Lindner mareklindner@neomailbox.ch * diff --git a/sys.c b/sys.c index ae3e5cd..6dd8c10 100644 --- a/sys.c +++ b/sys.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Marek Lindner mareklindner@neomailbox.ch * diff --git a/sys.h b/sys.h index 76953c5..1f27347 100644 --- a/sys.h +++ b/sys.h @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0 */ -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Marek Lindner mareklindner@neomailbox.ch * diff --git a/tcpdump.c b/tcpdump.c index eacb28a..9a830b2 100644 --- a/tcpdump.c +++ b/tcpdump.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2007-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Andreas Langer an.langer@gmx.de * diff --git a/tcpdump.h b/tcpdump.h index eea92e3..527fb7f 100644 --- a/tcpdump.h +++ b/tcpdump.h @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0 */ -/* Copyright (C) 2007-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Andreas Langer an.langer@gmx.de, Marek Lindner mareklindner@neomailbox.ch * diff --git a/throughput_override.c b/throughput_override.c index 446614b..5baae1b 100644 --- a/throughput_override.c +++ b/throughput_override.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Marek Lindner mareklindner@neomailbox.ch * diff --git a/throughputmeter.c b/throughputmeter.c index 05aac97..f50f521 100644 --- a/throughputmeter.c +++ b/throughputmeter.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2013-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Antonio Quartulli a@unstable.cc * diff --git a/traceroute.c b/traceroute.c index dbda7a5..517962f 100644 --- a/traceroute.c +++ b/traceroute.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2007-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Andreas Langer an.langer@gmx.de, Marek Lindner mareklindner@neomailbox.ch * diff --git a/transglobal.c b/transglobal.c index abc3b60..4eae95d 100644 --- a/transglobal.c +++ b/transglobal.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Andrew Lunn andrew@lunn.ch * Sven Eckelmann sven@narfation.org diff --git a/translate.c b/translate.c index 7df973e..6eef476 100644 --- a/translate.c +++ b/translate.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2007-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Andreas Langer an.langer@gmx.de, Marek Lindner mareklindner@neomailbox.ch * diff --git a/translocal.c b/translocal.c index 31f2f91..a3ad3da 100644 --- a/translocal.c +++ b/translocal.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (C) 2009-2021 B.A.T.M.A.N. contributors: +/* Copyright (C) B.A.T.M.A.N. contributors: * * Andrew Lunn andrew@lunn.ch * Sven Eckelmann sven@narfation.org