* [B.A.T.M.A.N.] [PATCH] batctl: Update copyright years
@ 2011-12-31 23:41 Sven Eckelmann
2011-12-31 23:41 ` [B.A.T.M.A.N.] [PATCH] batman-adv: " Sven Eckelmann
` (3 more replies)
0 siblings, 4 replies; 12+ messages in thread
From: Sven Eckelmann @ 2011-12-31 23:41 UTC (permalink / raw)
To: b.a.t.m.a.n
Signed-off-by: Sven Eckelmann <sven@narfation.org>
---
Makefile | 2 +-
allocate.h | 2 +-
bat-hosts.c | 2 +-
bat-hosts.h | 2 +-
bisect.c | 2 +-
bisect.h | 2 +-
debug.c | 2 +-
debug.h | 2 +-
functions.c | 2 +-
functions.h | 2 +-
hash.c | 2 +-
hash.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 +-
vis.c | 2 +-
vis.h | 2 +-
27 files changed, 27 insertions(+), 27 deletions(-)
diff --git a/Makefile b/Makefile
index 85efc30..c85dbaa 100755
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
# -*- makefile -*-
#
-# Copyright (C) 2006-2011 B.A.T.M.A.N. contributors
+# Copyright (C) 2006-2012 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 1fe6730..751380f 100644
--- a/allocate.h
+++ b/allocate.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2009-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner <lindner_marek@yahoo.de>
*
diff --git a/bat-hosts.c b/bat-hosts.c
index 179e733..ad49618 100644
--- a/bat-hosts.c
+++ b/bat-hosts.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2012 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 ba265bb..519862f 100644
--- a/bat-hosts.h
+++ b/bat-hosts.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2009-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner <lindner_marek@yahoo.de>
*
diff --git a/bisect.c b/bisect.c
index d3789aa..b505b1a 100644
--- a/bisect.c
+++ b/bisect.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2009-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner <lindner_marek@yahoo.de>
*
diff --git a/bisect.h b/bisect.h
index 4423608..7c43708 100644
--- a/bisect.h
+++ b/bisect.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2009-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner <lindner_marek@yahoo.de>
*
diff --git a/debug.c b/debug.c
index 480e4a5..6a553ff 100644
--- a/debug.c
+++ b/debug.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2009-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner <lindner_marek@yahoo.de>
*
diff --git a/debug.h b/debug.h
index b1648f3..939f281 100644
--- a/debug.h
+++ b/debug.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2009-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner <lindner_marek@yahoo.de>
*
diff --git a/functions.c b/functions.c
index c2c0529..0729f15 100644
--- a/functions.c
+++ b/functions.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2012 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 7e9f68c..ea953dd 100644
--- a/functions.h
+++ b/functions.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2012 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 e8c822f..2a9f557 100644
--- a/hash.c
+++ b/hash.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Simon Wunderlich, Marek Lindner
*
diff --git a/hash.h b/hash.h
index 443ef28..91ee7d8 100644
--- a/hash.h
+++ b/hash.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Simon Wunderlich, Marek Lindner
*
diff --git a/list-batman.c b/list-batman.c
index 356c1eb..a0c2ad8 100644
--- a/list-batman.c
+++ b/list-batman.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
diff --git a/list-batman.h b/list-batman.h
index 72d2ac4..ebff97c 100644
--- a/list-batman.h
+++ b/list-batman.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
diff --git a/main.c b/main.c
index 7f6d1a3..0dfdb8e 100644
--- a/main.c
+++ b/main.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2012 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 e5a3e01..2b231cb 100644
--- a/main.h
+++ b/main.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2012 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 4d9e54c..bac156a 100644
--- a/packet.h
+++ b/packet.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner, Simon Wunderlich
*
diff --git a/ping.c b/ping.c
index 91b733a..d04672e 100644
--- a/ping.c
+++ b/ping.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2012 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 ccc717a..e3f47fc 100644
--- a/ping.h
+++ b/ping.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2009-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner <lindner_marek@yahoo.de>
*
diff --git a/sys.c b/sys.c
index 105bb51..9cdccba 100644
--- a/sys.c
+++ b/sys.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2009-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner <lindner_marek@yahoo.de>
*
diff --git a/sys.h b/sys.h
index 2df846c..5dafe85 100644
--- a/sys.h
+++ b/sys.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2009-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner <lindner_marek@yahoo.de>
*
diff --git a/tcpdump.c b/tcpdump.c
index 7dd289e..5e8574c 100644
--- a/tcpdump.c
+++ b/tcpdump.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
*
* Andreas Langer <an.langer@gmx.de>
*
diff --git a/tcpdump.h b/tcpdump.h
index 925b116..2a2cc0a 100644
--- a/tcpdump.h
+++ b/tcpdump.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2012 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 d120311..02f0ecd 100644
--- a/traceroute.c
+++ b/traceroute.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2012 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 31edb7e..e78609f 100644
--- a/traceroute.h
+++ b/traceroute.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2009-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner <lindner_marek@yahoo.de>
*
diff --git a/vis.c b/vis.c
index 1a8d181..b040497 100644
--- a/vis.c
+++ b/vis.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2009-2012 B.A.T.M.A.N. contributors:
*
* Andrew Lunn <andrew@lunn.ch>
*
diff --git a/vis.h b/vis.h
index 8d6cfcd..77c6669 100644
--- a/vis.h
+++ b/vis.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2009-2012 B.A.T.M.A.N. contributors:
*
* Andrew Lunn <andrew@lunn.ch>
*
--
1.7.7.3
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [B.A.T.M.A.N.] [PATCH] batman-adv: Update copyright years
2011-12-31 23:41 [B.A.T.M.A.N.] [PATCH] batctl: Update copyright years Sven Eckelmann
@ 2011-12-31 23:41 ` Sven Eckelmann
2012-01-04 17:08 ` Marek Lindner
2011-12-31 23:41 ` [B.A.T.M.A.N.] [PATCH] batmand: " Sven Eckelmann
` (2 subsequent siblings)
3 siblings, 1 reply; 12+ messages in thread
From: Sven Eckelmann @ 2011-12-31 23:41 UTC (permalink / raw)
To: b.a.t.m.a.n
Signed-off-by: Sven Eckelmann <sven@narfation.org>
---
Makefile | 2 +-
Makefile.kbuild | 2 +-
bat_debugfs.c | 2 +-
bat_debugfs.h | 2 +-
bat_iv_ogm.c | 2 +-
bat_ogm.h | 2 +-
bat_sysfs.c | 2 +-
bat_sysfs.h | 2 +-
bitarray.c | 2 +-
bitarray.h | 2 +-
compat.c | 24 ++++++++++++++++++++++++
compat.h | 2 +-
gateway_client.c | 2 +-
gateway_client.h | 2 +-
gateway_common.c | 2 +-
gateway_common.h | 2 +-
hard-interface.c | 2 +-
hard-interface.h | 2 +-
hash.c | 2 +-
hash.h | 2 +-
icmp_socket.c | 2 +-
icmp_socket.h | 2 +-
main.c | 2 +-
main.h | 2 +-
originator.c | 2 +-
originator.h | 2 +-
packet.h | 2 +-
ring_buffer.c | 2 +-
ring_buffer.h | 2 +-
routing.c | 2 +-
routing.h | 2 +-
send.c | 2 +-
send.h | 2 +-
soft-interface.c | 2 +-
soft-interface.h | 2 +-
translation-table.c | 2 +-
translation-table.h | 2 +-
types.h | 2 +-
unicast.c | 2 +-
unicast.h | 2 +-
vis.c | 2 +-
vis.h | 2 +-
42 files changed, 65 insertions(+), 41 deletions(-)
diff --git a/Makefile b/Makefile
index 5762721..4b4b95b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
+# Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
#
# Marek Lindner, Simon Wunderlich
#
diff --git a/Makefile.kbuild b/Makefile.kbuild
index bd7e93c..ec70651 100644
--- a/Makefile.kbuild
+++ b/Makefile.kbuild
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
+# Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
#
# Marek Lindner, Simon Wunderlich
#
diff --git a/bat_debugfs.c b/bat_debugfs.c
index d0af9bf..a5b3e51 100644
--- a/bat_debugfs.c
+++ b/bat_debugfs.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2010-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
diff --git a/bat_debugfs.h b/bat_debugfs.h
index bc9cda3..d605c67 100644
--- a/bat_debugfs.h
+++ b/bat_debugfs.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2010-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
diff --git a/bat_iv_ogm.c b/bat_iv_ogm.c
index 3512e25..cdae27f 100644
--- a/bat_iv_ogm.c
+++ b/bat_iv_ogm.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner, Simon Wunderlich
*
diff --git a/bat_ogm.h b/bat_ogm.h
index 69329c1..7a1c28e 100644
--- a/bat_ogm.h
+++ b/bat_ogm.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner, Simon Wunderlich
*
diff --git a/bat_sysfs.c b/bat_sysfs.c
index c25492f..25f37fb 100644
--- a/bat_sysfs.c
+++ b/bat_sysfs.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2010-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
diff --git a/bat_sysfs.h b/bat_sysfs.h
index a3f75a7..fece77a 100644
--- a/bat_sysfs.h
+++ b/bat_sysfs.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2010-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
diff --git a/bitarray.c b/bitarray.c
index 9bc63b2..e63069d 100644
--- a/bitarray.c
+++ b/bitarray.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Simon Wunderlich, Marek Lindner
*
diff --git a/bitarray.h b/bitarray.h
index 9c04422..c613572 100644
--- a/bitarray.h
+++ b/bitarray.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Simon Wunderlich, Marek Lindner
*
diff --git a/compat.c b/compat.c
index 855360e..c3dc59b 100644
--- a/compat.c
+++ b/compat.c
@@ -1,3 +1,27 @@
+/*
+ * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
+ *
+ * Marek Lindner, Simon Wunderlich
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of version 2 of the GNU General Public
+ * License as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA
+ *
+ *
+ * This file contains macros for maintaining compatibility with older versions
+ * of the Linux kernel.
+ */
+
#include <linux/in.h>
#include <linux/version.h>
#include "main.h"
diff --git a/compat.h b/compat.h
index 964c066..6a1168e 100644
--- a/compat.h
+++ b/compat.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner, Simon Wunderlich
*
diff --git a/gateway_client.c b/gateway_client.c
index 24403a7..ee23fbb 100644
--- a/gateway_client.c
+++ b/gateway_client.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2009-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
diff --git a/gateway_client.h b/gateway_client.h
index e1edba0..bf56a5a 100644
--- a/gateway_client.h
+++ b/gateway_client.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2009-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
diff --git a/gateway_common.c b/gateway_common.c
index c4ac7b0..7f79e15 100644
--- a/gateway_common.c
+++ b/gateway_common.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2009-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
diff --git a/gateway_common.h b/gateway_common.h
index 55e527a..b8fb11c 100644
--- a/gateway_common.h
+++ b/gateway_common.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2009-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
diff --git a/hard-interface.c b/hard-interface.c
index 7704df4..ba1c714 100644
--- a/hard-interface.c
+++ b/hard-interface.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner, Simon Wunderlich
*
diff --git a/hard-interface.h b/hard-interface.h
index 67f78d1..e68c565 100644
--- a/hard-interface.h
+++ b/hard-interface.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner, Simon Wunderlich
*
diff --git a/hash.c b/hash.c
index d1da29d..117687b 100644
--- a/hash.c
+++ b/hash.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Simon Wunderlich, Marek Lindner
*
diff --git a/hash.h b/hash.h
index 4768717..d4bd786 100644
--- a/hash.h
+++ b/hash.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Simon Wunderlich, Marek Lindner
*
diff --git a/icmp_socket.c b/icmp_socket.c
index d9c1e7b..2a1776b 100644
--- a/icmp_socket.c
+++ b/icmp_socket.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
diff --git a/icmp_socket.h b/icmp_socket.h
index 462b190..380ed4c 100644
--- a/icmp_socket.h
+++ b/icmp_socket.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
diff --git a/main.c b/main.c
index fb87bdc..6650771 100644
--- a/main.c
+++ b/main.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner, Simon Wunderlich
*
diff --git a/main.h b/main.h
index 464439f..157c0b5 100644
--- a/main.h
+++ b/main.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner, Simon Wunderlich
*
diff --git a/originator.c b/originator.c
index 0bc2045..4109fab 100644
--- a/originator.c
+++ b/originator.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2009-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner, Simon Wunderlich
*
diff --git a/originator.h b/originator.h
index 67765ff..3fe2eda 100644
--- a/originator.h
+++ b/originator.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner, Simon Wunderlich
*
diff --git a/packet.h b/packet.h
index 4d9e54c..bac156a 100644
--- a/packet.h
+++ b/packet.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner, Simon Wunderlich
*
diff --git a/ring_buffer.c b/ring_buffer.c
index f1ccfa7..fd63951 100644
--- a/ring_buffer.c
+++ b/ring_buffer.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
diff --git a/ring_buffer.h b/ring_buffer.h
index 7cdfe62..8b58bd8 100644
--- a/ring_buffer.h
+++ b/ring_buffer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
diff --git a/routing.c b/routing.c
index 773e606..83fea7d 100644
--- a/routing.c
+++ b/routing.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner, Simon Wunderlich
*
diff --git a/routing.h b/routing.h
index 7aaee0f..92ac100 100644
--- a/routing.h
+++ b/routing.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner, Simon Wunderlich
*
diff --git a/send.c b/send.c
index 8a684eb..b99529e 100644
--- a/send.c
+++ b/send.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner, Simon Wunderlich
*
diff --git a/send.h b/send.h
index c8ca3ef..824ef06 100644
--- a/send.h
+++ b/send.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner, Simon Wunderlich
*
diff --git a/soft-interface.c b/soft-interface.c
index 987c75a..c4dc739 100644
--- a/soft-interface.c
+++ b/soft-interface.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner, Simon Wunderlich
*
diff --git a/soft-interface.h b/soft-interface.h
index 001546f..756eab5 100644
--- a/soft-interface.h
+++ b/soft-interface.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
diff --git a/translation-table.c b/translation-table.c
index 58361ed..560a8e7 100644
--- a/translation-table.c
+++ b/translation-table.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner, Simon Wunderlich
*
diff --git a/translation-table.h b/translation-table.h
index 30efd49..c753633 100644
--- a/translation-table.h
+++ b/translation-table.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner, Simon Wunderlich
*
diff --git a/types.h b/types.h
index e9eb043..f50fb59 100644
--- a/types.h
+++ b/types.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner, Simon Wunderlich
*
diff --git a/unicast.c b/unicast.c
index 07d1c1d..1bdf391 100644
--- a/unicast.c
+++ b/unicast.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2010-2012 B.A.T.M.A.N. contributors:
*
* Andreas Langer
*
diff --git a/unicast.h b/unicast.h
index 8fd5535..a9faf6b 100644
--- a/unicast.h
+++ b/unicast.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2010-2012 B.A.T.M.A.N. contributors:
*
* Andreas Langer
*
diff --git a/vis.c b/vis.c
index cc3b9f2..eb9ce57 100644
--- a/vis.c
+++ b/vis.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2008-2012 B.A.T.M.A.N. contributors:
*
* Simon Wunderlich
*
diff --git a/vis.h b/vis.h
index 31b820d..543772d 100644
--- a/vis.h
+++ b/vis.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2008-2012 B.A.T.M.A.N. contributors:
*
* Simon Wunderlich, Marek Lindner
*
--
1.7.7.3
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [B.A.T.M.A.N.] [PATCH] batmand: Update copyright years
2011-12-31 23:41 [B.A.T.M.A.N.] [PATCH] batctl: Update copyright years Sven Eckelmann
2011-12-31 23:41 ` [B.A.T.M.A.N.] [PATCH] batman-adv: " Sven Eckelmann
@ 2011-12-31 23:41 ` Sven Eckelmann
2012-01-03 11:57 ` elektra
2011-12-31 23:41 ` [B.A.T.M.A.N.] [PATCH] vis: " Sven Eckelmann
2012-01-04 17:00 ` [B.A.T.M.A.N.] [PATCH] batctl: " Marek Lindner
3 siblings, 1 reply; 12+ messages in thread
From: Sven Eckelmann @ 2011-12-31 23:41 UTC (permalink / raw)
To: b.a.t.m.a.n
Signed-off-by: Sven Eckelmann <sven@narfation.org>
---
Makefile | 2 +-
allocate.c | 2 +-
allocate.h | 2 +-
batman.c | 2 +-
batman.h | 2 +-
bitarray.c | 2 +-
bitarray.h | 2 +-
hash.c | 2 +-
hash.h | 2 +-
hna.c | 2 +-
hna.h | 2 +-
linux/kernel.c | 2 +-
linux/route.c | 2 +-
linux/tun.c | 2 +-
list-batman.c | 2 +-
list-batman.h | 2 +-
originator.c | 2 +-
originator.h | 2 +-
os.h | 2 +-
packet.h | 2 +-
posix/init.c | 2 +-
posix/posix.c | 2 +-
posix/tunnel.c | 2 +-
posix/unix_socket.c | 2 +-
profile.c | 2 +-
profile.h | 2 +-
ring_buffer.c | 2 +-
ring_buffer.h | 2 +-
schedule.c | 2 +-
schedule.h | 2 +-
types.h | 2 +-
31 files changed, 31 insertions(+), 31 deletions(-)
diff --git a/Makefile b/Makefile
index 9aafbc8..fe1f094 100755
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
# -*- makefile -*-
#
-# Copyright (C) 2006-2009 B.A.T.M.A.N. contributors
+# Copyright (C) 2006-2012 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.c b/allocate.c
index 5e28c71..9d79d87 100644
--- a/allocate.c
+++ b/allocate.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Thomas Lopatic, Corinna 'Elektra' Aichele, Axel Neumann, Marek Lindner
*
diff --git a/allocate.h b/allocate.h
index c3fe7df..167ab33 100644
--- a/allocate.h
+++ b/allocate.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Thomas Lopatic, Corinna 'Elektra' Aichele, Axel Neumann, Marek Lindner
*
diff --git a/batman.c b/batman.c
index ab689b2..a1e387c 100644
--- a/batman.c
+++ b/batman.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Thomas Lopatic, Corinna 'Elektra' Aichele, Axel Neumann,
* Felix Fietkau, Marek Lindner
diff --git a/batman.h b/batman.h
index ae51c22..c8e35f1 100644
--- a/batman.h
+++ b/batman.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Thomas Lopatic, Corinna 'Elektra' Aichele, Axel Neumann, Marek Lindner
*
diff --git a/bitarray.c b/bitarray.c
index 5afcb18..234f8a8 100644
--- a/bitarray.c
+++ b/bitarray.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Simon Wunderlich, Axel Neumann, Marek Lindner
*
diff --git a/bitarray.h b/bitarray.h
index 0bb0710..9a1f80d 100644
--- a/bitarray.h
+++ b/bitarray.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Simon Wunderlich, Axel Neumann, Marek Lindner
*
diff --git a/hash.c b/hash.c
index e8c822f..2a9f557 100644
--- a/hash.c
+++ b/hash.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Simon Wunderlich, Marek Lindner
*
diff --git a/hash.h b/hash.h
index 443ef28..91ee7d8 100644
--- a/hash.h
+++ b/hash.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Simon Wunderlich, Marek Lindner
*
diff --git a/hna.c b/hna.c
index 3ad5fb8..4c90dd3 100644
--- a/hna.c
+++ b/hna.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Simon Wunderlich, Marek Lindner
*
diff --git a/hna.h b/hna.h
index a046857..5af9317 100644
--- a/hna.h
+++ b/hna.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Simon Wunderlich, Marek Lindner
*
diff --git a/linux/kernel.c b/linux/kernel.c
index b421f51..fa8882c 100644
--- a/linux/kernel.c
+++ b/linux/kernel.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Thomas Lopatic
*
diff --git a/linux/route.c b/linux/route.c
index 0c7b932..119ebb2 100644
--- a/linux/route.c
+++ b/linux/route.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
diff --git a/linux/tun.c b/linux/tun.c
index d98b509..afb0447 100644
--- a/linux/tun.c
+++ b/linux/tun.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
diff --git a/list-batman.c b/list-batman.c
index 356c1eb..a0c2ad8 100644
--- a/list-batman.c
+++ b/list-batman.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
diff --git a/list-batman.h b/list-batman.h
index 7780c9a..cb97bf5 100644
--- a/list-batman.h
+++ b/list-batman.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
diff --git a/originator.c b/originator.c
index a96c3d4..f58bbcf 100644
--- a/originator.c
+++ b/originator.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Simon Wunderlich, Marek Lindner
*
diff --git a/originator.h b/originator.h
index fdc2bdb..fb5e063 100644
--- a/originator.h
+++ b/originator.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Simon Wunderlich, Marek Lindner
*
diff --git a/os.h b/os.h
index 2b15e21..ab02497 100644
--- a/os.h
+++ b/os.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Thomas Lopatic, Marek Lindner
*
diff --git a/packet.h b/packet.h
index 76aa776..7d7e5b4 100644
--- a/packet.h
+++ b/packet.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2009-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
diff --git a/posix/init.c b/posix/init.c
index a102431..9cefe73 100644
--- a/posix/init.c
+++ b/posix/init.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2009 BATMAN contributors:
+ * Copyright (C) 2006-2012 BATMAN contributors:
*
* Thomas Lopatic, Marek Lindner
*
diff --git a/posix/posix.c b/posix/posix.c
index 2455690..ae1cef0 100644
--- a/posix/posix.c
+++ b/posix/posix.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2009 BATMAN contributors:
+ * Copyright (C) 2006-2012 BATMAN contributors:
*
* Thomas Lopatic, Marek Lindner
*
diff --git a/posix/tunnel.c b/posix/tunnel.c
index cbbdea1..3290eaa 100644
--- a/posix/tunnel.c
+++ b/posix/tunnel.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2009 BATMAN contributors:
+ * Copyright (C) 2006-2012 BATMAN contributors:
*
* Marek Lindner
*
diff --git a/posix/unix_socket.c b/posix/unix_socket.c
index 5929dde..5bed217 100644
--- a/posix/unix_socket.c
+++ b/posix/unix_socket.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2009 BATMAN contributors:
+ * Copyright (C) 2006-2012 BATMAN contributors:
*
* Marek Lindner
*
diff --git a/profile.c b/profile.c
index 1b09b3f..e691f5d 100644
--- a/profile.c
+++ b/profile.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Simon Wunderlich, Marek Lindner
*
diff --git a/profile.h b/profile.h
index 2b036cc..a4afde0 100644
--- a/profile.h
+++ b/profile.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Simon Wunderlich, Marek Lindner
*
diff --git a/ring_buffer.c b/ring_buffer.c
index 7bf43f6..7a0c8c8 100644
--- a/ring_buffer.c
+++ b/ring_buffer.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2009 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
diff --git a/ring_buffer.h b/ring_buffer.h
index f60840e..78d8f9e 100644
--- a/ring_buffer.h
+++ b/ring_buffer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2007-2009 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
diff --git a/schedule.c b/schedule.c
index 3e0b5ce..83576c8 100644
--- a/schedule.c
+++ b/schedule.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Simon Wunderlich, Marek Lindner
*
diff --git a/schedule.h b/schedule.h
index 9af3a8e..50fd5aa 100644
--- a/schedule.h
+++ b/schedule.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Simon Wunderlich, Marek Lindner
*
diff --git a/types.h b/types.h
index 9f10e0a..7aa4884 100644
--- a/types.h
+++ b/types.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2009-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
--
1.7.7.3
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [B.A.T.M.A.N.] [PATCH] vis: Update copyright years
2011-12-31 23:41 [B.A.T.M.A.N.] [PATCH] batctl: Update copyright years Sven Eckelmann
2011-12-31 23:41 ` [B.A.T.M.A.N.] [PATCH] batman-adv: " Sven Eckelmann
2011-12-31 23:41 ` [B.A.T.M.A.N.] [PATCH] batmand: " Sven Eckelmann
@ 2011-12-31 23:41 ` Sven Eckelmann
2012-01-03 11:57 ` elektra
2012-01-04 17:00 ` [B.A.T.M.A.N.] [PATCH] batctl: " Marek Lindner
3 siblings, 1 reply; 12+ messages in thread
From: Sven Eckelmann @ 2011-12-31 23:41 UTC (permalink / raw)
To: b.a.t.m.a.n
Signed-off-by: Sven Eckelmann <sven@narfation.org>
---
Makefile | 2 +-
allocate.c | 2 +-
allocate.h | 2 +-
hash.c | 2 +-
hash.h | 2 +-
list-batman.c | 2 +-
list-batman.h | 2 +-
udp_server.c | 2 +-
vis-types.h | 2 +-
vis.c | 2 +-
vis.h | 2 +-
11 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/Makefile b/Makefile
index 1804155..c4220f5 100755
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
# -*- makefile -*-
#
-# Copyright (C) 2006-2009 BATMAN contributors
+# Copyright (C) 2006-2012 BATMAN 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.c b/allocate.c
index 56f495f..5077531 100644
--- a/allocate.c
+++ b/allocate.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Thomas Lopatic, Corinna 'Elektra' Aichele, Axel Neumann, Marek Lindner
*
diff --git a/allocate.h b/allocate.h
index c3fe7df..167ab33 100644
--- a/allocate.h
+++ b/allocate.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Thomas Lopatic, Corinna 'Elektra' Aichele, Axel Neumann, Marek Lindner
*
diff --git a/hash.c b/hash.c
index e8c822f..2a9f557 100644
--- a/hash.c
+++ b/hash.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Simon Wunderlich, Marek Lindner
*
diff --git a/hash.h b/hash.h
index 443ef28..91ee7d8 100644
--- a/hash.h
+++ b/hash.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Simon Wunderlich, Marek Lindner
*
diff --git a/list-batman.c b/list-batman.c
index 356c1eb..a0c2ad8 100644
--- a/list-batman.c
+++ b/list-batman.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
diff --git a/list-batman.h b/list-batman.h
index 72d2ac4..ebff97c 100644
--- a/list-batman.h
+++ b/list-batman.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006-2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
diff --git a/udp_server.c b/udp_server.c
index 8f9e664..1df497c 100644
--- a/udp_server.c
+++ b/udp_server.c
@@ -1,7 +1,7 @@
/*
* udp_server.c
*
- * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
diff --git a/vis-types.h b/vis-types.h
index a4a35b2..c4c8068 100644
--- a/vis-types.h
+++ b/vis-types.h
@@ -1,7 +1,7 @@
/*
* vis-types.h
*
- * Copyright (C) 2006-2009 Marek Lindner:
+ * Copyright (C) 2006-2012 Marek Lindner:
*
*
* This program is free software; you can redistribute it and/or
diff --git a/vis.c b/vis.c
index 039bfa0..d92fbe8 100644
--- a/vis.c
+++ b/vis.c
@@ -1,7 +1,7 @@
/*
* vis.c
*
- * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Andreas Langer <an.langer@gmx.de>, Marek Lindner
*
diff --git a/vis.h b/vis.h
index 74a3bd8..76ffdfb 100644
--- a/vis.h
+++ b/vis.h
@@ -1,7 +1,7 @@
/*
* vis.h
*
- * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
*
* Andreas Langer <an.langer@gmx.de>, Marek Lindner
*
--
1.7.7.3
^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: [B.A.T.M.A.N.] [PATCH] batmand: Update copyright years
2011-12-31 23:41 ` [B.A.T.M.A.N.] [PATCH] batmand: " Sven Eckelmann
@ 2012-01-03 11:57 ` elektra
0 siblings, 0 replies; 12+ messages in thread
From: elektra @ 2012-01-03 11:57 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
Applied, thanks!
Cheers,
Elektra
Am Sonntag, 1. Januar 2012 00:41:39 schrieb Sven Eckelmann:
> Signed-off-by: Sven Eckelmann <sven@narfation.org>
> ---
> Makefile | 2 +-
> allocate.c | 2 +-
> allocate.h | 2 +-
> batman.c | 2 +-
> batman.h | 2 +-
> bitarray.c | 2 +-
> bitarray.h | 2 +-
> hash.c | 2 +-
> hash.h | 2 +-
> hna.c | 2 +-
> hna.h | 2 +-
> linux/kernel.c | 2 +-
> linux/route.c | 2 +-
> linux/tun.c | 2 +-
> list-batman.c | 2 +-
> list-batman.h | 2 +-
> originator.c | 2 +-
> originator.h | 2 +-
> os.h | 2 +-
> packet.h | 2 +-
> posix/init.c | 2 +-
> posix/posix.c | 2 +-
> posix/tunnel.c | 2 +-
> posix/unix_socket.c | 2 +-
> profile.c | 2 +-
> profile.h | 2 +-
> ring_buffer.c | 2 +-
> ring_buffer.h | 2 +-
> schedule.c | 2 +-
> schedule.h | 2 +-
> types.h | 2 +-
> 31 files changed, 31 insertions(+), 31 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index 9aafbc8..fe1f094 100755
> --- a/Makefile
> +++ b/Makefile
> @@ -1,7 +1,7 @@
> #!/usr/bin/make -f
> # -*- makefile -*-
> #
> -# Copyright (C) 2006-2009 B.A.T.M.A.N. contributors
> +# Copyright (C) 2006-2012 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.c b/allocate.c
> index 5e28c71..9d79d87 100644
> --- a/allocate.c
> +++ b/allocate.c
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
> *
> * Thomas Lopatic, Corinna 'Elektra' Aichele, Axel Neumann, Marek Lindner
> *
> diff --git a/allocate.h b/allocate.h
> index c3fe7df..167ab33 100644
> --- a/allocate.h
> +++ b/allocate.h
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
> *
> * Thomas Lopatic, Corinna 'Elektra' Aichele, Axel Neumann, Marek Lindner
> *
> diff --git a/batman.c b/batman.c
> index ab689b2..a1e387c 100644
> --- a/batman.c
> +++ b/batman.c
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
> *
> * Thomas Lopatic, Corinna 'Elektra' Aichele, Axel Neumann,
> * Felix Fietkau, Marek Lindner
> diff --git a/batman.h b/batman.h
> index ae51c22..c8e35f1 100644
> --- a/batman.h
> +++ b/batman.h
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
> *
> * Thomas Lopatic, Corinna 'Elektra' Aichele, Axel Neumann, Marek Lindner
> *
> diff --git a/bitarray.c b/bitarray.c
> index 5afcb18..234f8a8 100644
> --- a/bitarray.c
> +++ b/bitarray.c
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
> *
> * Simon Wunderlich, Axel Neumann, Marek Lindner
> *
> diff --git a/bitarray.h b/bitarray.h
> index 0bb0710..9a1f80d 100644
> --- a/bitarray.h
> +++ b/bitarray.h
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
> *
> * Simon Wunderlich, Axel Neumann, Marek Lindner
> *
> diff --git a/hash.c b/hash.c
> index e8c822f..2a9f557 100644
> --- a/hash.c
> +++ b/hash.c
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2006-2011 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
> *
> * Simon Wunderlich, Marek Lindner
> *
> diff --git a/hash.h b/hash.h
> index 443ef28..91ee7d8 100644
> --- a/hash.h
> +++ b/hash.h
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2006-2011 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
> *
> * Simon Wunderlich, Marek Lindner
> *
> diff --git a/hna.c b/hna.c
> index 3ad5fb8..4c90dd3 100644
> --- a/hna.c
> +++ b/hna.c
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
> *
> * Simon Wunderlich, Marek Lindner
> *
> diff --git a/hna.h b/hna.h
> index a046857..5af9317 100644
> --- a/hna.h
> +++ b/hna.h
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
> *
> * Simon Wunderlich, Marek Lindner
> *
> diff --git a/linux/kernel.c b/linux/kernel.c
> index b421f51..fa8882c 100644
> --- a/linux/kernel.c
> +++ b/linux/kernel.c
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
> *
> * Thomas Lopatic
> *
> diff --git a/linux/route.c b/linux/route.c
> index 0c7b932..119ebb2 100644
> --- a/linux/route.c
> +++ b/linux/route.c
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
> *
> * Marek Lindner
> *
> diff --git a/linux/tun.c b/linux/tun.c
> index d98b509..afb0447 100644
> --- a/linux/tun.c
> +++ b/linux/tun.c
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
> *
> * Marek Lindner
> *
> diff --git a/list-batman.c b/list-batman.c
> index 356c1eb..a0c2ad8 100644
> --- a/list-batman.c
> +++ b/list-batman.c
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2006-2011 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
> *
> * Marek Lindner
> *
> diff --git a/list-batman.h b/list-batman.h
> index 7780c9a..cb97bf5 100644
> --- a/list-batman.h
> +++ b/list-batman.h
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2006-2011 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
> *
> * Marek Lindner
> *
> diff --git a/originator.c b/originator.c
> index a96c3d4..f58bbcf 100644
> --- a/originator.c
> +++ b/originator.c
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
> *
> * Simon Wunderlich, Marek Lindner
> *
> diff --git a/originator.h b/originator.h
> index fdc2bdb..fb5e063 100644
> --- a/originator.h
> +++ b/originator.h
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
> *
> * Simon Wunderlich, Marek Lindner
> *
> diff --git a/os.h b/os.h
> index 2b15e21..ab02497 100644
> --- a/os.h
> +++ b/os.h
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
> *
> * Thomas Lopatic, Marek Lindner
> *
> diff --git a/packet.h b/packet.h
> index 76aa776..7d7e5b4 100644
> --- a/packet.h
> +++ b/packet.h
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2009 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2009-2012 B.A.T.M.A.N. contributors:
> *
> * Marek Lindner
> *
> diff --git a/posix/init.c b/posix/init.c
> index a102431..9cefe73 100644
> --- a/posix/init.c
> +++ b/posix/init.c
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2006-2009 BATMAN contributors:
> + * Copyright (C) 2006-2012 BATMAN contributors:
> *
> * Thomas Lopatic, Marek Lindner
> *
> diff --git a/posix/posix.c b/posix/posix.c
> index 2455690..ae1cef0 100644
> --- a/posix/posix.c
> +++ b/posix/posix.c
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2006-2009 BATMAN contributors:
> + * Copyright (C) 2006-2012 BATMAN contributors:
> *
> * Thomas Lopatic, Marek Lindner
> *
> diff --git a/posix/tunnel.c b/posix/tunnel.c
> index cbbdea1..3290eaa 100644
> --- a/posix/tunnel.c
> +++ b/posix/tunnel.c
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2006-2009 BATMAN contributors:
> + * Copyright (C) 2006-2012 BATMAN contributors:
> *
> * Marek Lindner
> *
> diff --git a/posix/unix_socket.c b/posix/unix_socket.c
> index 5929dde..5bed217 100644
> --- a/posix/unix_socket.c
> +++ b/posix/unix_socket.c
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2006-2009 BATMAN contributors:
> + * Copyright (C) 2006-2012 BATMAN contributors:
> *
> * Marek Lindner
> *
> diff --git a/profile.c b/profile.c
> index 1b09b3f..e691f5d 100644
> --- a/profile.c
> +++ b/profile.c
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
> *
> * Simon Wunderlich, Marek Lindner
> *
> diff --git a/profile.h b/profile.h
> index 2b036cc..a4afde0 100644
> --- a/profile.h
> +++ b/profile.h
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
> *
> * Simon Wunderlich, Marek Lindner
> *
> diff --git a/ring_buffer.c b/ring_buffer.c
> index 7bf43f6..7a0c8c8 100644
> --- a/ring_buffer.c
> +++ b/ring_buffer.c
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2007-2009 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
> *
> * Marek Lindner
> *
> diff --git a/ring_buffer.h b/ring_buffer.h
> index f60840e..78d8f9e 100644
> --- a/ring_buffer.h
> +++ b/ring_buffer.h
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2007-2009 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2007-2012 B.A.T.M.A.N. contributors:
> *
> * Marek Lindner
> *
> diff --git a/schedule.c b/schedule.c
> index 3e0b5ce..83576c8 100644
> --- a/schedule.c
> +++ b/schedule.c
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
> *
> * Simon Wunderlich, Marek Lindner
> *
> diff --git a/schedule.h b/schedule.h
> index 9af3a8e..50fd5aa 100644
> --- a/schedule.h
> +++ b/schedule.h
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
> *
> * Simon Wunderlich, Marek Lindner
> *
> diff --git a/types.h b/types.h
> index 9f10e0a..7aa4884 100644
> --- a/types.h
> +++ b/types.h
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2009 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2009-2012 B.A.T.M.A.N. contributors:
> *
> * Marek Lindner
> *
>
--
Viral meme of radical freedom
The fact that you talk in your head doesn't mean that you think.
The best way to lose control over yourself is trying to control yourself.
Most people experience themselves as a voice in their head, telling them
who they are, what they think and what they have to do.
http://en.wikipedia.org/wiki/Meme
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [B.A.T.M.A.N.] [PATCH] vis: Update copyright years
2011-12-31 23:41 ` [B.A.T.M.A.N.] [PATCH] vis: " Sven Eckelmann
@ 2012-01-03 11:57 ` elektra
0 siblings, 0 replies; 12+ messages in thread
From: elektra @ 2012-01-03 11:57 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
Applied, thanks!
Cheers,
Elektra
Am Sonntag, 1. Januar 2012 00:41:40 schrieb Sven Eckelmann:
> Signed-off-by: Sven Eckelmann <sven@narfation.org>
> ---
> Makefile | 2 +-
> allocate.c | 2 +-
> allocate.h | 2 +-
> hash.c | 2 +-
> hash.h | 2 +-
> list-batman.c | 2 +-
> list-batman.h | 2 +-
> udp_server.c | 2 +-
> vis-types.h | 2 +-
> vis.c | 2 +-
> vis.h | 2 +-
> 11 files changed, 11 insertions(+), 11 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index 1804155..c4220f5 100755
> --- a/Makefile
> +++ b/Makefile
> @@ -1,7 +1,7 @@
> #!/usr/bin/make -f
> # -*- makefile -*-
> #
> -# Copyright (C) 2006-2009 BATMAN contributors
> +# Copyright (C) 2006-2012 BATMAN 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.c b/allocate.c
> index 56f495f..5077531 100644
> --- a/allocate.c
> +++ b/allocate.c
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
> *
> * Thomas Lopatic, Corinna 'Elektra' Aichele, Axel Neumann, Marek Lindner
> *
> diff --git a/allocate.h b/allocate.h
> index c3fe7df..167ab33 100644
> --- a/allocate.h
> +++ b/allocate.h
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
> *
> * Thomas Lopatic, Corinna 'Elektra' Aichele, Axel Neumann, Marek Lindner
> *
> diff --git a/hash.c b/hash.c
> index e8c822f..2a9f557 100644
> --- a/hash.c
> +++ b/hash.c
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2006-2011 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
> *
> * Simon Wunderlich, Marek Lindner
> *
> diff --git a/hash.h b/hash.h
> index 443ef28..91ee7d8 100644
> --- a/hash.h
> +++ b/hash.h
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2006-2011 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
> *
> * Simon Wunderlich, Marek Lindner
> *
> diff --git a/list-batman.c b/list-batman.c
> index 356c1eb..a0c2ad8 100644
> --- a/list-batman.c
> +++ b/list-batman.c
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2006-2011 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
> *
> * Marek Lindner
> *
> diff --git a/list-batman.h b/list-batman.h
> index 72d2ac4..ebff97c 100644
> --- a/list-batman.h
> +++ b/list-batman.h
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (C) 2006-2011 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
> *
> * Marek Lindner
> *
> diff --git a/udp_server.c b/udp_server.c
> index 8f9e664..1df497c 100644
> --- a/udp_server.c
> +++ b/udp_server.c
> @@ -1,7 +1,7 @@
> /*
> * udp_server.c
> *
> - * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
> *
> * Marek Lindner
> *
> diff --git a/vis-types.h b/vis-types.h
> index a4a35b2..c4c8068 100644
> --- a/vis-types.h
> +++ b/vis-types.h
> @@ -1,7 +1,7 @@
> /*
> * vis-types.h
> *
> - * Copyright (C) 2006-2009 Marek Lindner:
> + * Copyright (C) 2006-2012 Marek Lindner:
> *
> *
> * This program is free software; you can redistribute it and/or
> diff --git a/vis.c b/vis.c
> index 039bfa0..d92fbe8 100644
> --- a/vis.c
> +++ b/vis.c
> @@ -1,7 +1,7 @@
> /*
> * vis.c
> *
> - * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
> *
> * Andreas Langer <an.langer@gmx.de>, Marek Lindner
> *
> diff --git a/vis.h b/vis.h
> index 74a3bd8..76ffdfb 100644
> --- a/vis.h
> +++ b/vis.h
> @@ -1,7 +1,7 @@
> /*
> * vis.h
> *
> - * Copyright (C) 2006-2009 B.A.T.M.A.N. contributors:
> + * Copyright (C) 2006-2012 B.A.T.M.A.N. contributors:
> *
> * Andreas Langer <an.langer@gmx.de>, Marek Lindner
> *
>
--
Viral meme of radical freedom
The fact that you talk in your head doesn't mean that you think.
The best way to lose control over yourself is trying to control yourself.
Most people experience themselves as a voice in their head, telling them
who they are, what they think and what they have to do.
http://en.wikipedia.org/wiki/Meme
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [B.A.T.M.A.N.] [PATCH] batctl: Update copyright years
2011-12-31 23:41 [B.A.T.M.A.N.] [PATCH] batctl: Update copyright years Sven Eckelmann
` (2 preceding siblings ...)
2011-12-31 23:41 ` [B.A.T.M.A.N.] [PATCH] vis: " Sven Eckelmann
@ 2012-01-04 17:00 ` Marek Lindner
3 siblings, 0 replies; 12+ messages in thread
From: Marek Lindner @ 2012-01-04 17:00 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
On Sunday, January 01, 2012 07:41:37 Sven Eckelmann wrote:
> Signed-off-by: Sven Eckelmann <sven@narfation.org>
> ---
> Makefile | 2 +-
> allocate.h | 2 +-
> bat-hosts.c | 2 +-
> bat-hosts.h | 2 +-
> bisect.c | 2 +-
> bisect.h | 2 +-
> debug.c | 2 +-
> debug.h | 2 +-
> functions.c | 2 +-
> functions.h | 2 +-
> hash.c | 2 +-
> hash.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 +-
> vis.c | 2 +-
> vis.h | 2 +-
> 27 files changed, 27 insertions(+), 27 deletions(-)
Applied in revision d9ee7ee.
Thanks,
Marek
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Update copyright years
2011-12-31 23:41 ` [B.A.T.M.A.N.] [PATCH] batman-adv: " Sven Eckelmann
@ 2012-01-04 17:08 ` Marek Lindner
0 siblings, 0 replies; 12+ messages in thread
From: Marek Lindner @ 2012-01-04 17:08 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
On Sunday, January 01, 2012 07:41:38 Sven Eckelmann wrote:
> Signed-off-by: Sven Eckelmann <sven@narfation.org>
> ---
> Makefile | 2 +-
> Makefile.kbuild | 2 +-
> bat_debugfs.c | 2 +-
> bat_debugfs.h | 2 +-
> bat_iv_ogm.c | 2 +-
> bat_ogm.h | 2 +-
> bat_sysfs.c | 2 +-
> bat_sysfs.h | 2 +-
> bitarray.c | 2 +-
> bitarray.h | 2 +-
> compat.c | 24 ++++++++++++++++++++++++
> compat.h | 2 +-
> gateway_client.c | 2 +-
> gateway_client.h | 2 +-
> gateway_common.c | 2 +-
> gateway_common.h | 2 +-
> hard-interface.c | 2 +-
> hard-interface.h | 2 +-
> hash.c | 2 +-
> hash.h | 2 +-
> icmp_socket.c | 2 +-
> icmp_socket.h | 2 +-
> main.c | 2 +-
> main.h | 2 +-
> originator.c | 2 +-
> originator.h | 2 +-
> packet.h | 2 +-
> ring_buffer.c | 2 +-
> ring_buffer.h | 2 +-
> routing.c | 2 +-
> routing.h | 2 +-
> send.c | 2 +-
> send.h | 2 +-
> soft-interface.c | 2 +-
> soft-interface.h | 2 +-
> translation-table.c | 2 +-
> translation-table.h | 2 +-
> types.h | 2 +-
> unicast.c | 2 +-
> unicast.h | 2 +-
> vis.c | 2 +-
> vis.h | 2 +-
> 42 files changed, 65 insertions(+), 41 deletions(-)
Applied in revision b82b9b2.
Thanks,
Marek
^ permalink raw reply [flat|nested] 12+ messages in thread
* [B.A.T.M.A.N.] [PATCH] batman-adv: update copyright years
@ 2012-03-14 11:57 Antonio Quartulli
2012-03-15 6:53 ` Marek Lindner
0 siblings, 1 reply; 12+ messages in thread
From: Antonio Quartulli @ 2012-03-14 11:57 UTC (permalink / raw)
To: b.a.t.m.a.n
update copyright years in order to include 2012
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
---
bridge_loop_avoidance.c | 2 +-
bridge_loop_avoidance.h | 2 +-
distributed-arp-table.c | 2 +-
distributed-arp-table.h | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/bridge_loop_avoidance.c b/bridge_loop_avoidance.c
index 23bfbed..8a17a78 100644
--- a/bridge_loop_avoidance.c
+++ b/bridge_loop_avoidance.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2011-2012 B.A.T.M.A.N. contributors:
*
* Simon Wunderlich
*
diff --git a/bridge_loop_avoidance.h b/bridge_loop_avoidance.h
index 2758b8c..e1a2966 100644
--- a/bridge_loop_avoidance.h
+++ b/bridge_loop_avoidance.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2011-2012 B.A.T.M.A.N. contributors:
*
* Simon Wunderlich
*
diff --git a/distributed-arp-table.c b/distributed-arp-table.c
index c610108..b43bece 100644
--- a/distributed-arp-table.c
+++ b/distributed-arp-table.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2011-2012 B.A.T.M.A.N. contributors:
*
* Antonio Quartulli
*
diff --git a/distributed-arp-table.h b/distributed-arp-table.h
index 0916661..26b98c0 100644
--- a/distributed-arp-table.h
+++ b/distributed-arp-table.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 B.A.T.M.A.N. contributors:
+ * Copyright (C) 2011-2012 B.A.T.M.A.N. contributors:
*
* Antonio Quartulli
*
--
1.7.3.4
^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: [B.A.T.M.A.N.] [PATCH] batman-adv: update copyright years
2012-03-14 11:57 [B.A.T.M.A.N.] [PATCH] batman-adv: update " Antonio Quartulli
@ 2012-03-15 6:53 ` Marek Lindner
0 siblings, 0 replies; 12+ messages in thread
From: Marek Lindner @ 2012-03-15 6:53 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
On Wednesday, March 14, 2012 19:57:02 Antonio Quartulli wrote:
> update copyright years in order to include 2012
>
> Signed-off-by: Antonio Quartulli <ordex@autistici.org>
> ---
> bridge_loop_avoidance.c | 2 +-
> bridge_loop_avoidance.h | 2 +-
> distributed-arp-table.c | 2 +-
> distributed-arp-table.h | 2 +-
> 4 files changed, 4 insertions(+), 4 deletions(-)
Applied in revision 66f2c7c.
Thanks,
Marek
^ permalink raw reply [flat|nested] 12+ messages in thread
* [B.A.T.M.A.N.] [PATCH] batman-adv: update copyright years
@ 2013-01-04 2:05 Antonio Quartulli
2013-01-04 17:59 ` Marek Lindner
0 siblings, 1 reply; 12+ messages in thread
From: Antonio Quartulli @ 2013-01-04 2:05 UTC (permalink / raw)
To: b.a.t.m.a.n
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
---
bat_algo.h | 2 +-
bat_iv_ogm.c | 2 +-
bitarray.c | 2 +-
bitarray.h | 2 +-
bridge_loop_avoidance.c | 2 +-
bridge_loop_avoidance.h | 2 +-
compat.c | 2 +-
compat.h | 2 +-
debugfs.c | 2 +-
debugfs.h | 2 +-
distributed-arp-table.c | 2 +-
distributed-arp-table.h | 2 +-
gateway_client.c | 2 +-
gateway_client.h | 2 +-
gateway_common.c | 2 +-
gateway_common.h | 2 +-
hard-interface.c | 2 +-
hard-interface.h | 2 +-
hash.c | 2 +-
hash.h | 2 +-
icmp_socket.c | 2 +-
icmp_socket.h | 2 +-
main.c | 2 +-
main.h | 2 +-
originator.c | 2 +-
originator.h | 2 +-
packet.h | 2 +-
ring_buffer.c | 2 +-
ring_buffer.h | 2 +-
routing.c | 2 +-
routing.h | 2 +-
send.c | 2 +-
send.h | 2 +-
soft-interface.c | 2 +-
soft-interface.h | 2 +-
sysfs.c | 2 +-
sysfs.h | 2 +-
translation-table.c | 2 +-
translation-table.h | 2 +-
types.h | 2 +-
unicast.c | 2 +-
unicast.h | 2 +-
vis.c | 2 +-
vis.h | 2 +-
44 files changed, 44 insertions(+), 44 deletions(-)
diff --git a/bat_algo.h b/bat_algo.h
index a0ba3bf..a4808c2 100644
--- a/bat_algo.h
+++ b/bat_algo.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2012 B.A.T.M.A.N. contributors:
+/* Copyright (C) 2011-2013 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
diff --git a/bat_iv_ogm.c b/bat_iv_ogm.c
index 36b9727..72fe1bb 100644
--- a/bat_iv_ogm.c
+++ b/bat_iv_ogm.c
@@ -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/bitarray.c b/bitarray.c
index 5453b17..9739824 100644
--- a/bitarray.c
+++ b/bitarray.c
@@ -1,4 +1,4 @@
-/* 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/bitarray.h b/bitarray.h
index cebaae7..a81b932 100644
--- a/bitarray.h
+++ b/bitarray.h
@@ -1,4 +1,4 @@
-/* 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/bridge_loop_avoidance.c b/bridge_loop_avoidance.c
index 9971892..30f4652 100644
--- a/bridge_loop_avoidance.c
+++ b/bridge_loop_avoidance.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2012 B.A.T.M.A.N. contributors:
+/* Copyright (C) 2011-2013 B.A.T.M.A.N. contributors:
*
* Simon Wunderlich
*
diff --git a/bridge_loop_avoidance.h b/bridge_loop_avoidance.h
index 196d9a0..dea2fbc 100644
--- a/bridge_loop_avoidance.h
+++ b/bridge_loop_avoidance.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2012 B.A.T.M.A.N. contributors:
+/* Copyright (C) 2011-2013 B.A.T.M.A.N. contributors:
*
* Simon Wunderlich
*
diff --git a/compat.c b/compat.c
index a2a6f09..6c8fec8 100644
--- a/compat.c
+++ b/compat.c
@@ -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/compat.h b/compat.h
index dcf72ee..3d03a2f 100644
--- a/compat.h
+++ b/compat.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/debugfs.c b/debugfs.c
index e47555b..6ae8651 100644
--- a/debugfs.c
+++ b/debugfs.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2010-2012 B.A.T.M.A.N. contributors:
+/* Copyright (C) 2010-2013 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
diff --git a/debugfs.h b/debugfs.h
index 3319e1f..f8c3849 100644
--- a/debugfs.h
+++ b/debugfs.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2010-2012 B.A.T.M.A.N. contributors:
+/* Copyright (C) 2010-2013 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
diff --git a/distributed-arp-table.c b/distributed-arp-table.c
index 8e1d89d..7485a78 100644
--- a/distributed-arp-table.c
+++ b/distributed-arp-table.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2012 B.A.T.M.A.N. contributors:
+/* Copyright (C) 2011-2013 B.A.T.M.A.N. contributors:
*
* Antonio Quartulli
*
diff --git a/distributed-arp-table.h b/distributed-arp-table.h
index d060c03..125c8c6 100644
--- a/distributed-arp-table.h
+++ b/distributed-arp-table.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2012 B.A.T.M.A.N. contributors:
+/* Copyright (C) 2011-2013 B.A.T.M.A.N. contributors:
*
* Antonio Quartulli
*
diff --git a/gateway_client.c b/gateway_client.c
index dd07c7e..074107f 100644
--- a/gateway_client.c
+++ b/gateway_client.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2012 B.A.T.M.A.N. contributors:
+/* Copyright (C) 2009-2013 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
diff --git a/gateway_client.h b/gateway_client.h
index f0d129e..039902d 100644
--- a/gateway_client.h
+++ b/gateway_client.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2012 B.A.T.M.A.N. contributors:
+/* Copyright (C) 2009-2013 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
diff --git a/gateway_common.c b/gateway_common.c
index 9001208..84bb2b1 100644
--- a/gateway_common.c
+++ b/gateway_common.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2012 B.A.T.M.A.N. contributors:
+/* Copyright (C) 2009-2013 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
diff --git a/gateway_common.h b/gateway_common.h
index 13697f6..509b2bf 100644
--- a/gateway_common.h
+++ b/gateway_common.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2012 B.A.T.M.A.N. contributors:
+/* Copyright (C) 2009-2013 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
diff --git a/hard-interface.c b/hard-interface.c
index f1d37cd..78cf350 100644
--- a/hard-interface.c
+++ b/hard-interface.c
@@ -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/hard-interface.h b/hard-interface.h
index 3732366..308437d 100644
--- a/hard-interface.h
+++ b/hard-interface.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/hash.c b/hash.c
index 15a849c..7198daf 100644
--- a/hash.c
+++ b/hash.c
@@ -1,4 +1,4 @@
-/* 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 ea02148..1b4da72 100644
--- a/hash.h
+++ b/hash.h
@@ -1,4 +1,4 @@
-/* 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/icmp_socket.c b/icmp_socket.c
index 87ca809..0ba6c89 100644
--- a/icmp_socket.c
+++ b/icmp_socket.c
@@ -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
*
diff --git a/icmp_socket.h b/icmp_socket.h
index 29443a1..1fcca37 100644
--- a/icmp_socket.h
+++ b/icmp_socket.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
*
diff --git a/main.c b/main.c
index f65a222..21fe698 100644
--- a/main.c
+++ b/main.c
@@ -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/main.h b/main.h
index a1cd1b1..7cebbfd 100644
--- a/main.h
+++ b/main.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/originator.c b/originator.c
index 92a55fd..457ea44 100644
--- a/originator.c
+++ b/originator.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2012 B.A.T.M.A.N. contributors:
+/* Copyright (C) 2009-2013 B.A.T.M.A.N. contributors:
*
* Marek Lindner, Simon Wunderlich
*
diff --git a/originator.h b/originator.h
index 9778e65..286bf74 100644
--- a/originator.h
+++ b/originator.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/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/ring_buffer.c b/ring_buffer.c
index c8f61e3..ccab0bb 100644
--- a/ring_buffer.c
+++ b/ring_buffer.c
@@ -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
*
diff --git a/ring_buffer.h b/ring_buffer.h
index fda8c17..3f92ae2 100644
--- a/ring_buffer.h
+++ b/ring_buffer.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
*
diff --git a/routing.c b/routing.c
index db89238..60ba03f 100644
--- a/routing.c
+++ b/routing.c
@@ -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/routing.h b/routing.h
index 9262279..99eeafa 100644
--- a/routing.h
+++ b/routing.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/send.c b/send.c
index 0b6f65b..80ca65f 100644
--- a/send.c
+++ b/send.c
@@ -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/send.h b/send.h
index 0078dec..38e662f 100644
--- a/send.h
+++ b/send.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/soft-interface.c b/soft-interface.c
index a8eb963..9927afa 100644
--- a/soft-interface.c
+++ b/soft-interface.c
@@ -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/soft-interface.h b/soft-interface.h
index 07a08fe..43182e5 100644
--- a/soft-interface.h
+++ b/soft-interface.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
*
diff --git a/sysfs.c b/sysfs.c
index 84a55cb..afbba31 100644
--- a/sysfs.c
+++ b/sysfs.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2010-2012 B.A.T.M.A.N. contributors:
+/* Copyright (C) 2010-2013 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
diff --git a/sysfs.h b/sysfs.h
index 3fd1412..479acf4 100644
--- a/sysfs.h
+++ b/sysfs.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2010-2012 B.A.T.M.A.N. contributors:
+/* Copyright (C) 2010-2013 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
diff --git a/translation-table.c b/translation-table.c
index 877acd1..fb15b4c 100644
--- a/translation-table.c
+++ b/translation-table.c
@@ -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, Antonio Quartulli
*
diff --git a/translation-table.h b/translation-table.h
index 46d4451..ab8e683 100644
--- a/translation-table.h
+++ b/translation-table.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, Antonio Quartulli
*
diff --git a/types.h b/types.h
index 03197f5..89ac1fb 100644
--- a/types.h
+++ b/types.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/unicast.c b/unicast.c
index f56bccf..50e079f 100644
--- a/unicast.c
+++ b/unicast.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2010-2012 B.A.T.M.A.N. contributors:
+/* Copyright (C) 2010-2013 B.A.T.M.A.N. contributors:
*
* Andreas Langer
*
diff --git a/unicast.h b/unicast.h
index 61abba5..429cf8a 100644
--- a/unicast.h
+++ b/unicast.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2010-2012 B.A.T.M.A.N. contributors:
+/* Copyright (C) 2010-2013 B.A.T.M.A.N. contributors:
*
* Andreas Langer
*
diff --git a/vis.c b/vis.c
index 2e70ec1..22d2785 100644
--- a/vis.c
+++ b/vis.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2012 B.A.T.M.A.N. contributors:
+/* Copyright (C) 2008-2013 B.A.T.M.A.N. contributors:
*
* Simon Wunderlich
*
diff --git a/vis.h b/vis.h
index 873282f..ad92b0e 100644
--- a/vis.h
+++ b/vis.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2012 B.A.T.M.A.N. contributors:
+/* Copyright (C) 2008-2013 B.A.T.M.A.N. contributors:
*
* Simon Wunderlich, Marek Lindner
*
--
1.8.0.2
^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: [B.A.T.M.A.N.] [PATCH] batman-adv: update copyright years
2013-01-04 2:05 Antonio Quartulli
@ 2013-01-04 17:59 ` Marek Lindner
0 siblings, 0 replies; 12+ messages in thread
From: Marek Lindner @ 2013-01-04 17:59 UTC (permalink / raw)
To: b.a.t.m.a.n
On Friday, January 04, 2013 10:05:31 Antonio Quartulli wrote:
> Signed-off-by: Antonio Quartulli <ordex@autistici.org>
> ---
> bat_algo.h | 2 +-
> bat_iv_ogm.c | 2 +-
> bitarray.c | 2 +-
> bitarray.h | 2 +-
> bridge_loop_avoidance.c | 2 +-
> bridge_loop_avoidance.h | 2 +-
> compat.c | 2 +-
> compat.h | 2 +-
> debugfs.c | 2 +-
> debugfs.h | 2 +-
> distributed-arp-table.c | 2 +-
> distributed-arp-table.h | 2 +-
> gateway_client.c | 2 +-
> gateway_client.h | 2 +-
> gateway_common.c | 2 +-
> gateway_common.h | 2 +-
> hard-interface.c | 2 +-
> hard-interface.h | 2 +-
> hash.c | 2 +-
> hash.h | 2 +-
> icmp_socket.c | 2 +-
> icmp_socket.h | 2 +-
> main.c | 2 +-
> main.h | 2 +-
> originator.c | 2 +-
> originator.h | 2 +-
> packet.h | 2 +-
> ring_buffer.c | 2 +-
> ring_buffer.h | 2 +-
> routing.c | 2 +-
> routing.h | 2 +-
> send.c | 2 +-
> send.h | 2 +-
> soft-interface.c | 2 +-
> soft-interface.h | 2 +-
> sysfs.c | 2 +-
> sysfs.h | 2 +-
> translation-table.c | 2 +-
> translation-table.h | 2 +-
> types.h | 2 +-
> unicast.c | 2 +-
> unicast.h | 2 +-
> vis.c | 2 +-
> vis.h | 2 +-
> 44 files changed, 44 insertions(+), 44 deletions(-)
Applied in revision 4f3c447.
Thanks,
Marek
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2013-01-04 17:59 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-31 23:41 [B.A.T.M.A.N.] [PATCH] batctl: Update copyright years Sven Eckelmann
2011-12-31 23:41 ` [B.A.T.M.A.N.] [PATCH] batman-adv: " Sven Eckelmann
2012-01-04 17:08 ` Marek Lindner
2011-12-31 23:41 ` [B.A.T.M.A.N.] [PATCH] batmand: " Sven Eckelmann
2012-01-03 11:57 ` elektra
2011-12-31 23:41 ` [B.A.T.M.A.N.] [PATCH] vis: " Sven Eckelmann
2012-01-03 11:57 ` elektra
2012-01-04 17:00 ` [B.A.T.M.A.N.] [PATCH] batctl: " Marek Lindner
-- strict thread matches above, loose matches on Subject: below --
2012-03-14 11:57 [B.A.T.M.A.N.] [PATCH] batman-adv: update " Antonio Quartulli
2012-03-15 6:53 ` Marek Lindner
2013-01-04 2:05 Antonio Quartulli
2013-01-04 17:59 ` Marek Lindner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox