diff options
author | Andrew Lunn <andrew@lunn.ch> | 2019-01-21 21:34:53 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-01-23 07:59:18 +0300 |
commit | 8bbe833a65209632f96931415070bc3a490f2dc9 (patch) | |
tree | 11562e1171d181f12dec6cd55d192fb33170fdf5 /drivers/net/phy/mdio-cavium.h | |
parent | 5f85757572e17f11b956e77405289babf1f234e3 (diff) | |
download | linux-8bbe833a65209632f96931415070bc3a490f2dc9.tar.xz |
net: phy: Add SDPX tag based on COPYING file
Some of the PHY and MDIO drivers refer to the COPYING file in the main
directory of this archive. This is the main license for Linux, thus
GPLv2 plus syscall extension.
Fixup the MODULE_LICENSE() where needed and add an SDPX header for
GPLv2.
Cc: David Daney <david.daney@cavium.com>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/mdio-cavium.h')
-rw-r--r-- | drivers/net/phy/mdio-cavium.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/net/phy/mdio-cavium.h b/drivers/net/phy/mdio-cavium.h index 4bccd45d24e2..ed5f9bb5448d 100644 --- a/drivers/net/phy/mdio-cavium.h +++ b/drivers/net/phy/mdio-cavium.h @@ -1,8 +1,5 @@ +// SPDX-License-Identifier: GPL-2.0 /* - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file "COPYING" in the main directory of this archive - * for more details. - * * Copyright (C) 2009-2016 Cavium, Inc. */ |