[spp] [PATCH v2 08/13] controller: add NTT to license description

ogawa.yasufumi at lab.ntt.co.jp ogawa.yasufumi at lab.ntt.co.jp
Thu May 10 13:10:23 CEST 2018


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

This is the final patch for updating license of SPP controller to add
NTT beside Intel.

Signed-off-by: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>
---
 src/controller/conn_thread.py | 1 +
 src/controller/shell.py       | 1 +
 src/controller/spp.py         | 1 +
 src/controller/spp_common.py  | 1 +
 src/spp.py                    | 1 +
 5 files changed, 5 insertions(+)

diff --git a/src/controller/conn_thread.py b/src/controller/conn_thread.py
index e42b0e8..6325843 100644
--- a/src/controller/conn_thread.py
+++ b/src/controller/conn_thread.py
@@ -1,6 +1,7 @@
 #!/usr/bin/env python
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2015-2016 Intel Corporation
+# Copyright(c) 2017-2018 Nippon Telegraph and Telephone Corporation
 
 from Queue import Queue
 import select
diff --git a/src/controller/shell.py b/src/controller/shell.py
index eac6aec..e0d13ca 100644
--- a/src/controller/shell.py
+++ b/src/controller/shell.py
@@ -1,6 +1,7 @@
 #!/usr/bin/env python
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2015-2016 Intel Corporation
+# Copyright(c) 2017-2018 Nippon Telegraph and Telephone Corporation
 
 import cmd
 import json
diff --git a/src/controller/spp.py b/src/controller/spp.py
index 9c13d59..757a1d4 100644
--- a/src/controller/spp.py
+++ b/src/controller/spp.py
@@ -1,6 +1,7 @@
 #!/usr/bin/env python
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2015-2016 Intel Corporation
+# Copyright(c) 2017-2018 Nippon Telegraph and Telephone Corporation
 
 from __future__ import print_function
 
diff --git a/src/controller/spp_common.py b/src/controller/spp_common.py
index d89461b..c507d55 100644
--- a/src/controller/spp_common.py
+++ b/src/controller/spp_common.py
@@ -1,6 +1,7 @@
 #!/usr/bin/env python
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2015-2016 Intel Corporation
+# Copyright(c) 2017-2018 Nippon Telegraph and Telephone Corporation
 
 import logging
 import os
diff --git a/src/spp.py b/src/spp.py
index 5c63924..f52e063 100755
--- a/src/spp.py
+++ b/src/spp.py
@@ -1,6 +1,7 @@
 #!/usr/bin/env python
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2015-2016 Intel Corporation
+# Copyright(c) 2017-2018 Nippon Telegraph and Telephone Corporation
 
 from controller import spp
 import sys
-- 
2.13.1



More information about the spp mailing list