Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: bonding: Add SPDX identifier to remaining files

Previous batches of SPDX conversion missed bond_main.c and bonding_priv.h
because these files doesn't mention intended GPL version. Add SPDX identifier
to these files, assuming GPL 1.0+.

Cc: Thomas Davis <tadavis@lbl.gov>
Cc: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Cc: Stephen Hemminger <stephen@networkplumber.org>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>

authored by

Bagas Sanjaya and committed by
Paolo Abeni
613a0141 8b334851

+4 -7
+2 -1
drivers/net/bonding/bond_main.c
··· 1 + // SPDX-License-Identifier: GPL-1.0+ 1 2 /* 2 3 * originally based on the dummy device. 3 4 * 4 5 * Copyright 1999, Thomas Davis, tadavis@lbl.gov. 5 - * Licensed under the GPL. Based on dummy.c, and eql.c devices. 6 + * Based on dummy.c, and eql.c devices. 6 7 * 7 8 * bonding.c: an Ethernet Bonding driver 8 9 *
+1 -3
drivers/net/bonding/bonding_priv.h
··· 1 + /* SPDX-License-Identifier: GPL-1.0+ */ 1 2 /* 2 3 * Bond several ethernet interfaces into a Cisco, running 'Etherchannel'. 3 4 * ··· 7 6 * 8 7 * BUT, I'm the one who modified it for ethernet, so: 9 8 * (c) Copyright 1999, Thomas Davis, tadavis@lbl.gov 10 - * 11 - * This software may be used and distributed according to the terms 12 - * of the GNU Public License, incorporated herein by reference. 13 9 * 14 10 */ 15 11
+1 -3
include/net/bonding.h
··· 1 + /* SPDX-License-Identifier: GPL-1.0+ */ 1 2 /* 2 3 * Bond several ethernet interfaces into a Cisco, running 'Etherchannel'. 3 4 * ··· 7 6 * 8 7 * BUT, I'm the one who modified it for ethernet, so: 9 8 * (c) Copyright 1999, Thomas Davis, tadavis@lbl.gov 10 - * 11 - * This software may be used and distributed according to the terms 12 - * of the GNU Public License, incorporated herein by reference. 13 9 * 14 10 */ 15 11