From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mogw1115.ocn.ad.jp (mogw1115.ocn.ad.jp [153.149.229.16]) by dpdk.org (Postfix) with ESMTP id 831BB2BF4 for ; Wed, 23 May 2018 22:06:46 +0200 (CEST) Received: from mf-smf-ucb028c2 (mf-smf-ucb028c2.ocn.ad.jp [153.153.66.173]) by mogw1115.ocn.ad.jp (Postfix) with ESMTP id 1A43B6801BD; Thu, 24 May 2018 05:06:45 +0900 (JST) Received: from ntt.pod01.mv-mta-ucb027 ([153.149.142.101]) by mf-smf-ucb028c2 with ESMTP id La0sfCqamH4dYLa21fYSMn; Thu, 24 May 2018 05:06:45 +0900 Received: from smtp.ocn.ne.jp ([153.149.227.133]) by ntt.pod01.mv-mta-ucb027 with id pw6k1x0032tKTyH01w6kdL; Wed, 23 May 2018 20:06:45 +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:44 +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:57 +0900 Message-Id: <20180523200600.22985-6-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180523200600.22985-1-ogawa.yasufumi@lab.ntt.co.jp> References: <20180510111028.33837-1-ogawa.yasufumi@lab.ntt.co.jp> <20180523200600.22985-1-ogawa.yasufumi@lab.ntt.co.jp> Subject: [spp] [PATCH v3 5/8] controller: add NTT SPDX tag 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:46 -0000 From: Yasufumi Ogawa This is the second patch for updating license of SPP controller. It is for adding NTT's SPDX tag to files which are provided by NTT. Signed-off-by: Yasufumi Ogawa --- src/controller/command/hello.py | 1 + src/controller/shell_lib/common.py | 1 + src/controller/topo.py | 1 + 3 files changed, 3 insertions(+) diff --git a/src/controller/command/hello.py b/src/controller/command/hello.py index 266481b..905f476 100644 --- a/src/controller/command/hello.py +++ b/src/controller/command/hello.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # SPDX-License-Identifier: BSD-3-Clause +# Copyright(c) 2017-2018 Nippon Telegraph and Telephone Corporation class Hello(object): def __init__(self, name): diff --git a/src/controller/shell_lib/common.py b/src/controller/shell_lib/common.py index 932d01c..360d601 100644 --- a/src/controller/shell_lib/common.py +++ b/src/controller/shell_lib/common.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # SPDX-License-Identifier: BSD-3-Clause +# Copyright(c) 2017-2018 Nippon Telegraph and Telephone Corporation import os diff --git a/src/controller/topo.py b/src/controller/topo.py index 49effca..a09a873 100644 --- a/src/controller/topo.py +++ b/src/controller/topo.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # SPDX-License-Identifier: BSD-3-Clause +# Copyright(c) 2017-2018 Nippon Telegraph and Telephone Corporation import os import re -- 2.17.0