From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miguel Bernal Marin Subject: Headers files with BSD license in kernel Date: Tue, 9 Jun 2015 12:40:57 -0500 Message-ID: <20150609174057.GA4394@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 2FF7F1288 for ; Tue, 9 Jun 2015 20:03:08 +0200 (CEST) Content-Disposition: inline List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, I'm working on Clear Linux project, and when I was integrating DPDK kernel modules to our kernel I found there are two headers with BSD License rte_pci_dev_feature_defs.h rte_pci_dev_features.h those are included in igb_uio module. Are those licenses correct? Thanks, Miguel