From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mogw1036.ocn.ad.jp (mogw1036.ocn.ad.jp [153.149.231.42]) by dpdk.org (Postfix) with ESMTP id 814301B680 for ; Thu, 10 May 2018 13:11:52 +0200 (CEST) Received: from mf-smf-ucb019c2 (mf-smf-ucb019c2.ocn.ad.jp [153.153.66.131]) by mogw1036.ocn.ad.jp (Postfix) with ESMTP id 7A6BFB8023A; Thu, 10 May 2018 20:11:51 +0900 (JST) Received: from ntt.pod01.mv-mta-ucb020 ([153.149.142.83]) by mf-smf-ucb019c2 with ESMTP id GjUFfY1C50p0uGjUFf0FA2; Thu, 10 May 2018 20:11:51 +0900 Received: from smtp.ocn.ne.jp ([153.149.227.134]) by ntt.pod01.mv-mta-ucb020 with id kbBq1x00T2ud8JZ01bBq3X; Thu, 10 May 2018 11:11:51 +0000 Received: from localhost.localdomain (sp1-66-97-253.msc.spmode.ne.jp [1.66.97.253]) by smtp.ocn.ne.jp (Postfix) with ESMTPA; Thu, 10 May 2018 20:11:50 +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, 10 May 2018 20:10:22 +0900 Message-Id: <20180510111028.33837-8-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.13.1 In-Reply-To: <20180510111028.33837-1-ogawa.yasufumi@lab.ntt.co.jp> References: <20180423055414.7049-1-ogawa.yasufumi@lab.ntt.co.jp> <20180510111028.33837-1-ogawa.yasufumi@lab.ntt.co.jp> Subject: [spp] [PATCH v2 07/13] 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: Thu, 10 May 2018 11:11:52 -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.13.1