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 <ruix.li@intel.com>
This commit is contained in:
lirui34 2019-11-11 10:56:51 +08:00 committed by ACRN System Integration
parent 9a3cc8f748
commit 70312bfb7e
8 changed files with 16 additions and 0 deletions

View File

@ -1,4 +1,6 @@
#!/bin/bash #!/bin/bash
# Copyright (C) 2019 Intel Corporation.
# SPDX-License-Identifier: BSD-3-Clause
offline_path="/sys/class/vhm/acrn_vhm" offline_path="/sys/class/vhm/acrn_vhm"

View File

@ -1,4 +1,6 @@
#!/bin/bash #!/bin/bash
# Copyright (C) 2019 Intel Corporation.
# SPDX-License-Identifier: BSD-3-Clause
offline_path="/sys/class/vhm/acrn_vhm" offline_path="/sys/class/vhm/acrn_vhm"

View File

@ -1,4 +1,6 @@
#!/bin/bash #!/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. # This is an example of launch script for KBL NUC7i7DNH, may need to revise for other platform.
# pci devices for passthru # pci devices for passthru

View File

@ -1,4 +1,6 @@
#!/bin/bash #!/bin/bash
# Copyright (C) 2019 Intel Corporation.
# SPDX-License-Identifier: BSD-3-Clause
offline_path="/sys/class/vhm/acrn_vhm" offline_path="/sys/class/vhm/acrn_vhm"

View File

@ -1,4 +1,6 @@
#!/bin/bash #!/bin/bash
# Copyright (C) 2019 Intel Corporation.
# SPDX-License-Identifier: BSD-3-Clause
function launch_vxworks() function launch_vxworks()
{ {

View File

@ -1,4 +1,6 @@
#!/bin/bash #!/bin/bash
# Copyright (C) 2019 Intel Corporation.
# SPDX-License-Identifier: BSD-3-Clause
function launch_win() function launch_win()
{ {

View File

@ -1,4 +1,6 @@
#!/bin/bash #!/bin/bash
# Copyright (C) 2019 Intel Corporation.
# SPDX-License-Identifier: BSD-3-Clause
function launch_zephyr() function launch_zephyr()
{ {

View File

@ -1,4 +1,6 @@
#!/bin/bash #!/bin/bash
# Copyright (C) 2019 Intel Corporation.
# SPDX-License-Identifier: BSD-3-Clause
in=$1 in=$1
out=$2 out=$2