Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751467AbeAANxv (ORCPT + 1 other); Mon, 1 Jan 2018 08:53:51 -0500 Received: from mail-wr0-f181.google.com ([209.85.128.181]:39495 "EHLO mail-wr0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751329AbeAANxt (ORCPT ); Mon, 1 Jan 2018 08:53:49 -0500 X-Google-Smtp-Source: ACJfBotsEyARqMr2jfsoHmbESBErN11d6Yk3F1uvBDFytKEVdzBy2RM7PMgRvOLWJEURBqhOnEeLh/E4BrQVvSXKazU= MIME-Version: 1.0 In-Reply-To: <1514808421-21993-2-git-send-email-gilad@benyossef.com> References: <1514808421-21993-1-git-send-email-gilad@benyossef.com> <1514808421-21993-2-git-send-email-gilad@benyossef.com> From: Philippe Ombredanne Date: Mon, 1 Jan 2018 14:53:08 +0100 Message-ID: Subject: Re: [PATCH 01/26] staging: ccree: SPDXify driver To: Gilad Ben-Yossef Cc: Greg Kroah-Hartman , Ofir Drang , LKML , linux-crypto@vger.kernel.org, driverdev-devel@linuxdriverproject.org, devel@driverdev.osuosl.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Gilad, On Mon, Jan 1, 2018 at 1:06 PM, Gilad Ben-Yossef wrote: > Replace verbatim GPL v2 copy with SPDX tag. > > Signed-off-by: Gilad Ben-Yossef > --- a/drivers/staging/ccree/cc_crypto_ctx.h > +++ b/drivers/staging/ccree/cc_crypto_ctx.h > @@ -1,18 +1,5 @@ > -/* > - * Copyright (C) 2012-2017 ARM Limited or its affiliates. > - * > - * This program is free software; you can redistribute it and/or modify > - * it under the terms of the GNU General Public License version 2 as > - * published by the Free Software Foundation. > - * > - * This program is distributed in the hope that it will be useful, > - * but WITHOUT ANY WARRANTY; without even the implied warranty of > - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > - * GNU General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with this program; if not, see . > - */ > +// SPDX-License-Identifier: GPL-2.0 > +// Copyright (C) 2012-2017 ARM Limited or its affiliates. > For a .h file the style should be C comments as explained in Thomas doc patches. .e.g. > +/* SPDX-License-Identifier: GPL-2.0 */ And then it might makes sense there too: > +/* Copyright (C) 2012-2017 ARM Limited or its affiliates. */ -- Cordially Philippe Ombredanne