From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2] igb_uio: convert license headers to SPDX tags Date: Mon, 18 Dec 2017 16:17:13 -0800 Message-ID: References: <20171218210658.37740-1-ferruh.yigit@intel.com> <20171219000314.53314-1-ferruh.yigit@intel.com> <20171218161010.042ac6c6@xeon-e3> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Thomas Monjalon , dev@dpdk.org To: Stephen Hemminger Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 1706A23D for ; Tue, 19 Dec 2017 01:17:15 +0100 (CET) In-Reply-To: <20171218161010.042ac6c6@xeon-e3> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 12/18/2017 4:10 PM, Stephen Hemminger wrote: > On Tue, 19 Dec 2017 00:03:14 +0000 > Ferruh Yigit wrote: > >> +# SPDX-License-Identifier: BSD-3-Clause >> +# Copyright(c) 2010-2017 Intel Corporation. All rights reserved. >> > > It doesn't matter much, but it seems odd that Makefile is BSD-3-Clause but the kernel driver > itself is GPL-2.0. Wouldn't it make sense to have all files in one directory as GPL-2.0 I just preserved the existing license but that is a simple DPDK makefile with nothing fancy in it, not sure if it worth effort to change license of it.