mbox series

[v1,00/11] add SPDX tags to files with Intel copyright

Message ID 20190726092941.56967-1-xiaolong.ye@intel.com (mailing list archive)
Headers
Series add SPDX tags to files with Intel copyright |

Message

Xiaolong Ye July 26, 2019, 9:29 a.m. UTC
  This patchset replaces full BSD-3 license header with spdx tag for the
remaining files that have Intel copyright.

Xiaolong Ye (11):
  net/ixgbe: replace license text with SPDX tag
  net/i40e: replace license text with SPDX tag
  net/e1000: replace license text with SPDX tag
  net/vmxnet3: replace license text with SPDX tag
  examples/qos_sched: replace license text with SPDX tag
  app/test-eventdev: replace license text with SPDX tag
  ethdev: replace license text with SPDX tag
  lpm: replace license text with SPDX tag
  port: replace license text with SPDX tag
  hash: replace license text with SPDX tag
  eal: replace license text with SPDX tag

 app/test-eventdev/parser.c                    | 35 ++---------------
 drivers/net/e1000/base/README                 | 34 ++--------------
 drivers/net/i40e/base/README                  | 34 ++--------------
 drivers/net/ixgbe/base/README                 | 34 ++--------------
 drivers/net/vmxnet3/base/README               | 34 ++--------------
 examples/qos_sched/profile.cfg                | 30 +-------------
 examples/qos_sched/profile_ov.cfg             | 30 +-------------
 .../common/include/arch/x86/rte_atomic_32.h   | 33 +---------------
 .../common/include/arch/x86/rte_atomic_64.h   | 33 +---------------
 lib/librte_eal/common/include/rte_keepalive.h | 32 +--------------
 lib/librte_eal/freebsd/BSDmakefile.meson      | 31 +--------------
 lib/librte_ethdev/rte_mtr.h                   | 36 ++---------------
 lib/librte_ethdev/rte_tm.h                    | 37 ++----------------
 lib/librte_hash/rte_jhash.h                   | 33 +---------------
 lib/librte_lpm/rte_lpm_neon.h                 | 39 ++-----------------
 lib/librte_port/rte_port_kni.c                | 35 ++---------------
 lib/librte_port/rte_port_kni.h                | 35 ++---------------
 17 files changed, 43 insertions(+), 532 deletions(-)
  

Comments

Bruce Richardson July 26, 2019, 9:43 a.m. UTC | #1
On Fri, Jul 26, 2019 at 05:29:30PM +0800, Xiaolong Ye wrote:
> This patchset replaces full BSD-3 license header with spdx tag for the
> remaining files that have Intel copyright.
> 
> Xiaolong Ye (11):
>   net/ixgbe: replace license text with SPDX tag
>   net/i40e: replace license text with SPDX tag
>   net/e1000: replace license text with SPDX tag
>   net/vmxnet3: replace license text with SPDX tag
>   examples/qos_sched: replace license text with SPDX tag
>   app/test-eventdev: replace license text with SPDX tag
>   ethdev: replace license text with SPDX tag
>   lpm: replace license text with SPDX tag
>   port: replace license text with SPDX tag
>   hash: replace license text with SPDX tag
>   eal: replace license text with SPDX tag
> 
Series-acked-by: Bruce Richardson <bruce.richardson@intel.com>