You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
85 lines
3.5 KiB
85 lines
3.5 KiB
From 3f74c7e0d6347662397788ab7c28f228bfb3598d Mon Sep 17 00:00:00 2001
|
|
From: Igor Russkikh <irusskik@redhat.com>
|
|
Date: Fri, 6 Nov 2020 18:36:21 -0500
|
|
Subject: [PATCH 004/139] [netdrv] net: aquantia: make all files GPL-2.0-only
|
|
|
|
Message-id: <1604687916-15087-5-git-send-email-irusskik@redhat.com>
|
|
Patchwork-id: 338460
|
|
Patchwork-instance: patchwork
|
|
O-Subject: [RHEL8.4 BZ 1857861 004/139] net: aquantia: make all files GPL-2.0-only
|
|
Bugzilla: 1857861
|
|
RH-Acked-by: David Arcari <darcari@redhat.com>
|
|
RH-Acked-by: John Linville <linville@redhat.com>
|
|
RH-Acked-by: Tony Camuso <tcamuso@redhat.com>
|
|
|
|
Bugzilla: http://bugzilla.redhat.com/1857861
|
|
|
|
commit 17f54a3bf540690ac4b6f9e9e6d69fc9baf465d9
|
|
Author: Igor Russkikh <Igor.Russkikh@aquantia.com>
|
|
Date: Wed Jun 26 12:35:40 2019 +0000
|
|
|
|
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>
|
|
|
|
Signed-off-by: Igor Russkikh <irusskik@redhat.com>
|
|
|
|
Cc: David Arcari <darcari@redhat.com>
|
|
Cc: Igor Russkikh <irusskik@redhat.com>
|
|
Signed-off-by: Jan Stancek <jstancek@redhat.com>
|
|
---
|
|
drivers/net/ethernet/aquantia/atlantic/aq_drvinfo.c | 2 +-
|
|
drivers/net/ethernet/aquantia/atlantic/aq_drvinfo.h | 2 +-
|
|
drivers/net/ethernet/aquantia/atlantic/aq_filters.c | 2 +-
|
|
drivers/net/ethernet/aquantia/atlantic/aq_filters.h | 2 +-
|
|
4 files changed, 4 insertions(+), 4 deletions(-)
|
|
|
|
diff --git a/drivers/net/ethernet/aquantia/atlantic/aq_drvinfo.c b/drivers/net/ethernet/aquantia/atlantic/aq_drvinfo.c
|
|
index adad6a7acabe..6da65099047d 100644
|
|
--- a/drivers/net/ethernet/aquantia/atlantic/aq_drvinfo.c
|
|
+++ b/drivers/net/ethernet/aquantia/atlantic/aq_drvinfo.c
|
|
@@ -1,4 +1,4 @@
|
|
-// SPDX-License-Identifier: GPL-2.0-or-later
|
|
+// SPDX-License-Identifier: GPL-2.0-only
|
|
/* Copyright (C) 2014-2019 aQuantia Corporation. */
|
|
|
|
/* File aq_drvinfo.c: Definition of common code for firmware info in sys.*/
|
|
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.*/
|
|
diff --git a/drivers/net/ethernet/aquantia/atlantic/aq_filters.c b/drivers/net/ethernet/aquantia/atlantic/aq_filters.c
|
|
index 1fff462a4175..440690b18734 100644
|
|
--- a/drivers/net/ethernet/aquantia/atlantic/aq_filters.c
|
|
+++ b/drivers/net/ethernet/aquantia/atlantic/aq_filters.c
|
|
@@ -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_filters.c: RX filters related functions. */
|
|
diff --git a/drivers/net/ethernet/aquantia/atlantic/aq_filters.h b/drivers/net/ethernet/aquantia/atlantic/aq_filters.h
|
|
index c6a08c6585d5..122e06c88a33 100644
|
|
--- a/drivers/net/ethernet/aquantia/atlantic/aq_filters.h
|
|
+++ b/drivers/net/ethernet/aquantia/atlantic/aq_filters.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_filters.h: RX filters related functions. */
|
|
--
|
|
2.13.6
|
|
|