mbox series

[0/6] add SPDX tag to files for Power architecture

Message ID 1564516923-147676-1-git-send-email-drc@linux.vnet.ibm.com (mailing list archive)
Headers
Series add SPDX tag to files for Power architecture |

Message

David Christensen July 30, 2019, 8:01 p.m. UTC
  This patchset replaces the full BSD 3 clause license headers with the
SPDX tag for remaining files used for Power architecture.

David Christensen (6):
  config: replace license text with SPDX tag
  librte_eal: replace license text with SPDX tag
  librte_acl: replace license text with SPDX tag
  librte_eal: replace license text with SPDX tag
  librte_lpm: replace license text with SPDX tag
  mk: replace license text with SPDX tag

 config/defconfig_ppc_64-power8-linuxapp-gcc        | 31 ++----------------
 lib/librte_acl/acl_run_altivec.c                   | 34 ++-----------------
 lib/librte_acl/acl_run_altivec.h                   | 33 ++-----------------
 lib/librte_eal/common/arch/ppc_64/rte_cpuflags.c   | 33 ++-----------------
 .../common/include/arch/ppc_64/rte_atomic.h        | 35 ++------------------
 .../common/include/arch/ppc_64/rte_byteorder.h     | 38 +++-------------------
 .../common/include/arch/ppc_64/rte_cpuflags.h      | 33 ++-----------------
 .../common/include/arch/ppc_64/rte_cycles.h        | 33 ++-----------------
 .../common/include/arch/ppc_64/rte_memcpy.h        | 33 ++-----------------
 .../common/include/arch/ppc_64/rte_prefetch.h      | 33 ++-----------------
 .../common/include/arch/ppc_64/rte_spinlock.h      | 33 ++-----------------
 .../common/include/arch/ppc_64/rte_vect.h          | 33 ++-----------------
 lib/librte_lpm/rte_lpm_altivec.h                   | 33 ++-----------------
 mk/arch/ppc_64/rte.vars.mk                         | 32 ++----------------
 mk/machine/power8/rte.vars.mk                      | 31 ++----------------
 15 files changed, 42 insertions(+), 456 deletions(-)
  

Comments

Thomas Monjalon Aug. 5, 2019, 3:07 p.m. UTC | #1
30/07/2019 22:01, David Christensen:
> This patchset replaces the full BSD 3 clause license headers with the
> SPDX tag for remaining files used for Power architecture.
> 
> David Christensen (6):
>   config: replace license text with SPDX tag
>   librte_eal: replace license text with SPDX tag
>   librte_acl: replace license text with SPDX tag
>   librte_eal: replace license text with SPDX tag
>   librte_lpm: replace license text with SPDX tag
>   mk: replace license text with SPDX tag

Applied, thanks