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 X-Spam-Level: X-Spam-Status: No, score=-9.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C78B9C04AB4 for ; Mon, 20 May 2019 01:09:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8EAD5206B6 for ; Mon, 20 May 2019 01:09:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558314579; bh=xTROrWc9aD4S6hGsiP3vwy+fw0rXbj5gkmxUcpJPbIQ=; h=References:In-Reply-To:From:Date:Subject:To:List-ID:From; b=KGYPqcLXZbqnxCUyEfVpYAWMC7e6iXrFaLWaRXpHN67spdUl89rWK95t8Kq5gyulA sFrjfhckuzAqmL+L3fKsh4YOkcBF1AnO0XLSK2hWouotmEhmGChXpiZ4wqFqwuoUW6 RdsPoYYeBL96UeQOcZrPPYCoapOjj+bVfnSFUjgU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729809AbfETBJj (ORCPT ); Sun, 19 May 2019 21:09:39 -0400 Received: from mail-qt1-f194.google.com ([209.85.160.194]:42704 "EHLO mail-qt1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729807AbfETBJj (ORCPT ); Sun, 19 May 2019 21:09:39 -0400 Received: by mail-qt1-f194.google.com with SMTP id j53so14447784qta.9 for ; Sun, 19 May 2019 18:09:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=zkXt966hIGkhSdU8mMGwrfptgRRpFbuo+0wrEU/vCZo=; b=APIxnY5Ij+aUjy8YZ0Ga4Czab7iKBu/q48TC+ZE0KRCSlN1LSQk4GqynuRVQRLKG/3 98DDYW3Umw6gOdS0VCTrSEnXfIw1h0G0oChYsLNuUnk+NOPqBn58gf3+M9VvEiBVnur5 95Kyoq+eH7mP4wmeFIukX5DdsVm9+LpgbC4og= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=zkXt966hIGkhSdU8mMGwrfptgRRpFbuo+0wrEU/vCZo=; b=Ns6bBSkcJ+/SG2aAVfeHJ/ZVld1lKRrR1Nkz2xRc51ifURu3NGcE4qFXhMXmRSZQ0x zvucWyfOVqRr3i4xnxxqY44Cov47yHloZpQv/7wAv9WX/QDRKgEfsYYXHz/EjV0ZfQR3 5blH66Bm6B5iWMeYXmNoj6P3N3uFv6KvEpROsuTd4vcI1WPx3c76Rpw6Mv5mnHajaTDB 5PHP9ZG7ZoRrJMjeekP7xDWq2SAZW5SZ2ZXv1qOEwdTQbvGeHI5y2wcvBclQQNYJcq6V biy6I0ngCf3tqKRqC5lnvwoNSI/Ck9dM6escO6NcGfYRSjDmny8XTdSgCE0nbDMJxF1I OOBg== X-Gm-Message-State: APjAAAX4/Uf8wqTpqGWOydNnJudcny5k6o6k8QGlUX7MzBoeMldF7sCV O/bMEkXb7cK7YmLzU6cFS5etUph9uKdN3Io6NPPwOdb4en01xg== X-Google-Smtp-Source: APXvYqzo70qiHu0htgxS/P2dnEUTR7L7XpPup93/MSJSl51CrJY7aVWnPm6G19LlfruvYHvFWaHA+tmBwV90M2xHPEg= X-Received: by 2002:ac8:31a7:: with SMTP id h36mr59920866qte.316.1558314577664; Sun, 19 May 2019 18:09:37 -0700 (PDT) MIME-Version: 1.0 References: <20190519135130.462579320@linutronix.de> <20190519154042.045106120@linutronix.de> In-Reply-To: <20190519154042.045106120@linutronix.de> From: Steve Winslow Date: Sun, 19 May 2019 21:09:20 -0400 Message-ID: Subject: Re: [patch 15/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 15 To: linux-spdx@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-spdx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org Reviewed-by: Steve Winslow On Sun, May 19, 2019 at 1:20 PM Thomas Gleixner wrote: > > Based on 1 normalized pattern(s): > > this program is free software you can redistribute it and or modify > it under the terms of the gnu general public license as published by > the free software foundation either version 2 of the license or at > your option any later version 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 http www gnu org licenses the full gnu > general public license is included in this distribution in the file > called copying > > extracted by the scancode license scanner the SPDX license identifier > > GPL-2.0-or-later > > has been chosen to replace the boilerplate/reference in 9 file(s). > > Signed-off-by: Thomas Gleixner > --- > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=step2&id=cdce7276540f > --- > drivers/net/ethernet/qlogic/netxen/Makefile | 18 ---------------- > drivers/net/ethernet/qlogic/netxen/netxen_nic.h | 18 ---------------- > drivers/net/ethernet/qlogic/netxen/netxen_nic_ctx.c | 18 ---------------- > drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c | 18 ---------------- > drivers/net/ethernet/qlogic/netxen/netxen_nic_hdr.h | 18 ---------------- > drivers/net/ethernet/qlogic/netxen/netxen_nic_hw.c | 18 ---------------- > drivers/net/ethernet/qlogic/netxen/netxen_nic_hw.h | 18 ---------------- > drivers/net/ethernet/qlogic/netxen/netxen_nic_init.c | 18 ---------------- > drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c | 18 ---------------- > 9 files changed, 9 insertions(+), 153 deletions(-) > > --- a/drivers/net/ethernet/qlogic/netxen/Makefile > +++ b/drivers/net/ethernet/qlogic/netxen/Makefile > @@ -1,23 +1,7 @@ > +# SPDX-License-Identifier: GPL-2.0-or-later > # Copyright (C) 2003 - 2009 NetXen, Inc. > # Copyright (C) 2009 - QLogic Corporation. > # All rights reserved. > -# > -# This program is free software; you can redistribute it and/or > -# modify it under the terms of the GNU General Public License > -# as published by the Free Software Foundation; either version 2 > -# of the License, or (at your option) any later version. > -# > -# 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 . > -# > -# The full GNU General Public License is included in this distribution > -# in the file called "COPYING". > -# > # > > > --- a/drivers/net/ethernet/qlogic/netxen/netxen_nic.h > +++ b/drivers/net/ethernet/qlogic/netxen/netxen_nic.h > @@ -1,24 +1,8 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* > * Copyright (C) 2003 - 2009 NetXen, Inc. > * Copyright (C) 2009 - QLogic Corporation. > * All rights reserved. > - * > - * This program is free software; you can redistribute it and/or > - * modify it under the terms of the GNU General Public License > - * as published by the Free Software Foundation; either version 2 > - * of the License, or (at your option) any later version. > - * > - * 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 . > - * > - * The full GNU General Public License is included in this distribution > - * in the file called "COPYING". > - * > */ > > #ifndef _NETXEN_NIC_H_ > --- a/drivers/net/ethernet/qlogic/netxen/netxen_nic_ctx.c > +++ b/drivers/net/ethernet/qlogic/netxen/netxen_nic_ctx.c > @@ -1,24 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Copyright (C) 2003 - 2009 NetXen, Inc. > * Copyright (C) 2009 - QLogic Corporation. > * All rights reserved. > - * > - * This program is free software; you can redistribute it and/or > - * modify it under the terms of the GNU General Public License > - * as published by the Free Software Foundation; either version 2 > - * of the License, or (at your option) any later version. > - * > - * 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 . > - * > - * The full GNU General Public License is included in this distribution > - * in the file called "COPYING". > - * > */ > > #include "netxen_nic_hw.h" > --- a/drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c > +++ b/drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c > @@ -1,24 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Copyright (C) 2003 - 2009 NetXen, Inc. > * Copyright (C) 2009 - QLogic Corporation. > * All rights reserved. > - * > - * This program is free software; you can redistribute it and/or > - * modify it under the terms of the GNU General Public License > - * as published by the Free Software Foundation; either version 2 > - * of the License, or (at your option) any later version. > - * > - * 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 . > - * > - * The full GNU General Public License is included in this distribution > - * in the file called "COPYING". > - * > */ > > #include > --- a/drivers/net/ethernet/qlogic/netxen/netxen_nic_hdr.h > +++ b/drivers/net/ethernet/qlogic/netxen/netxen_nic_hdr.h > @@ -1,24 +1,8 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* > * Copyright (C) 2003 - 2009 NetXen, Inc. > * Copyright (C) 2009 - QLogic Corporation. > * All rights reserved. > - * > - * This program is free software; you can redistribute it and/or > - * modify it under the terms of the GNU General Public License > - * as published by the Free Software Foundation; either version 2 > - * of the License, or (at your option) any later version. > - * > - * 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 . > - * > - * The full GNU General Public License is included in this distribution > - * in the file called "COPYING". > - * > */ > > #ifndef __NETXEN_NIC_HDR_H_ > --- a/drivers/net/ethernet/qlogic/netxen/netxen_nic_hw.c > +++ b/drivers/net/ethernet/qlogic/netxen/netxen_nic_hw.c > @@ -1,24 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Copyright (C) 2003 - 2009 NetXen, Inc. > * Copyright (C) 2009 - QLogic Corporation. > * All rights reserved. > - * > - * This program is free software; you can redistribute it and/or > - * modify it under the terms of the GNU General Public License > - * as published by the Free Software Foundation; either version 2 > - * of the License, or (at your option) any later version. > - * > - * 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 . > - * > - * The full GNU General Public License is included in this distribution > - * in the file called "COPYING". > - * > */ > > #include > --- a/drivers/net/ethernet/qlogic/netxen/netxen_nic_hw.h > +++ b/drivers/net/ethernet/qlogic/netxen/netxen_nic_hw.h > @@ -1,24 +1,8 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* > * Copyright (C) 2003 - 2009 NetXen, Inc. > * Copyright (C) 2009 - QLogic Corporation. > * All rights reserved. > - * > - * This program is free software; you can redistribute it and/or > - * modify it under the terms of the GNU General Public License > - * as published by the Free Software Foundation; either version 2 > - * of the License, or (at your option) any later version. > - * > - * 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 . > - * > - * The full GNU General Public License is included in this distribution > - * in the file called "COPYING". > - * > */ > > #ifndef __NETXEN_NIC_HW_H_ > --- a/drivers/net/ethernet/qlogic/netxen/netxen_nic_init.c > +++ b/drivers/net/ethernet/qlogic/netxen/netxen_nic_init.c > @@ -1,24 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Copyright (C) 2003 - 2009 NetXen, Inc. > * Copyright (C) 2009 - QLogic Corporation. > * All rights reserved. > - * > - * This program is free software; you can redistribute it and/or > - * modify it under the terms of the GNU General Public License > - * as published by the Free Software Foundation; either version 2 > - * of the License, or (at your option) any later version. > - * > - * 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 . > - * > - * The full GNU General Public License is included in this distribution > - * in the file called "COPYING". > - * > */ > > #include > --- a/drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c > +++ b/drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c > @@ -1,24 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Copyright (C) 2003 - 2009 NetXen, Inc. > * Copyright (C) 2009 - QLogic Corporation. > * All rights reserved. > - * > - * This program is free software; you can redistribute it and/or > - * modify it under the terms of the GNU General Public License > - * as published by the Free Software Foundation; either version 2 > - * of the License, or (at your option) any later version. > - * > - * 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 . > - * > - * The full GNU General Public License is included in this distribution > - * in the file called "COPYING". > - * > */ > > #include > > -- Steve Winslow Director of Strategic Programs The Linux Foundation swinslow@linuxfoundation.org