Add notices to Intel authored files.
Story: 2005265 Task: 30087 Change-Id: If7ae800feba773442e452b3183107696e2e6f88e Signed-off-by: Erich Cordoba <erich.cordoba.malibran@intel.com>
This commit is contained in:
parent
1faff551f2
commit
a318debe7f
@ -1,4 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
#
|
||||||
|
# Copyright (C) 2019 Intel Corporation
|
||||||
|
#
|
||||||
|
|
||||||
# devstack/build.sh
|
# devstack/build.sh
|
||||||
# Run DevStack plugin builds
|
# Run DevStack plugin builds
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
#
|
||||||
|
# Copyright (C) 2019 Intel Corporation
|
||||||
|
#
|
||||||
# lib/stx-fault
|
# lib/stx-fault
|
||||||
# Functions to control the configuration and operation of the **fault** service
|
# Functions to control the configuration and operation of the **fault** service
|
||||||
|
|
||||||
|
@ -1,2 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
#
|
||||||
|
# Copyright (C) 2019 Intel Corporation
|
||||||
|
#
|
||||||
|
|
||||||
# Plug-in overrides
|
# Plug-in overrides
|
||||||
|
@ -1,4 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
#
|
||||||
|
# Copyright (C) 2019 Intel Corporation
|
||||||
|
#
|
||||||
|
|
||||||
# devstack/plugin.sh
|
# devstack/plugin.sh
|
||||||
# Triggers stx-fault specific functions to install and configure Fault Management
|
# Triggers stx-fault specific functions to install and configure Fault Management
|
||||||
|
@ -1,4 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
#
|
||||||
|
# Copyright (C) 2019 Intel Corporation
|
||||||
|
#
|
||||||
|
|
||||||
# Devstack settings
|
# Devstack settings
|
||||||
|
|
||||||
# Services
|
# Services
|
||||||
|
@ -13,6 +13,9 @@
|
|||||||
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
#
|
||||||
|
# Copyright (C) 2019 Intel Corporation
|
||||||
|
#
|
||||||
"""
|
"""
|
||||||
Middleware to replace the plain text message body of an error
|
Middleware to replace the plain text message body of an error
|
||||||
response with one formatted so the client can parse it.
|
response with one formatted so the client can parse it.
|
||||||
|
Loading…
Reference in New Issue
Block a user