mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-26 07:21:37 +00:00
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:
parent
9a3cc8f748
commit
70312bfb7e
@ -1,4 +1,6 @@
|
||||
#!/bin/bash
|
||||
# Copyright (C) 2019 Intel Corporation.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
offline_path="/sys/class/vhm/acrn_vhm"
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
#!/bin/bash
|
||||
# Copyright (C) 2019 Intel Corporation.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
offline_path="/sys/class/vhm/acrn_vhm"
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,6 @@
|
||||
#!/bin/bash
|
||||
# Copyright (C) 2019 Intel Corporation.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
offline_path="/sys/class/vhm/acrn_vhm"
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
#!/bin/bash
|
||||
# Copyright (C) 2019 Intel Corporation.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
function launch_vxworks()
|
||||
{
|
||||
|
@ -1,4 +1,6 @@
|
||||
#!/bin/bash
|
||||
# Copyright (C) 2019 Intel Corporation.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
function launch_win()
|
||||
{
|
||||
|
@ -1,4 +1,6 @@
|
||||
#!/bin/bash
|
||||
# Copyright (C) 2019 Intel Corporation.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
function launch_zephyr()
|
||||
{
|
||||
|
@ -1,4 +1,6 @@
|
||||
#!/bin/bash
|
||||
# Copyright (C) 2019 Intel Corporation.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
in=$1
|
||||
out=$2
|
||||
|
Loading…
Reference in New Issue
Block a user