[spp] [PATCH v2 00/13] Update license to SPDX

ogawa.yasufumi at lab.ntt.co.jp ogawa.yasufumi at lab.ntt.co.jp
Thu May 10 13:10:15 CEST 2018


From: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>

Hi Ferruh,

Thank you for your suggestion. I revised patches to separate for
changin to SPDX and adding NTT. In addition, SPP controller includes
files provided only by NTT and separated in three steps in this case
as following.

1. change to SPDX provided by only Intel
2. add SPDX license provided by only NTT
3. add NTT beside Intel for which provided by Intel and modified by NTT

It is cc'ed to Trishan and Jim.

Thanks,
Yasufumi


Yasufumi Ogawa (13):
  license: add bsd-3-clause text
  spp_primary: convert license to SPDX tag
  spp_primary: add NTT to license description
  spp_nfv: convert license to SPDX tag
  spp_nfv: add NTT to license description
  controller: convert license of Intel to SPDX tag
  controller: add NTT SPDX tag
  controller: add NTT to license description
  spp_vm: convert license to SPDX tag
  spp_vm: add NTT to license description
  shared: convert license to SPDX tag
  shared: add NTT to license description
  spp_vf: convert license to SPDX tag

 license/bsd-3-clause.txt           |  9 +++++++++
 src/controller/command/hello.py    |  4 ++--
 src/controller/conn_thread.py      |  5 +++++
 src/controller/shell.py            |  5 +++++
 src/controller/shell_lib/common.py |  4 ++++
 src/controller/spp.py              |  4 +++-
 src/controller/spp_common.py       |  5 +++++
 src/controller/topo.py             |  3 ++-
 src/nfv/Makefile                   | 32 ++------------------------------
 src/nfv/nfv.c                      | 34 +++-------------------------------
 src/primary/Makefile               | 32 ++------------------------------
 src/primary/args.c                 | 34 +++-------------------------------
 src/primary/args.h                 | 34 +++-------------------------------
 src/primary/init.c                 | 34 +++-------------------------------
 src/primary/init.h                 | 33 ++-------------------------------
 src/primary/main.c                 | 34 +++-------------------------------
 src/shared/common.c                | 34 +++-------------------------------
 src/shared/common.h                | 34 +++-------------------------------
 src/spp.py                         |  4 +++-
 src/spp_vf.py                      |  5 +++--
 src/vf/Makefile                    | 33 ++-------------------------------
 src/vf/classifier_mac.c            | 34 ++--------------------------------
 src/vf/classifier_mac.h            | 34 ++--------------------------------
 src/vf/command_conn.c              | 34 ++--------------------------------
 src/vf/command_conn.h              | 34 ++--------------------------------
 src/vf/command_dec.c               | 34 ++--------------------------------
 src/vf/command_dec.h               | 34 ++--------------------------------
 src/vf/command_proc.c              | 34 ++--------------------------------
 src/vf/command_proc.h              | 34 ++--------------------------------
 src/vf/ringlatencystats.c          | 34 ++--------------------------------
 src/vf/ringlatencystats.h          | 34 ++--------------------------------
 src/vf/spp_forward.c               | 34 ++--------------------------------
 src/vf/spp_forward.h               | 34 ++--------------------------------
 src/vf/spp_port.c                  | 33 ++-------------------------------
 src/vf/spp_port.h                  | 34 +++-------------------------------
 src/vf/spp_vf.c                    | 34 ++--------------------------------
 src/vf/spp_vf.h                    | 34 ++--------------------------------
 src/vf/string_buffer.c             | 34 ++--------------------------------
 src/vf/string_buffer.h             | 34 ++--------------------------------
 src/vm/Makefile                    | 32 ++------------------------------
 src/vm/args.c                      | 34 +++-------------------------------
 src/vm/args.h                      | 34 +++-------------------------------
 src/vm/init.c                      | 34 +++-------------------------------
 src/vm/init.h                      | 33 ++-------------------------------
 src/vm/main.c                      | 34 +++-------------------------------
 45 files changed, 123 insertions(+), 1105 deletions(-)
 create mode 100644 license/bsd-3-clause.txt

-- 
2.13.1



More information about the spp mailing list