[spp] [PATCH v2 10/13] spp_vm: add NTT to license description

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


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

Signed-off-by: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>
---
 src/vm/args.c | 1 +
 src/vm/args.h | 1 +
 src/vm/init.c | 1 +
 src/vm/main.c | 1 +
 4 files changed, 4 insertions(+)

diff --git a/src/vm/args.c b/src/vm/args.c
index 4ae0e33..a90f18b 100644
--- a/src/vm/args.c
+++ b/src/vm/args.c
@@ -1,5 +1,6 @@
 /* SPDX-License-Identifier: BSD-3-Clause
  * Copyright(c) 2015-2016 Intel Corporation
+ * Copyright(c) 2017-2018 Nippon Telegraph and Telephone Corporation
  */
 
 #include <getopt.h>
diff --git a/src/vm/args.h b/src/vm/args.h
index d675ba5..eaffd36 100644
--- a/src/vm/args.h
+++ b/src/vm/args.h
@@ -1,5 +1,6 @@
 /* SPDX-License-Identifier: BSD-3-Clause
  * Copyright(c) 2015-2016 Intel Corporation
+ * Copyright(c) 2017-2018 Nippon Telegraph and Telephone Corporation
  */
 
 #ifndef _ARGS_H_
diff --git a/src/vm/init.c b/src/vm/init.c
index 60d0097..7e036eb 100644
--- a/src/vm/init.c
+++ b/src/vm/init.c
@@ -1,5 +1,6 @@
 /* SPDX-License-Identifier: BSD-3-Clause
  * Copyright(c) 2015-2016 Intel Corporation
+ * Copyright(c) 2017-2018 Nippon Telegraph and Telephone Corporation
  */
 
 #include <limits.h>
diff --git a/src/vm/main.c b/src/vm/main.c
index d105167..503a03e 100644
--- a/src/vm/main.c
+++ b/src/vm/main.c
@@ -1,5 +1,6 @@
 /* SPDX-License-Identifier: BSD-3-Clause
  * Copyright(c) 2015-2016 Intel Corporation
+ * Copyright(c) 2017-2018 Nippon Telegraph and Telephone Corporation
  */
 
 #include <arpa/inet.h>
-- 
2.13.1



More information about the spp mailing list