From 909675fd4344f73aad5f75f123bd271ada2ab9fb Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 8 Oct 2025 12:42:49 +0200 Subject: [PATCH] wifi: mt76: fix license/copyright of util.h The extra copyright line for Ivo van Doorn and GPL license was only there because of code that I had already removed before the initial upstream submission of mt76. Remove it and make this header file use ISC license like the rest of the source files. Link: https://patch.msgid.link/20251008104250.46292-1-nbd@nbd.name Signed-off-by: Felix Fietkau --- drivers/net/wireless/mediatek/mt76/util.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/net/wireless/mediatek/mt76/util.h b/drivers/net/wireless/mediatek/mt76/util.h index 260965dde94cf..037d39a55f714 100644 --- a/drivers/net/wireless/mediatek/mt76/util.h +++ b/drivers/net/wireless/mediatek/mt76/util.h @@ -1,7 +1,6 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ +/* SPDX-License-Identifier: ISC */ /* * Copyright (C) 2016 Felix Fietkau - * Copyright (C) 2004 - 2009 Ivo van Doorn */ #ifndef __MT76_UTIL_H -- 2.47.3