diff --git a/DependenciesReviewer.py b/DependenciesReviewer.py index b1ba6606..728aaf90 100644 --- a/DependenciesReviewer.py +++ b/DependenciesReviewer.py @@ -1,3 +1,9 @@ +# +# SPDX-License-Identifier: Apache-2.0 +# +# Copyright (C) 2019 Intel Corporation +# + import os import subprocess import getpass diff --git a/Dockerfile b/Dockerfile index 74ed7247..f4fa8f48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,9 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +# +# Copyright (C) 2019 Intel Corporation +# FROM centos:7.4.1708 diff --git a/centos-mirror-tools/dl_tarball.sh b/centos-mirror-tools/dl_tarball.sh index 601cbd65..50039dbb 100755 --- a/centos-mirror-tools/dl_tarball.sh +++ b/centos-mirror-tools/dl_tarball.sh @@ -3,6 +3,8 @@ # # SPDX-License-Identifier: Apache-2.0 # +# Copyright (C) 2019 Intel Corporation +# # The build of StarlingX relies, besides RPM Binaries and Sources, in this # repository which is a collection of packages in the form of Tar Compressed diff --git a/centos-mirror-tools/mirror-check.sh b/centos-mirror-tools/mirror-check.sh index 919cfb80..29df5823 100755 --- a/centos-mirror-tools/mirror-check.sh +++ b/centos-mirror-tools/mirror-check.sh @@ -2,6 +2,8 @@ # # SPDX-License-Identifier: Apache-2.0 # +# Copyright (C) 2019 Intel Corporation +# # This script checks if the required packages in the .lst file list is # actually downloadable. Sometimes, the release number in upstream is diff --git a/centos-mirror-tools/utils.sh b/centos-mirror-tools/utils.sh index 4d32cf4f..8a3bae84 100644 --- a/centos-mirror-tools/utils.sh +++ b/centos-mirror-tools/utils.sh @@ -1,6 +1,8 @@ # # SPDX-License-Identifier: Apache-2.0 # +# Copyright (C) 2019 Intel Corporation +# UTILS_DIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]}" )" )" diff --git a/centos-mirror-tools/utils_tests.sh b/centos-mirror-tools/utils_tests.sh index b535238c..8a7da11d 100644 --- a/centos-mirror-tools/utils_tests.sh +++ b/centos-mirror-tools/utils_tests.sh @@ -2,6 +2,8 @@ # # SPDX-License-Identifier: Apache-2.0 # +# Copyright (C) 2019 Intel Corporation +# # Set of unit tests for dl_rpms.sh diff --git a/deployment/libvirt/destroy_configuration.sh b/deployment/libvirt/destroy_configuration.sh index 16edd46c..b1148bf8 100755 --- a/deployment/libvirt/destroy_configuration.sh +++ b/deployment/libvirt/destroy_configuration.sh @@ -1,4 +1,9 @@ #!/usr/bin/env bash +# +# SPDX-License-Identifier: Apache-2.0 +# +# Copyright (C) 2019 Intel Corporation +# SCRIPT_DIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]}" )" )" diff --git a/deployment/libvirt/install_packages.sh b/deployment/libvirt/install_packages.sh index c9ae3107..7760f7e3 100755 --- a/deployment/libvirt/install_packages.sh +++ b/deployment/libvirt/install_packages.sh @@ -1,4 +1,10 @@ #!/usr/bin/env bash +# +# SPDX-License-Identifier: Apache-2.0 +# +# Copyright (C) 2019 Intel Corporation +# + # install_packages.sh - install required packages sudo apt-get install virt-manager libvirt-bin qemu-system -y diff --git a/deployment/libvirt/setup_configuration.sh b/deployment/libvirt/setup_configuration.sh index 7c1c1bc5..37c0fd3c 100755 --- a/deployment/libvirt/setup_configuration.sh +++ b/deployment/libvirt/setup_configuration.sh @@ -1,4 +1,9 @@ #!/usr/bin/env bash +# +# SPDX-License-Identifier: Apache-2.0 +# +# Copyright (C) 2019 Intel Corporation +# SCRIPT_DIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]}" )" )" source ${SCRIPT_DIR}/functions.sh diff --git a/toCOPY/generate-cgcs-centos-repo.sh b/toCOPY/generate-cgcs-centos-repo.sh index 6c6e51ae..0c371225 100755 --- a/toCOPY/generate-cgcs-centos-repo.sh +++ b/toCOPY/generate-cgcs-centos-repo.sh @@ -2,6 +2,8 @@ # # SPDX-License-Identifier: Apache-2.0 # +# Copyright (C) 2019 Intel Corporation +# usage () { echo "$0 " diff --git a/toCOPY/generate-cgcs-tis-repo b/toCOPY/generate-cgcs-tis-repo index be0f742b..6505d11f 100755 --- a/toCOPY/generate-cgcs-tis-repo +++ b/toCOPY/generate-cgcs-tis-repo @@ -1,4 +1,10 @@ #!/bin/bash +# +# SPDX-License-Identifier: Apache-2.0 +# +# Copyright (C) 2019 Intel Corporation +# + set -e export SRC_BUILD_ENVIRONMENT="stx-r1" export ARCH="x86_64"