From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mogw1119.ocn.ad.jp (mogw1119.ocn.ad.jp [153.149.229.20]) by dpdk.org (Postfix) with ESMTP id 444E1DE3 for ; Wed, 23 May 2018 22:06:37 +0200 (CEST) Received: from mf-smf-ucb036c2 (mf-smf-ucb036c2.ocn.ad.jp [153.153.66.234]) by mogw1119.ocn.ad.jp (Postfix) with ESMTP id 3743018023E; Thu, 24 May 2018 05:06:36 +0900 (JST) Received: from ntt.pod01.mv-mta-ucb019 ([153.149.142.82]) by mf-smf-ucb036c2 with ESMTP id La1Gfc6BbXAJnLa1sfKrWT; Thu, 24 May 2018 05:06:36 +0900 Received: from smtp.ocn.ne.jp ([153.149.227.133]) by ntt.pod01.mv-mta-ucb019 with id pw6c1x0012tKTyH01w6ceV; Wed, 23 May 2018 20:06:36 +0000 Received: from localhost.localdomain (p5164-ipngn8501marunouchi.tokyo.ocn.ne.jp [153.214.228.164]) by smtp.ocn.ne.jp (Postfix) with ESMTPA; Thu, 24 May 2018 05:06:35 +0900 (JST) 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 Date: Thu, 24 May 2018 05:05:52 +0900 Message-Id: <20180523200600.22985-1-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180510111028.33837-1-ogawa.yasufumi@lab.ntt.co.jp> References: <20180510111028.33837-1-ogawa.yasufumi@lab.ntt.co.jp> Subject: [spp] [PATCH v3 0/8] Update license to SPDX X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 May 2018 20:06:38 -0000 From: Yasufumi Ogawa 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