From patchwork Tue Sep 4 17:29:11 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Wahren X-Patchwork-Id: 966032 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=i2se.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 424Ykl0xzTz9sBy for ; Wed, 5 Sep 2018 03:30:23 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727552AbeIDVzu (ORCPT ); Tue, 4 Sep 2018 17:55:50 -0400 Received: from mout.kundenserver.de ([212.227.17.10]:33391 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727037AbeIDVzu (ORCPT ); Tue, 4 Sep 2018 17:55:50 -0400 Received: from localhost.localdomain ([37.4.249.97]) by mrelayeu.kundenserver.de (mreue102 [212.227.15.183]) with ESMTPSA (Nemesis) id 0MEmVu-1g7ksb2HGc-00FxPx; Tue, 04 Sep 2018 19:29:39 +0200 From: Stefan Wahren To: Woojung Huh Cc: Microchip Linux Driver Support , "David S. Miller" , netdev@vger.kernel.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Stefan Wahren Subject: [PATCH V2 3/4 next] net: lan78xx: Switch to SPDX identifier Date: Tue, 4 Sep 2018 19:29:11 +0200 Message-Id: <1536082152-3669-4-git-send-email-stefan.wahren@i2se.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1536082152-3669-1-git-send-email-stefan.wahren@i2se.com> References: <1536082152-3669-1-git-send-email-stefan.wahren@i2se.com> X-Provags-ID: V03:K1:1L1OCBo2KXTeU8ZPU/mZzda47t/PixdybJ0u6jjwjS49ooYomZp jhwOBb0zjmqaJzWfQxDW8i8z88Zf7vtdqQYkS8oza0pDPve1Mn/A/NZ3Xegq+6Y1sY30JKl egW9lV28m+3Yajf5As9Md9MOSUHc/48vlF3VlpzayoszL5t7bJqTfPBzliKjESDtQA0X/+t c7Zj2sabXxRwhjr9YpR2g== X-UI-Out-Filterresults: notjunk:1; V01:K0:/hHFeL8gq24=:kDl/tv/3qdCtZ6+uSZYq2q d6SNWVyqIl3NyLvT8mSoHahJ3aX4CgHNXctdkkh88Y4DxSmEEdcpTX5HVRMrTqMF5g3E+lC51 egEZBjLiS16MGbQDdg9Avnw+uraS/5fbcbiZWDJmB4Dg0qbURydgfjuSvxmL7FieA/+Ag1WaJ q/dzUYUYYxoi76Po6NW6CezLhPItzMGE1Dh37pG9A6Wlol4CtAMU5LrkIOqq4xZED6ePDPaPi uVNEyS7JnSUPsNy8644rB+PKaidhvQStk+FLO+6Le7cY35j7r5YudFhjz8gYBmW7AKWjhxR57 0AgVMicnzf6eG4apsFLxkqEH7gfgdJjpYCslmTYaXaP/5pBjNqYj/n7WnluJvhUey1uvjNRGN +S1AA19pkjvIFyDPMKIwbdgqeMeIr+IuAtL9mRJe+kcRpngnzwe1ELojR5FkBylEVOlIwTTzr LWlqpxmOCAkZTFtsNg6KN2S9k21hISQW681RPv4VzCJvyqcJxyRCnJHAyut4Xfg0qyi6CHzR9 t+JWV3kgQKNfOcF5s96SnjRc6WNVIz9ULWvkPPWwvoI2TXBk9qZy21QprtHy3QHGaLc5FCEYm SzGzMer8FwRvPDWQEZVdbGzGQnD2cgabHmEVc1E5N53MnFrr/xxHLXJvxNBS4LBjNs5vdor01 uesiP/ce1Lsr6VaIrqM96mN/38uhsposGym/JMu/sIDU4eu0qt1Oulz7stA23H3CY1xQ= Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Adopt the SPDX license identifier headers to ease license compliance management. Signed-off-by: Stefan Wahren --- drivers/net/usb/lan78xx.c | 14 +------------- drivers/net/usb/lan78xx.h | 14 +------------- 2 files changed, 2 insertions(+), 26 deletions(-) diff --git a/drivers/net/usb/lan78xx.c b/drivers/net/usb/lan78xx.c index 3d505c2..e1c055d 100644 --- a/drivers/net/usb/lan78xx.c +++ b/drivers/net/usb/lan78xx.c @@ -1,18 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2015 Microchip Technology - * - * 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 . */ #include #include diff --git a/drivers/net/usb/lan78xx.h b/drivers/net/usb/lan78xx.h index 25aa546..968e5e5 100644 --- a/drivers/net/usb/lan78xx.h +++ b/drivers/net/usb/lan78xx.h @@ -1,18 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2015 Microchip Technology - * - * 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 . */ #ifndef _LAN78XX_H #define _LAN78XX_H