From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 06A54C4332F for ; Mon, 7 Nov 2022 12:38:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230363AbiKGMiJ (ORCPT ); Mon, 7 Nov 2022 07:38:09 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60582 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231781AbiKGMiH (ORCPT ); Mon, 7 Nov 2022 07:38:07 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 94ABD183AC for ; Mon, 7 Nov 2022 04:38:02 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 3FEECB810CF for ; Mon, 7 Nov 2022 12:38:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4423AC433C1; Mon, 7 Nov 2022 12:37:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1667824679; bh=vRfJHUKxmqOZ8dLj49WPZCBk2RGzFEoFlQASjKjhQRw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=udUFFS6L9BwIcTeapVLl8ng+E+geoI28jG1/hoJZeHirPdfsp6ePU768DvanjMzo7 Z2Fw790aLsyycK7fCt7M+zzuLPW1qbkVUwHJ2aY82RfCL5d/3BQ38/GngKh/dkp0rx wiWqUY1U+Sp8xRDUcGoJSLWUsmDChhuYWAFjTroo= Date: Mon, 7 Nov 2022 13:37:56 +0100 From: Greg KH To: Shravan Kumar Ramani Cc: James Morse , linux-edac@vger.kernel.org Subject: Re: [PATCH v1 2/2] EDAC/bluefield_edac: Update license and copyright info Message-ID: References: <9d584ef2522e2cdc9aa28d3f952ab98b17d961a2.1667561793.git.shravankr@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9d584ef2522e2cdc9aa28d3f952ab98b17d961a2.1667561793.git.shravankr@nvidia.com> Precedence: bulk List-ID: X-Mailing-List: linux-edac@vger.kernel.org On Mon, Nov 07, 2022 at 04:02:54AM -0500, Shravan Kumar Ramani wrote: > Signed-off-by: Shravan Kumar Ramani For obvious reasons, we can't take patches without any changelog text, and you know this :( But a meta-comment. You are changing the license and copyright of a file, without any info at all as to why this is allowed. Please get your legal council to sign off on such a change in order to have this be able to be properly reviewed. Please include the justification for why the license change is allowed, and why the copyright change is allowed (hint, they are vastly different things, and really should be two different patches.) Without that information, changes like this are not allowed, and you want that to be the case. So please work with your lawyers and please cc: me on future license and copyright changes like this. thanks, greg k-h