diff options
author | Bagas Sanjaya <bagasdotme@gmail.com> | 2023-05-15 08:07:11 +0200 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2023-05-16 15:38:06 +0200 |
commit | 613a014191f584556a96e070d0767761912ccf61 (patch) | |
tree | 71978ecfef9e430bd278c48cac23291347095807 /include/net/bonding.h | |
parent | net: skbuff: update comment about pfmemalloc propagating (diff) | |
download | linux-613a014191f584556a96e070d0767761912ccf61.tar.xz linux-613a014191f584556a96e070d0767761912ccf61.zip |
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>
Diffstat (limited to 'include/net/bonding.h')
-rw-r--r-- | include/net/bonding.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/net/bonding.h b/include/net/bonding.h index 0efef2a952b7..d46af0571758 100644 --- a/include/net/bonding.h +++ b/include/net/bonding.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-1.0+ */ /* * Bond several ethernet interfaces into a Cisco, running 'Etherchannel'. * @@ -7,9 +8,6 @@ * BUT, I'm the one who modified it for ethernet, so: * (c) Copyright 1999, Thomas Davis, tadavis@lbl.gov * - * This software may be used and distributed according to the terms - * of the GNU Public License, incorporated herein by reference. - * */ #ifndef _NET_BONDING_H |