batman-adv: Add SPDX license identifier above copyright header
authorSven Eckelmann <sven@narfation.org>
Sun, 19 Nov 2017 14:05:11 +0000 (15:05 +0100)
committerSimon Wunderlich <sw@simonwunderlich.de>
Fri, 15 Dec 2017 16:22:45 +0000 (17:22 +0100)
The "Linux kernel licensing rules" require that each file has a SPDX
license identifier as first line (and sometimes as second line).

The FSFE REUSE practices [1] would also require the same tags but have no
restrictions on the placement in the source file. Using the "Linux kernel
licensing rules" is therefore also fulfilling the FSFE REUSE practices
requirements at the same time.

[1] https://reuse.software/practices/

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
60 files changed:
include/uapi/linux/batman_adv.h
net/batman-adv/Makefile
net/batman-adv/bat_algo.c
net/batman-adv/bat_algo.h
net/batman-adv/bat_iv_ogm.c
net/batman-adv/bat_iv_ogm.h
net/batman-adv/bat_v.c
net/batman-adv/bat_v.h
net/batman-adv/bat_v_elp.c
net/batman-adv/bat_v_elp.h
net/batman-adv/bat_v_ogm.c
net/batman-adv/bat_v_ogm.h
net/batman-adv/bitarray.c
net/batman-adv/bitarray.h
net/batman-adv/bridge_loop_avoidance.c
net/batman-adv/bridge_loop_avoidance.h
net/batman-adv/debugfs.c
net/batman-adv/debugfs.h
net/batman-adv/distributed-arp-table.c
net/batman-adv/distributed-arp-table.h
net/batman-adv/fragmentation.c
net/batman-adv/fragmentation.h
net/batman-adv/gateway_client.c
net/batman-adv/gateway_client.h
net/batman-adv/gateway_common.c
net/batman-adv/gateway_common.h
net/batman-adv/hard-interface.c
net/batman-adv/hard-interface.h
net/batman-adv/hash.c
net/batman-adv/hash.h
net/batman-adv/icmp_socket.c
net/batman-adv/icmp_socket.h
net/batman-adv/log.c
net/batman-adv/log.h
net/batman-adv/main.c
net/batman-adv/main.h
net/batman-adv/multicast.c
net/batman-adv/multicast.h
net/batman-adv/netlink.c
net/batman-adv/netlink.h
net/batman-adv/network-coding.c
net/batman-adv/network-coding.h
net/batman-adv/originator.c
net/batman-adv/originator.h
net/batman-adv/packet.h
net/batman-adv/routing.c
net/batman-adv/routing.h
net/batman-adv/send.c
net/batman-adv/send.h
net/batman-adv/soft-interface.c
net/batman-adv/soft-interface.h
net/batman-adv/sysfs.c
net/batman-adv/sysfs.h
net/batman-adv/tp_meter.c
net/batman-adv/tp_meter.h
net/batman-adv/translation-table.c
net/batman-adv/translation-table.h
net/batman-adv/tvlv.c
net/batman-adv/tvlv.h
net/batman-adv/types.h

index efd641c8a5d6ef99464349790304a76f967d2054..fb4533826163756a78bd415108f252b296b12aab 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: ISC */
 /* Copyright (C) 2016-2017  B.A.T.M.A.N. contributors:
  *
  * Matthias Schiffer
index 915987bc6d294e5450a5439e6b854267763f3370..022f6e77307b86fa00377dd37af187757b1a0ba9 100644 (file)
@@ -1,4 +1,4 @@
-#
+# SPDX-License-Identifier: GPL-2.0
 # Copyright (C) 2007-2017  B.A.T.M.A.N. contributors:
 #
 # Marek Lindner, Simon Wunderlich
index 44fd073b7546c47ceb25238c5686aad2967bc15f..fa306b25a78b72f090b749de5c026bc7e21796bf 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /* Copyright (C) 2007-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner, Simon Wunderlich
index 29f6312f9bf13ff0980b965f34465df5ae59265e..029221615ba3d59a6b5d47b78c16c7c8555ba7a6 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* Copyright (C) 2011-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner, Linus Lüssing
index 1b659ab652fb0c70f964d0bb292e99527a4eda8f..bff5ec66a2e190af43a1d6ac04250145313b53ac 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /* Copyright (C) 2007-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner, Simon Wunderlich
index ae2ab526bdb1e95ef2ee5fc27fb59e38d3b462d2..9dc0dd5c83df40af56cabad17de86002b8701198 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* Copyright (C) 2007-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner, Simon Wunderlich
index 341ceab8338d829d14a48831bef805bb04af0a8f..16709552c21e0d70289afce67ae91fffbc7e321e 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /* Copyright (C) 2013-2017  B.A.T.M.A.N. contributors:
  *
  * Linus Lüssing, Marek Lindner
index dd7c4b647e6b4a1325674d820fb7ca6314f437e2..a17ab68bbce8ec1bda67b68102b0c313fdb1e9b7 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* Copyright (C) 2011-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner, Linus Lüssing
index 1de992c58b351f09fd34df79c3b8b30acb2a9685..8375fd679db37f3a8d943ada5586d8bbe8bf3344 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /* Copyright (C) 2011-2017  B.A.T.M.A.N. contributors:
  *
  * Linus Lüssing, Marek Lindner
index 376ead280ab9e40e1283fbf4be5dbfe803a45015..5e39d0588a48a4c9c7fd8d2bdf0036f4869fa0ed 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* Copyright (C) 2013-2017  B.A.T.M.A.N. contributors:
  *
  * Linus Lüssing, Marek Lindner
index c251445a42a076fcdb06a25b2ddbe67bbb1ac052..22d2bafa814ab18ef9b13ec229d7c8e62924143c 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /* Copyright (C) 2013-2017  B.A.T.M.A.N. contributors:
  *
  * Antonio Quartulli
index 2068770b542dd58bb412ec6bc21b09f6fce3e554..6a4c14ccc3c61bbce96726db94baa1ae57505d5d 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* Copyright (C) 2013-2017  B.A.T.M.A.N. contributors:
  *
  * Antonio Quartulli
index 2b070c7e31da1862038063512c81f9b55fa98ccd..125817c389e5a3a73adebe3fc9c884379f72ba8b 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /* Copyright (C) 2006-2017  B.A.T.M.A.N. contributors:
  *
  * Simon Wunderlich, Marek Lindner
index cc262c9d97e0ca606aa666493956e5feedd18bb1..8cb2c874f5d37c800bd339213308082fe9a35916 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* Copyright (C) 2006-2017  B.A.T.M.A.N. contributors:
  *
  * Simon Wunderlich, Marek Lindner
index cdd8e8e4df0b382b21ff674b9aafcd19e9a581e7..007147f3ed9e4d0e81d9d7da6a4251936794b9be 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /* Copyright (C) 2011-2017  B.A.T.M.A.N. contributors:
  *
  * Simon Wunderlich
index 234775748b8eae9477f802804f004e50d2a4840c..b568cec819c54908a93d87810e52abc24b5a83d1 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* Copyright (C) 2011-2017  B.A.T.M.A.N. contributors:
  *
  * Simon Wunderlich
index e32ad47c6efdf17914aad1e89029020d15801150..d94585dc2dbe2b3341bc71fccc487dd76846b68d 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /* Copyright (C) 2010-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner
index 9c5d4a65b98c35239709d9258bb889a61ffef8c2..90a08d35c501862f8cdfb039a13fc50f470a551f 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* Copyright (C) 2010-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner
index 760c0de725826c752114b86fa442c168cd67c543..3c2faf77333574291e47043fa085db6b7b8ddabb 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /* Copyright (C) 2011-2017  B.A.T.M.A.N. contributors:
  *
  * Antonio Quartulli
index ec364a3c1c6691dc4d5659d6edd2693c607e128a..d81a05a6e6f9c3f2dff08e82f2069c7c9c7eb9ee 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* Copyright (C) 2011-2017  B.A.T.M.A.N. contributors:
  *
  * Antonio Quartulli
index a98cf1104a30a30e66fb6018bef59dea83dc4b7a..22ce4c0c86c37fc2ce7676167f6e0aab630ecd92 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /* Copyright (C) 2013-2017  B.A.T.M.A.N. contributors:
  *
  * Martin Hundebøll <martin@hundeboll.net>
index 1a2d6c3087455d630d574b6d7b749fadda0a136e..30ffa992fcfc99dd1f9e4694dec84c68f0111709 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* Copyright (C) 2013-2017  B.A.T.M.A.N. contributors:
  *
  * Martin Hundebøll <martin@hundeboll.net>
index 10d521f0b17f6faaaeae50cfb2a624cb86be93dd..e8db19940ab8f98e36cafe21a7d82618884ed657 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /* Copyright (C) 2009-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner
index 3baa3d466e5e1089d1e0dcd9fb62de6c7cfe01c1..981f58421a323b9d9941450fdc6fb693199283f0 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* Copyright (C) 2009-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner
index 2c26039c23fcd79385ea11031fc17973840700a3..a7039503d88ee02ae208aa60047ba4c725663dba 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /* Copyright (C) 2009-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner
index 0a6a97d201f27513a99ed4b3261138a2c6a8f0e8..7c298b05c1dca167d4b8227ba4ef400d13d2e691 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* Copyright (C) 2009-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner
index 4e3d5340ad96842e0a12bf5d2892133dec82da37..2f067a507fd5d4236e5c24993bbf98885a5fe83d 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /* Copyright (C) 2007-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner, Simon Wunderlich
index 9f9890ff7a22f0ea188b9135a7f3c6fb1958d6b8..ac7311a91f9dac68157aabe7c8621a9cc179eb69 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* Copyright (C) 2007-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner, Simon Wunderlich
index b5f7e13918acdfa35ba73d92a31d8292faf94669..a6dbaf2e9fc90b1359d152e5ac520718331ff7c1 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /* Copyright (C) 2006-2017  B.A.T.M.A.N. contributors:
  *
  * Simon Wunderlich, Marek Lindner
index 0c905e91c5e285136f4959372c02317f5fc41040..81cf54eb2fadd917f4aa8b982b51e0e18832d487 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* Copyright (C) 2006-2017  B.A.T.M.A.N. contributors:
  *
  * Simon Wunderlich, Marek Lindner
index bded31121d122e7d9053fc0731e9b61c9efef73c..cc76f13653008794864ad4c46c8dec74d971d04b 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /* Copyright (C) 2007-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner
index f3fec40aae862b89da46d802729759ba540cd0a5..84cddd01eeab8f77be5bdca6b72bd4032c16a03a 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* Copyright (C) 2007-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner
index 4ef4bde2cc2d387d0a2020389889f10399349e0a..148e64e846d2f33d29c1b3516878aa6124b265a9 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /* Copyright (C) 2010-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner
index 65ce97efa6b5946175f64d300573a532f28387f8..6744a64143c0533b1787ecfef54559cbaf9d1706 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* Copyright (C) 2007-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner, Simon Wunderlich
index 4daed7ad46f21da01f3ab0b3da76b4a1dcd22f70..5ce2007ea11b355ead540bce9e05e57a814e2ebe 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /* Copyright (C) 2007-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner, Simon Wunderlich
index bb8003cf2296cb5f0441c11e92d2ae77b961b9e1..4bdb39ab3b20e3ac80028cffb568d49645c23fd8 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* Copyright (C) 2007-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner, Simon Wunderlich
index e553a8770a89a2fb0ae603ba9fed80d59a25bb4a..01546a42b7ad43b6847d8ee8f21b3c127d7ac592 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /* Copyright (C) 2014-2017  B.A.T.M.A.N. contributors:
  *
  * Linus Lüssing
index 2a78cddab0e971a466797ddb7032661f2fa55430..51f273b5b77d35c3c0b38aea8ac6216470b1a70e 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* Copyright (C) 2014-2017  B.A.T.M.A.N. contributors:
  *
  * Linus Lüssing
index ab13b4d58733829413c8b82f66e69733cbecc55b..ce424fe2f24e700a1e34dddbce12157045a21d1e 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /* Copyright (C) 2016-2017  B.A.T.M.A.N. contributors:
  *
  * Matthias Schiffer
index f1cd8c5da96605daff924f4aee00323f56a9e893..0e7e57b69b54ee95adc6a1fb34246dfcd0ebb244 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* Copyright (C) 2016-2017  B.A.T.M.A.N. contributors:
  *
  * Matthias Schiffer
index 3604d7899e2cb02dd4a2825cef3ffa490250eab2..5cfac6e56610a65f529144fb9bf0e55a88e76bbe 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /* Copyright (C) 2012-2017  B.A.T.M.A.N. contributors:
  *
  * Martin Hundebøll, Jeppe Ledet-Pedersen
index c66efb81d2f4154ed265e960632fa5c3f0e8aee8..adaeafa4f71ef4c02971fe7cb0051f0d856636d6 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* Copyright (C) 2012-2017  B.A.T.M.A.N. contributors:
  *
  * Martin Hundebøll, Jeppe Ledet-Pedersen
index 0a565d0422bbf1441a73d1693c60675624d700eb..0716daf5b9a77b92695ffb56a74ab5f9c470dc74 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /* Copyright (C) 2009-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner, Simon Wunderlich
index 40c7f039d5d7c6a2d163f07eee5a94957a73d1bb..b5d2164532c908b1e4a0191ee7c8c28d8280d6e3 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* Copyright (C) 2007-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner, Simon Wunderlich
index 8e8a5db197cb0f8205251fa8fdb1d48e25a9e872..4eaf4b42672608bd9e756c1a918f706936203d07 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* Copyright (C) 2007-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner, Simon Wunderlich
index 40d9bf3e5bfe22aaa262e261abc7bf20bfe2bcb8..86b0ea1e5c1c776910a40a61b35d0a06383a48cd 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /* Copyright (C) 2007-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner, Simon Wunderlich
index 5ede16c32f157369ba08fdd52357d3e09e123b83..a1289bc5f1159f4fd438352fc74b666e8f7c331e 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* Copyright (C) 2007-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner, Simon Wunderlich
index 7895323fd2a79edf9dfe3b0fea9716729191b508..a6c53684ba701751fd3e2d89429e055f2e9477b3 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /* Copyright (C) 2007-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner, Simon Wunderlich
index a16b34f473ef02e46e642b46d4b31f588d89ea67..eb36820e41bc7c598ce203e891ade1535f6c2f9f 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* Copyright (C) 2007-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner, Simon Wunderlich
index 9f673cdfecf8d32a0385caf218baa2f37f76e148..e543024f98efdb6112d365c202aae76fe54c686d 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /* Copyright (C) 2007-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner, Simon Wunderlich
index 639c3abb214a4dc44053b2868e51484c9cd2c344..075c5b5b2ce1cb08bca5c16a7fa90f478098cc87 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* Copyright (C) 2007-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner
index aa187fd42475436b93ac2e76b834aa6cad870edf..ab0b95f15b36607e1d1422c98b1c1c97410ffee0 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /* Copyright (C) 2010-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner
index e487412e256bbe4a83def9d3e4f73e999dd62d6e..0384cb6c406b759342acf6b3d868ed90ff4d0810 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* Copyright (C) 2010-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner
index 15cd2139381e17f0b501dd5294631a1a3315c587..601feb2c4ecf276d76ad1ecdf6a52b9ef3b0c412 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /* Copyright (C) 2012-2017  B.A.T.M.A.N. contributors:
  *
  * Edo Monticelli, Antonio Quartulli
index a8ada5c123bd95455412b822b5ff78d7a538b9e8..c8b8f2cb2c2b507b3ef16426ffb34b3146e18c86 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* Copyright (C) 2012-2017  B.A.T.M.A.N. contributors:
  *
  * Edo Monticelli, Antonio Quartulli
index 8a3ce79b1307b7f260ce2f64e96bdacfb9a322f0..281bd4cf7f90c681d6ed20299ba1eeea96888525 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /* Copyright (C) 2007-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner, Simon Wunderlich, Antonio Quartulli
index 411d586191da619669e5bd1a17b85b8b46eb4dfb..8d9e3abec2c84e2d0f5453d06c1d59e41fc1d48e 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* Copyright (C) 2007-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner, Simon Wunderlich, Antonio Quartulli
index 1d9e267caec92801354e6f7947151e1e3dabf40a..67b2ba4b824b46c2e7f35ebe8d4c3db2d70430e0 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /* Copyright (C) 2007-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner, Simon Wunderlich
index 4d01400ada30bd03abc583e5c22c717ddd355428..a74df33f446d57473ba9bc633534ebafd8c3c3d3 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* Copyright (C) 2007-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner, Simon Wunderlich
index a62795868794103d7e712ba91def5997dc3a5779..1df798b320778ffbc4fa06169c0576218d6a2b5f 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 /* Copyright (C) 2007-2017  B.A.T.M.A.N. contributors:
  *
  * Marek Lindner, Simon Wunderlich