Soft Patch Panel
 help / color / mirror / Atom feed
From: ogawa.yasufumi@lab.ntt.co.jp
To: ferruh.yigit@intel.com
Cc: spp@dpdk.org, tdelanerolle@linuxfoundation.org,
	tim.odriscoll@intel.com, jim.st.leger@intel.com,
	Yasufumi Ogawa <ogawa.yasufumi@lab.ntt.co.jp>
Subject: [spp] [PATCH v3 0/8] Update license to SPDX
Date: Thu, 24 May 2018 05:05:52 +0900	[thread overview]
Message-ID: <20180523200600.22985-1-ogawa.yasufumi@lab.ntt.co.jp> (raw)
In-Reply-To: <20180510111028.33837-1-ogawa.yasufumi@lab.ntt.co.jp>

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

Hi,

It is version 3 of license update. This update is to not change
existing copylight holder.

> 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
In this update, item 3 is removed from version 2.

Thanks,
Yasufumi

Yasufumi Ogawa (8):
  license: add bsd-3-clause text
  spp_primary: convert license to SPDX tag
  spp_nfv: convert license to SPDX tag
  controller: convert license of Intel to SPDX tag
  controller: add NTT 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    |  4 ++--
 src/controller/conn_thread.py      |  4 ++++
 src/controller/shell.py            |  4 ++++
 src/controller/shell_lib/common.py |  4 ++++
 src/controller/spp.py              |  3 ++-
 src/controller/spp_common.py       |  4 ++++
 src/controller/topo.py             |  3 ++-
 src/nfv/Makefile                   | 32 ++--------------------------
 src/nfv/nfv.c                      | 33 ++---------------------------
 src/primary/Makefile               | 32 ++--------------------------
 src/primary/args.c                 | 33 ++---------------------------
 src/primary/args.h                 | 33 ++---------------------------
 src/primary/init.c                 | 33 ++---------------------------
 src/primary/init.h                 | 33 ++---------------------------
 src/primary/main.c                 | 33 ++---------------------------
 src/shared/common.c                | 33 ++---------------------------
 src/shared/common.h                | 33 ++---------------------------
 src/spp.py                         |  3 ++-
 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                      | 33 ++---------------------------
 src/vm/args.h                      | 33 ++---------------------------
 src/vm/init.c                      | 33 ++---------------------------
 src/vm/init.h                      | 33 ++---------------------------
 src/vm/main.c                      | 33 ++---------------------------
 45 files changed, 107 insertions(+), 1105 deletions(-)
 create mode 100644 license/bsd-3-clause.txt

-- 
2.17.0

  parent reply	other threads:[~2018-05-23 20:06 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-23  6:28 [spp] [PATCH 0/7] Update licence " ogawa.yasufumi
2018-04-23  6:28 ` [spp] [PATCH 1/7] license: add bsd-3-clause text ogawa.yasufumi
2018-04-23  6:28 ` [spp] [PATCH 2/7] spp_primary: convert license to SPDX tag ogawa.yasufumi
2018-05-03 16:08   ` Ferruh Yigit
2018-05-15 16:55     ` Ferruh Yigit
2018-05-16  9:08       ` Yasufumi Ogawa
2018-05-16 14:06         ` Trishan de Lanerolle
2018-05-17  7:09           ` Yasufumi Ogawa
2018-05-17 14:25             ` Trishan de Lanerolle
2018-05-18  8:03               ` Yasufumi Ogawa
2018-05-24 12:29                 ` Ferruh Yigit
2018-05-25 20:45                   ` Yasufumi Ogawa
2018-04-23  6:28 ` [spp] [PATCH 3/7] spp_nfv: " ogawa.yasufumi
2018-04-23  6:28 ` [spp] [PATCH 4/7] controller: " ogawa.yasufumi
2018-04-23  6:28 ` [spp] [PATCH 5/7] spp_vm: " ogawa.yasufumi
2018-04-23  6:28 ` [spp] [PATCH 6/7] shared: " ogawa.yasufumi
2018-04-23  6:28 ` [spp] [PATCH 7/7] spp_vf: " ogawa.yasufumi
2018-05-10 11:10 ` [spp] [PATCH v2 00/13] Update license to SPDX ogawa.yasufumi
2018-05-10 11:10   ` [spp] [PATCH v2 01/13] license: add bsd-3-clause text ogawa.yasufumi
2018-05-10 11:10   ` [spp] [PATCH v2 02/13] spp_primary: convert license to SPDX tag ogawa.yasufumi
2018-05-10 11:10   ` [spp] [PATCH v2 03/13] spp_primary: add NTT to license description ogawa.yasufumi
2018-05-10 11:10   ` [spp] [PATCH v2 04/13] spp_nfv: convert license to SPDX tag ogawa.yasufumi
2018-05-10 11:10   ` [spp] [PATCH v2 05/13] spp_nfv: add NTT to license description ogawa.yasufumi
2018-05-10 11:10   ` [spp] [PATCH v2 06/13] controller: convert license of Intel to SPDX tag ogawa.yasufumi
2018-05-10 11:10   ` [spp] [PATCH v2 07/13] controller: add NTT " ogawa.yasufumi
2018-05-10 11:10   ` [spp] [PATCH v2 08/13] controller: add NTT to license description ogawa.yasufumi
2018-05-23 20:05   ` ogawa.yasufumi [this message]
2018-05-23 20:05     ` [spp] [PATCH v3 1/8] license: add bsd-3-clause text ogawa.yasufumi
2018-05-23 20:05     ` [spp] [PATCH v3 2/8] spp_primary: convert license to SPDX tag ogawa.yasufumi
2018-05-23 20:05     ` [spp] [PATCH v3 3/8] spp_nfv: " ogawa.yasufumi
2018-05-23 20:05     ` [spp] [PATCH v3 4/8] controller: convert license of Intel " ogawa.yasufumi
2018-05-23 20:05     ` [spp] [PATCH v3 5/8] controller: add NTT " ogawa.yasufumi
2018-05-23 20:05     ` [spp] [PATCH v3 6/8] spp_vm: convert license to " ogawa.yasufumi
2018-05-23 20:05     ` [spp] [PATCH v3 7/8] shared: " ogawa.yasufumi
2018-05-23 20:06     ` [spp] [PATCH v3 8/8] spp_vf: " ogawa.yasufumi
2018-05-24 12:37     ` [spp] [PATCH v3 0/8] Update license to SPDX Ferruh Yigit
2018-05-24 12:42       ` Ferruh Yigit
2018-05-10 11:17 ` [spp] [PATCH v2 09/13] spp_vm: convert license to SPDX tag ogawa.yasufumi
2018-05-10 11:17 ` [spp] [PATCH v2 10/13] spp_vm: add NTT to license description ogawa.yasufumi
2018-05-10 11:18 ` [spp] [PATCH v2 11/13] shared: convert license to SPDX tag ogawa.yasufumi
2018-05-10 11:18 ` [spp] [PATCH v2 12/13] shared: add NTT to license description ogawa.yasufumi
2018-05-10 11:19 ` [spp] [PATCH v2 13/13] spp_vf: convert license to SPDX tag ogawa.yasufumi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180523200600.22985-1-ogawa.yasufumi@lab.ntt.co.jp \
    --to=ogawa.yasufumi@lab.ntt.co.jp \
    --cc=ferruh.yigit@intel.com \
    --cc=jim.st.leger@intel.com \
    --cc=spp@dpdk.org \
    --cc=tdelanerolle@linuxfoundation.org \
    --cc=tim.odriscoll@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).