diff --git a/devicemodel/samples/apl-mrb/launch_uos.sh b/devicemodel/samples/apl-mrb/launch_uos.sh index 74e999054..b453554d3 100755 --- a/devicemodel/samples/apl-mrb/launch_uos.sh +++ b/devicemodel/samples/apl-mrb/launch_uos.sh @@ -1,4 +1,6 @@ #!/bin/bash +# Copyright (C) 2019 Intel Corporation. +# SPDX-License-Identifier: BSD-3-Clause offline_path="/sys/class/vhm/acrn_vhm" diff --git a/devicemodel/samples/apl-up2/launch_uos.sh b/devicemodel/samples/apl-up2/launch_uos.sh index 7f1d1a378..78c5d2b9a 100755 --- a/devicemodel/samples/apl-up2/launch_uos.sh +++ b/devicemodel/samples/apl-up2/launch_uos.sh @@ -1,4 +1,6 @@ #!/bin/bash +# Copyright (C) 2019 Intel Corporation. +# SPDX-License-Identifier: BSD-3-Clause offline_path="/sys/class/vhm/acrn_vhm" diff --git a/devicemodel/samples/nuc/launch_hard_rt_vm.sh b/devicemodel/samples/nuc/launch_hard_rt_vm.sh index 4690817d5..73e5dc42e 100755 --- a/devicemodel/samples/nuc/launch_hard_rt_vm.sh +++ b/devicemodel/samples/nuc/launch_hard_rt_vm.sh @@ -1,4 +1,6 @@ #!/bin/bash +# Copyright (C) 2019 Intel Corporation. +# SPDX-License-Identifier: BSD-3-Clause # This is an example of launch script for KBL NUC7i7DNH, may need to revise for other platform. # pci devices for passthru diff --git a/devicemodel/samples/nuc/launch_uos.sh b/devicemodel/samples/nuc/launch_uos.sh index 545d108ad..a4120c71b 100755 --- a/devicemodel/samples/nuc/launch_uos.sh +++ b/devicemodel/samples/nuc/launch_uos.sh @@ -1,4 +1,6 @@ #!/bin/bash +# Copyright (C) 2019 Intel Corporation. +# SPDX-License-Identifier: BSD-3-Clause offline_path="/sys/class/vhm/acrn_vhm" diff --git a/devicemodel/samples/nuc/launch_vxworks.sh b/devicemodel/samples/nuc/launch_vxworks.sh index 97602207e..df2d40f6b 100755 --- a/devicemodel/samples/nuc/launch_vxworks.sh +++ b/devicemodel/samples/nuc/launch_vxworks.sh @@ -1,4 +1,6 @@ #!/bin/bash +# Copyright (C) 2019 Intel Corporation. +# SPDX-License-Identifier: BSD-3-Clause function launch_vxworks() { diff --git a/devicemodel/samples/nuc/launch_win.sh b/devicemodel/samples/nuc/launch_win.sh index 6590ab001..7b62a1bf4 100755 --- a/devicemodel/samples/nuc/launch_win.sh +++ b/devicemodel/samples/nuc/launch_win.sh @@ -1,4 +1,6 @@ #!/bin/bash +# Copyright (C) 2019 Intel Corporation. +# SPDX-License-Identifier: BSD-3-Clause function launch_win() { diff --git a/devicemodel/samples/nuc/launch_zephyr.sh b/devicemodel/samples/nuc/launch_zephyr.sh index 89ec04cd6..0ff97f858 100755 --- a/devicemodel/samples/nuc/launch_zephyr.sh +++ b/devicemodel/samples/nuc/launch_zephyr.sh @@ -1,4 +1,6 @@ #!/bin/bash +# Copyright (C) 2019 Intel Corporation. +# SPDX-License-Identifier: BSD-3-Clause function launch_zephyr() { diff --git a/hypervisor/scripts/genld.sh b/hypervisor/scripts/genld.sh index 205b9a89c..c8ced0668 100755 --- a/hypervisor/scripts/genld.sh +++ b/hypervisor/scripts/genld.sh @@ -1,4 +1,6 @@ #!/bin/bash +# Copyright (C) 2019 Intel Corporation. +# SPDX-License-Identifier: BSD-3-Clause in=$1 out=$2