[spp] [PATCH 0/7] Update licence to SPDX

ogawa.yasufumi at lab.ntt.co.jp ogawa.yasufumi at lab.ntt.co.jp
Mon Apr 23 08:28:41 CEST 2018


From: ogawa.yasufumi at lab.ntt.co.jp

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

Hi,

This series of patches is for changing license discription to SPDX
style. SPP has used BSD license and full description of it is contained
as 'license/bsd-3-clause.txt'.


Yasufumi Ogawa (7):
  license: add bsd-3-clause text
  spp_primary: convert license to SPDX tag
  spp_nfv: convert license to SPDX tag
  controller: convert license to SPDX tag
  spp_vm: convert license to SPDX tag
  shared: convert license to SPDX tag
  spp_vf: convert license to SPDX tag

 license/bsd-3-clause.txt           |  9 +++++++++
 src/controller/command/hello.py    |  3 ++-
 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                    | 33 +++------------------------------
 src/vm/args.c                      | 34 +++-------------------------------
 src/vm/args.h                      | 34 +++-------------------------------
 src/vm/init.c                      | 34 +++-------------------------------
 src/vm/init.h                      | 34 +++-------------------------------
 src/vm/main.c                      | 34 +++-------------------------------
 45 files changed, 125 insertions(+), 1104 deletions(-)
 create mode 100644 license/bsd-3-clause.txt

-- 
2.13.1




More information about the spp mailing list