From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: GPL/LGPL .vs BSD license Date: Sun, 27 Sep 2015 22:31:54 -0700 Message-ID: <20150927223154.33f84045@urahara> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Jim Thompson Return-path: Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) by dpdk.org (Postfix) with ESMTP id 421E6567A for ; Mon, 28 Sep 2015 07:31:45 +0200 (CEST) Received: by pablk4 with SMTP id lk4so66822652pab.3 for ; Sun, 27 Sep 2015 22:31:44 -0700 (PDT) In-Reply-To: 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" On Sun, 27 Sep 2015 20:44:41 -0500 Jim Thompson wrote: > The following files have LGPL or GPL licenses. I can see the libretto_eal and the four files that are part of DTS being GPL, but there others seem like a mistake. > Especially the docs, and the presence of the LICENSE.LGPL file. > > Is it possible to clean these up and make them BSD licensed? > > Jim No. KNI, Xen, and IGB UIO must be GPL licensed since they are kernel drivers. The other stuff header files should be dual licensed. > # QEMU Guest Agent Client > ./dts/dep/QMP/qemu-ga-client > ./dts/dep/QMP/qmp.py > > Came from Scapy > ./dts/dep/lldp.py > > Texttable Framework (LGPL) > ./dts/framework/texttable.py > > These are part of DPDK proper: > ./dpdk/LICENSE.LGPL > ./dpdk/app/test/test_mempool.c > ./dpdk/doc/guides/freebsd_gsg/build_dpdk.rst > ./dpdk/doc/guides/linux_gsg/build_dpdk.rst > ./dpdk/doc/guides/nics/mlx4.rst > ./dpdk/doc/guides/sample_app_ug/img/l2_fwd_virtenv_benchmark_setup.png > ./dpdk/lib/librte_eal/bsdapp/eal/include/exec-env/rte_dom0_common.h > ./dpdk/lib/librte_eal/common/include/rte_pci_dev_feature_defs.h > ./dpdk/lib/librte_eal/common/include/rte_pci_dev_features.h > ./dpdk/lib/librte_eal/common/include/rte_pci_dev_ids.h > ./dpdk/lib/librte_eal/linuxapp/eal/include/exec-env/rte_dom0_common.h > ./dpdk/lib/librte_eal/linuxapp/eal/include/exec-env/rte_kni_common.h > ./dpdk/lib/librte_eal/linuxapp/igb_uio/igb_uio.c > ./dpdk/lib/librte_eal/linuxapp/kni/ethtool/igb/COPYING > ./dpdk/lib/librte_eal/linuxapp/kni/ethtool/igb/igb_main.c > ./dpdk/lib/librte_eal/linuxapp/kni/ethtool/igb/kcompat_ethtool.c > ./dpdk/lib/librte_eal/linuxapp/kni/ethtool/ixgbe/COPYING > ./dpdk/lib/librte_eal/linuxapp/kni/ethtool/ixgbe/ixgbe_main.c > ./dpdk/lib/librte_eal/linuxapp/kni/kni_dev.h > ./dpdk/lib/librte_eal/linuxapp/kni/kni_ethtool.c > ./dpdk/lib/librte_eal/linuxapp/kni/kni_fifo.h > ./dpdk/lib/librte_eal/linuxapp/kni/kni_misc.c > ./dpdk/lib/librte_eal/linuxapp/kni/kni_net.c > ./dpdk/lib/librte_eal/linuxapp/kni/kni_vhost.c > ./dpdk/lib/librte_eal/linuxapp/xen_dom0/dom0_mm_dev.h > ./dpdk/lib/librte_eal/linuxapp/xen_dom0/dom0_mm_misc.c > ./dpdk/lib/librte_vhost/eventfd_link/eventfd_link.c > ./dpdk/lib/librte_vhost/eventfd_link/eventfd_link.h > ./dpdk/pkg/dpdk.spec >