From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from proxy.6wind.com (host.76.145.23.62.rev.coltfrance.com [62.23.145.76]) by dpdk.org (Postfix) with ESMTP id 9DDF01B3C0 for ; Mon, 29 Jan 2018 14:11:54 +0100 (CET) Received: from glumotte.dev.6wind.com. (unknown [10.16.0.195]) by proxy.6wind.com (Postfix) with ESMTP id 9D712128A8D; Mon, 29 Jan 2018 14:09:49 +0100 (CET) From: Olivier Matz To: dev@dpdk.org Cc: Ferruh Yigit , Thomas Monjalon , Bruce Richardson , Hemant Agrawal Date: Mon, 29 Jan 2018 14:11:19 +0100 Message-Id: <20180129131136.25863-1-olivier.matz@6wind.com> X-Mailer: git-send-email 2.11.0 Subject: [dpdk-dev] [PATCH 00/17] use SPDX tags on 6WIND copyrighted files 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: Mon, 29 Jan 2018 13:11:54 -0000 This patchset updates the license on files that contain a 6WIND copyright to use a SPDX tag. It applies on master + https://dpdk.org/dev/patchwork/patch/34604/ For components I am maintaining (mempool, mbuf, cmdline, kvargs, net), I update all the *.[ch] files. For the other components, I only update files where there is a 6WIND copyright. The change is done automatically: the copyrights stay as is, except: - standardisation of the text for 6WIND copyright - as discussed with Bruce, Thomas, and Ferruh, the "All rights reserved" mention is removed if the copyright are from 6WIND, Intel or Mellanox. For each patch, the maintainers are Cc'd. Olivier Matz (17): cmdline: use SPDX tags mbuf: use SPDX tags mempool: use SPDX tags kvargs: use SPDX tags net: use SPDX tags eal: use SPDX tags on 6WIND copyrighted files ethdev: use SPDX tags on 6WIND copyrighted files pci: use SPDX tags on 6WIND copyrighted files app/testpmd: use SPDX tags on 6WIND copyrighted files test: use SPDX tags on 6WIND copyrighted files net/mlx5: use SPDX tags on 6WIND copyrighted files net/mlx4: use SPDX tags on 6WIND copyrighted files bus/pci: use SPDX tags on 6WIND copyrighted files net/af_packet: use SPDX tags on 6WIND copyrighted files net/failsafe: use SPDX tags on 6WIND copyrighted files net/ixgbe: use SPDX tags on 6WIND copyrighted files net/tap: use SPDX tags on 6WIND copyrighted files app/test-pmd/cmdline.c | 35 ++----------- app/test-pmd/cmdline_flow.c | 34 ++----------- app/test-pmd/config.c | 35 ++----------- app/test-pmd/csumonly.c | 35 ++----------- app/test-pmd/icmpecho.c | 34 +------------ drivers/bus/pci/pci_common.c | 35 ++----------- drivers/bus/pci/private.h | 33 +----------- drivers/bus/pci/rte_bus_pci.h | 35 ++----------- drivers/net/af_packet/rte_eth_af_packet.c | 42 +++------------- drivers/net/failsafe/failsafe.c | 34 ++----------- drivers/net/failsafe/failsafe_args.c | 34 ++----------- drivers/net/failsafe/failsafe_eal.c | 34 ++----------- drivers/net/failsafe/failsafe_ether.c | 34 ++----------- drivers/net/failsafe/failsafe_flow.c | 34 ++----------- drivers/net/failsafe/failsafe_ops.c | 34 ++----------- drivers/net/failsafe/failsafe_private.h | 34 ++----------- drivers/net/failsafe/failsafe_rxtx.c | 34 ++----------- drivers/net/ixgbe/ixgbe_rxtx.c | 35 ++----------- drivers/net/mlx4/mlx4.c | 34 ++----------- drivers/net/mlx4/mlx4.h | 34 ++----------- drivers/net/mlx4/mlx4_ethdev.c | 34 ++----------- drivers/net/mlx4/mlx4_flow.c | 34 ++----------- drivers/net/mlx4/mlx4_flow.h | 34 ++----------- drivers/net/mlx4/mlx4_intr.c | 34 ++----------- drivers/net/mlx4/mlx4_mr.c | 34 ++----------- drivers/net/mlx4/mlx4_prm.h | 34 ++----------- drivers/net/mlx4/mlx4_rxq.c | 34 ++----------- drivers/net/mlx4/mlx4_rxtx.c | 34 ++----------- drivers/net/mlx4/mlx4_rxtx.h | 34 ++----------- drivers/net/mlx4/mlx4_txq.c | 34 ++----------- drivers/net/mlx4/mlx4_utils.c | 34 ++----------- drivers/net/mlx4/mlx4_utils.h | 34 ++----------- drivers/net/mlx5/mlx5.c | 34 ++----------- drivers/net/mlx5/mlx5.h | 34 ++----------- drivers/net/mlx5/mlx5_defs.h | 34 ++----------- drivers/net/mlx5/mlx5_ethdev.c | 34 ++----------- drivers/net/mlx5/mlx5_flow.c | 34 ++----------- drivers/net/mlx5/mlx5_mac.c | 34 ++----------- drivers/net/mlx5/mlx5_mr.c | 36 ++------------ drivers/net/mlx5/mlx5_prm.h | 34 ++----------- drivers/net/mlx5/mlx5_rss.c | 34 ++----------- drivers/net/mlx5/mlx5_rxmode.c | 34 ++----------- drivers/net/mlx5/mlx5_rxq.c | 34 ++----------- drivers/net/mlx5/mlx5_rxtx.c | 34 ++----------- drivers/net/mlx5/mlx5_rxtx.h | 34 ++----------- drivers/net/mlx5/mlx5_rxtx_vec.c | 34 ++----------- drivers/net/mlx5/mlx5_rxtx_vec.h | 34 ++----------- drivers/net/mlx5/mlx5_rxtx_vec_neon.h | 34 ++----------- drivers/net/mlx5/mlx5_rxtx_vec_sse.h | 34 ++----------- drivers/net/mlx5/mlx5_socket.c | 33 ++---------- drivers/net/mlx5/mlx5_stats.c | 34 ++----------- drivers/net/mlx5/mlx5_trigger.c | 35 ++----------- drivers/net/mlx5/mlx5_txq.c | 34 ++----------- drivers/net/mlx5/mlx5_utils.h | 34 ++----------- drivers/net/mlx5/mlx5_vlan.c | 34 ++----------- drivers/net/tap/rte_eth_tap.h | 34 ++----------- drivers/net/tap/tap_flow.c | 34 ++----------- drivers/net/tap/tap_flow.h | 34 ++----------- drivers/net/tap/tap_netlink.c | 34 ++----------- drivers/net/tap/tap_netlink.h | 34 ++----------- drivers/net/tap/tap_tcmsgs.c | 34 ++----------- drivers/net/tap/tap_tcmsgs.h | 34 ++----------- lib/librte_cmdline/cmdline.c | 58 +--------------------- lib/librte_cmdline/cmdline.h | 58 +--------------------- lib/librte_cmdline/cmdline_cirbuf.c | 58 +--------------------- lib/librte_cmdline/cmdline_cirbuf.h | 58 +--------------------- lib/librte_cmdline/cmdline_parse.c | 58 +--------------------- lib/librte_cmdline/cmdline_parse.h | 58 +--------------------- lib/librte_cmdline/cmdline_parse_etheraddr.c | 58 +--------------------- lib/librte_cmdline/cmdline_parse_etheraddr.h | 58 +--------------------- lib/librte_cmdline/cmdline_parse_ipaddr.c | 58 +--------------------- lib/librte_cmdline/cmdline_parse_ipaddr.h | 58 +--------------------- lib/librte_cmdline/cmdline_parse_num.c | 58 +--------------------- lib/librte_cmdline/cmdline_parse_num.h | 58 +--------------------- lib/librte_cmdline/cmdline_parse_portlist.c | 58 +--------------------- lib/librte_cmdline/cmdline_parse_portlist.h | 58 +--------------------- lib/librte_cmdline/cmdline_parse_string.c | 58 +--------------------- lib/librte_cmdline/cmdline_parse_string.h | 58 +--------------------- lib/librte_cmdline/cmdline_rdline.c | 58 +--------------------- lib/librte_cmdline/cmdline_rdline.h | 58 +--------------------- lib/librte_cmdline/cmdline_socket.c | 58 +--------------------- lib/librte_cmdline/cmdline_socket.h | 58 +--------------------- lib/librte_cmdline/cmdline_vt100.c | 58 +--------------------- lib/librte_cmdline/cmdline_vt100.h | 58 +--------------------- lib/librte_eal/bsdapp/eal/eal.c | 35 ++----------- lib/librte_eal/common/eal_common_dev.c | 35 ++----------- lib/librte_eal/common/eal_common_devargs.c | 32 +----------- lib/librte_eal/common/eal_common_options.c | 34 ++----------- lib/librte_eal/common/eal_options.h | 32 +----------- .../common/include/arch/x86/rte_cycles.h | 35 ++----------- lib/librte_eal/common/include/generic/rte_cycles.h | 35 ++----------- lib/librte_eal/common/include/generic/rte_vect.h | 32 +----------- lib/librte_eal/common/include/rte_dev.h | 33 +----------- lib/librte_eal/common/include/rte_devargs.h | 32 +----------- lib/librte_eal/common/include/rte_vfio.h | 33 +----------- lib/librte_eal/linuxapp/eal/eal.c | 35 ++----------- lib/librte_eal/linuxapp/eal/eal_memory.c | 35 ++----------- lib/librte_eal/linuxapp/eal/eal_timer.c | 35 ++----------- lib/librte_ether/rte_flow.c | 34 ++----------- lib/librte_ether/rte_flow.h | 34 ++----------- lib/librte_ether/rte_flow_driver.h | 34 ++----------- lib/librte_kvargs/rte_kvargs.c | 36 ++------------ lib/librte_kvargs/rte_kvargs.h | 35 ++----------- lib/librte_mbuf/rte_mbuf.c | 35 ++----------- lib/librte_mbuf/rte_mbuf.h | 35 ++----------- lib/librte_mbuf/rte_mbuf_ptype.c | 33 +----------- lib/librte_mbuf/rte_mbuf_ptype.h | 35 ++----------- lib/librte_mempool/rte_mempool.c | 35 ++----------- lib/librte_mempool/rte_mempool.h | 35 ++----------- lib/librte_mempool/rte_mempool_ops.c | 35 ++----------- lib/librte_net/rte_arp.h | 31 +----------- lib/librte_net/rte_esp.h | 32 +----------- lib/librte_net/rte_gre.h | 32 +----------- lib/librte_net/rte_net.c | 33 +----------- lib/librte_net/rte_net.h | 33 +----------- lib/librte_pci/rte_pci.c | 35 ++----------- lib/librte_pci/rte_pci.h | 35 ++----------- test/test/commands.c | 35 ++----------- test/test/test_devargs.c | 32 +----------- test/test/test_eal_flags.c | 36 ++------------ test/test/test_kvargs.c | 31 +----------- 121 files changed, 330 insertions(+), 4323 deletions(-) -- 2.11.0