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