From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Dec 2017 16:17:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,423,1508828400"; d="scan'208";a="12908461" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.224.254]) ([10.241.224.254]) by FMSMGA003.fm.intel.com with ESMTP; 18 Dec 2017 16:17:14 -0800 To: Stephen Hemminger Cc: Thomas Monjalon , dev@dpdk.org References: <20171218210658.37740-1-ferruh.yigit@intel.com> <20171219000314.53314-1-ferruh.yigit@intel.com> <20171218161010.042ac6c6@xeon-e3> From: Ferruh Yigit Message-ID: Date: Mon, 18 Dec 2017 16:17:13 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20171218161010.042ac6c6@xeon-e3> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] igb_uio: convert license headers to SPDX tags X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Dec 2017 00:17:16 -0000 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.