diff mbox series

wifi: ath12k: fix license in p2p.c and p2p.h

Message ID 20240226180745.3195805-1-kvalo@kernel.org
State New
Headers show
Series wifi: ath12k: fix license in p2p.c and p2p.h | expand

Commit Message

Kalle Valo Feb. 26, 2024, 6:07 p.m. UTC
From: Kalle Valo <quic_kvalo@quicinc.com>

ath12k uses BSD-3-Clause-Clear, not ISC.

Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
---
 drivers/net/wireless/ath/ath12k/p2p.c | 2 +-
 drivers/net/wireless/ath/ath12k/p2p.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


base-commit: c39a5cfa0448f3afbee78373f16d87815a674f11

Comments

Kalle Valo Feb. 28, 2024, 2:09 p.m. UTC | #1
Kalle Valo <kvalo@kernel.org> wrote:

> ath12k uses BSD-3-Clause-Clear, not ISC.
> 
> Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>

Patch applied to ath-next branch of ath.git, thanks.

776c9c93bb05 wifi: ath12k: fix license in p2p.c and p2p.h
diff mbox series

Patch

diff --git a/drivers/net/wireless/ath/ath12k/p2p.c b/drivers/net/wireless/ath/ath12k/p2p.c
index 61e919b23b16..d334df720032 100644
--- a/drivers/net/wireless/ath/ath12k/p2p.c
+++ b/drivers/net/wireless/ath/ath12k/p2p.c
@@ -1,4 +1,4 @@ 
-// SPDX-License-Identifier: ISC
+// SPDX-License-Identifier: BSD-3-Clause-Clear
 /*
  * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
  */
diff --git a/drivers/net/wireless/ath/ath12k/p2p.h b/drivers/net/wireless/ath/ath12k/p2p.h
index b6f177fe4ff4..5768139a7844 100644
--- a/drivers/net/wireless/ath/ath12k/p2p.h
+++ b/drivers/net/wireless/ath/ath12k/p2p.h
@@ -1,4 +1,4 @@ 
-/* SPDX-License-Identifier: ISC */
+/* SPDX-License-Identifier: BSD-3-Clause-Clear */
 /*
  * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved..
  */