From 70312bfb7e78bc376515777b361e40b1532c26fc Mon Sep 17 00:00:00 2001 From: lirui34 Date: Mon, 11 Nov 2019 10:56:51 +0800 Subject: [PATCH] dm: Add licenses to the scripts. Add licenses to the scripts: ``` devicemodel/samples/apl-mrb/launch_uos.sh devicemodel/samples/apl-up2/launch_uos.sh devicemodel/samples/nuc/launch_hard_rt_vm.sh devicemodel/samples/nuc/launch_uos.sh devicemodel/samples/nuc/launch_vxworks.sh devicemodel/samples/nuc/launch_win.sh devicemodel/samples/nuc/launch_zephyr.sh hypervisor/scripts/genld.sh ``` Tracked-On: #4061 Signed-off-by: lirui34 --- devicemodel/samples/apl-mrb/launch_uos.sh | 2 ++ devicemodel/samples/apl-up2/launch_uos.sh | 2 ++ devicemodel/samples/nuc/launch_hard_rt_vm.sh | 2 ++ devicemodel/samples/nuc/launch_uos.sh | 2 ++ devicemodel/samples/nuc/launch_vxworks.sh | 2 ++ devicemodel/samples/nuc/launch_win.sh | 2 ++ devicemodel/samples/nuc/launch_zephyr.sh | 2 ++ hypervisor/scripts/genld.sh | 2 ++ 8 files changed, 16 insertions(+) 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