From: Felix Fietkau Date: Wed, 8 Oct 2025 10:42:49 +0000 (+0200) Subject: wifi: mt76: fix license/copyright of util.h X-Git-Tag: v6.19-rc1~170^2~33^2~5^2~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=909675fd4344f73aad5f75f123bd271ada2ab9fb;p=thirdparty%2Fkernel%2Flinux.git 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 --- 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