Received: by 10.223.176.5 with SMTP id f5csp1073062wra; Fri, 2 Feb 2018 10:42:12 -0800 (PST) X-Google-Smtp-Source: AH8x224uoE3S6QnQklTZkxCvs1HgttFLYvaNgYBKJ+NinwFAl5fyHdE1a9tiCC3Bgkz3YVLHCC3J X-Received: by 2002:a17:902:9044:: with SMTP id w4-v6mr36136873plz.354.1517596932269; Fri, 02 Feb 2018 10:42:12 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517596932; cv=none; d=google.com; s=arc-20160816; b=VrZqhTEHp9lc/EydaTvAufDyXeBqOXzau76HYyQQ3zR1xyAvoyS9gj4KiMl5dxKcA9 p8ygh6pT/CfyUQzZbtEUDgfx64VBM6Z2TCVGV5Y2ZjqCynsCW4VLprFpnXsWGVP2egy5 K5a2xwnuENZj0ykC5oFPq5jj14q499UPnsbG3rCdFacFJJEPMLN7EhLc0jZCIM0mAqJ/ V+7upeBmHKE2aldr2cM9AX9DueWQ9GNli82lV+aHVL69uym6RT6Ij5ybzBbIRJo5sJiX gjres3iETR0ZUNeexnarfu8AcxciVU8u5XF51ZlDFNiBtnc+YN2+wVyCuomgXviHkEyI hGAg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=3j6KBqRguV1cxVuBcBggmSZzofXQ6jrjR7iJLpWH+tE=; b=GaDErDGlK52M6g6aZ7iz3oZ2OnsiuhzjVyrniSTm+B8rpsIob4gfD9tMou3MNXA0Dt 5zfU5PXD5m82wT1eBQjl5b3dWp6ooU1fTdjU6fys1EsUusoG/orHuN55Jk5MZ1pLsHw3 quiax2NZKkGLh1Uxg8EXRbTyHK6JPU7QIEAiWwt/tioek3NT+l/xfWV1RRH8k1Idi8MT /QPpI8vX/Vw2fFAh5u8iXPxupDSERcA2cikUa9t24XmG5k3eagRkbmfrof0I2b9zXGeG HDHqvWJILKSdRsbuAfo7gwQzCGGphXX++JgfdZuifLxiIKLjNw7I5H8mjUmYGJFpQ6H5 xhLg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 1-v6si171916plx.93.2018.02.02.10.41.57; Fri, 02 Feb 2018 10:42:12 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755199AbeBBSlG (ORCPT + 99 others); Fri, 2 Feb 2018 13:41:06 -0500 Received: from mga04.intel.com ([192.55.52.120]:47241 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755061AbeBBSkC (ORCPT ); Fri, 2 Feb 2018 13:40:02 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Feb 2018 10:40:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,450,1511856000"; d="scan'208";a="28359778" Received: from black.fi.intel.com ([10.237.72.28]) by orsmga001.jf.intel.com with ESMTP; 02 Feb 2018 10:39:59 -0800 Received: by black.fi.intel.com (Postfix, from userid 1003) id B6E4960A; Fri, 2 Feb 2018 20:39:56 +0200 (EET) From: Andy Shevchenko To: Sudip Mukherjee , linux-kernel@vger.kernel.org, Nikola Ciprich Cc: Andy Shevchenko Subject: [PATCH v1 8/8] parport: Replace short License header by SPDX identifier Date: Fri, 2 Feb 2018 20:39:55 +0200 Message-Id: <20180202183955.85453-8-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20180202183955.85453-1-andriy.shevchenko@linux.intel.com> References: <20180202183955.85453-1-andriy.shevchenko@linux.intel.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org No functional changes involved. Signed-off-by: Andy Shevchenko --- drivers/parport/parport_serial.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/drivers/parport/parport_serial.c b/drivers/parport/parport_serial.c index e71340014638..ae9e01ef7599 100644 --- a/drivers/parport/parport_serial.c +++ b/drivers/parport/parport_serial.c @@ -1,20 +1,14 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Support for common PCI multi-I/O cards (which is most of them) * * Copyright (C) 2001 Tim Waugh * - * 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. - * - * * Multi-function PCI cards are supposed to present separate logical * devices on the bus. A common thing to do seems to be to just use * one logical device with lots of base address registers for both * parallel ports and serial ports. This driver is for dealing with * that. - * */ #include -- 2.15.1