diff options
author | Igor Russkikh <Igor.Russkikh@aquantia.com> | 2019-06-26 14:35:40 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-06-27 19:58:32 +0200 |
commit | 17f54a3bf540690ac4b6f9e9e6d69fc9baf465d9 (patch) | |
tree | f9c6b4fbb85394b03a214f199a50b6febcb2aba7 /drivers/net/ethernet/aquantia/atlantic/aq_drvinfo.h | |
parent | maintainers: declare aquantia atlantic driver maintenance (diff) | |
download | linux-17f54a3bf540690ac4b6f9e9e6d69fc9baf465d9.tar.xz linux-17f54a3bf540690ac4b6f9e9e6d69fc9baf465d9.zip |
net: aquantia: make all files GPL-2.0-only
It was noticed some files had -or-later, however overall driver has
-only license. Clean this up.
Signed-off-by: Igor Russkikh <igor.russkikh@aquantia.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/aquantia/atlantic/aq_drvinfo.h')
-rw-r--r-- | drivers/net/ethernet/aquantia/atlantic/aq_drvinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/aquantia/atlantic/aq_drvinfo.h b/drivers/net/ethernet/aquantia/atlantic/aq_drvinfo.h index 41fbb1358068..23a0487893a7 100644 --- a/drivers/net/ethernet/aquantia/atlantic/aq_drvinfo.h +++ b/drivers/net/ethernet/aquantia/atlantic/aq_drvinfo.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* SPDX-License-Identifier: GPL-2.0-only */ /* Copyright (C) 2014-2017 aQuantia Corporation. */ /* File aq_drvinfo.h: Declaration of common code for firmware info in sys.*/ |