From f747239a4ae188abe3be4fdd9ef5ee4c81061cef Mon Sep 17 00:00:00 2001 From: Erich Cordoba Date: Tue, 19 Mar 2019 12:53:57 -0600 Subject: [PATCH] Add notices to Intel authored files. Story: 2005265 Task: 30091 Change-Id: If3d78ebde25b209b12e39d68e0d70dad25193de2 Signed-off-by: Erich Cordoba --- devstack/lib/stx-metal | 4 ++++ devstack/plugin.sh | 5 +++++ devstack/settings | 6 ++++++ 3 files changed, 15 insertions(+) diff --git a/devstack/lib/stx-metal b/devstack/lib/stx-metal index 0dbbfbc7..a9da2a38 100644 --- a/devstack/lib/stx-metal +++ b/devstack/lib/stx-metal @@ -1,5 +1,9 @@ #!/bin/bash # +# SPDX-License-Identifier: Apache-2.0 +# +# Copyright (C) 2019 Intel Corporation +# # lib/stx-metal # Functions to control the configuration and operation of stx-metal # diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 016ac3b1..e25162e1 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 stx-metal specific functions to install and configure stx-metal diff --git a/devstack/settings b/devstack/settings index 42fb19fc..feb073d9 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 is to enable StarlingX stx-metal services and follows the