From ce095fb697cbabf390ca280b748769f103c8687e Mon Sep 17 00:00:00 2001 From: Erich Cordoba Date: Tue, 19 Mar 2019 13:01:27 -0600 Subject: [PATCH] Add notices on Intel authored files. Story: 2005265 Task: 30092 Change-Id: Id82b93d30736ed7a386c93f34a6a5be88b7a3552 Signed-off-by: Erich Cordoba --- devstack/lib/stx-nfv | 5 +++++ devstack/plugin.sh | 5 +++++ devstack/settings | 6 ++++++ .../nfv_unit_tests/tests/test_plugin_kubernetes_client.py | 5 +++-- 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/devstack/lib/stx-nfv b/devstack/lib/stx-nfv index a251feca..8f38e3e3 100644 --- a/devstack/lib/stx-nfv +++ b/devstack/lib/stx-nfv @@ -1,5 +1,10 @@ #!/bin/bash # +# SPDX-License-Identifier: Apache-2.0 +# +# Copyright (C) 2019 Intel Corporation +# + # lib/stx-nfv _XTRACE_STX_NFV=$(set +o | grep xtrace) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index e7c298de..45fb4497 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -1,4 +1,9 @@ #!/bin/bash +# +# SPDX-License-Identifier: Apache-2.0 +# +# Copyright (C) 2019 Intel Corporation +# # devstack/plugin.sh # Triggers specific functions to install and configure stx-nfv diff --git a/devstack/settings b/devstack/settings index d190c501..06e30d73 100644 --- a/devstack/settings +++ b/devstack/settings @@ -1,4 +1,10 @@ #!/bin/bash +# +# SPDX-License-Identifier: Apache-2.0 +# +# Copyright (C) 2019 Intel Corporation +# + # Devstack settings # This plugin enables StarlingX stx-update services and follows the diff --git a/nfv/nfv-tests/nfv_unit_tests/tests/test_plugin_kubernetes_client.py b/nfv/nfv-tests/nfv_unit_tests/tests/test_plugin_kubernetes_client.py index b626b418..2f854874 100755 --- a/nfv/nfv-tests/nfv_unit_tests/tests/test_plugin_kubernetes_client.py +++ b/nfv/nfv-tests/nfv_unit_tests/tests/test_plugin_kubernetes_client.py @@ -1,8 +1,9 @@ # -# Copyright -# # SPDX-License-Identifier: Apache-2.0 # +# Copyright (C) 2019 Intel Corporation +# + import kubernetes from kubernetes.client.rest import ApiException import mock