diff options
author | Paolo Abeni <pabeni@redhat.com> | 2023-05-16 15:39:09 +0200 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2023-05-16 15:39:09 +0200 |
commit | e641577eb6e82cbb89dde7cfc44ef2541c42278c (patch) | |
tree | 0e16d6872b3eedbe7fc639262fa4c99e6aea5664 /drivers/net/bonding/bond_main.c | |
parent | 8b33485128ad932f807f4535e0b440733d8b5808 (diff) | |
parent | 4f693a8f5617f23aeedf0d6a91a516901eccf88b (diff) |
Merge branch 'spdx-conversion-for-bonding-8390-and-i825xx-drivers'
Bagas Sanjaya says:
====================
SPDX conversion for bonding, 8390, and i825xx drivers
This series is SPDX conversion for bonding, 8390, and i825xx driver
subsystems. It is splitted from v2 of my SPDX conversion series in
response to Didi's GPL full name fixes [1] to make it easily
digestible.
The conversion in this series is divided by each subsystem and by
license type.
[1]: https://lore.kernel.org/linux-spdx/20230512100620.36807-1-bagasdotme@gmail.com/
====================
Link: https://lore.kernel.org/r/20230515060714.621952-1-bagasdotme@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'drivers/net/bonding/bond_main.c')
-rw-r--r-- | drivers/net/bonding/bond_main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c index ebf61c19dcef..fce81fafbedd 100644 --- a/drivers/net/bonding/bond_main.c +++ b/drivers/net/bonding/bond_main.c @@ -1,8 +1,9 @@ +// SPDX-License-Identifier: GPL-1.0+ /* * originally based on the dummy device. * * Copyright 1999, Thomas Davis, tadavis@lbl.gov. - * Licensed under the GPL. Based on dummy.c, and eql.c devices. + * Based on dummy.c, and eql.c devices. * * bonding.c: an Ethernet Bonding driver * |